:root {
  --brand-primary: #cd0a1e;
  --brand-primary-dark: #cc0a1e;
  --brand-primary-overlay: rgba(181, 9, 0, 0.4);
  --brand-secondary: #595959;
  --blue: #2b94ae;
  --blue-overlay: rgba(43, 148, 174, 0.4);
  --white: #fff;
  --black: #101516;
  --black-overlay: rgba(29, 29, 29, 0.4);
  --grey-bg: #F8F8F8;
  --grey-light-light: #ECECEC;
  --grey-light: #F3F3F3;
  --grey-dark: #262626;
  --grey: #959595;
  --grey-light-font: #AFAFAF;
  --grey-font: #474747;
  --xing-color: #cd0a1e;
  --export-color: #A8230A;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(208, 10, 0, 0.35);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(208, 10, 0, 0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.section-margin {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .section-margin {
    margin: 30px 0;
  }
}
.section-padding-xl {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section-padding-xl {
    padding: 60px 0;
  }
}
.section-padding-lg {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section-padding-lg {
    padding: 50px 0;
  }
}
.section-padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }
}
.section-padding-sm {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-padding-sm {
    padding: 30px 0;
  }
}
.section-padding-xs {
  padding: 45px 0;
}
@media (max-width: 767px) {
  .section-padding-xs {
    padding: 20px 0;
  }
}
.headline-normal {
  font-family: 'Apercu', sans-serif;
  font-weight: 400;
}
.headline-medium {
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
}
.text-normal {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.text-italic {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.text-medium {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.text-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
.text-subheading {
  font-size: 12px;
  line-height: 1.55;
  font-weight: bold;
  color: #595959;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.fs-h1 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.fs-h1-intro {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h1-intro {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .fs-h1-intro {
    font-size: 30px;
    line-height: 1.25;
  }
}
.fs-h2 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
.fs-h3 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.fs-small {
  font-size: 12px;
  line-height: 1.55;
}
.fs-small-normal {
  font-size: 14px;
  line-height: 1.55;
}
.fs-normal {
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-normal {
    font-size: 14px;
  }
}
.fs-medium {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-medium {
    font-size: 16px;
  }
}
.fs-medium-large {
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-medium-large {
    font-size: 16px;
  }
}
.fs-large {
  font-size: 24px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-large {
    font-size: 18px;
  }
}
.link-arrow {
  margin-right: 10px;
  color: #cd0a1e;
}
.link-arrow:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 14px;
  transition: transform .1s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
.link-arrow.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .link-arrow:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.link-arrow-lg {
  margin-right: 10px;
  color: #cd0a1e;
}
.link-arrow-lg:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 14px;
  transition: transform .1s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
.link-arrow-lg.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .link-arrow-lg:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.link-arrow-lg:after {
  height: 17px;
}
@media (max-width: 767px) {
  .link-arrow-lg:after {
    width: 15px;
    height: 15px;
  }
}
.link-arrow-sm {
  margin-right: 10px;
  color: #cd0a1e;
}
.link-arrow-sm:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 14px;
  transition: transform .1s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
.link-arrow-sm.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .link-arrow-sm:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.link-arrow-sm:after {
  top: 1px;
  margin-left: 8px;
  width: 13px;
  height: 13px;
}
.link-no-arrow {
  margin-right: 0 !important;
}
.link-no-arrow:after {
  content: none !important;
}
.icon-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: #cd0a1e;
  border-radius: 16px;
  border-top-right-radius: 0;
}
.icon-primary img {
  display: block;
  width: auto;
  max-width: 66%;
  max-height: 64%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .icon-primary {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.icon-text {
  margin: 20px auto 0;
  max-width: 200px;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  line-height: 1.4 !important;
  color: #262626;
  word-break: break-word;
}
@media (max-width: 767px) {
  .icon-text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .icon-text {
    margin-top: 15px;
  }
}
.bg-color {
  background-color: rgba(208, 10, 0, 0.65);
}
.box-shadow-red {
  box-shadow: 6px -6px #cd0a1e;
}
.box-shadow-box {
  box-shadow: 0px 0px 20px rgba(38, 38, 38, 0.15);
}
.box-shadow-box-hover {
  box-shadow: 0px 10px 20px rgba(38, 38, 38, 0.15);
}
.transition {
  transition: all .3s ease;
}
.transition-fast {
  transition: all .2s ease;
}
.transition-slow {
  transition: all 0.5s ease-in-out;
}
.btn:not(.close) {
  display: inline-flex;
  align-items: center;
  padding: 1px 40px 0;
  height: 50px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  line-height: 46px;
  color: #fff;
}
@media (max-width: 767px) {
  .btn:not(.close) {
    font-size: 16px;
  }
}
.btn:not(.close):hover:not([disabled]):not(.disabled),
.btn:not(.close):active:not([disabled]):not(.disabled),
.btn:not(.close):focus:not([disabled]):not(.disabled) {
  background-color: transparent;
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn:not(.close):hover:not(.navbar-toggler):not(.close):not(.maps-button) {
    padding-left: 39px;
    padding-right: 39px;
    border-width: 3px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .btn:not(.close) {
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
}
.btn:not(.close).btn-primary {
  border-color: #cd0a1e;
  color: #cd0a1e;
}
.btn:not(.close).btn-primary.btn-highlight {
  background-color: #cd0a1e;
  color: #fff;
}
.btn:not(.close).btn-primary:hover:not([disabled]):not(.disabled),
.btn:not(.close).btn-primary:active:not([disabled]):not(.disabled),
.btn:not(.close).btn-primary:focus:not([disabled]):not(.disabled) {
  border-color: #cd0a1e;
  color: #cd0a1e;
}
.btn:not(.close).btn-primary:hover:not([disabled]):not(.disabled).btn-highlight,
.btn:not(.close).btn-primary:active:not([disabled]):not(.disabled).btn-highlight,
.btn:not(.close).btn-primary:focus:not([disabled]):not(.disabled).btn-highlight {
  background-color: #b5091a;
  border-color: #b5091a;
  color: #fff;
}
.btn:not(.close).btn-secondary {
  border-color: #262626;
  color: #262626;
}
@media (max-width: 767px) {
  .btn:not(.close).btn-submit {
    display: inline-block;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .btn:not(.close).btn-submit .text {
    display: none;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
input.form-control {
  display: block;
  width: 100%;
  padding: 0 7px 0 20px;
  height: 50px;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  font-weight: 400;
  line-height: 50px;
  color: #262626;
}
@media (max-width: 767px) {
  input.form-control {
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
  }
}
input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AFAFAF;
}
input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #AFAFAF;
}
input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #AFAFAF;
}
input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #AFAFAF;
}
body section.block-home-hidden-object {
  position: relative;
  display: block !important;
  margin: 100px auto 0 auto;
  max-width: 1440px;
  height: 500px;
  overflow: hidden;
  background-color: #F3F3F3;
  border-radius: 7.5px;
  transition: height 0.3s ease;
}
@keyframes drone-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes antenna-animation-1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antenna-animation-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antenna-animation-3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dove-animation {
  0% {
    transform: translate(-1300%, -1300%);
  }
  100% {
    transform: translate(1300%, 1300%);
  }
}
@keyframes steam-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes birds-animation {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
body section.block-home-hidden-object .media-overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease 0.1s;
  background-color: rgba(181, 9, 0, 0.4);
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
}
body section.block-home-hidden-object .media-overlay .btn-open {
  padding: 8px 30px;
  background: transparent none;
  border-color: currentColor;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  color: currentColor;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
}
body section.block-home-hidden-object .media-overlay .btn-open:hover {
  color: currentColor;
}
body section.block-home-hidden-object img {
  max-width: 100%;
}
@media (max-width: 767px) {
  body section.block-home-hidden-object {
    height: 300px;
  }
  body section.block-home-hidden-object .home-hidden-object__actions {
    opacity: 1 !important;
    z-index: 56 !important;
  }
  body section.block-home-hidden-object .home-hidden-object__actions .mobile {
    display: inline-flex !important;
  }
  body section.block-home-hidden-object .home-hidden-object__actions :not(.mobile) {
    display: none !important;
  }
  body section.block-home-hidden-object .home-hidden-object__wrapper {
    margin-left: -100px;
    transform: translateX(-50%) scale(0.8) !important;
    overflow: visible !important;
  }
  body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay,
  body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-content,
  body section.block-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image,
  body section.block-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-no-layers,
  body section.block-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-luminosity {
    top: -45% !important;
    height: 160% !important;
  }
  body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay,
  body section.block-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-luminosity {
    opacity: 0 !important;
  }
  body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-animation-luminosity {
    mix-blend-mode: initial !important;
    animation-play-state: initial !important;
  }
  body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-animation-luminosity .hidden-object-animation-image {
    animation-play-state: initial !important;
  }
}
@media (max-width: 480px) {
  body section.block-home-hidden-object .home-hidden-object__wrapper {
    margin-left: -280px;
  }
}
body section.block-home-hidden-object .home-hidden-object__actions {
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 54;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  transition: opacity 0.3s ease;
}
body section.block-home-hidden-object .home-hidden-object__actions .btn-close {
  display: inline-block;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../../inc/icon/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  cursor: pointer;
}
body section.block-home-hidden-object .home-hidden-object__actions .btn-fullwidth {
  display: inline-flex;
  align-items: center;
  padding: 0 20px 0 40px;
  width: auto;
  height: 40px;
  background-color: #fff;
  background-image: url(../../inc/icon/icon-search.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 20px;
  cursor: pointer;
}
body section.block-home-hidden-object .home-hidden-object__actions .mobile {
  display: none;
}
body section.block-home-hidden-object .home-hidden-object__wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 55;
  transform: translateX(-50%);
  width: 1440px;
  height: 100%;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.5s ease;
  background-color: #2b94ae;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body section.block-home-hidden-object .home-hidden-object__wrapper.object-show {
  opacity: 1;
}
body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease 0.1s;
  background-color: rgba(181, 9, 0, 0.4);
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  background-color: rgba(43, 148, 174, 0.4);
}
body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay .btn-open {
  padding: 8px 30px;
  background: transparent none;
  border-color: currentColor;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  color: currentColor;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
}
body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay .btn-open:hover {
  color: currentColor;
}
@media (min-width: 990px) {
  body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay.overlay-mobile {
    display: none;
  }
}
@media (max-width: 990px) {
  body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay.overlay-desktop {
    display: none;
  }
}
body section.block-home-hidden-object .home-hidden-object__wrapper .hidden-object-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body section.block-home-hidden-object .hidden-object-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 98;
  transition: all 0.2s ease;
  animation-iteration-count: infinite;
}
body section.block-home-hidden-object .hidden-object-animation .hidden-object-animation-image {
  width: 80px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-drone {
  margin-top: -1.6%;
  margin-left: -45.4%;
  animation-name: drone-animation;
  animation-duration: 2.5s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-drone .hidden-object-animation-image {
  width: 66px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-antenna {
  margin-left: 30%;
  margin-top: -10.4%;
  width: 70px;
  height: 50px;
  overflow: hidden;
}
body section.block-home-hidden-object .hidden-object-animation.animation-antenna .antenna-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
body section.block-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
body section.block-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-1 {
  animation-name: antenna-animation-1;
}
body section.block-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-2 {
  animation-name: antenna-animation-2;
}
body section.block-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-3 {
  animation-name: antenna-animation-3;
}
body section.block-home-hidden-object .hidden-object-animation.animation-dove {
  z-index: 99;
  animation-name: dove-animation;
  animation-duration: 9s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-dove .hidden-object-animation-image {
  width: 60px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam {
  margin-top: -9.75%;
  margin-left: -13.5%;
  animation-name: steam-animation;
  animation-duration: 6s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam .hidden-object-animation-image {
  width: 50px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam-2 {
  margin-top: -9%;
  margin-left: -15.1%;
  animation-name: steam-animation;
  animation-duration: 6s;
  animation-delay: 2s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam-2 .hidden-object-animation-image {
  width: 50px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam-3 {
  margin-top: 3.8%;
  margin-left: 3.8%;
  animation-name: steam-animation;
  animation-duration: 7s;
  animation-delay: 2.5s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam-3 .hidden-object-animation-image {
  width: 50px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam-4 {
  margin-top: 4.5%;
  margin-left: 2.2%;
  animation-name: steam-animation;
  animation-duration: 5s;
  animation-delay: 1.5s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-steam-4 .hidden-object-animation-image {
  width: 50px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-birds-1 {
  margin-top: -8.6%;
  margin-left: 37.2%;
  animation-name: birds-animation;
  animation-duration: 2.5s;
  animation-delay: 0s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-birds-1 .hidden-object-animation-image {
  width: 25px;
}
body section.block-home-hidden-object .hidden-object-animation.animation-birds-2 {
  margin-top: -6.6%;
  margin-left: 40.6%;
  animation-name: birds-animation;
  animation-duration: 3s;
  animation-delay: 1s;
}
body section.block-home-hidden-object .hidden-object-animation.animation-birds-2 .hidden-object-animation-image {
  width: 25px;
}
body section.block-home-hidden-object .hidden-object-badge {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 90;
  display: block;
  height: auto;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
body section.block-home-hidden-object .hidden-object-badge > div {
  transition: transform 0.2s ease, top 0.2s ease;
}
body section.block-home-hidden-object .hidden-object-badge:hover > div,
body section.block-home-hidden-object .hidden-object-badge.hover > div {
  transform: scale(1.03);
}
body section.block-home-hidden-object .hidden-object-badge .hidden-object-badge-image {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  transition: transform 0.2s ease, top 0.2s ease;
}
body section.block-home-hidden-object .hidden-object-badge span {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 4px 10px;
  transform: translateX(-50%);
  transition: top 0.15s ease, bottom 0.15s ease, opacity 0.15s ease;
  background: #cd0a1e;
  border: none;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
}
body section.block-home-hidden-object .hidden-object-badge span:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  transform: rotate(180deg);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #cd0a1e;
  text-decoration: none !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body section.block-home-hidden-object .hidden-object-badge span {
    display: block;
    padding: 0 10px;
    width: auto !important;
  }
}
body section.block-home-hidden-object .hidden-object-badge.badge-top-above span {
  top: -35px;
}
body section.block-home-hidden-object .hidden-object-badge.badge-bottom span {
  top: auto !important;
  bottom: 10px;
}
body section.block-home-hidden-object .hidden-object-badge.badge-bottom span:after {
  top: auto;
  bottom: 95%;
  border-bottom: none;
  border-top: 6px solid #cd0a1e;
}
body section.block-home-hidden-object .hidden-object-badge:hover span,
body section.block-home-hidden-object .hidden-object-badge.hover span {
  opacity: 1;
  top: 0;
}
body section.block-home-hidden-object .hidden-object-badge:hover.badge-top-above span,
body section.block-home-hidden-object .hidden-object-badge.hover.badge-top-above span {
  top: -45px;
}
body section.block-home-hidden-object .hidden-object-badge:hover.badge-bottom span,
body section.block-home-hidden-object .hidden-object-badge.hover.badge-bottom span {
  bottom: 0;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-center-training {
  width: 12.325%;
  transform: translate(79.2%, -57.25%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-center-learning-environment {
  width: 11.75%;
  transform: translate(186.1%, 3.2%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-flag {
  width: 10.98%;
  transform: translate(130%, 50.3%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-flag:hover .hidden-object-badge-image,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-flag.hover .hidden-object-badge-image {
  top: -5px;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-flag:hover > div,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-flag.hover > div {
  transform: none;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-company-2-lecture {
  width: 9.9%;
  transform: translate(-165.7%, -237.8%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-company-2-factorytour {
  z-index: 91;
  width: 14.5%;
  transform: translate(-217.2%, -146.25%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-company-2-roboter {
  width: 8.1%;
  transform: translate(-410.5%, -332.9%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-company-project {
  width: 11.30%;
  transform: translate(-148.7%, -17.95%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-company-potential-analysis {
  width: 14.9%;
  transform: translate(-74%, 45%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-company-e-learning {
  width: 9.85%;
  transform: translate(-288%, -22%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-company-contact {
  width: 12.925%;
  transform: translate(-269%, 82.4%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial {
  width: 5.6%;
  transform: translate(-707%, 141.25%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial:hover .hidden-object-badge-image,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial.hover .hidden-object-badge-image {
  top: -5px;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial:hover > div,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial.hover > div {
  transform: none;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0 {
  width: 21.39%;
  transform: translate(-32.5%, -124.8%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0:hover .hidden-object-badge-image,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0.hover .hidden-object-badge-image {
  top: -5px;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0:hover > div,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0.hover > div {
  transform: none;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-counter {
  width: 6.83%;
  transform: translate(166.8%, -210.5%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-counter:hover .hidden-object-badge-image,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-counter.hover .hidden-object-badge-image {
  top: -5px;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-counter:hover > div,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-counter.hover > div {
  transform: none;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-e-learning-woman {
  width: 10.55%;
  transform: translate(202.9%, -279.2%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-e-learning-woman span {
  left: 75%;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man {
  width: 3.7%;
  transform: translate(517.9%, -554.3%);
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man:hover .hidden-object-badge-image,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man.hover .hidden-object-badge-image {
  top: -5px;
}
body section.block-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man:hover > div,
body section.block-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man.hover > div {
  transform: none;
}
body section.block-home-hidden-object .hidden-object-scene {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 95;
  display: block;
  height: auto;
  transition: opacity 0.3s ease 0.05s;
  cursor: none;
  pointer-events: none;
  text-decoration: none;
}
body section.block-home-hidden-object .hidden-object-scene.hidden-object-scene-flag-guys {
  display: none;
  width: 6.25%;
  transform: translate(303.56%, 321.25%);
}
body section.block-home-hidden-object .hidden-object-scene.hidden-object-scene-mobile {
  width: 10.97%;
  transform: translate(-29.9%, -134.2%);
}
body section.block-home-hidden-object .home-hidden-object__image,
body section.block-home-hidden-object .home-hidden-object__image-no-layers,
body section.block-home-hidden-object .home-hidden-object__image-luminosity {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 50;
  width: 1440px;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: opacity 0.5s ease, height 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body section.block-home-hidden-object .home-hidden-object__image.home-hidden-object__image-luminosity,
body section.block-home-hidden-object .home-hidden-object__image-no-layers.home-hidden-object__image-luminosity,
body section.block-home-hidden-object .home-hidden-object__image-luminosity.home-hidden-object__image-luminosity {
  opacity: 0;
  z-index: 51;
  transition: opacity 0.35s ease 0.1s;
  background-color: #2b94ae;
  background-blend-mode: luminosity;
}
body section.block-home-hidden-object .home-hidden-object__image.home-hidden-object__image-no-layers,
body section.block-home-hidden-object .home-hidden-object__image-no-layers.home-hidden-object__image-no-layers,
body section.block-home-hidden-object .home-hidden-object__image-luminosity.home-hidden-object__image-no-layers {
  z-index: 49;
}
body section.block-home-hidden-object:hover:not(.show):not(.collapsing) .home-hidden-object__wrapper .hidden-object-overlay {
  opacity: 1;
}
body section.block-home-hidden-object:hover:not(.show):not(.collapsing) .home-hidden-object__image-luminosity {
  opacity: 1;
}
body section.block-home-hidden-object:hover:not(.show):not(.collapsing) .hidden-object-animation-luminosity {
  mix-blend-mode: luminosity;
  animation-play-state: paused;
}
body section.block-home-hidden-object:hover:not(.show):not(.collapsing) .hidden-object-animation-luminosity .hidden-object-animation-image {
  animation-play-state: paused;
}
body section.block-home-hidden-object.show,
body section.block-home-hidden-object.collapsing {
  height: 800px !important;
}
body section.block-home-hidden-object.show.collapsed,
body section.block-home-hidden-object.collapsing.collapsed {
  height: 500px !important;
}
body section.block-home-hidden-object.show .hidden-object-badge,
body section.block-home-hidden-object.collapsing .hidden-object-badge,
body section.block-home-hidden-object.show .hidden-object-scene,
body section.block-home-hidden-object.collapsing .hidden-object-scene {
  opacity: 1;
}
body section.block-home-hidden-object.show .home-hidden-object__actions,
body section.block-home-hidden-object.collapsing .home-hidden-object__actions {
  opacity: 1;
  z-index: 56;
}
body section.block-home-hidden-object.show .home-hidden-object__image,
body section.block-home-hidden-object.show .home-hidden-object__image-luminosity,
body section.block-home-hidden-object.show .hidden-object-overlay {
  display: none;
  opacity: 0;
}
body section.block-home-hidden-object .modal .home-hidden-object__actions {
  opacity: 1;
}
body section.block-home-hidden-object .modal .home-hidden-object__actions .btn-close {
  display: block !important;
}
body section.block-home-hidden-object .modal .modal-dialog {
  margin: 0;
  max-width: none;
  height: 100%;
}
body section.block-home-hidden-object .modal .modal-dialog .modal-content {
  height: 100%;
  border: 0;
}
body section.block-home-hidden-object .modal .modal-dialog .modal-body {
  padding: 0;
  height: 100%;
  background-color: #2b94ae;
}
body section.block-home-hidden-object .modal .modal-dialog .modal-body .close {
  z-index: 200;
}
body section.block-home-hidden-object .modal .modal-dialog .modal-body .fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200%;
}
body section.block-home-hidden-object .modal-mobile .fullscreen-image {
  overflow-y: scroll;
  overflow-x: scroll;
  background: none !important;
}
body section.block-home-hidden-object .modal-mobile .fullscreen-image img {
  width: auto;
  max-width: none;
  height: 1100px;
}
