html {
  display: block;
  font-size: 16px;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
html body {
  background: #ffffff;
  color: #2a2a2a;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
html body a {
  display: inline-block;
  color: var(--a-link-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-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: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  color: #2a2a2a;
  /*
        Wir setzen eigene Margins für h1–h6, da die Browser-Defaults uneinheitlich
        und unlogisch skaliert sind. So behalten wir volle Kontrolle über Abstand,
        Rhythmus und Designkonsistenz im Layout.
        - Die diversen Browser nutzen unterschiedliche Defaults!
      */
  margin: 0;
}
html body h1 {
  margin-bottom: 1rem;
}
html body h2 {
  margin-bottom: 0.875rem;
}
html body h3 {
  margin-bottom: 0.75rem;
}
html body h4,
html body h5,
html body h6 {
  margin-bottom: 0.5rem;
}
html body .headline--main {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 160%;
}
html body .headline--sub {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
}
html body .headline--addon {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0.5rem;
}
html body em {
  font-style: normal;
  font-weight: 400;
}
html body em strong,
html body em b {
  font-style: normal;
  color: var(--color-accent-primary);
  font-weight: 700;
}
html body b,
html body strong {
  font-weight: bold;
}
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;
}
html body .icon.clickable {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body .icon.clickable:hover {
  color: var(--menu-link-color-hover);
}
html body.modal-is-open {
  overflow: hidden;
}
html body.modal-is-open header,
html body.modal-is-open main,
html body.modal-is-open footer,
html body.modal-is-open .otgs-development-site-front-end {
  filter: blur(5px);
  transition: filter 0.3s;
}
header {
  position: relative;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  display: block;
  background: var(--header-background-color);
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
header .header_wrapper {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
header .header_wrapper .header_wrapper__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .header_wrapper .header_wrapper__container .header_logo img {
  height: 84px;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  column-gap: 2.5rem;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li {
  flex-grow: 1;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li a,
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li span {
  display: flex;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  color: var(--menu-link-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li a:hover,
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li span:hover {
  color: var(--menu-link-color-hover);
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li a:hover span,
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li span:hover span {
  color: var(--menu-link-color-hover);
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li.external-link {
  /*&:hover {
                    a:after {
                      .fas( '', '', '\f35d');
                      margin-left: 0.5rem;
                      align-self: center;
                      font-size: 0.666rem;
                      color: var(--menu-link-color);
                    }
                  }*/
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li.external-link a:after {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: '';
  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: '';
  content: '\f35d';
  margin-left: 0.5rem;
  align-self: center;
  font-size: 0.666rem;
  color: var(--menu-link-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li.menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: '';
  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: '';
  content: '\f078';
  margin-left: 0.5rem;
  align-self: center;
  font-size: 0.666rem;
  color: var(--menu-link-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li .sub-menu-container-wrapper {
  display: none;
  width: 100%;
  height: 100%;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li .sub-menu {
  display: flex;
  position: absolute;
  flex-direction: column;
  margin-top: 1rem;
  padding: 0;
  border-left: 3px solid #b9a17a;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li .sub-menu .sub-menu-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 0.5rem 2rem;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li .sub-menu .sub-menu-item span {
  text-transform: initial;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li .sub-menu .sub-menu-item a:before {
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: '';
  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: '';
  content: '\e404';
  position: absolute;
  left: 5px;
}
header .header_wrapper .header_wrapper__container .header_menu .header_menu_wrapper nav.main_menu ul.main_menu__items li:hover .sub-menu-container-wrapper {
  display: flex;
}
header .header_wrapper .header_wrapper__container .header_wrapper__marketChooser-languageSwitcher {
  padding: 0.2rem 0.5rem;
  border: 1px dashed #b9a17a;
}
header .header_wrapper .header_wrapper__container .header_wrapper__marketChooser-languageSwitcher.no-border {
  border: none;
}
header .header_wrapper .header_language_switcher {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 200%;
  color: var(--header-navigation-text-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header_wrapper .header_language_switcher .separator {
  color: var(--color-accent-primary);
}
header .header_wrapper .header_language_switcher .active {
  font-weight: 700;
}
header .header_wrapper .header_language_switcher .missing {
  color: var(--color-dark);
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}
header.sticky .header-wrap .logo img {
  width: 120px;
}
header.sticky .header-wrap .main-mn #main-navigation li:not(.click-menu):hover .sub-menu-container-wrapper {
  /*position: absolute;
            top: 100%;
            padding: 0;*/
  padding: 16px 0 0;
}
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: var(--color-light);
  padding: 5px 15px;
  max-width: fit-content;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .cta-elements .menu li a {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  font-weight: bold;
  color: var(--color-accent-primary);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-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;
  -moz-transition: all 0.2s ease-in-out;
  -o-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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body {
  position: relative;
  display: block;
  min-height: 75vh;
}
main#page-body .page_title {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  margin: 2rem 0 0 0;
  padding: 0 0 2rem 0;
  color: #b9a17a;
  text-align: center;
  text-transform: uppercase;
}
main#page-body .swiper-element {
  position: relative;
  height: 100%;
}
main#page-body .swiper-element .swiper {
  width: 100%;
}
main#page-body .swiper-element .swiper .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: 3;
  display: block;
  width: 50px;
  height: 50px;
  color: #b9a17a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
}
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;
}
main#page-body .swiper-element .slider-button span {
  font-size: 50px;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
main#page-body .swiper-element .slider-button:hover {
  background: #ffffff;
  color: #b9a17a;
}
main#page-body .swiper-element .pagination-wrapper {
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: center;
  z-index: 3;
}
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: var(--color-dark);
  opacity: 1;
}
main#page-body .swiper-element .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-accent-primary);
}
main#page-body .pageBlock {
  position: relative;
}
main#page-body .pageBlock.frontpage-intro {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}
main#page-body .pageBlock.frontpage-intro .frontpage-intro__media {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  flex: 1 0 auto;
  background: var(--color-accent-secondary);
  min-height: 0;
  position: relative;
  overflow: hidden;
}
main#page-body .pageBlock.frontpage-intro .frontpage-intro__media video {
  width: 101%;
  height: 101%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main#page-body .pageBlock.frontpage-intro .frontpage-intro__media .media__oembed {
  display: block;
  width: 100%;
  height: 100%;
}
main#page-body .pageBlock.frontpage-intro .frontpage-intro__media .media__oembed iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main#page-body .pageBlock.frontpage-intro .frontpage-intro__media .frontpage-intro__fallback {
  position: absolute;
  inset: 0;
  background: var(--color-dark);
}
main#page-body .pageBlock.frontpage-intro aside {
  /*flex: 1 1 33.33%;
          background: #f6f4e7;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          position: relative;*/
  min-width: 0;
  background: var(--color-accent-secondary);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main#page-body .pageBlock.frontpage-intro aside .aside__inner-content {
  display: flex;
  flex-flow: column;
  padding: 4rem;
  row-gap: 2rem;
}
main#page-body .pageBlock.frontpage-intro aside .aside__inner-content img {
  width: 142px;
  height: auto;
  display: block;
}
main#page-body .pageBlock.frontpage-intro aside .aside__inner-content .frontpage-intro__claim {
  margin: 0;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
}
main#page-body .pageBlock.frontpage-actionbar {
  display: flex;
  background: #2a2a2a;
  justify-content: center;
  column-gap: 2rem;
  padding: 2rem 0;
}
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  row-gap: 1rem;
}
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg {
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg path,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg rect,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg polygon,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg circle,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg ellipse,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg line,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item svg polyline {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item .label {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  width: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg {
  background: #b9a17a;
}
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg path,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg rect,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg polygon,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg circle,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg ellipse,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg line,
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover svg polyline {
  fill: #ffffff;
}
main#page-body .pageBlock.frontpage-actionbar a.actionbar__item:hover .label {
  color: #b9a17a;
}
main#page-body .pageBlock.frontpage-actionbar .actionbar__logo {
  width: 60px;
  height: 60px;
}
main#page-body .pageBlock.site-intro.full {
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  box-sizing: border-box;
  width: 70%;
  padding: 5rem 12rem;
  margin: 6rem auto 4rem;
}
main#page-body .pageBlock.site-intro.full.with-bg {
  background: #b9a17a;
}
main#page-body .pageBlock.site-intro.full .site-intro__inner-content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
}
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__teaser {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
}
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__headline h1,
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__headline h2,
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__headline h3,
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__headline h4,
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__headline h5,
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__headline h6 {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 120%;
}
main#page-body .pageBlock.site-intro.full .site-intro__inner-content .inner-content__content {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
main#page-body .pageBlock.site-intro.split {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  box-sizing: border-box;
  width: 70%;
  margin: 6rem auto 4rem;
  background: #f1efdc;
}
main#page-body .pageBlock.site-intro.split .site-intro__inner-content {
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__teaser {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
}
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__headline h1,
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__headline h2,
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__headline h3,
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__headline h4,
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__headline h5,
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__headline h6 {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 120%;
}
main#page-body .pageBlock.site-intro.split .site-intro__inner-content .inner-content__content {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
main#page-body .pageBlock.site-intro.split .site-intro__media {
  flex: 0 0 60%;
  width: 60%;
  display: block;
  overflow: hidden;
  position: relative;
}
main#page-body .pageBlock.site-intro.split .scroll-down {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 50;
}
main#page-body .pageBlock.site-intro.split .scroll-down a {
  color: #b9a17a;
}
main#page-body .pageBlock.site-intro.video {
  width: 100%;
  height: 100vh;
}
main#page-body .pageBlock.site-intro.video .video-wrapper {
  position: relative;
  display: block;
  z-index: 5;
}
main#page-body .pageBlock.site-intro.video .video-wrapper .no-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
main#page-body .pageBlock.site-intro.video .video-wrapper iframe {
  position: absolute;
}
main#page-body .pageBlock.site-intro.video .video-wrapper video#video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100%;
  max-width: unset;
}
main#page-body .pageBlock.site-intro.video .video-wrapper .mobile-intro {
  display: none;
}
main#page-body .pageBlock.site-intro.video .video-wrapper .image-overlay {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 60vw, 800px);
  z-index: 20;
}
main#page-body .pageBlock.site-intro .images-wrapper,
main#page-body .pageBlock.site-intro .video-wrapper {
  flex: 1 0 auto;
}
main#page-body .pageBlock.site-intro .swiper-element .slider-button {
  color: #2a2a2a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .pageBlock.site-intro .swiper-element .slider-button span {
  font-size: 30px;
}
main#page-body .pageBlock.site-intro .swiper-element .slider-button.slider-prev {
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  bottom: 25px;
  right: 75px;
}
main#page-body .pageBlock.site-intro .swiper-element .slider-button.slider-next {
  position: absolute;
  top: unset;
  transform: unset;
  bottom: 25px;
  right: 25px;
}
main#page-body .pageBlock.site-intro .swiper-element .slider-button:hover {
  background: #b9a17a;
  color: #f1efdc;
}
main#page-body .element-wrap.sized {
  padding: 8rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#page-body .element-wrap.main-element {
  min-height: calc(100vh - 350px);
}
main#page-body .element-wrap > p {
  margin: 0 auto 1rem auto;
}
main#page-body .element-wrap > [class*="wp-block-"]:not(.wp-block-group).hide,
main#page-body .element-wrap > [class*="custom-block"].hide {
  display: none;
}
main#page-body .element-wrap ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
main#page-body .element-wrap ul:not([class*="tab-navigation"]) {
  margin: 0;
  padding: 1rem 0;
}
main#page-body .element-wrap ul:not([class*="tab-navigation"]) li {
  position: relative;
  padding: 0 0 0 1.666rem;
  margin: 0;
}
main#page-body .element-wrap ul:not([class*="tab-navigation"]) li:not(:last-of-type) {
  margin: 0 0 10px 0;
}
main#page-body .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.5rem;
  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: unset;
  content: '\f0c8';
  display: block;
  color: var(--color-accent-primary);
}
main#page-body .element-wrap ul:not([class*="tab-navigation"]) li ul {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}
main#page-body .element-wrap ul:not([class*="tab-navigation"]) li ul li {
  position: relative;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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 .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 .element-wrap ul.tab-navigation {
  display: grid;
}
main#page-body .element-wrap ul.tab-navigation li {
  flex: 0 1 auto;
  text-align: center;
}
main#page-body .element-wrap ol:not(.ui-tabs-nav) {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  counter-reset: ol-counter-first;
}
main#page-body .element-wrap ol:not(.ui-tabs-nav) li {
  position: relative;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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 .element-wrap ol:not(.ui-tabs-nav) li:not(:last-of-type) {
  margin: 0 0 0.666rem 0;
}
main#page-body .element-wrap ol:not(.ui-tabs-nav) li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ol-counter-first) " ";
  display: block;
  color: var(--color-accent-primary);
}
main#page-body .element-wrap ol:not(.ui-tabs-nav) li ol {
  list-style: none;
  padding: 1rem 0;
  counter-reset: ol-counter-first;
}
main#page-body .element-wrap ol:not(.ui-tabs-nav) li ol li {
  position: relative;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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: #828282;
  counter-increment: ol-counter-first;
}
main#page-body .element-wrap ol:not(.ui-tabs-nav) li ol li:not(:last-of-type) {
  margin: 0 0 0.666rem 0;
}
main#page-body .element-wrap ol:not(.ui-tabs-nav) li ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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: var(--color-accent-primary);
}
main#page-body .element-wrap.has-no-header > div {
  padding-top: 80px;
}
main#page-body .element-wrap .slider_image {
  max-width: 100%;
}
main#page-body .element-wrap .element-heading-wrapper.products-widget .link {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
}
main#page-body .element-wrap .custom_before_after {
  place-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  --position: 50%;
}
main#page-body .element-wrap .custom_before_after .before_after_container {
  width: 100%;
  height: 100%;
  position: relative;
}
main#page-body .element-wrap .custom_before_after .before_after_container .slider_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
main#page-body .element-wrap .custom_before_after .before_after_container .image_before {
  position: absolute;
  inset: 0;
  width: var(--position);
  height: 100%;
  filter: grayscale(100%);
  overflow: hidden;
}
main#page-body .element-wrap .custom_before_after .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
main#page-body .element-wrap .custom_before_after .slider:focus-visible ~ .slider_button {
  outline: 5px solid black;
  outline-offset: 3px;
}
main#page-body .element-wrap .custom_before_after .slider_line {
  position: absolute;
  inset: 0;
  width: 0.6rem;
  height: 100%;
  background-color: #ffffff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
