.hover-white {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-white:hover {
  color: #ffffff !important;
}
.hover-black {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-black:hover {
  color: #000000 !important;
}
html {
  opacity: 1;
  font-size: 16px;
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}
html body {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  background: #000000;
  color: #ffffff;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
}
html body a {
  display: inline-block;
  color: var(--a-link-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body a:hover {
  color: var(--a-link-color-hover);
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
html body h1 {
  margin-bottom: 1.4rem;
}
html body h2 {
  margin-bottom: 1.25rem;
}
html body h3 {
  margin-bottom: 0.875rem;
}
html body h4 {
  margin-bottom: 0.75rem;
}
html body h5,
html body h6 {
  margin-bottom: 0.5rem;
}
html body h1 .regular,
html body h2 .regular,
html body h3 .regular,
html body h4 .regular,
html body h5 .regular,
html body h6 .regular {
  font-weight: 400;
}
html body h1 .medium,
html body h2 .medium,
html body h3 .medium,
html body h4 .medium,
html body h5 .medium,
html body h6 .medium {
  font-weight: 500;
}
html body h1 .bold,
html body h2 .bold,
html body h3 .bold,
html body h4 .bold,
html body h5 .bold,
html body h6 .bold,
html body h1 strong,
html body h2 strong,
html body h3 strong,
html body h4 strong,
html body h5 strong,
html body h6 strong {
  font-weight: 700;
}
html body em {
  font-style: normal;
  font-weight: 400;
}
html body em strong,
html body em b {
  font-style: normal;
  color: #60dcd4;
  font-weight: 800;
}
html body b em,
html body strong em {
  font-style: normal;
}
html body img {
  display: block;
  max-width: 100%;
  height: auto;
}
html body a:has(img) {
  display: block;
}
.headline {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 160%;
}
.social_icons {
  display: flex;
  gap: 1.5rem;
}
.social_icons a .icon {
  font-size: 2.2rem;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social_icons a .icon:hover {
  color: #60dcd4;
}
header {
  position: fixed;
  z-index: 99;
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: var(--header-background-color);
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0;
}
header .header-wrap .header-contact {
  display: flex;
  max-width: 42%;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  color: var(--header-navigation-text-color);
}
header .header-wrap .header-contact a {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: lowercase;
  color: var(--header-navigation-text-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-wrap .header-contact a:hover {
  color: var(--text-primary-hover);
}
header .header-wrap .logo img {
  width: auto;
  height: 75px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-wrap .menu-navigation {
  display: flex;
  column-gap: 2rem;
}
header .header-wrap .menu-navigation .main-mn #main-navigation {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  column-gap: 2.5rem;
}
header .header-wrap .menu-navigation .main-mn #main-navigation li {
  position: relative;
}
header .header-wrap .menu-navigation .main-mn #main-navigation li a,
header .header-wrap .menu-navigation .main-mn #main-navigation li span {
  display: flex;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: lowercase;
  color: var(--header-navigation-text-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-wrap .menu-navigation .main-mn #main-navigation li a:hover,
header .header-wrap .menu-navigation .main-mn #main-navigation li span:hover {
  color: var(--text-primary-hover);
}
header .header-wrap .menu-navigation .main-mn #main-navigation li .sub-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  padding: 30px 0 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
}
header .header-wrap .menu-navigation .main-mn #main-navigation li .sub-menu li {
  padding: 1rem 2rem;
  white-space: nowrap;
}
header .header-wrap .menu-navigation .main-mn #main-navigation li .sub-menu li span {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
header .header-wrap .menu-navigation .main-mn #main-navigation li.menu-item-has-children {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-wrap .menu-navigation .main-mn #main-navigation li.menu-item-has-children:hover .sub-menu {
  display: flex;
}
header .header-wrap .menu-navigation .search-icon {
  width: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-wrap .menu-navigation .search-icon:before {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 1.2rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.6rem;
  content: '\f002';
}
header .header-wrap .menu-navigation .search-icon.opened:before {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 1.6rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.6rem;
  content: '\f00d';
}
header .cta-elements .menu {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  row-gap: 20px;
}
header .cta-elements .menu li {
  cursor: pointer;
  background-color: #e3e3e3;
  padding: 5px 15px;
  max-width: fit-content;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .cta-elements .menu li a {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  font-weight: bold;
  color: #60dcd4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .cta-elements .menu li:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--div-bg-hover);
}
header .cta-elements .menu li:hover a {
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#search-form-container {
  display: none;
  justify-content: center;
  padding: 0.5rem 0;
  position: fixed;
  width: 100%;
  top: calc(75px + 2rem);
  background: #60dcd4;
  z-index: 98;
}
form.search-form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
form.search-form input {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  flex: 1 0 auto;
  margin: 0 2rem 0 0;
  padding: 0 2rem;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
form.search-form button {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3rem;
  margin: 0 2rem 0 0;
  padding: 0 2.666rem;
  border: none;
  color: #ffffff;
  background: #000000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form.search-form button:hover {
  color: #60dcd4;
  background: #ffffff;
}
form.search-form .close-form {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form.search-form .close-form:before {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 3rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 3rem;
  content: '\f00d';
}
form.search-form .close-form:hover {
  color: #000000;
}
main#page-body {
  position: relative;
  display: block;
  overflow: hidden;
}
main#page-body .correction-box-for-fixed-header-animation {
  height: 105px;
}
main#page-body .swiper-element {
  position: relative;
  height: 100%;
}
main#page-body .swiper-element .swiper-container {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}
main#page-body .swiper-element .swiper-wrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
main#page-body .swiper-element .slider-button {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  display: block;
  width: 50px;
  height: 50px;
  color: #60dcd4;
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #ffffff;
  border-radius: 20%;
}
main#page-body .swiper-element .slider-button.blue {
  color: #3b5998;
}
main#page-body .swiper-element .slider-button[class*="prev"] {
  left: 0;
}
main#page-body .swiper-element .slider-button[class*="next"] {
  right: 0;
}
main#page-body .swiper-element .slider-button.swiper-button-disabled {
  opacity: 0.25;
}
main#page-body .swiper-element .slider-button span {
  font-size: 30px;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