main#page-body .element-wrap .custom_before_after .slider_button {
  position: absolute;
  background-color: #ffffff;
  color: black;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
main#page-body .element-wrap .custom_before_after .slider_button .fa-arrows-left-right {
  color: var(--color-accent-primary);
  font-size: 2.5rem;
  padding: 0.6rem;
}
main#page-body .element-wrap .custom-block-accordion .accordion-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 1.5rem 0;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
  background: #ffffff;
  border-bottom: 1px solid #828282;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-accordion .accordion-title .ui-accordion-header-icon,
main#page-body .element-wrap .custom-block-accordion .accordion-title .label {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
main#page-body .element-wrap .custom-block-accordion .accordion-title.last-element {
  border-bottom: none;
}
main#page-body .element-wrap .custom-block-accordion .accordion-title:hover .ui-accordion-header-icon,
main#page-body .element-wrap .custom-block-accordion .accordion-title:hover .label {
  color: var(--text-primary-hover);
}
main#page-body .element-wrap .custom-block-accordion .accordion-title.ui-state-active {
  border-bottom: 1px solid #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
main#page-body .element-wrap .custom-block-accordion .accordion-title.ui-state-active .ui-accordion-header-icon,
main#page-body .element-wrap .custom-block-accordion .accordion-title.ui-state-active .label {
  color: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-block-accordion .accordion-title .label {
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-block-accordion .accordion-title .ui-accordion-header-icon {
  align-self: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #b9a17a;
  font-size: 20px;
}
main#page-body .element-wrap .custom-block-accordion .accordion-content .text-wrap {
  border-bottom: 1px solid #828282;
  margin: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
main#page-body .element-wrap .custom-block-accordion .accordion-content .text-wrap p {
  margin: 0;
  padding: 1rem 0;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
main#page-body .element-wrap .custom-block-accordion .accordion-content .text-wrap p a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-accordion .accordion-content .text-wrap p a:hover {
  color: #b9a17a;
}
main#page-body .element-wrap .custom-block-accordion .accordion-content .text-wrap p:last-of-type {
  margin: 0 auto 0 auto;
}
main#page-body .element-wrap .custom-block-accordion.border-none .accordion-title {
  border: none;
}
main#page-body .element-wrap .custom-block-accordion.border-none .accordion-content {
  border: none;
}
main#page-body .element-wrap .custom-block-accordion.border-none .accordion-content .text-wrap {
  border: none;
}
main#page-body .element-wrap .custom-block-tabs .tab-navigation {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
main#page-body .element-wrap .custom-block-tabs .tab-navigation > li {
  display: block;
  margin: 0;
}
main#page-body .element-wrap .custom-block-tabs .tab-navigation > li a {
  position: relative;
  display: block;
  padding: 0.666rem 1.333rem;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 160%;
  color: var(--tab-link-color);
  background: var(--tab-bg-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-tabs .tab-navigation > li a:hover {
  color: var(--tab-link-color-hover);
  background: var(--tab-bg-color-hover);
}
main#page-body .element-wrap .custom-block-tabs .tab-navigation > li.ui-state-active a {
  color: var(--tab-link-color-active);
  background: var(--tab-bg-color-active);
}
main#page-body .element-wrap .custom-block-tabs .tab-content {
  padding: 2rem;
  background: var(--color-light);
}
main#page-body .element-wrap .custom-block-tabs .tab-content p {
  margin: 0;
}
main#page-body .element-wrap .custom-block-tabs .tab-content p span {
  font-weight: 700;
  padding-right: 5px;
}
main#page-body .element-wrap .custom-block-tabs .tab-content p:last-of-type {
  margin: 0 auto 0 auto;
}
main#page-body .element-wrap .custom-block-gallery {
  position: relative;
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid {
  /*align-items: center;
          justify-items: center;*/
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid .image-wrap {
  display: block;
  width: 100%;
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid .image-wrap a {
  position: relative;
  display: block;
}
main#page-body .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;
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
main#page-body .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: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 160%;
  color: #828282;
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid .image-wrap .image-box {
  display: block;
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid .image-wrap img {
  display: block;
  max-width: 100%;
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid.type-crop .image-wrap a {
  position: relative;
  padding-bottom: 100%;
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid.type-crop .image-wrap .image {
  position: relative;
  padding-bottom: 100%;
}
main#page-body .element-wrap .custom-block-gallery.gallery-grid.gap-false {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
main#page-body .element-wrap .custom-block-slider .swiper-element .swiper.has-navigation {
  width: 92%;
}
main#page-body .element-wrap .custom-block-callout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: visible;
  margin: 120px 10px;
}
main#page-body .element-wrap .custom-block-callout .co-callout__inner {
  display: flex;
  width: 100%;
  position: relative;
  padding: 5rem 3rem;
  background: #f1efdc;
  border-radius: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px;
}
main#page-body .element-wrap .custom-block-callout .co-callout__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main#page-body .element-wrap .custom-block-callout .co-callout__text {
  color: #2a2a2a;
  margin-bottom: 2rem;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
}
main#page-body .element-wrap .custom-block-callout .co-callout__button {
  display: inline-block;
  background: #2a2a2a;
  color: #ffffff;
  padding: 0.9rem 2rem;
  font-weight: 500;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-callout .co-callout__button:hover {
  background: #b9a17a;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
main#page-body .element-wrap .custom-block-callout .co-callout__image-wrapper {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
main#page-body .element-wrap .custom-block-callout .co-callout__image {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: end;
}
main#page-body .element-wrap .custom-block-callout .co-callout__image img {
  display: block;
  max-width: 600px;
  height: auto;
}
main#page-body .element-wrap .custom-block-callout.image-pos--left {
  flex-direction: row;
}
main#page-body .element-wrap .custom-block-callout.image-pos--left .co-callout__inner {
  padding: 5rem 3rem;
}
main#page-body .element-wrap .custom-block-callout.image-pos--left .co-callout__inner .co-callout__content {
  align-items: flex-end;
}
main#page-body .element-wrap .custom-block-callout.image-pos--left .co-callout__inner .co-callout__content .co-callout__text {
  text-align: right;
}
main#page-body .element-wrap .custom-block-callout.image-pos--left .co-callout__inner .co-callout__image-wrapper {
  order: 1;
  justify-content: flex-start;
}
main#page-body .element-wrap .custom-block-callout.image-pos--left .co-callout__inner .co-callout__content {
  order: 2;
}
main#page-body .element-wrap .custom-block-callout.image-pos--right {
  flex-direction: row-reverse;
}
@media (max-width: 1800px) {
  main#page-body .element-wrap .custom-block-callout .co-callout__inner {
    padding: 2rem 2rem;
  }
  main#page-body .element-wrap .custom-block-callout .co-callout__inner .co-callout__content {
    flex: 1 1 60%;
  }
  main#page-body .element-wrap .custom-block-callout .co-callout__inner .co-callout__image-wrapper {
    flex: 1 0 40%;
  }
  main#page-body .element-wrap .custom-block-callout .co-callout__inner .co-callout__image-wrapper .co-callout__image {
    position: relative;
  }
  main#page-body .element-wrap .custom-block-callout .co-callout__inner .co-callout__image-wrapper .co-callout__image img {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  main#page-body .element-wrap .custom-block-callout .co-callout {
    flex-direction: column;
    padding: 1rem 0;
  }
  main#page-body .element-wrap .custom-block-callout .co-callout__inner {
    flex-direction: column;
    padding: 1.5rem 1rem;
  }
  main#page-body .element-wrap .custom-block-callout .co-callout__image-wrapper {
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  main#page-body .element-wrap .custom-block-callout .co-callout .co-callout__image {
    transform: rotate(-5deg);
  }
  main#page-body .element-wrap .custom-block-callout .co-callout .co-callout__image img {
    max-width: 350px;
  }
}
main#page-body .element-wrap .custom-block-media-wall {
  color: #000000;
  width: 100%;
  position: relative;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_categories {
  text-align: center;
  margin: 30px auto 40px;
  /* Buttons */
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_categories label .media_wall_btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_categories label .media_wall_btn:hover {
  outline: none;
  background-color: #000000;
  color: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_categories label .media_wall_btn.active {
  outline: none;
  background-color: var(--color-accent-primary);
  color: #000000;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_categories label .media_wall_btn span {
  text-transform: uppercase;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_gallery {
  position: relative;
  width: 100%;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_gallery .isotope-item,
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_gallery .isotope-item-sizer {
  position: relative;
  width: 500px;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_gallery .media_wall_item figure {
  overflow: hidden;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  margin: 0;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_gallery .media_wall_item figure a {
  display: block;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_gallery .media_wall_item figure a img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
main#page-body .element-wrap .custom-block-media-wall .media_wall_container .media_wall_row .media_wall_wrapper .media_wall_gallery:after {
  content: '';
  display: block;
  clear: both;
}
main#page-body .element-wrap .custom-block-page-tiles {
  display: grid;
  gap: 30px;
  margin: 30px 0;
}
@media only screen and (max-width: 1200px) {
  main#page-body .element-wrap .custom-block-page-tiles {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
main#page-body .element-wrap .custom-block-page-tiles.force-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#page-body .element-wrap .custom-block-page-tiles a {
  padding-bottom: 10px;
  border-bottom: 15px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-page-tiles a .page_tile {
  overflow: hidden;
  position: relative;
  display: block;
  background: var(--color-light);
}
main#page-body .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 var(--color-accent-primary);
  padding: 10px;
  background: #ffffff;
}
main#page-body .element-wrap .custom-block-page-tiles a .page_tile .page_tile_image_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
main#page-body .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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-page-tiles a .page_tile .page_tile_text_container {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
main#page-body .element-wrap .custom-block-page-tiles a .page_tile .page_tile_text_container .page_tile_title {
  text-align: center;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-page-tiles a:hover {
  padding-bottom: 10px;
  border-bottom: 13px solid red;
}
main#page-body .element-wrap .custom-block-page-tiles a:hover .page_tile .page_tile_image_container .page_tile_image {
  transform: translateY(-20px);
}
main#page-body .element-wrap .custom-block-page-tiles a:hover .page_tile .page_tile_text_container .page_tile_title {
  opacity: 1;
}
main#page-body .element-wrap .custom-block-page-tiles.intermediate a {
  padding-bottom: unset;
  border-bottom: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-page-tiles.intermediate a .page_tile {
  overflow: hidden;
  position: relative;
  display: flex;
  background: var(--color-light);
  flex-direction: column;
}
main#page-body .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 .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_text_container .page_tile_title {
  text-align: initial;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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;
  -moz-transition: all 0.2s ease-in-out;
  -o-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 .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_text_container .page_tile_subline {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-page-tiles.intermediate a .page_tile .page_tile_text_container .page_tile_button {
  background: var(--color-accent-primary);
  width: 100%;
  padding: 10px 15px;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .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 .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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-page-tiles.intermediate a:hover .page_tile .page_tile_text_container {
  /*.page_tile_subline {
                    opacity: 1;
                  }*/
}
main#page-body .element-wrap .custom-block-page-tiles.intermediate a:hover .page_tile .page_tile_text_container .page_tile_button {
  opacity: 0.9;
}
main#page-body .element-wrap .custom-block-page-tiles.intermediate a:hover .page_tile .page_tile_image_container .page_tile_image {
  transform: translateY(-20px);
}
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper {
  border: 1px solid var(--color-dark);
}
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__logo {
  background: #ffffff;
}
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info {
  background: var(--color-light);
}
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info h1,
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info h2,
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info h3,
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info h4,
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info h5,
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info h6 {
  font-size: 1.6rem;
  margin: 0;
}
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info p {
  font-size: 1rem;
}
main#page-body .element-wrap .custom-block-partner-tile .card__wrapper .partner-box__info .partner-box-info-inner__media a {
  font-size: 0.8rem;
}
main#page-body .element-wrap .custom-block-image-card-link {
  padding: 0 2px;
}
main#page-body .element-wrap .custom-block-image-card-link a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2rem 5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
  /*.image-card-link__title {
            position: absolute;
            bottom: 1rem;
            left: 50%;
            transform: translateX(-50%);
            color: @w;
            background: rgba(0, 0, 0, 0.5);
            padding: 0.5rem 1rem;
            .f1(1.2rem, 600, 125%);
            .transition();
          }*/
}
main#page-body .element-wrap .custom-block-image-card-link a .image-card-link__image {
  display: block;
  transition: filter 0.3s;
  height: 200px;
  width: auto;
  object-fit: contain;
}
main#page-body .element-wrap .custom-block-image-card-link a .image-card-link__image.image--hover {
  display: none;
}
main#page-body .element-wrap .custom-block-image-card-link a.css-hover:hover {
  background: #2a2a2a;
}
main#page-body .element-wrap .custom-block-image-card-link a.css-hover:hover .image-card-link__image {
  filter: brightness(0) invert(1);
}
main#page-body .element-wrap .custom-block-image-card-link a.image-hover:hover {
  background: #2a2a2a;
}
main#page-body .element-wrap .custom-block-image-card-link a.image-hover:hover .image-card-link__image.image--normal {
  display: none;
}
main#page-body .element-wrap .custom-block-image-card-link a.image-hover:hover .image-card-link__image.image--hover {
  display: block;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default.larger {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  main#page-body .element-wrap .custom-block-product-tiles.grid-default.larger {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default .products-grid-item {
  display: block;
  position: relative;
  text-decoration: none;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default .products-grid-item .products-grid-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default .products-grid-item .products-grid-img-wrap .products-grid-img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  display: block;
  transition: transform 0.3s ease-in-out;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default .products-grid-item .products-grid-img-wrap .products-grid-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default .products-grid-item .products-grid-img-wrap .products-grid-overlay .products-grid-title {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  padding: 1rem;
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default .products-grid-item .products-grid-img-wrap:hover .products-grid-img {
  transform: scale(1.05);
}
main#page-body .element-wrap .custom-block-product-tiles.grid-default .products-grid-item .products-grid-img-wrap:hover .products-grid-overlay {
  bottom: -100px;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-extended {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
}
@media (max-width: 1200px) {
  main#page-body .element-wrap .custom-block-product-tiles.grid-extended {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#page-body .element-wrap .custom-block-product-tiles.grid-extended .products-grid-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-extended .products-grid-item .products-grid-image {
  width: 100%;
  margin-bottom: 1rem;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-extended .products-grid-item .products-grid-title {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2rem;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-extended .products-grid-item .products-grid-excerpt {
  font-size: 1rem;
  margin-bottom: 2rem;
  flex-grow: 1;
}
main#page-body .element-wrap .custom-block-product-tiles.grid-extended .products-grid-item .products-grid-button.is-style-button-dark a {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem 1.5rem;
  background: var(--color-dark);
  cursor: pointer;
  color: var(--color-light);
}
main#page-body .element-wrap .custom-block-product-tiles.grid-extended .products-grid-item .products-grid-button.is-style-button-dark a:hover {
  color: var(--color-light);
  background: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-breadcrumbs {
  padding: 0 0 2rem 0;
}
main#page-body .element-wrap .custom-breadcrumbs .crumbs {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem;
  background: #ebebeb;
}
main#page-body .element-wrap .custom-breadcrumbs .crumbs .divider {
  padding: 0 10px;
}
main#page-body .element-wrap .custom-breadcrumbs .crumbs .link-item a {
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-breadcrumbs .crumbs .link-item a:hover {
  color: var(--color-light);
}
main#page-body .element-wrap .custom-breadcrumbs .crumbs .current {
  color: var(--color-light);
}
main#page-body .element-wrap .custom-block-download a {
  padding: 10px 20px;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
}
main#page-body .element-wrap .custom-block-download a:hover {
  background: var(--color-light);
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-block-team-department {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items .member__item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items .member__item .item__image img {
  width: 100%;
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items .member__item .item__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 2rem;
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items .member__item .item__details p {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items .member__item .item__details p.name {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 125%;
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items .member__item .item__details p.position {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 125%;
  color: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-block-team-department .department_member__wrapper .department_member__items .member__item .item__details p .fa {
  color: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group h2 {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 125%;
  color: #2a2a2a;
  text-transform: uppercase;
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  padding: 0;
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper .item__element {
  background: #ffffff;
  padding: 0 0 1rem;
  margin: 0;
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper .item__element a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper .item__element a h3 {
  position: absolute;
  font-size: 1rem;
  margin: 0;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  color: #2a2a2a;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper .item__element a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper .item__element:hover a h3 {
  color: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper .item__element:hover a img {
  transform: scale(1.05);
}
main#page-body .element-wrap .custom-block-subpage-elements-with-anchor-image .subpage__group .item__elements__wrapper .item__element:before {
  content: none;
}
main#page-body .element-wrap .custom-info-box-elements {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 4rem;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  flex-wrap: wrap;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups.first {
  justify-content: center;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups.center {
  justify-content: center;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group {
  display: flex;
  flex-basis: 23%;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.intro-box {
  flex-direction: column;
  flex-basis: 30%;
  gap: 2rem;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.intro-box h3,
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.intro-box p {
  margin: 0;
  color: #ffffff;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.intro-box p {
  font-weight: 400;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element {
  flex-direction: column;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box {
  display: flex;
  border: 2px solid #ffffff;
  position: relative;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 10px;
  width: 70px;
  height: 2px;
  background: red;
  z-index: 1;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box:has(a:hover) {
  opacity: 1;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box a {
  position: relative;
  z-index: 2;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box a img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-40%, -50%);
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box a .item__element {
  padding: 2rem 1.5rem 1rem 1.5rem;
  align-content: flex-start;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box a .item__element p {
  font-size: 1rem;
  color: #ffffff;
}
main#page-body .element-wrap .custom-info-box-elements .box-set-of-groups .box__group.list-element .inner__box a .item__element .link-arrow {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap {
  padding: 1.4rem 0 0 1.4rem;
  overflow: visible;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap[class*="align-"] {
  display: flex;
  flex-flow: row nowrap;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap[class*="align-"][class$="left"] {
  justify-content: flex-start;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap[class*="align-"][class$="center"] {
  justify-content: center;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap[class*="align-"][class$="right"] {
  justify-content: flex-end;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap.align-center {
  justify-content: center;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap.align-right {
  justify-content: flex-end;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a {
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive"],
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive"] {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  padding: 0.6em 1.4em;
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive"]:hover,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive"]:hover {
  background: var(--color-accent-secondary);
  color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive"]:before,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive"]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  height: 1px;
  width: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive"]:after,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive"]:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -1px;
  width: 1px;
  height: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive-large"],
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive-large"] {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  padding: 0.6em 1.4em;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive-large"]:hover,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive-large"]:hover {
  background: var(--color-accent-secondary);
  color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive-large"]:before,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive-large"]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  height: 1px;
  width: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="positive-large"]:after,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="positive-large"]:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -1px;
  width: 1px;
  height: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span .icon,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a .icon {
  color: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span .fa,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a .fa {
  padding-left: 1rem;
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative"],
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative"] {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  padding: 0.6em 1.4em;
  background: var(--color-dark);
  color: var(--color-light);
  border: 1px solid var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative"]:hover,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative"]:hover {
  background: var(--color-accent-secondary);
  color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative"]:before,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative"]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  height: 1px;
  width: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative"]:after,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative"]:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -1px;
  width: 1px;
  height: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative-large"],
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative-large"] {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  padding: 0.6em 1.4em;
  background: var(--color-dark);
  color: var(--color-light);
  border: 1px solid var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative-large"]:hover,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative-large"]:hover {
  background: var(--color-accent-secondary);
  color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative-large"]:before,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative-large"]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  height: 1px;
  width: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-block-cta-button .button-wrap > span[class*="negative-large"]:after,
main#page-body .element-wrap .custom-block-cta-button .button-wrap > a[class*="negative-large"]:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -1px;
  width: 1px;
  height: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .custom-anchor-block {
  margin: 0;
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors {
  display: none;
  cursor: pointer;
  padding: 1.7rem;
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors .bars {
  position: relative;
  display: block;
  width: 28px;
  height: 26px;
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors .bars .bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #646464;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform: rotate(0deg);
  opacity: 1;
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors.closed .bars .bar.bar1 {
  top: 0;
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors.closed .bars .bar.bar2 {
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors.closed .bars .bar.bar3 {
  bottom: 0;
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors.opened .bars .bar.bar1 {
  top: 50%;
  transform: rotate(-45deg);
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors.opened .bars .bar.bar2 {
  opacity: 0;
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors.opened .bars .bar.bar3 {
  bottom: 37%;
  transform: rotate(45deg);
}
main#page-body .element-wrap .custom-anchor-block .toggle-anchors:hover .bars .bar {
  background: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-anchor-block ul {
  list-style: none;
  padding: 3rem;
  margin: 0;
}
main#page-body .element-wrap .custom-anchor-block ul li {
  position: relative;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 0 0 3rem;
}
main#page-body .element-wrap .custom-anchor-block ul li:not(:last-of-type) {
  margin: 0 0 1.333rem 0;
}
main#page-body .element-wrap .custom-anchor-block ul li a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-anchor-block ul li a::before {
  position: absolute;
  display: block;
  top: 11px;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 6 Pro";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 1.8rem;
  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: 1.6666rem;
  content: '\f107';
  width: 1.6666rem;
  height: 1.6666rem;
  color: #ffffff;
  background: #646464;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-anchor-block ul li a:hover {
  color: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-anchor-block ul li a:hover::before {
  background: var(--color-accent-primary);
}
main#page-body .element-wrap .custom-anchor-block.stuck,
main#page-body .element-wrap .custom-anchor-block.fixed {
  position: fixed;
  top: 150px;
  left: 8rem;
  display: flex;
  flex-flow: row nowrap;
  z-index: 4;
  background: var(--color-light);
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.25);
}
main#page-body .element-wrap .custom-anchor-block.stuck ul,
main#page-body .element-wrap .custom-anchor-block.fixed ul {
  display: none;
  margin: 0;
}
main#page-body .element-wrap .custom-anchor-block.stuck .toggle-anchors,
main#page-body .element-wrap .custom-anchor-block.fixed .toggle-anchors {
  display: block;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper {
  padding: 5vh 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper .title {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 1rem 0;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper .content {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 5vh;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper .flip-indicator {
  display: flex;
  align-self: end;
  font-size: 3rem;
  position: absolute;
  bottom: 5vh;
  right: 10vw;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper.sand {
  background: #f1efdc;
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper.taupe {
  background: #b9a17a;
  color: #ffffff;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper.dark {
  background: #2a2a2a;
  color: #ffffff;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .content-wrapper.light {
  background: #ffffff;
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .flip__front {
  z-index: 2;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner .flip__back {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner:hover .flip__front {
  z-index: 1;
  opacity: 0;
}
main#page-body .element-wrap .custom-block-content-flip .content-flip__inner:hover .flip__back {
  z-index: 2;
  opacity: 1;
}
main#page-body .element-wrap .custom-timeline {
  /* === STYLE ONE === */
  /* === STYLE TWO === */
}
main#page-body .element-wrap .custom-timeline.style-one {
  position: relative;
  padding: 40px 0;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #2a2a2a;
  transform: translateX(-50%);
  z-index: 1;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__item {
  position: relative;
  width: 50%;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__item--left {
  left: 0;
  text-align: right;
  align-items: flex-end;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__item--right {
  left: 50%;
  text-align: left;
  align-items: flex-start;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__marker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 4px solid #2a2a2a;
  border-radius: 50%;
  z-index: 2;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__marker--left {
  right: -14px;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__marker--right {
  left: -14px;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__content {
  background: #ffffff;
  padding: 20px;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__title {
  margin: 0 0 10px;
  font-size: 1.2em;
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-timeline.style-one .timeline__text {
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-timeline.style-two {
  position: relative;
  padding: 40px 0;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e0e0e0;
  transform: translateX(-50%);
  z-index: 1;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__item {
  position: relative;
  width: 50%;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__item--left {
  left: 0;
  text-align: right;
  align-items: flex-end;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__item--right {
  left: 50%;
  text-align: left;
  align-items: flex-start;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__marker {
  position: absolute;
  top: 55px;
  background: #2a2a2a;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__marker--left {
  right: -6px;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__marker--right {
  left: -6px;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__marker-inner {
  width: 12px;
  height: 12px;
  background: #2a2a2a;
  display: block;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__content {
  background: #ffffff;
  border: none;
  padding: 20px;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__title {
  margin: 0 0 10px;
  font-size: 1.2em;
  color: #2a2a2a;
}
main#page-body .element-wrap .custom-timeline.style-two .timeline__text {
  color: #2a2a2a;
}
@media (max-width: 700px) {
  main#page-body .element-wrap .custom-timeline.style-one .timeline__inner .timeline__item {
    left: 0 !important;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  main#page-body .element-wrap .custom-timeline.style-one .timeline__inner .timeline__item--left {
    left: 0 !important;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  main#page-body .element-wrap .custom-timeline.style-one .timeline__inner .timeline__item--right {
    left: 0 !important;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  main#page-body .element-wrap .custom-timeline.style-one .timeline__item .timeline__marker--left {
    left: -10px;
    right: auto;
  }
  main#page-body .element-wrap .custom-timeline.style-one .timeline__item .timeline__marker--right {
    left: -10px;
    right: auto;
  }
  main#page-body .element-wrap .custom-timeline.style-two .timeline__inner .timeline__item {
    left: 0 !important;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  main#page-body .element-wrap .custom-timeline.style-two .timeline__inner .timeline__item--left {
    left: 0 !important;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  main#page-body .element-wrap .custom-timeline.style-two .timeline__inner .timeline__item--right {
    left: 0 !important;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  main#page-body .element-wrap .custom-timeline.style-two .timeline__item .timeline__marker--left {
    left: -16px;
    right: auto;
  }
  main#page-body .element-wrap .custom-timeline.style-two .timeline__item .timeline__marker--right {
    left: -16px;
    right: auto;
  }
}
main#page-body .element-wrap .custom-partner_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
main#page-body .element-wrap .custom-partner_list .partner__item {
  padding: 1rem 2rem;
  border: 1px solid #2a2a2a;
}
main#page-body .element-wrap .custom-partner_list .partner__item img {
  height: 45px;
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .custom-partner_list .partner__item img:hover {
  filter: grayscale(0);
}
main#page-body .element-wrap .wp-block-embed {
  margin: 0;
}
main#page-body .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 .element-wrap .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}
main#page-body .element-wrap .wp-block-separator {
  background: none;
  width: 25%;
  margin: 0 auto 2rem auto;
  padding: 2rem 0 0 0;
  border-top: 0;
  border-bottom: 1px solid;
}
main#page-body .element-wrap .wp-block-separator.is-style-wide {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid;
}
main#page-body .element-wrap .wp-block-image figure,
main#page-body .element-wrap .wp-block-media-text figure {
  display: block;
  position: relative;
  margin: 0;
}
main#page-body .element-wrap .wp-block-image figure img,
main#page-body .element-wrap .wp-block-media-text figure img {
  border-bottom: 1rem solid var(--color-accent-primary);
}
main#page-body .element-wrap .wp-block-image figure.aligncenter,
main#page-body .element-wrap .wp-block-media-text figure.aligncenter {
  text-align: center;
}
main#page-body .element-wrap .wp-block-image figure.aligncenter img,
main#page-body .element-wrap .wp-block-media-text figure.aligncenter img {
  margin: 0 auto;
}
main#page-body .element-wrap .wp-block-image figcaption,
main#page-body .element-wrap .wp-block-media-text figcaption {
  display: block;
  position: relative;
  margin: 0.5rem 0 1rem 0;
  font-size: 0.9rem;
}
main#page-body .element-wrap .wp-block-image.fixed,
main#page-body .element-wrap .wp-block-media-text.fixed {
  position: absolute;
  bottom: -100px;
  right: 0;
  margin: 0;
}
main#page-body .element-wrap .wp-block-image.absolut-bottom-right,
main#page-body .element-wrap .wp-block-media-text.absolut-bottom-right {
  bottom: 0;
  right: 0;
}
main#page-body .element-wrap .wp-block-image[class*="offset-"],
main#page-body .element-wrap .wp-block-media-text[class*="offset-"] {
  margin: 0;
  max-width: 85vw;
}
main#page-body .element-wrap .wp-block-image.custom figcaption,
main#page-body .element-wrap .wp-block-media-text.custom figcaption {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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: #464646;
}
main#page-body .element-wrap .wp-block-image.custom figcaption.light,
main#page-body .element-wrap .wp-block-media-text.custom figcaption.light {
  color: #c8c8c8;
}
main#page-body .element-wrap .wp-block-image.is-style-grayscale-hover img,
main#page-body .element-wrap .wp-block-media-text.is-style-grayscale-hover img {
  filter: grayscale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .wp-block-image.is-style-grayscale-hover img:hover,
main#page-body .element-wrap .wp-block-media-text.is-style-grayscale-hover img:hover {
  filter: grayscale(0);
}
main#page-body .element-wrap .wp-block-columns {
  column-gap: 2rem;
}
main#page-body .element-wrap .wp-block-columns .wp-block-column > div {
  margin: 0;
  max-width: unset;
  width: unset;
}
main#page-body .element-wrap .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
  max-width: unset;
  width: unset;
}
main#page-body .element-wrap .wp-block-columns.no-space-border .wp-block-column {
  padding: 0 2rem;
  margin: 0;
}
main#page-body .element-wrap .wp-block-columns.no-space-border .wp-block-column:not(:first-child) {
  border-left: 1px solid #828282;
}
main#page-body .element-wrap .wp-block-table {
  margin: 0;
}
main#page-body .element-wrap .wp-block-table table {
  max-width: 100%;
}
main#page-body .element-wrap .wp-block-table table tbody tr td {
  padding: 4px 8px;
}
main#page-body .element-wrap .wp-block-table table tbody tr td img {
  display: inline-block;
}
main#page-body .element-wrap .wp-block-cover {
  box-sizing: border-box;
}
main#page-body .element-wrap .wp-block-cover::before {
  display: none;
}
main#page-body .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 .element-wrap .wp-block-cover .wp-block-cover__inner-container p {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
}
main#page-body .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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main#page-body .element-wrap .wp-block-cover .wp-block-cover__inner-container p a:hover {
  color: #9cd8f7;
  background: #ffffff;
}
main#page-body .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 .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 .element-wrap .wp-block-spacer {
  margin: 0 auto !important;
}
main#page-body .element-wrap .wp-block-spacer.is-style-tiny {
  height: 2rem !important;
}
main#page-body .element-wrap .wp-block-spacer.is-style-small {
  height: 5rem !important;
}
main#page-body .element-wrap .wp-block-spacer.is-style-large {
  height: 10rem !important;
}
main#page-body .element-wrap .wp-block-group {
  position: relative;
  padding: 0;
}
main#page-body .element-wrap .wp-block-group.is-style-default-padding-2rem > .wp-block-group__inner-container {
  padding: 2rem;
  margin: 0 auto;
}
main#page-body .element-wrap .wp-block-group.is-style-default-padding-4rem > .wp-block-group__inner-container {
  padding: 4rem;
  margin: 0 auto;
}
main#page-body .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 .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 .element-wrap .wp-block-group.is-style-width-70 > .wp-block-group__inner-container {
  max-width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .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 .element-wrap .wp-block-group.is-style-width-80 > .wp-block-group__inner-container {
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
main#page-body .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 .element-wrap .wp-block-group.is-style-full-width {
  /*
           * used before for element-wrap default padding
           * margin: 0 -10vw;
           */
}
main#page-body .element-wrap .wp-block-group.is-style-full-width > .wp-block-group__inner-container {
  max-width: 100%;
  overflow: hidden;
}
main#page-body .element-wrap .wp-block-group.flex-row .wp-block-group__inner-container {
  display: flex;
  flex-flow: row nowrap;
}
main#page-body .element-wrap .wp-block-group.flex-row.align-center .wp-block-group__inner-container {
  justify-content: center;
}
main#page-body .element-wrap .wp-block-group.flex-row.align-right .wp-block-group__inner-container {
  width: 100%;
  justify-content: flex-end;
}
main#page-body .element-wrap .wp-block-group.flex-row.space-between .wp-block-group__inner-container {
  width: 100%;
  justify-content: space-between;
}
main#page-body .element-wrap .wp-block-group.flex-row.gap-4 .wp-block-group__inner-container {
  column-gap: 1rem;
}
main#page-body .element-wrap .wp-block-group.flex-row.gap-6 .wp-block-group__inner-container {
  column-gap: 1.5rem;
}
main#page-body .element-wrap .wp-block-group.flex-row.gap-8 .wp-block-group__inner-container {
  column-gap: 2rem;
}
main#page-body .element-wrap .wp-block-quote {
  padding: 4rem 8rem;
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border: 1.4px solid var(--color-light);
}
main#page-body .element-wrap .wp-block-quote p {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: var(--color-dark);
}
main#page-body .element-wrap .wp-block-quote p strong,
main#page-body .element-wrap .wp-block-quote p b {
  display: block;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.4rem;
}
main#page-body .element-wrap .wp-block-quote cite {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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 .element-wrap .wp-block-buttons {
  display: flex;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button {
  display: block;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button a {
  color: var(--color-light);
  background: var(--color-accent-primary);
  padding: 0.7rem 1.5rem;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button a .fa-arrow-right {
  padding-left: 10px;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button a:hover {
  color: var(--color-light);
  background: var(--color-dark);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-outline a {
  background: transparent;
  color: var(--color-accent-primary);
  border: 1px solid var(--color-accent-primary);
  padding: 0.6rem 1.4rem;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-outline a:hover {
  background: var(--color-accent-primary);
  color: var(--color-light);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-dark a {
  background: var(--color-dark);
  cursor: pointer;
  color: var(--color-light);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-dark a:hover {
  color: var(--color-light);
  background: var(--color-accent-primary);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-light a {
  cursor: pointer;
  background: var(--color-accent-secondary);
  color: var(--color-dark);
  border: 1px solid var(--color-accent-secondary);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-light a:hover {
  background: var(--color-accent-primary);
  color: var(--color-light);
  border-color: var(--color-accent-primary);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-kermos {
  padding: 1.4rem 0 0 1.4rem;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-kermos a {
  cursor: pointer;
  background: #ffffff;
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  position: relative;
  padding: 0.6em 1.4em;
  overflow: visible;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-kermos a:hover {
  background: var(--color-accent-secondary);
  color: var(--color-dark);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-kermos a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  height: 1px;
  width: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.is-style-button-kermos a:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -1px;
  width: 1px;
  height: 20px;
  background-color: var(--color-dark);
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.external a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
main#page-body .element-wrap .wp-block-buttons .wp-block-button.external a:after {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-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;
  color: var(--color-accent-primary);
}
main#page-body .search-results {
  max-width: 1320px;
  width: 80%;
  margin: 0 auto 6rem;
}
main#page-body .search-results article {
  display: block;
  margin: 0 0 1rem 0;
}
main#page-body .search-results article a {
  display: block;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 1rem 2rem;
  border: 1px solid var(--color-light);
}
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;
}
footer {
  width: 100%;
  background-color: var(--bg-dark);
  color: var(--color-light);
}
footer .social_icons a {
  font-size: 2.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .social_icons a .icon {
  color: var(--color-light);
}
footer .social_icons a:hover .icon {
  color: var(--color-accent-primary);
}
footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-wrapper .footer-element {
  display: grid;
  grid-template-columns: 10fr 4fr;
  column-gap: 1rem;
  padding: 2rem 0;
  width: 75%;
  margin: 0 auto;
}
footer .footer-wrapper .footer-element a {
  color: var(--color-light);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-wrapper .footer-element.company-menu .column {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
footer .footer-wrapper .footer-element.company-menu .company {
  color: var(--text-primary-dark);
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}
footer .footer-wrapper .footer-element.company-menu .company .logo_company__wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
}
footer .footer-wrapper .footer-element.company-menu .company .logo_company__wrapper .company_details {
  line-height: 130%;
}
footer .footer-wrapper .footer-element.company-menu .footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .footer-wrapper .footer-element.company-menu .footer-menu ul#footer-navigation {
  display: flex;
  flex-direction: row;
  justify-content: end;
  column-gap: 2rem;
}
footer .footer-wrapper .footer-element.company-menu .footer-menu ul#footer-navigation li {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  /*&.menu-item-depth-0 {
                > a {
                  &:first-of-type {
                    margin-bottom: 1.5rem;
                  }
                }
                > span {
                  &:first-of-type {
                    display: block;
                    margin-bottom: 1.5rem;
                  }
                }
              }*/
}
footer .footer-wrapper .footer-element.company-menu .footer-menu ul#footer-navigation li ul.sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  row-gap: 1rem;
}
footer .footer-wrapper .footer-element.company-menu .footer-menu ul#footer-navigation li ul.sub-menu li {
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
}
footer .footer-end {
  background: var(--bg-dark-muted);
  color: var(--bg-light-muted);
}
footer .footer-end a {
  color: var(--text-primary-light);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-end a:hover {
  color: var(--text-primary-hover);
}
footer .footer-end .footer-element {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  padding: 2rem 0;
}
footer .footer-end .footer-element .social_icons {
  display: flex;
  column-gap: 1rem;
}
footer .footer-end .footer-element .legal-links {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
footer #progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #f3f3f3;
  z-index: 9999;
}
footer #progress-container #progress-bar {
  height: 100%;
  width: 0;
  background: var(--color-accent-primary);
  transition: width 0.25s;
}
footer .site-control {
  bottom: 1rem;
  right: 1rem;
  position: fixed;
  display: flex;
  gap: 0.4rem;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .site-control.visible {
  opacity: 1;
}
footer .site-control .button {
  padding: 0.25rem 0.5rem;
  background: #2a2a2a;
  border: 1px solid #ffffff;
  width: 1rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .site-control .button a {
  color: var(--color-light);
}
footer .site-control .button:hover {
  cursor: pointer;
  background: var(--color-accent-primary);
}
footer .site-control .button:hover a {
  color: #ffffff;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal .modal__wrapper {
  padding: 3rem 6rem;
  min-width: 25%;
  min-height: 100px;
  max-height: 90vh;
  overflow: auto;
  position: relative;
  background: #ffffff;
  color: var(--text-primary-dark);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.modal .modal__wrapper .modal-button-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
input[class="button"] {
  border: none;
  padding: 10px 40px;
  color: var(--text-primary-light);
  text-transform: uppercase;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  background: #1e1e1e;
  transition: all 0.2s ease-in-out;
}
input[class="button"]:disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #828282;
}
input[class="button"]:not(:disabled):hover {
  background: var(--element-accent-color);
  color: var(--text-primary-light);
}
.wpcf7 {
  --text-primary-light: #ffffff;
  --text-primary-dark: #2a2a2a;
  --element-accent-color: var(--color-accent-primary);
  --input-background-color: #ffffff;
  --input-border-color: #2a2a2a;
  --input-border-color-focus: var(--color-accent-primary);
  position: relative;
  display: block;
  margin: 3rem 0;
}
.wpcf7 form {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.wpcf7 form p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
}
.wpcf7 form p label {
  text-align: left;
  width: 100%;
  margin: 1rem 0;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 160%;
}
.wpcf7 form p span {
  position: relative;
  width: 100%;
  /*#message {
          .f1();
          border: 1px solid var(--input-border-color);
          background: var(--input-background-color);
        }*/
}
.wpcf7 form p span input,
.wpcf7 form p span select,
.wpcf7 form p span textarea {
  width: 100%;
  border: 1px solid var(--input-border-color);
  padding: 0.5rem;
  background: var(--input-background-color);
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  box-sizing: border-box;
}
.wpcf7 form p span input[readonly] {
  background-color: var(--color-light);
  cursor: not-allowed;
}
.wpcf7 form p span input:focus,
.wpcf7 form p span textarea:focus {
  border-color: var(--input-border-color-focus);
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: var(--element-accent-color);
  display: inline-block;
}
.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;
  padding: 0 0 0 1.75rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-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: 1rem 2rem;
  margin-bottom: 0.5rem;
  color: var(--text-primary-light);
  text-transform: uppercase;
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  background: var(--text-primary-dark);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-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: #afafaf;
}
.wpcf7 form input[type="submit"]:not(:disabled):hover {
  background: var(--element-accent-color);
  color: var(--text-primary-light);
}
.search-form-wrap {
  position: fixed;
  display: none;
  top: 5rem;
  left: 0;
  padding: 2rem 4rem;
  background: var(--color-light);
  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: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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: var(--color-light);
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-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;
  -moz-transition: all 0.2s ease-in-out;
  -o-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: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 3rem;
  }
  .search-form-wrap form button {
    font-family: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "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 .inline-lightbox {
  width: 70%;
  max-width: 960px;
}
.readonly-bg {
  background-color: var(--color-light);
  cursor: not-allowed;
}
.debug {
  display: block;
  border-left: 3px solid #e3051b;
  padding-left: 2rem;
  margin: 0 0 2rem 1rem;
}
.debug pre {
  background: #f0f0f0;
  padding: 1rem;
  overflow: auto;
}
.debug span {
  display: inline-block;
  padding: 0 0.2rem;
  background: #c8c8c8;
}
.hide-on-desktop {
  display: none !important;
}