main#page-body .swiper-element .slider-button:hover {
  color: var(--element-var1-color-hover);
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
}
main#page-body .swiper-element .pagination-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: center;
  z-index: 10;
}
main#page-body .swiper-element .pagination-wrapper .slider-pagination {
  width: auto;
}
main#page-body .swiper-element .pagination-wrapper .swiper-pagination-bullet {
  width: 0.666rem;
  height: 0.666rem;
  margin: 0 0.666rem;
  background: #404040;
  border: 2px solid #ffffff;
  opacity: 1;
}
main#page-body .swiper-element .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #60dcd4;
}
main#page-body .pageBlock {
  position: relative;
  /*
      * SPECIAL SPACE RULE
      * to start the normal editor content not behind the overlapping header
      * and directly after the header line

      This rule applies padding-top to .pageBlock elements
      1. which is the first child of the parent element (.pageBlock)
      2. that do not have the ID #teaser and
      3. do not have any preceding sibling .pageBlock elements with the ID #teaser.
       */
}
main#page-body .pageBlock.intro {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 0;
}
main#page-body .pageBlock.intro .teaser-bottom-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #9da385;
  z-index: 10;
}
main#page-body .pageBlock.intro .teaser-bottom-row .image-product-teaser {
  position: absolute;
  right: 5%;
  bottom: 0;
}
main#page-body .pageBlock.intro .teaser-bottom-row .image-product-teaser img {
  max-height: 80vh;
  max-width: 30vw;
  transform: translateY(4%);
}
main#page-body .pageBlock.intro .scroll-down {
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 50;
}
main#page-body .pageBlock.intro .scroll-down a {
  color: #ffffff;
}
main#page-body .pageBlock.intro .introContainer_textarea {
  position: absolute;
  bottom: 0;
  z-index: 8;
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  right: 0;
  padding: 2rem 4rem;
  background: rgba(0, 0, 0, 0.5);
  color: var(--text-primary-light);
  text-align: center;
}
main#page-body .pageBlock.intro .introContainer_textarea h1 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: clamp(1.8vw, 3rem, 2.8vw);
  font-weight: 400;
  line-height: 160%;
  line-height: 120%;
}
main#page-body .pageBlock.intro .introContainer_textarea h2,
main#page-body .pageBlock.intro .introContainer_textarea h3,
main#page-body .pageBlock.intro .introContainer_textarea h4,
main#page-body .pageBlock.intro .introContainer_textarea h5 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: clamp(1.2vw, 2rem, 1.8vw);
  font-weight: 400;
  line-height: 160%;
  line-height: 100%;
}
main#page-body .pageBlock.intro .introContainer_headlineContainer {
  position: absolute;
  bottom: 10%;
  z-index: 8;
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 70%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem 4rem;
  background: rgba(0, 0, 0, 0.5);
}
main#page-body .pageBlock.intro .introContainer_headlineContainer .introHeadline,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introSubHeadline {
  text-transform: uppercase;
  color: var(--text-primary-light);
  text-align: center;
}
main#page-body .pageBlock.intro .introContainer_headlineContainer .introHeadline h1,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introSubHeadline h1 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: clamp(1.8vw, 3rem, 2.8vw);
  font-weight: 400;
  line-height: 160%;
  line-height: 120%;
}
main#page-body .pageBlock.intro .introContainer_headlineContainer .introHeadline h2,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introSubHeadline h2,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introHeadline h3,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introSubHeadline h3,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introHeadline h4,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introSubHeadline h4,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introHeadline h5,
main#page-body .pageBlock.intro .introContainer_headlineContainer .introSubHeadline h5 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: clamp(1.2vw, 2rem, 1.8vw);
  font-weight: 400;
  line-height: 160%;
  line-height: 100%;
}
main#page-body .pageBlock.intro .introContainer_logo {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 30;
}
main#page-body .pageBlock.intro .introContainer_logo img {
  max-height: 35vh;
}
main#page-body .pageBlock.intro .intro-block-slider {
  height: 100%;
}
main#page-body .pageBlock.intro .intro-block-slider .swiper-container,
main#page-body .pageBlock.intro .intro-block-slider .swiper-element {
  height: 100%;
}
main#page-body .pageBlock.intro .intro-block-slider .swiper-container .swiper-wrapper .swiper-slide,
main#page-body .pageBlock.intro .intro-block-slider .swiper-element .swiper-wrapper .swiper-slide {
  z-index: 2;
}
main#page-body .pageBlock.intro .intro-block-slider .swiper-container .swiper-wrapper .swiper-slide a,
main#page-body .pageBlock.intro .intro-block-slider .swiper-element .swiper-wrapper .swiper-slide a {
  display: block;
}
main#page-body .pageBlock.intro .images-wrapper,
main#page-body .pageBlock.intro .video-wrapper {
  flex: 1 0 auto;
}
main#page-body .pageBlock.intro.video {
  width: 100%;
}
main#page-body .pageBlock.intro.video .video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
main#page-body .pageBlock.intro.video .video-wrapper .no-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
main#page-body .pageBlock.intro.video .video-wrapper .video-title-container {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  pointer-events: none;
}
main#page-body .pageBlock.intro.video .video-wrapper .video-title-container .video-title {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 160%;
  font-size: var(--font-size-huge);
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
main#page-body .pageBlock.intro.video .video-wrapper iframe,
main#page-body .pageBlock.intro.video .video-wrapper video#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
main#page-body .pageBlock.intro.video .video-wrapper .mobile-intro {
  display: none;
}
main#page-body .pageBlock.intro.video .video-wrapper .image-overlay {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 60vw, 800px);
  z-index: 20;
  pointer-events: none;
}
main#page-body .pageBlock.frontpage .team .swiper-element .swiper-container {
  width: 85%;
}
main#page-body .pageBlock.frontpage .team .swiper-element .swiper-container .swiper-slide {
  background: #131313;
}
main#page-body .pageBlock.frontpage .team .swiper-element .slider-navigation .slider-button {
  background: #131313;
  color: #ffffff;
}
main#page-body .pageBlock.frontpage .team .swiper-element .slider-navigation .slider-button:hover {
  background: #60dcd4;
  color: #000000;
}
main#page-body .pageBlock.frontpage .team .swiper-element .pagination-wrapper {
  margin-top: 2rem;
}
main#page-body .pageBlock:first-child:not(#teaser):not(:has(~ .pageBlock#teaser)) {
  padding-top: 120px;
}
main#page-body .pageBlock .header-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
main#page-body .pageBlock .element-wrap.sized {
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#page-body .pageBlock .element-wrap.main-element {
  min-height: calc(100vh - 350px);
}
main#page-body .pageBlock .element-wrap > p {
  margin: 0 auto 2rem auto;
}
main#page-body .pageBlock .element-wrap > [class*="wp-block-"]:not(.wp-block-group).hide,
main#page-body .pageBlock .element-wrap > [class*="custom-block"].hide {
  display: none;
}
main#page-body .pageBlock .element-wrap ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
main#page-body .pageBlock .element-wrap ul:not([class*="tab-navigation"]) {
  margin: 0;
  padding: 1rem 0;
}
main#page-body .pageBlock .element-wrap ul:not([class*="tab-navigation"]) li {
  position: relative;
  padding: 0 0 0 1.2rem;
  margin: 0;
}
main#page-body .pageBlock .element-wrap ul:not([class*="tab-navigation"]) li:not(:last-of-type) {
  margin: 0 0 10px 0;
}
main#page-body .pageBlock .element-wrap ul:not([class*="tab-navigation"]) li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 0.2rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 2rem;
  content: '\f111';
  display: block;
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap ul:not([class*="tab-navigation"]) li ul {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}
main#page-body .pageBlock .element-wrap ul:not([class*="tab-navigation"]) li ul li {
  position: relative;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0 0 0 1.666rem;
}
main#page-body .pageBlock .element-wrap ul:not([class*="tab-navigation"]) li ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 0.666rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 2.2rem;
  content: '\f0c8';
  display: block;
}
main#page-body .pageBlock .element-wrap ul.tab-navigation {
  display: grid;
}
main#page-body .pageBlock .element-wrap ul.tab-navigation li {
  flex: 0 1 auto;
  text-align: center;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  counter-reset: ol-counter-first;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) li {
  position: relative;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0 0 0 1.666rem;
  margin: 0 0 0.6rem 0;
  counter-increment: ol-counter-first;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) li:not(:last-of-type) {
  margin: 0 0 0.666rem 0;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ol-counter-first) " ";
  display: block;
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) li ol {
  list-style: none;
  padding: 1rem 0;
  counter-reset: ol-counter-first;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) li ol li {
  position: relative;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0 0 0 1.666rem;
  margin: 0 0 0.6rem 0;
  color: #707a80;
  counter-increment: ol-counter-first;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) li ol li:not(:last-of-type) {
  margin: 0 0 0.666rem 0;
}
main#page-body .pageBlock .element-wrap ol:not(.ui-tabs-nav) li ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
  content: counter(ol-counter-first) ") ";
  display: block;
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap.has-no-header > div {
  padding-top: 80px;
}
main#page-body .pageBlock .element-wrap .page_title {
  width: 75%;
  text-align: center;
  margin: 2rem auto 2rem auto;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  color: #eaeaea;
  background: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .imageBox {
  background: #60dcd4;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .imageBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 1200ms ease;
  transition: opacity 1200ms ease;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  padding: 1rem 1.25rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox .date {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox .article-content {
  line-height: 120%;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox h2 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox p {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox .read-more {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox .read-more p {
  margin: 0;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem .textBox .read-more:hover {
  color: #60dcd4 !important;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem:hover {
  color: #ffffff;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem:hover .imageBox img {
  opacity: 0.55;
}
main#page-body .pageBlock .element-wrap .frontpage.newsGrid .newsItem:hover .textBox {
  background: #eaeaea;
}
main#page-body .pageBlock .element-wrap .frontpage.newsArchiv {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 120%;
}
main#page-body .pageBlock .element-wrap .frontpage.section {
  position: relative;
  display: block;
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}
main#page-body .pageBlock .element-wrap .frontpage.section .imageBox {
  position: relative;
}
main#page-body .pageBlock .element-wrap .frontpage.section .imageBox img {
  width: 100%;
}
main#page-body .pageBlock .element-wrap .frontpage.section .imageBox-button {
  position: absolute;
  bottom: 2rem;
  right: 0;
  padding: 1rem 2rem;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .frontpage.section .imageBox-button:hover {
  background: #ffffff;
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .content-module.team {
  background: none;
  display: block;
}
main#page-body .pageBlock .element-wrap .content-module.team.list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item {
  position: relative;
  display: block;
  overflow: hidden;
  /*padding: 0 25px;
              margin:0 0 50px 0;*/
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item img {
  width: 100%;
  display: block;
  height: auto;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .predetails {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 15px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .predetails span {
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0.4rem 1rem;
  white-space: nowrap;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .predetails:hover {
  background: #000000;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details {
  position: absolute;
  top: 100%;
  /*left: 25px;
                right: 25px;*/
  left: 0;
  right: 0;
  height: 100%;
  background: #000000;
  color: #ffffff;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li {
  list-style: none;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 2.8rem;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .close:after {
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: inherit;
  content: '';
  content: "\f00d";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .close:hover:after {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul {
  position: absolute;
  bottom: 0;
  list-style: none;
  width: 100%;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li {
  font-size: 0.9em;
  font-weight: 400;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li span.prefix,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li span.prefix {
  font-weight: 600;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li span.nm,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li span.nm {
  position: absolute;
  left: 40px;
  white-space: nowrap;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li.abt,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li.abt {
  font-weight: 300;
  font-size: 0.8em;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li.titel,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li.titel {
  font-weight: 300;
  font-size: 0.8em;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li.name,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li.name {
  font-weight: 600;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li a,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li a {
  color: #000000;
  background: #ffffff;
  padding: 2px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner li a:hover,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul li a:hover {
  color: #000000;
  background: #60dcd4;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner .person .item.pos,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul .person .item.pos {
  color: #9d9d9d;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner .vita a,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul .vita a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details .backside_info_inner .vita a:hover,
main#page-body .pageBlock .element-wrap .content-module.team .team-item .details ul .vita a:hover {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item.get-in-the-team {
  background: #60dcd4;
  color: #000000;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 140%;
  padding: 25px;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item.get-in-the-team .bewirb-dich-jetzt {
  flex-basis: 100%;
}
main#page-body .pageBlock .element-wrap .content-module.team .team-item.get-in-the-team:hover {
  background: #000000;
  color: #ffffff;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 1.5rem 2rem;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #707a80;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title .ui-accordion-header-icon,
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title .label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title:not(:first-of-type) {
  margin: 2rem 0 0 0;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title:hover .ui-accordion-header-icon,
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title:hover .label {
  color: var(--text-primary-hover);
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title.ui-state-active {
  border-bottom: 0 solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title.ui-state-active .ui-accordion-header-icon,
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title.ui-state-active .label {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title .label {
  color: #000000;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title .red {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title .black {
  color: #000000;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-title .ui-accordion-header-icon {
  align-self: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #707a80;
  font-size: 25px;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-content {
  background: #ffffff;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-content .text-wrap {
  padding: 1.5rem 2rem;
  border: 1px solid #707a80;
  border-top: none;
  margin: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-content .text-wrap p {
  margin: 0;
  padding: 1rem 0;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-content .text-wrap p a {
  color: var(--text-primary-dark);
  text-decoration: underline;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-content .text-wrap p a:hover {
  color: var(--text-green-clr);
  text-decoration: none;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-content .text-wrap p span {
  font-weight: 700;
  padding-right: 5px;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion .accordion-content .text-wrap p:last-of-type {
  margin: 0 auto 0 auto;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion.border-none .accordion-title {
  border: none;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion.border-none .accordion-content {
  border: none;
}
main#page-body .pageBlock .element-wrap .custom-block-accordion.border-none .accordion-content .text-wrap {
  border: none;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-navigation {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-navigation > li {
  display: block;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-navigation > li a {
  position: relative;
  display: block;
  padding: 0.666rem 1.333rem;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 160%;
  color: #707070;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-navigation > li a:hover {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-navigation > li.ui-state-active a {
  color: #60dcd4;
  background: #e3e3e3;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-content {
  padding: 2rem;
  background: #e3e3e3;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-content p {
  margin: 0;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-content p span {
  font-weight: 700;
  padding-right: 5px;
}
main#page-body .pageBlock .element-wrap .custom-block-tabs .tab-content p:last-of-type {
  margin: 0 auto 0 auto;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery {
  position: relative;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid {
  /*align-items: center;
            justify-items: center;*/
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid .image-wrap {
  display: block;
  width: 100%;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid .image-wrap a {
  position: relative;
  display: block;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid .image-wrap a::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 50;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid .image-wrap .image-caption {
  position: relative;
  display: block;
  padding: 6px 0 0 0;
  text-align: center;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 160%;
  color: #707a80;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid .image-wrap .image-box {
  display: block;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid .image-wrap img {
  display: block;
  max-width: 100%;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid.type-crop .image-wrap a {
  position: relative;
  padding-bottom: 100%;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid.type-crop .image-wrap .image {
  position: relative;
  padding-bottom: 100%;
}
main#page-body .pageBlock .element-wrap .custom-block-gallery.gallery-grid.gap-false {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element {
  margin-bottom: 30px;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .slider-button {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
  color: #707070;
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .slider-button.blue {
  color: #3b5998;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .slider-button[class*="prev"] {
  left: 0;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .slider-button[class*="next"] {
  right: 0;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .slider-button.swiper-button-disabled {
  opacity: 0.25;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .slider-button span {
  font-size: 50px;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .slider-button:hover {
  color: #60dcd4;
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  position: relative;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .swiper-container .swiper-wrapper .swiper-slide .image-counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
  background: #000000;
  background: rgba(0, 0, 0, 0.25);
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .swiper-container .swiper-wrapper .swiper-slide .top-left-square {
  width: 20px;
  height: 15px;
  background-color: #60dcd4;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .swiper-container .swiper-wrapper .swiper-slide .image-description {
  position: absolute;
  bottom: 0;
  padding: 0.5rem 1rem;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, 0.25);
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .pagination-wrapper {
  bottom: -30px;
  justify-content: flex-start;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .pagination-wrapper .slider-pagination {
  display: flex;
  gap: 1rem;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .pagination-wrapper .slider-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0;
  background: #707070;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .pagination-wrapper .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #60dcd4;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .swiper-element .pagination-wrapper .slider-pagination .swiper-pagination-bullet:hover {
  background: #60dcd4;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: color;
  clip-path: inset(0 0 0 50%);
}
main#page-body .pageBlock .element-wrap .custom-block-slider .color_filter_btn {
  position: absolute;
  top: 18.2%;
  width: 13px;
  height: 36.7%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  cursor: pointer;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#page-body .pageBlock .element-wrap .custom-block-slider .color_filter_btn .arrow_container {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #ffffff;
  padding: 10px;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles {
  display: grid;
  gap: 30px;
  margin: 30px 0;
}
@media only screen and (max-width: 1200px) {
  main#page-body .pageBlock .element-wrap .custom-block-page-tiles {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.force-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a {
  padding-bottom: 10px;
  border-bottom: 15px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a .page_tile {
  overflow: hidden;
  position: relative;
  display: block;
  background: #e3e3e3;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a .page_tile .page_tile_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 45px;
  height: auto;
  border: 1.5px solid #575757;
  padding: 10px;
  background: #ffffff;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a .page_tile .page_tile_image_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a .page_tile .page_tile_image_container .page_tile_image {
  display: block;
  width: 90%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a .page_tile .page_tile_text_container {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a .page_tile .page_tile_text_container .page_tile_title {
  text-align: center;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.87rem;
  font-weight: 700;
  line-height: 125%;
  font-size: clamp(1.2rem, 1.4vw, 3rem);
  color: #000000;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a:hover {
  padding-bottom: 10px;
  border-bottom: 13px solid red;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a:hover .page_tile .page_tile_image_container .page_tile_image {
  transform: translateY(-20px);
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles a:hover .page_tile .page_tile_text_container .page_tile_title {
  opacity: 1;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a {
  padding-bottom: unset;
  border-bottom: unset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #e3e3e3;
  flex-direction: column;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_text_container {
  position: relative;
  bottom: unset;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_text_container .page_tile_title {
  text-align: initial;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 125%;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: visible;
  order: 2;
  padding-left: 15px;
  opacity: 1;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_text_container .page_tile_subline {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 125%;
  order: 1;
  padding-left: 15px;
  text-transform: uppercase;
  color: #000000;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_text_container .page_tile_button {
  background: #60dcd4;
  width: 100%;
  padding: 10px 15px;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  order: 3;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_image_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_image_container .page_tile_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_image_container .page_tile_image {
  display: block;
  width: 90%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a:hover .page_tile .page_tile_text_container {
  /*.page_tile_subline {
                      opacity: 1;
                    }*/
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a:hover .page_tile .page_tile_text_container .page_tile_button {
  opacity: 0.9;
}
main#page-body .pageBlock .element-wrap .custom-block-page-tiles.intermediate a:hover .page_tile .page_tile_image_container .page_tile_image {
  transform: translateY(-20px);
}
main#page-body .pageBlock .element-wrap .custom-breadcrumbs {
  padding: 0 0 2rem 0;
}
main#page-body .pageBlock .element-wrap .custom-breadcrumbs .crumbs {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem;
  background: #eaeaea;
}
main#page-body .pageBlock .element-wrap .custom-breadcrumbs .crumbs .divider {
  padding: 0 10px;
}
main#page-body .pageBlock .element-wrap .custom-breadcrumbs .crumbs .link-item a {
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-breadcrumbs .crumbs .link-item a:hover {
  color: #e3e3e3;
}
main#page-body .pageBlock .element-wrap .custom-breadcrumbs .crumbs .current {
  color: #e3e3e3;
}
main#page-body .pageBlock .element-wrap .custom-block-download a {
  padding: 10px 20px;
  color: #707070;
  border: 1px solid #707070;
}
main#page-body .pageBlock .element-wrap .custom-block-download a:hover {
  background: #e3e3e3;
  color: #000000;
}
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo {
  margin: 0 auto 2rem auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo h2,
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo h3,
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo h4 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
  color: #60dcd4;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo h2 .fa,
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo h3 .fa,
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo h4 .fa {
  padding: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo .sub-title {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  padding-left: 2rem;
  color: #000000;
}
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo.active h2 .fa,
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo.active h3 .fa,
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo.active h4 .fa {
  color: #000000;
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-item .job-title .show-jobinfo.active .sub-title {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .custom-block-jobs .job-description {
  color: #000000;
  margin-left: 2rem;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper {
  display: flex;
  column-gap: 2rem;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__label {
  white-space: nowrap;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__label h5,
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__label h6 {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item {
  position: relative;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item.intro {
  background: #e3e3e3;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item.intro .item__intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item.intro .item__intro .title {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  text-align: right;
  color: #60dcd4;
  padding: 1rem 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item.intro .item__intro .text {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
  padding: 1rem 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__image {
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__image img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__details {
  position: absolute;
  bottom: 0;
  padding: 5% 15% 5% 5%;
  width: 80%;
  background: #60dcd4;
  color: #ffffff;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__details:after {
  position: absolute;
  bottom: 20%;
  right: 5%;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 2.6rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 300;
  text-rendering: auto;
  line-height: 2.2rem;
  content: '\f054';
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__details .name {
  display: block;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__details a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__details a:hover {
  color: #e3e3e3;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__details .visible.default {
  display: block;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item .item__details .visible.hover {
  display: none;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item:hover .item__image img {
  transform: scale(1.05);
  filter: grayscale(0);
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item:hover .item__details .visible.default {
  display: none;
}
main#page-body .pageBlock .element-wrap .custom-block-staff .staff__wrapper .staff__items .member__item:hover .item__details .visible.hover {
  display: block;
}
main#page-body .pageBlock .element-wrap .custom-block-flipbooks .flipbook__wrapper .flipbook__group .flipbook__item {
  position: relative;
}
main#page-body .pageBlock .element-wrap .custom-block-flipbooks .flipbook__wrapper .flipbook__group .flipbook__item .flipbook__link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main#page-body .pageBlock .element-wrap .custom-block-flipbooks .flipbook__wrapper .flipbook__group .flipbook__item .flipbook__link a .fa {
  opacity: 0;
  font-size: 2rem;
  color: #60dcd4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .custom-block-flipbooks .flipbook__wrapper .flipbook__group .flipbook__item .flipbook__link a:hover .fa {
  font-size: 6rem;
  opacity: 0.8;
}
main#page-body .pageBlock .element-wrap .custom-block-flipbooks .flipbook__wrapper .flipbook__group .flipbook__item .flipbook__label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  width: calc(100% - 1rem);
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 1rem;
}
main#page-body .pageBlock .element-wrap .custom-block-flipbooks .flipbook__wrapper .flipbook__group .flipbook__item .flipbook__label span {
  word-break: break-all;
}
main#page-body .pageBlock .element-wrap .wp-block-embed {
  margin: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-embed-youtube .wp-block-embed__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 56.25%;
}
main#page-body .pageBlock .element-wrap .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}
main#page-body .pageBlock .element-wrap .wp-block-separator {
  background: none;
  width: 25%;
  margin: 0 auto 2rem auto;
  padding: 2rem 0 0 0;
  border: 0;
  border-bottom: 1px solid;
}
main#page-body .pageBlock .element-wrap .wp-block-separator.is-style-wide {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid;
}
main#page-body .pageBlock .element-wrap .wp-block-image figure {
  display: block;
  position: relative;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-image figure a {
  display: block;
}
main#page-body .pageBlock .element-wrap .wp-block-image figure.aligncenter {
  text-align: center;
}
main#page-body .pageBlock .element-wrap .wp-block-image figure.aligncenter img {
  margin: 0 auto;
}
main#page-body .pageBlock .element-wrap .wp-block-image figure figcaption {
  display: block;
  position: relative;
  padding: 1rem 0 2rem 0;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-image.fixed {
  position: absolute;
  bottom: -100px;
  right: 0;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-image.absolut-bottom-right {
  bottom: 0;
  right: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-image[class*="offset-"] {
  margin: 0;
  max-width: 85vw;
}
main#page-body .pageBlock .element-wrap .wp-block-image.custom figcaption {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  display: block;
  position: relative;
  padding: 1rem 0 0.5rem 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #485258;
}
main#page-body .pageBlock .element-wrap .wp-block-image.custom figcaption.light {
  color: #bad0dd;
}
main#page-body .pageBlock .element-wrap .wp-block-image.is-style-grayscale-hover img {
  filter: grayscale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .wp-block-image.is-style-grayscale-hover img:hover {
  filter: grayscale(0);
}
main#page-body .pageBlock .element-wrap .wp-block-image.img-bmr-style img {
  transform: translateX(-12px);
  box-shadow: 12px 12px 0 #60dcd4;
}
main#page-body .pageBlock .element-wrap .wp-block-columns {
  column-gap: 2rem;
}
main#page-body .pageBlock .element-wrap .wp-block-columns .wp-block-column > div {
  margin: 0;
  max-width: unset;
  width: unset;
}
main#page-body .pageBlock .element-wrap .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
  max-width: unset;
  width: unset;
}
main#page-body .pageBlock .element-wrap .wp-block-columns.no-space-border .wp-block-column {
  padding: 0 2rem;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-columns.no-space-border .wp-block-column:not(:first-child) {
  border-left: 1px solid #707a80;
}
main#page-body .pageBlock .element-wrap .wp-block-table {
  margin: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-table table {
  max-width: 100%;
}
main#page-body .pageBlock .element-wrap .wp-block-table table tbody tr td {
  padding: 4px 8px;
}
main#page-body .pageBlock .element-wrap .wp-block-table table tbody tr td img {
  display: inline-block;
}
main#page-body .pageBlock .element-wrap .wp-block-cover {
  box-sizing: border-box;
}
main#page-body .pageBlock .element-wrap .wp-block-cover::before {
  display: none;
}
main#page-body .pageBlock .element-wrap .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
main#page-body .pageBlock .element-wrap .wp-block-cover .wp-block-cover__inner-container p {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-cover .wp-block-cover__inner-container p a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem 1.666rem;
  border: 2px solid #ffffff;
  background: #7b9dd2;
  background: linear-gradient(90deg, rgba(123, 157, 210, 0.6) 0%, rgba(77, 110, 163, 0.6) 35%, rgba(19, 52, 104, 0.6) 100%);
  width: auto;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .wp-block-cover .wp-block-cover__inner-container p a:hover {
  color: #9cd8f7;
  background: #ffffff;
}
main#page-body .pageBlock .element-wrap .wp-block-cover .wp-block-cover__inner-container p.document > a:after {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: inherit;
  content: '';
  content: '\f15c';
  padding-left: 10px;
  font-size: 2rem;
}
main#page-body .pageBlock .element-wrap .wp-block-cover .wp-block-cover__inner-container p.download > a:after {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: inherit;
  content: '';
  content: '\f56d';
  padding-left: 10px;
  font-size: 2rem;
}
main#page-body .pageBlock .element-wrap .wp-block-spacer {
  margin: 0 auto !important;
}
main#page-body .pageBlock .element-wrap .wp-block-spacer.is-style-tiny {
  height: 15px !important;
}
main#page-body .pageBlock .element-wrap .wp-block-spacer.is-style-small {
  height: 30px !important;
}
main#page-body .pageBlock .element-wrap .wp-block-group {
  position: relative;
  padding: 0;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-default-padding-2rem > .wp-block-group__inner-container {
  padding: 2rem;
  margin: 0 auto;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-default-padding-4rem > .wp-block-group__inner-container {
  padding: 4rem;
  margin: 0 auto;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-width-40 > .wp-block-group__inner-container {
  max-width: 40%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-width-45 > .wp-block-group__inner-container {
  max-width: 45%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-width-50 > .wp-block-group__inner-container {
  max-width: 50%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-width-60 > .wp-block-group__inner-container {
  max-width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-width-75 > .wp-block-group__inner-container {
  max-width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-width-90 > .wp-block-group__inner-container {
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .wp-block-group.is-style-width-full-width > .wp-block-group__inner-container {
  max-width: 100%;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex-row .wp-block-group__inner-container {
  display: flex;
  flex-flow: row nowrap;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex-row.align-center .wp-block-group__inner-container {
  justify-content: center;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex-row.align-right .wp-block-group__inner-container {
  width: 100%;
  justify-content: flex-end;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex-row.space-between .wp-block-group__inner-container {
  width: 100%;
  justify-content: space-between;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex-row.gap-4 .wp-block-group__inner-container {
  column-gap: 1rem;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex-row.gap-6 .wp-block-group__inner-container {
  column-gap: 1.5rem;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex-row.gap-8 .wp-block-group__inner-container {
  column-gap: 2rem;
}
main#page-body .pageBlock .element-wrap .wp-block-group.flex > .wp-block-group__inner-container {
  margin: unset;
}
main#page-body .pageBlock .element-wrap .wp-block-quote {
  padding: 4rem 8rem;
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border: 1.4px solid #e3e3e3;
}
main#page-body .pageBlock .element-wrap .wp-block-quote p {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #404040;
}
main#page-body .pageBlock .element-wrap .wp-block-quote p strong,
main#page-body .pageBlock .element-wrap .wp-block-quote p b {
  display: block;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.4rem;
}
main#page-body .pageBlock .element-wrap .wp-block-quote cite {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  font-style: normal;
  color: #9da385;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons {
  display: flex;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button {
  display: block;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button a {
  color: #ffffff;
  background: #60dcd4;
  padding: 10px 25px;
  border-radius: 25px;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 160%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button a .fa-arrow-right {
  padding-left: 10px;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button a:hover {
  color: #e3e3e3;
  background: #707070;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.external a {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.external a:after {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: inherit;
  content: '';
  content: "\f35d";
  font-size: 1rem;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.is-style-button-dark a {
  background: #000000;
  cursor: pointer;
  color: #ffffff;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.is-style-button-dark a:hover {
  color: #e3e3e3;
  background: #707070;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.is-style-button-light a {
  cursor: pointer;
  background: #ffffff;
  color: #707070;
  border: 1px solid #707070;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.is-style-button-light a:hover {
  background: #e3e3e3;
  color: #000000;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.is-style-outline a {
  background: transparent;
  color: #707070;
  border: 2px solid #707070;
}
main#page-body .pageBlock .element-wrap .wp-block-buttons .wp-block-button.is-style-outline a:hover {
  background: #707070;
  color: #ffffff;
}
main#page-body .pageBlock .element-wrap .button-wrap[class*="align-"] {
  display: flex;
  flex-flow: row nowrap;
}
main#page-body .pageBlock .element-wrap .button-wrap[class*="align-"][class$="left"] {
  justify-content: flex-start;
}
main#page-body .pageBlock .element-wrap .button-wrap[class*="align-"][class$="center"] {
  justify-content: center;
}
main#page-body .pageBlock .element-wrap .button-wrap[class*="align-"][class$="right"] {
  justify-content: flex-end;
}
main#page-body .pageBlock .element-wrap .button-wrap.align-center {
  justify-content: center;
}
main#page-body .pageBlock .element-wrap .button-wrap.align-right {
  justify-content: flex-end;
}
main#page-body .pageBlock .element-wrap .button-wrap > span,
main#page-body .pageBlock .element-wrap .button-wrap > a {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 160%;
  display: block;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap .button-wrap > span .icon,
main#page-body .pageBlock .element-wrap .button-wrap > a .icon {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap .button-wrap > span .fa,
main#page-body .pageBlock .element-wrap .button-wrap > a .fa {
  padding-left: 1rem;
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="negative"],
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="negative"] {
  color: var(--text-primary-light);
  border: 2px solid var(--text-primary-light);
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="negative"]:hover,
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="negative"]:hover {
  color: var(--text-primary-dark);
  background: var(--text-primary-light);
  border-color: var(--text-primary-light);
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="negative-large"],
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="negative-large"] {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: var(--text-primary-light);
  border: 2px solid var(--text-primary-light);
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="negative-large"]:hover,
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="negative-large"]:hover {
  color: var(--text-primary-dark);
  background: var(--text-primary-light);
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="positive"],
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="positive"] {
  color: var(--text-primary-dark);
  border: 2px solid var(--text-primary-dark);
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="positive"]:hover,
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="positive"]:hover {
  color: var(--text-primary-light);
  background: var(--text-primary-dark);
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="positive-large"],
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="positive-large"] {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: var(--text-primary-dark);
  border: 2px solid var(--text-primary-dark);
}
main#page-body .pageBlock .element-wrap .button-wrap > span[class*="positive-large"]:hover,
main#page-body .pageBlock .element-wrap .button-wrap > a[class*="positive-large"]:hover {
  color: var(--text-primary-light);
  background: var(--text-primary-dark);
}
main#page-body .pageBlock .element-wrap :where(.wp-block-columns) {
  margin-bottom: 0;
}
main#page-body .pageBlock .element-wrap.news-container {
  /*display: flex;
          flex-flow: row nowrap;*/
  display: grid;
  grid-template-columns: 10fr 2fr;
  column-gap: 2rem;
}
main#page-body .pageBlock .element-wrap.news-container .single-post-container-wrapper a {
  font-weight: 700;
  color: #60dcd4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap.news-container .single-post-container-wrapper a:hover {
  color: #000000;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  flex: 1 1 auto;
  align-content: flex-start;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem .image-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #ffffff;
  overflow: hidden;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem .image-wrap .image-box {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem .date {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 0.666rem;
  background: #60dcd4;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem .date span {
  display: block;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem .date span.day-month {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 1;
  line-height: 120%;
  text-align: center;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem .date span.year {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem .title {
  /*position: absolute;
                bottom: 0;
                left: 0;*/
  display: flex;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 1.4;
  line-height: 160%;
  color: #000000;
  background: #ffffff;
  padding: 1rem 1.25rem;
  min-height: 4rem;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem:hover .title {
  color: #60dcd4;
}
main#page-body .pageBlock .element-wrap.news-container .news-grid .newsItem:hover .image-wrap .image-box {
  transform: scale(1.1);
}
main#page-body .pageBlock .content-wrap.team {
  display: flex;
  justify-content: center;
}
main#page-body .pageBlock .content-wrap.team .single-entry {
  width: 80%;
}
main#page-body .pageBlock .content-wrap.team .single-entry .entry {
  /*display: flex;
              gap: 4rem;*/
}
main#page-body .pageBlock .content-wrap.team .single-entry .entry .image-container {
  width: 32%;
  float: left;
  margin: 0 6rem 2rem 0;
}
main#page-body .pageBlock .content-wrap.team .single-entry .entry .entry-content .content-text a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .content-wrap.team .single-entry .entry .entry-content .content-text a:hover {
  color: #60dcd4;
}
main#page-body .pageBlock .content-wrap ul {
  padding: 0;
  margin-bottom: 2rem;
}
main#page-body .pageBlock .content-wrap ul:not([class*="tab-navigation"]) {
  margin: 0;
  padding: 1rem 0;
}
main#page-body .pageBlock .content-wrap ul:not([class*="tab-navigation"]) li {
  list-style: square;
  position: relative;
  margin: 0;
  /*&:not(:last-of-type) {
                margin: 0 0 10px 0;
              }

              &:before {
                position: absolute;
                top: 0;
                left: 0;
                //.fas(0.5rem, 2.2rem, '\f0c8');
                .fas(0.2rem, 2rem, '\f111');
                display: block;
                color: @theme_accent;
              }*/
}
main#page-body .pageBlock.single-post {
  display: grid;
  grid-template-columns: 10fr 2fr;
  column-gap: 2rem;
}
main#page-body .pageBlock.single-post .single-entry-title {
  width: 100%;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}
main#page-body .pageBlock.single-post .post-meta {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-bottom: 2px solid #60dcd4;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  gap: 1rem;
}
main#page-body .pageBlock.single-post .post-meta > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
main#page-body .pageBlock.single-post .post-meta > div .icon {
  padding-right: 0.666rem;
}
main#page-body .pageBlock.single-post .post-meta > div .string {
  font-weight: 700;
}
main#page-body .pageBlock.single-post .post-image .imageBox {
  display: flex;
  justify-content: center;
  background: #60dcd4;
}
main#page-body .pageBlock.single-post a {
  font-weight: 700;
  color: #60dcd4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock.single-post a:hover {
  color: #000000;
}
main#page-body .pageBlock .post-entry-footer {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  clear: both;
}
main#page-body .pageBlock .post-entry-footer .post-nav {
  padding-top: 40px;
}
main#page-body .pageBlock .post-entry-footer .post-nav .next-label,
main#page-body .pageBlock .post-entry-footer .post-nav .prev-label {
  display: block;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14pt;
  font-weight: 500;
  line-height: 120%;
  color: #60dcd4;
  text-transform: uppercase;
}
main#page-body .pageBlock .post-entry-footer .post-nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
main#page-body .pageBlock .post-entry-footer .post-nav .next {
  padding: 0 1%;
  width: 48%;
  float: right;
  text-align: right;
}
main#page-body .pageBlock .post-entry-footer .post-nav .prev {
  padding: 0 1%;
  width: 48%;
  float: left;
  text-align: left;
}
main#page-body .pageBlock .post-entry-footer .post-nav .hide {
  display: none;
}
main#page-body .pageBlock .post-entry-footer .post-nav a {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .post-entry-footer .post-nav a:hover {
  color: #60dcd4;
}
main#page-body .pageBlock .post-entry-footer .back-to-archive {
  width: 100%;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
}
main#page-body .pageBlock .post-entry-footer .back-to-archive a {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock .post-entry-footer .back-to-archive a:hover {
  color: #60dcd4;
}
main#page-body .pageBlock .sidebar-blog-archive ul,
main#page-body .pageBlock .sidebar-blog-archive li {
  list-style: none;
  margin: 0;
  padding: 0;
}
main#page-body .pageBlock .sidebar-blog-archive li:before {
  display: none !important;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-listing {
  display: flex;
  flex-direction: column;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year {
  margin: 0;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year .year-title {
  display: block;
  background: #60dcd4;
  color: #ffffff;
  padding-left: 1rem;
  text-decoration: none;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 220%;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year .archive-months {
  position: relative;
  margin: 0;
  padding: 1rem 0 1rem 2rem;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year .archive-months::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #60dcd4;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year .archive-month {
  padding-left: 1rem;
  background: unset;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year .archive-month a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 220%;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year .archive-month a:hover {
  text-decoration: underline;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year.archive-older-years-toggle .show-older-years-btn {
  display: flex;
  gap: 1rem;
  background: #000000;
  color: #ffffff;
  padding: 0.8rem;
  width: 100%;
  cursor: pointer;
  border: 1px solid #60dcd4;
  text-align: left;
}
main#page-body .pageBlock .sidebar-blog-archive .archive-year.archive-older-years-toggle .show-older-years-btn span {
  align-self: center;
}
main#page-body .search-results__body {
  max-width: 1320px;
  width: 80%;
  margin: 0 auto 6rem;
}
main#page-body .search-results__body article {
  display: block;
  margin: 0 0 1rem 0;
}
main#page-body .search-results__body article a {
  display: block;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 1rem 2rem;
  border: 1px solid #e3e3e3;
}
main#page-body .search-results__body.not-found {
  text-align: center;
}
main#page-body .container_404 .content_404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main#page-body .container_404 .content_404 .error_image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
main#page-body .container_404 .content_404 .error_image_wrapper img {
  display: block;
  height: auto;
  max-width: 50vw;
}
main#page-body .paging {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
main#page-body .paging .pagination {
  display: flex;
  gap: 1rem;
}
main#page-body .paging .pagination .page-numbers {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: block;
  background: #e3e3e3;
  line-height: 2rem;
  text-align: center;
}
main#page-body .paging .pagination .page-numbers.current,
main#page-body .paging .pagination .page-numbers.dots {
  color: #60dcd4;
}
main#page-body .paging .pagination a {
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .paging .pagination a:hover {
  color: #ffffff;
  background: #60dcd4;
}
footer {
  width: 100%;
  padding-top: 8rem;
}
footer h2 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}
footer a {
  color: var(--text-primary-dark);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer p {
  color: var(--text-primary-dark);
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
}
footer p span {
  margin-right: 15px;
  color: #60dcd4;
  font-size: 1.2rem;
}
footer .headline {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 120%;
  color: #000000;
}
footer .socials .icon {
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .socials .icon:hover {
  color: #60dcd4;
}
footer .footer-wrapper-contact {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-wrapper-contact .contact-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
footer .footer-wrapper-contact .contact-row .footer-element.left.label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 48%;
}
footer .footer-wrapper-contact .contact-row .footer-element.left.label img {
  width: 100%;
  height: auto;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-evenly;
  padding: 8rem 2rem 0 2rem;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details .column.company .company_details {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: space-between;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details .column.company .company_details a {
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details .column.company .company_details a:hover {
  color: #60dcd4;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details .column.company .company_details .details__element {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details .column.company .company_details .details__element .address {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details .column.company .company_details .details__element .fa {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: inherit;
  content: '';
  color: #60dcd4;
}
footer .footer-wrapper-contact .contact-row .footer-element.right.details .column.opening-hours .details__element {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: space-between;
  color: #000000;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 125%;
}
footer .footer-wrapper-menu {
  background-color: #000000;
  padding: 2rem 0;
}
footer .footer-wrapper-menu a {
  color: #ffffff;
}
footer .footer-wrapper-menu .menu-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 2rem;
  width: 90%;
  margin: 0 auto;
}
footer .footer-wrapper-menu .menu-row .footer-menu ul {
  display: flex;
  flex-direction: row;
  column-gap: 10rem;
}
footer .footer-wrapper-menu .menu-row .footer-menu ul li {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 125%;
  flex-grow: 1;
}
.wpcf7 {
  position: relative;
  display: block;
  margin: 3rem 0;
}
.wpcf7 form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.wpcf7 form p {
  margin: 0 0 20px 0;
}
.wpcf7 form .kontakt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 2rem 0 4rem 0;
}
.wpcf7 form .kontakt div {
  width: 100%;
}
.wpcf7 form p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.wpcf7 form p label {
  text-align: left;
  width: 100%;
  margin: 1rem 0;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
.wpcf7 form p span {
  position: relative;
  width: 100%;
}
.wpcf7 form p span input {
  width: 100%;
  border: 1px solid #a2acb2;
  padding: 0.5rem;
  background: #eaeaea;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  box-sizing: border-box;
}
.wpcf7 form p span input[readonly] {
  background-color: #c0c0c0;
  cursor: not-allowed;
}
.wpcf7 form p span #message {
  border: 1px solid #707a80;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  background: #eaeaea;
}
.wpcf7 form p span input:focus,
.wpcf7 form p span textarea:focus {
  outline: none;
  /* Removes the default focus outline */
  border-color: #1c1c1c;
  /* Replace 'desiredColor' with the color you want or 'transparent' */
}
.wpcf7 form textarea.wpcf7-textarea {
  width: 100%;
  padding: 0.5rem;
  background: #eaeaea;
  border: 1px solid #a2acb2;
  box-sizing: border-box;
}
.wpcf7 form .wpcf7-response-output {
  border-color: unset !important;
  margin: 2rem auto;
  text-align: center;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding: 8px 5px 5px 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
  position: absolute;
  top: 50%;
  left: 1px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: inherit;
  content: '\f111';
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span:before,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: inherit;
  content: '\f058';
}
.wpcf7 form input[type="submit"] {
  border: none;
  padding: 10px 40px;
  color: var(--text-primary-light);
  text-transform: uppercase;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  background: var(--text-color-accordion);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7 form input[type="submit"]:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #a2acb2;
}
.wpcf7 form input[type="submit"]:not(:disabled):hover {
  background: var(--element-accent-color);
  color: var(--text-primary-light);
}
.spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption.is-empty-caption {
  display: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption.has-caption {
  background: rgba(96, 220, 212, 0.85);
}
.search-form-wrap {
  position: fixed;
  display: none;
  top: 5rem;
  left: 0;
  padding: 2rem 4rem;
  background: #e3e3e3;
  width: 100%;
  box-sizing: border-box;
  z-index: 4000;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.25);
}
.search-form-wrap form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.search-form-wrap form input {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  flex: 1 0 auto;
  margin: 0 2rem 0 0;
  padding: 0 2rem;
  background: #ffffff;
  border: none;
}
.search-form-wrap form button {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 2rem 0 0;
  padding: 0 2.666rem;
  border: none;
  color: #e3e3e3;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-form-wrap form button:hover {
  color: #ffffff;
  background: #000000;
}
.search-form-wrap form .close-form {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-form-wrap form .close-form:hover {
  color: #000000;
}
@media screen and (max-width: 1250px) {
  .search-form-wrap {
    padding: 1.2rem 4rem;
  }
  .search-form-wrap form {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .search-form-wrap form input {
    font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 3rem;
  }
  .search-form-wrap form button {
    font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 3rem;
  }
  .search-form-wrap form .close-form {
    width: 2rem;
    height: 2rem;
  }
}
.wp-block-button__link {
  color: unset;
  border-radius: unset;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
  background-color: unset;
}
.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide--html {
  padding: 0;
}
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox {
  padding: 0;
  width: 70%;
  max-width: 960px;
}
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner {
  color: #ffffff;
  background: #007990;
  padding: 40px;
}
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h1,
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h2,
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h3,
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h4,
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h5,
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h6 {
  color: #ffffff;
}
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h1 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2rem;
}
.fancybox-container .fancybox-inner .fancybox-stage .inline-lightbox .lightbox-inner h2 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2.6rem;
}
/*
 * Lightbox is used for custom loading content via ajax
 * not for plugins
 */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #60dcd4;
  color: #ffffff;
  padding: 4rem 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  max-height: 50%;
  overflow-y: auto;
}
.lightbox .popup-content h1,
.lightbox .popup-content h2,
.lightbox .popup-content h3,
.lightbox .popup-content h4,
.lightbox .popup-content h5,
.lightbox .popup-content h6 {
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-top: 0;
  color: #ffffff;
}
.lightbox .popup-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.lightbox .popup-content ul:not([class*="tab-navigation"]) {
  margin: 0;
  padding: 1rem 0;
}
.lightbox .popup-content ul:not([class*="tab-navigation"]) li {
  position: relative;
  padding: 0 0 0 1.2rem;
  margin: 0;
}
.lightbox .popup-content ul:not([class*="tab-navigation"]) li:not(:last-of-type) {
  margin: 0 0 10px 0;
}
.lightbox .popup-content ul:not([class*="tab-navigation"]) li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 0.2rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 2rem;
  content: '\f111';
  display: block;
  color: #60dcd4;
}
.lightbox .popup-content ul:not([class*="tab-navigation"]) li ul {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}
.lightbox .popup-content ul:not([class*="tab-navigation"]) li ul li {
  position: relative;
  font-family: "mic-32-new-web", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0 0 0 1.666rem;
}
.lightbox .popup-content ul:not([class*="tab-navigation"]) li ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 0.666rem;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 2.2rem;
  content: '\f0c8';
  display: block;
}
.lightbox .popup-content a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lightbox .popup-content a:hover {
  color: #000000;
}
.lightbox .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.lightbox .team .entry {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}
.readonly-bg {
  background-color: #c0c0c0;
  cursor: not-allowed;
}
.debug {
  display: block;
  border-left: 3px solid #e3051b;
  padding-left: 2rem;
  margin: 0 0 2rem 1rem;
}
.hidden {
  display: none;
}
.hide-on-desktop {
  display: none;
}
