html {
  margin-top: 0 !important;
}
html #wpadminbar {
  display: none !important;
}
html body .desktop {
  display: block;
}
html body .mobile {
  display: none;
}
@media (max-width: 767px) {
  html body .desktop {
    display: none;
  }
  html body .mobile {
    display: block;
  }
}
: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;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/apercu-regular.eot');
  src: url('../fonts/apercu-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu-regular.woff') format('woff'), url('../fonts/apercu-regular.woff2') format('woff2'), url('../fonts/apercu-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu-Italic';
  src: url('../fonts/apercu-italic.eot');
  src: url('../fonts/apercu-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu-italic.woff') format('woff'), url('../fonts/apercu-italic.woff2') format('woff2'), url('../fonts/apercu-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu-Medium';
  src: url('../fonts/apercu-medium.eot');
  src: url('../fonts/apercu-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu-medium.woff') format('woff'), url('../fonts/apercu-medium.woff2') format('woff2'), url('../fonts/apercu-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu-Bold';
  src: url('../fonts/apercu-bold.eot');
  src: url('../fonts/apercu-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu-bold.woff') format('woff'), url('../fonts/apercu-bold.woff2') format('woff2'), url('../fonts/apercu-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* open-sans-regular */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* open-sans-600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* open-sans-700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* open-sans-italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@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;
}
.ratio {
  position: relative;
}
.ratio:before {
  content: '';
  display: block;
}
.ratio.ratio-1x1:before {
  padding-bottom: 100%;
}
.ratio.ratio-4x3:before {
  padding-bottom: 75%;
}
.ratio.ratio-3x2:before {
  padding-bottom: 66.67%;
}
.ratio.ratio-16x9:before {
  padding-bottom: 56.25%;
}
.ratio.ratio-2x1:before {
  padding-bottom: 50%;
}
.ratio.ratio-21x9:before {
  padding-bottom: 42.86%;
}
.ratio-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .site .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .site .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .site .col-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"] {
  padding: 0 7px 0 20px;
  height: 50px;
  border: none;
  border-radius: 0 !important;
  outline: none;
  font-size: 16px;
  line-height: 1.55;
  line-height: 50px !important;
  color: #262626;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="number"],
  input[type="search"] {
    font-size: 14px;
  }
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AFAFAF;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #AFAFAF;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #AFAFAF;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #AFAFAF;
}
input[type="text"].input-background,
input[type="email"].input-background,
input[type="tel"].input-background,
input[type="password"].input-background,
input[type="number"].input-background,
input[type="search"].input-background {
  background-color: #F3F3F3;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="number"],
  input[type="search"] {
    padding-left: 16px;
    height: 40px;
    line-height: 40px !important;
  }
}
input[type="search"],
.sf-field-search input {
  background-image: url(../icon/icon-search.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (max-width: 767px) {
  input[type="search"],
  .sf-field-search input {
    background-size: 15px;
  }
}
select {
  position: relative;
  padding: 0 30px 0 20px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../icon/icon-arrow-simple-down-dark.svg") right 10px center no-repeat !important;
  background-size: 13px;
  border: 0 !important;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #262626;
}
@media (max-width: 767px) {
  select {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  select {
    height: 40px;
  }
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.tab-content .tab-pane .content,
.accordion .card .card-body .content {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .tab-content .tab-pane .content,
  .accordion .card .card-body .content {
    font-size: 16px;
  }
}
.tab-content .tab-pane .content .image,
.accordion .card .card-body .content .image,
.tab-content .tab-pane .content iframe,
.accordion .card .card-body .content iframe {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
}
.tab-content .tab-pane .content iframe,
.accordion .card .card-body .content iframe {
  border: none;
}
@media (max-width: 767px) {
  .tab-content .tab-pane .content .image,
  .accordion .card .card-body .content .image,
  .tab-content .tab-pane .content iframe,
  .accordion .card .card-body .content iframe {
    margin-bottom: 15px;
  }
}
.tab-content a:not(.btn):last-child,
.accordion .card .card-body a:not(.btn):last-child {
  margin-right: 10px;
  color: #cd0a1e;
}
.tab-content a:not(.btn):last-child:after,
.accordion .card .card-body a:not(.btn):last-child: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;
}
.tab-content a:not(.btn):last-child.link-arrow-animate:hover:after,
.accordion .card .card-body a:not(.btn):last-child.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .tab-content a:not(.btn):last-child:after,
  .accordion .card .card-body a:not(.btn):last-child:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.tab-content small a:not(.btn):last-child,
.accordion .card .card-body small a:not(.btn):last-child {
  margin-right: 10px;
  color: #cd0a1e;
}
.tab-content small a:not(.btn):last-child:after,
.accordion .card .card-body small a:not(.btn):last-child: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;
}
.tab-content small a:not(.btn):last-child.link-arrow-animate:hover:after,
.accordion .card .card-body small a:not(.btn):last-child.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .tab-content small a:not(.btn):last-child:after,
  .accordion .card .card-body small a:not(.btn):last-child:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.tab-content small a:not(.btn):last-child:after,
.accordion .card .card-body small a:not(.btn):last-child:after {
  top: 1px;
  margin-left: 8px;
  width: 13px;
  height: 13px;
}
.tab-content .employee-social a:last-child:after,
.accordion .card .card-body .employee-social a:last-child:after,
.tab-content .footer-navigation a:last-child:after,
.accordion .card .card-body .footer-navigation a:last-child:after {
  display: none !important;
}
.tab-content .btn,
.accordion .card .card-body .btn,
.tab-content small,
.accordion .card .card-body small {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .tab-content .btn,
  .accordion .card .card-body .btn,
  .tab-content small,
  .accordion .card .card-body small {
    margin-top: 10px;
  }
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  cursor: pointer;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  color: #AFAFAF;
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #cd0a1e;
  text-decoration: none;
}
.tab-content {
  margin-top: 100px;
}
.tab-content .tab-pane .content > :last-child,
.tab-content .tab-pane .sidebar > :last-child {
  margin-bottom: 0;
}
.tab-content .tab-pane .content a,
.tab-content .tab-pane .sidebar a {
  color: #cd0a1e;
}
.accordion .card {
  border: 0;
  border-radius: 0;
}
.accordion .card:last-of-type .card-header {
  border-bottom: 0;
}
.accordion .card .card-header {
  margin-bottom: 0;
  padding: 0;
  background: #F3F3F3;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
.accordion .card .card-header a {
  position: relative;
  display: block;
  padding: 17px 20px 14px;
  width: 100%;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  color: #262626;
}
@media (max-width: 767px) {
  .accordion .card .card-header a {
    font-size: 16px;
  }
}
.accordion .card .card-header a h2 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #262626;
}
.accordion .card .card-header a:hover {
  text-decoration: none;
}
.accordion .card .card-header a:after {
  position: absolute;
  right: 20px;
  top: 0;
  width: 13px;
  height: 100%;
  content: "";
  background-image: url(../icon/icon-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.accordion .card .card-header a[aria-expanded="true"] {
  color: #cd0a1e;
}
.accordion .card .card-header a[aria-expanded="true"] h2 {
  color: #cd0a1e !important;
}
.accordion .card .card-header a[aria-expanded="true"]:after {
  background-image: url(../icon/icon-minus-red.svg);
}
.accordion .card .card-body {
  padding: 20px 0;
  background: #F3F3F3;
  border-bottom: 1px solid #fff;
}
.accordion .card .card-body a {
  color: #cd0a1e;
}
.accordion .card .card-body > :last-child {
  margin-bottom: 0;
}
.accordion .card .card-body .footer-navigation {
  margin-bottom: 0;
}
.accordion .card .card-body .footer-navigation li {
  line-height: 24px;
}
.accordion .card .card-body .footer-navigation li a {
  color: #595959;
}
.accordion .card.card-white .card-body {
  background: #fff;
}
@media (min-width: 992px) {
  .accordion .card .card-header a {
    padding: 20px 30px 17px;
    font-size: 20px;
    line-height: 1.55;
  }
  .accordion .card .card-body .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .accordion .card .card-header a {
    font-size: 16px;
  }
}
.accordion.accordion-style-clean .card {
  border: 0;
  border-bottom: 1px solid #ECECEC;
}
.accordion.accordion-style-clean .card:last-child {
  border-bottom: 0;
}
.accordion.accordion-style-clean .card .card-header {
  background: transparent;
  border-bottom: 0;
}
.accordion.accordion-style-clean .card .card-header a {
  padding: 20px 0;
  font-size: 24px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .accordion.accordion-style-clean .card .card-header a {
    font-size: 18px;
  }
}
.accordion.accordion-style-clean .card .card-body {
  padding: 0 0 30px;
  background: transparent;
}
.accordion.accordion-style-clean .card .card-body .container {
  padding: 0;
}
@media (max-width: 767px) {
  .accordion.accordion-style-clean .card .card-header a:after {
    right: 5px;
  }
}
figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.55;
  color: #595959;
}
.block-post {
  display: block;
  margin-bottom: 15px;
  background-size: cover;
  color: #262626;
}
.block-post a {
  color: #262626;
}
.block-post a:hover {
  text-decoration: none;
}
.block-post .post-image {
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: opacity .3s ease;
  background-position: center;
  background-size: cover;
  background-color: #F8F8F8;
  text-align: center;
  position: relative;
}
.block-post .post-image:before {
  content: '';
  display: block;
}
.block-post .post-image.ratio-1x1:before {
  padding-bottom: 100%;
}
.block-post .post-image.ratio-4x3:before {
  padding-bottom: 75%;
}
.block-post .post-image.ratio-3x2:before {
  padding-bottom: 66.67%;
}
.block-post .post-image.ratio-16x9:before {
  padding-bottom: 56.25%;
}
.block-post .post-image.ratio-2x1:before {
  padding-bottom: 50%;
}
.block-post .post-image.ratio-21x9:before {
  padding-bottom: 42.86%;
}
.block-post .post-image:before {
  padding-bottom: 56.25%;
}
.block-post .post-image:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(181, 9, 0, 0.65);
  opacity: 1;
  pointer-events: none;
}
.block-post .post-image span {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  align-items: center;
  padding: 0 40px;
  width: auto;
  height: 50px;
  border: 3px solid #fff;
  white-space: nowrap;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  line-height: 44px;
  color: #fff;
}
@media (max-width: 767px) {
  .block-post .post-image span {
    font-size: 16px;
  }
}
.block-post .post-inner {
  padding: 20px 0 0 0;
  background: #fff;
}
.block-post .post-inner .badge {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.block-post .post-inner .post-badges {
  margin-bottom: 10px;
}
.block-post .post-inner .post-badges .badge {
  margin-bottom: 5px;
}
.block-post .post-inner .post-headline {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: unset;
  white-space: normal;
  text-overflow: unset;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .block-post .post-inner .post-headline {
    font-size: 18px;
  }
}
.block-post .post-inner .post-description p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .block-post .post-inner .post-description p {
    font-size: 14px;
  }
}
.block-post .post-inner .post-link {
  color: #cd0a1e;
}
.block-post .post-inner .post-link p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .block-post .post-inner .post-link p {
    font-size: 14px;
  }
}
.block-post:hover {
  color: #262626;
  text-decoration: none;
}
.block-post:hover .post-image:after {
  display: block;
}
.block-post:hover .post-image span {
  display: inline-flex;
}
.block-post.large .post-image {
  padding-top: 0;
}
@media (min-width: 992px) {
  .block-post.large .post-image:before {
    padding-bottom: 42.86%;
  }
}
@media (max-width: 767px) {
  .block-post {
    margin-bottom: 30px;
  }
  .block-post:last-child {
    margin-bottom: 0 !important;
  }
  .block-post:hover .post-image span {
    padding: 0 20px;
    height: 30px;
    border-width: 2px;
    font-size: 14px;
    line-height: 26px;
  }
  .block-post .post-inner .post-headline {
    margin-bottom: 5px;
  }
}
.media-overlay-wrapper {
  position: relative;
}
.media-overlay-wrapper .media-overlay-luminosity {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #6c0510;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: luminosity;
  opacity: 0;
  transition: opacity 0.35s ease 0.1s;
}
.media-overlay-wrapper:hover .media-overlay,
.media-overlay-wrapper:hover .media-overlay-luminosity {
  opacity: 1;
}
.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;
}
.media-overlay:hover {
  text-decoration: none;
}
.media-overlay .btn {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .col-scroll-mobile .container {
    padding: 0 20px !important;
  }
  .col-scroll-mobile .container .row {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding: 20px 0 !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .col-scroll-mobile .container .row::-webkit-scrollbar {
    display: none;
  }
  .col-scroll-mobile .col {
    padding: 0 !important;
    max-width: 280px;
    box-sizing: content-box;
  }
  .col-scroll-mobile .col:first-child {
    border-left: 20px solid transparent;
  }
  .col-scroll-mobile .col:last-child {
    border-right: 20px solid transparent;
  }
  .col-scroll-mobile .col:not(:last-child) {
    margin-right: 20px;
  }
  .col-scroll-mobile.indent .col:first-child {
    border-left-width: 40px;
  }
  .col-scroll-mobile.indent .col:last-child {
    border-right-width: 40px;
  }
}
@media (max-width: 480px) {
  .col-scroll-mobile .col {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .tab-scroll-mobile .container .nav-tabs {
    margin-left: -20px !important;
    margin-right: -20px !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
  }
  .tab-scroll-mobile .container .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .tab-scroll-mobile .nav-item .nav-link {
    margin-right: 20px !important;
    white-space: nowrap;
  }
  .tab-scroll-mobile .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .tab-scroll-mobile .nav-item:first-child {
    border-left: 20px solid transparent;
  }
  .tab-scroll-mobile .nav-item:last-child {
    border-right: 20px solid transparent;
  }
}
body .site header {
  height: 120px;
}
body .site header > .container {
  height: 100%;
}
body .site header > .container > .row {
  height: 100%;
}
body .site header ul li {
  display: inline-block;
}
body .site header ul li a,
body .site header ul li .link {
  color: #101516;
}
body .site header .header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
body .site header .header-logo img {
  height: 52px;
  width: auto;
}
body .site header .offcanvas-collapse {
  display: none;
}
body .site header .header-top {
  padding-top: 16px;
  height: auto;
}
body .site header .header-top .header-top-inner {
  display: flex;
  justify-content: flex-end;
}
body .site header .header-top .header-top-inner ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-top: 0;
}
body .site header .header-top .header-top-inner ul li {
  display: flex;
  align-items: center;
}
body .site header .header-top .header-top-inner ul li a {
  margin-right: 15px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #595959;
}
body .site header .header-top .header-top-inner ul li#menu-item-1313 a,
body .site header .header-top .header-top-inner ul li#menu-item-1314 a {
  color: #cd0a1e;
}
body .site header .header-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 67px;
}
body .site header .header-main .main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  text-transform: uppercase;
}
body .site header .header-main .main-navigation ul {
  margin-bottom: 0;
  padding-left: 0;
  text-align: right;
}
body .site header .header-main .main-navigation ul li {
  position: relative;
}
body .site header .header-main .main-navigation ul li a,
body .site header .header-main .main-navigation ul li .mainmenu-nolink {
  display: flex;
  margin-left: 0;
  padding: 4px 10px;
  border-radius: 2px;
  cursor: pointer;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  color: inherit;
}
body .site header .header-main .main-navigation ul li:first-child a {
  margin-left: 0;
}
body .site header .header-main .main-navigation ul li.current-menu-item a,
body .site header .header-main .main-navigation ul li:hover a,
body .site header .header-main .main-navigation ul li.current-menu-item .mainmenu-nolink,
body .site header .header-main .main-navigation ul li:hover .mainmenu-nolink {
  text-decoration: none;
  background-color: #F8F8F8;
}
body .site header .header-main .main-navigation ul li .mainmenu-nolink.active {
  background-color: #F8F8F8;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children:hover a,
body .site header .header-main .main-navigation ul li.menu-item-has-children:hover .mainmenu-nolink {
  background-color: #F8F8F8;
  border-bottom: none;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 555;
  display: none;
  flex-flow: row wrap;
  padding: 10px 20px;
  width: auto;
  max-width: 350px;
  min-width: 350px;
  background: #F8F8F8;
  text-align: left;
  white-space: nowrap;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children .sub-menu li {
  display: inline-block;
  width: 100%;
  line-height: 29px;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children .sub-menu li a {
  display: flex;
  padding: 4px 10px;
  border-bottom: none;
  cursor: pointer;
  font-family: 'Apercu', sans-serif !important;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #101516;
  white-space: normal;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children .sub-menu li:last-child a {
  margin-right: 0;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children .sub-menu li:hover a {
  color: #cd0a1e;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children .sub-menu .submenu-title a {
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 700;
  color: #101516;
}
body .site header .header-main .main-navigation ul li.menu-item-has-children .sub-menu .submenu-title a:hover {
  color: #cd0a1e;
}
body .site header .header-main .main-navigation ul li:hover .sub-menu {
  display: flex;
}
body .site header .header-main .main-navigation .menu-hauptmenue-container {
  display: block;
}
body .site header .header-main .search-icon .search {
  display: none;
}
body .site header .search-icon {
  display: inline-flex;
  height: 28px;
}
body .site header .search-icon .search {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../icon/icon-search-header.svg);
  background-repeat: no-repeat;
  background-size: 28px;
}
@media (max-width: 767px) {
  body .site header .search-icon {
    margin-right: 20px;
    width: 24px;
    height: 24px;
  }
  body .site header .search-icon .search {
    background-size: 24px;
  }
}
@media (max-width: 767px) {
  body .site header {
    height: 60px;
    display: flex;
    align-items: center;
  }
  body .site header .header-logo img {
    height: 31px;
  }
  body .site header .header-top {
    display: none;
  }
  body .site header .header-main {
    align-items: center;
    height: 100%;
  }
  body .site header .header-main .main-navigation .menu-hauptmenue-container {
    display: none;
  }
  body .site header .header-main .search-icon .search {
    display: inline-flex;
  }
  body .site header .header-main .navbar-toggler {
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
  }
  body .site header .header-main .navbar-toggler img {
    max-width: 22px;
    height: auto;
  }
  body .site header .header-main .navbar-toggler:focus,
  body .site header .header-main .navbar-toggler:active {
    box-shadow: none;
    text-shadow: none;
    outline: none;
  }
}
body .site.home .site header ul li a,
body .site.home .site header ul li .link {
  color: #fff;
}
body .site .social-icons {
  display: flex;
  padding: 0 7px;
}
body .site .social-icons a {
  position: relative;
  display: block;
  transition: all .3s ease;
  margin-right: 6px;
  width: 24px;
}
body .site .social-icons a:before {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 30px;
  content: "";
  transition: all .3s ease;
  background-image: url(../icon/icon-xing-red.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
body .site .social-icons a.follow-youtube:before {
  width: 16px;
  background-image: url(../icon/icon-youtube-red.svg);
  background-size: contain;
}
body .site .social-icons a.follow-linkedin:before {
  width: 14px;
  background-image: url(../icon/icon-linkedin-red.svg);
  background-size: contain;
}
body .site .social-icons a.follow-twitter:before {
  width: 16px;
  background-image: url(../icon/icon-twitter-red.svg);
  background-size: contain;
}
body .site .offcanvas-wrapper .social-icons {
  margin-left: -7px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body .site header .offcanvas-collapse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  body .site header .offcanvas-collapse .offcanvas-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity .3s ease;
  }
  body .site header .offcanvas-collapse .offcanvas-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1;
    padding: 60px 35px;
    width: 85%;
    height: 100%;
    transition: right .3s ease;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile li {
    display: block;
  }
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile li a {
    display: block;
    padding: 5px 0;
    transition: color .1s ease;
    font-family: 'Apercu-Bold', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.55;
  }
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile li a:hover {
    text-decoration: none;
    color: #cd0a1e;
  }
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile li.menu-secondary a {
    font-size: 16px;
    line-height: 1.55;
  }
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile li.menu-secondary.m-t {
    margin-top: 20px;
  }
  body .site header .offcanvas-collapse .offcanvas-header {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
  }
  body .site header .offcanvas-collapse .offcanvas-header .navbar-toggler {
    margin-right: 26px;
    padding: 20px;
    height: auto;
  }
  body .site header .offcanvas-collapse .offcanvas-header img {
    width: 20px;
  }
  body .site header .offcanvas-collapse.show,
  body .site header .offcanvas-collapse.collapsing {
    z-index: 5555;
  }
  body .site header .offcanvas-collapse.show .offcanvas-overlay,
  body .site header .offcanvas-collapse.collapse-in .offcanvas-overlay {
    opacity: 1;
  }
  body .site header .offcanvas-collapse.show .offcanvas-wrapper,
  body .site header .offcanvas-collapse.collapse-in .offcanvas-wrapper {
    right: 0;
  }
  body .offcanvas-wrapper .navigation-mobile li.menu-item-has-children > a.head {
    position: relative;
    display: block;
    padding-right: 40px;
  }
  body .offcanvas-wrapper .navigation-mobile li.menu-item-has-children > a.head:after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    content: "";
    background-image: url(../icon/icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
  }
  body .offcanvas-wrapper .navigation-mobile li.menu-item-has-children > a.head[aria-expanded="true"]:after {
    background-image: url(../icon/icon-minus-red.svg);
  }
  body .offcanvas-wrapper .navigation-mobile li.menu-item-has-children .sub-menu {
    margin-bottom: 20px;
    padding-left: 25px;
  }
  body .offcanvas-wrapper .navigation-mobile li.menu-item-has-children .sub-menu .menu-item a {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Apercu', sans-serif;
  }
  body .offcanvas-wrapper .navigation-mobile li.menu-item-has-children .sub-menu .menu-item.submenu-title a {
    font-size: 15px;
    font-family: 'Apercu-Bold', sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body .site header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile li.menu-secondary a {
    font-size: 14px;
  }
}
body .site section.newsletter {
  padding: 60px 0;
  background: #F3F3F3;
}
@media (max-width: 767px) {
  body .site section.newsletter {
    padding: 30px 0;
  }
}
body .site section.newsletter .content {
  font-size: 16px;
  line-height: 1.55;
  color: #595959;
}
@media (max-width: 767px) {
  body .site section.newsletter .content {
    font-size: 14px;
  }
}
body .site section.newsletter .newsletter-unsubscribe-info {
  color: #595959;
}
body .site section.newsletter .input-group input {
  margin-right: 10px;
}
@media (max-width: 767px) {
  body .site section.newsletter .content {
    margin-bottom: 20px;
  }
}
body .site section.mittelstand-digital {
  padding: 60px 0;
}
@media (max-width: 767px) {
  body .site section.mittelstand-digital {
    padding: 30px 0;
  }
}
body .site section.mittelstand-digital p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #AFAFAF;
}
@media (max-width: 767px) {
  body .site section.mittelstand-digital p {
    font-size: 14px;
  }
}
body .site section.mittelstand-digital p a {
  color: #AFAFAF;
}
body .site footer {
  padding: 60px 0;
  background: #fff;
  border-top: 1px solid #ECECEC;
}
@media (max-width: 767px) {
  body .site footer {
    padding: 30px 0;
  }
}
body .site footer .desktop .logos {
  display: flex;
  align-items: flex-start;
}
body .site footer .desktop .logos a {
  display: inline-block;
  margin-right: 50px;
}
body .site footer .desktop .logos a img {
  width: 100%;
  max-width: 300px;
}
body .site footer .desktop .logos a:last-child {
  margin-right: 0;
}
body .site footer .desktop .logos a.open-modal-newsletter {
  position: absolute;
  left: 0;
  top: -40px;
  display: block;
  margin: 0;
  width: 20px;
  height: 20px !important;
}
@media (max-width: 991px) {
  body .site footer .desktop .logos {
    padding-bottom: 20px;
  }
}
body .site footer .desktop .head {
  margin-bottom: 7.5px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body .site footer .desktop .head {
    font-size: 16px;
  }
}
body .site footer .desktop .follow a {
  position: relative;
  display: block;
  padding-left: 30px;
  transition: all .3s ease;
  font-size: 16px;
  line-height: 1.55;
  line-height: 30px;
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body .site footer .desktop .follow a {
    font-size: 14px;
  }
}
body .site footer .desktop .follow a:before {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 30px;
  content: "";
  transition: all .3s ease;
  background-image: url(../icon/icon-xing-red.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
body .site footer .desktop .follow a.follow-youtube:before {
  top: 0px;
  width: 22px;
  background-image: url(../icon/icon-youtube-red.svg);
  background-size: contain;
}
body .site footer .desktop .follow a.follow-linkedin:before {
  top: 0px;
  width: 20px;
  background-image: url(../icon/icon-linkedin-red.svg);
  background-size: contain;
}
body .site footer .desktop .follow a.follow-twitter:before {
  top: 0px;
  width: 22px;
  background-image: url(../icon/icon-twitter-red.svg);
  background-size: contain;
}
body .site footer .mobile .logos {
  padding: 30px 0;
  text-align: center;
}
body .site footer .mobile .logos a {
  display: inline-block;
  margin-right: 20px;
}
body .site footer .mobile .logos a:last-child {
  margin-right: 0;
}
body .site footer .mobile .logos a img {
  max-width: 250px;
}
body .site footer .mobile .logos a.open-modal-newsletter {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  width: 20px;
  height: 20px !important;
}
body .site footer .mobile .accordion .card {
  border-bottom: 1px solid #ECECEC;
}
body .site footer .mobile .accordion .card:first-child {
  border-top: 1px solid #ECECEC;
}
body .site footer .mobile .accordion .card .card-header {
  border-bottom: 0;
}
body .site footer .mobile .accordion .card .card-header a[aria-expanded="false"] {
  color: #595959;
}
body .site footer .mobile .accordion .card .card-body {
  padding-top: 0;
}
body .site footer .mobile .accordion .card .card-header,
body .site footer .mobile .accordion .card .card-body {
  background: #fff;
}
body .site footer .footer-navigation {
  margin-bottom: 0;
  padding-left: 0;
}
body .site footer .footer-navigation li {
  list-style-type: none;
  overflow-wrap: normal;
  hyphens: auto;
  font-size: 14px;
  line-height: 1.55;
  line-height: 1.4;
}
body .site footer .footer-navigation li:not(:last-child) {
  margin-bottom: 7.5px;
}
body .site footer .footer-navigation li a {
  color: inherit;
}
@media (max-width: 767px) {
  body .site footer {
    padding: 0;
  }
  body .site footer .container {
    max-width: none;
  }
}
body .show-cookie-box {
  left: 0;
}
body #cookie-notice {
  background: #262626 !important;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  line-height: 1.55;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 444;
}
body #cookie-notice .cookie-notice-container {
  padding: 0;
}
body #cookie-notice .cookie-notice-container .cn-set-cookie {
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 12px;
  color: #262626;
  opacity: 1;
  text-indent: -99999px;
}
body #cookie-notice .cookie-notice-container .cn-set-cookie:hover,
body #cookie-notice .cookie-notice-container .cn-set-cookie:focus,
body #cookie-notice .cookie-notice-container .cn-set-cookie:active {
  background: transparent;
  color: #262626;
}
body #cookie-notice .cookie-notice-container .cn-set-cookie:after {
  content: "";
  background-image: url(../icon/icon-close-white.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 3px;
}
@media (max-width: 767px) {
  body #cookie-notice {
    height: auto;
    padding: 15px 15px 15px 15px;
  }
  body #cookie-notice .cookie-notice-container #cn-notice-text {
    padding-right: 45px;
    display: block;
    text-align: left;
    line-height: 18px;
  }
  body #cookie-notice .cookie-notice-container .cn-set-cookie {
    right: -3px;
    top: 15px;
  }
  body #cookie-notice .cookie-notice-container .cn-set-cookie:after {
    top: 5px;
  }
}
body .cookie-box h3 {
  font-family: 'Apercu-Bold', sans-serif !important;
}
body .cookie-box .no-gutters ul {
  justify-content: flex-start !important;
}
body .cookie-box .no-gutters ul li {
  margin-right: 20px !important;
}
body .cookie-box .no-gutters ul li label {
  font-family: 'Apercu-Bold', sans-serif !important;
  line-height: 20px;
}
body .dont-block .borlabsCookieShow {
  z-index: 444;
  display: flex;
  min-height: 45px;
  max-width: none;
  align-items: center;
  justify-content: center;
  background: #262626 !important;
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
  line-height: 45px;
  color: #fff !important;
}
body .dont-block .borlabsCookieShow .borlabsCookieHeadline {
  display: none;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] {
  text-align: center;
  width: 100%;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] .borlabsCookieExplanation {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.55;
  line-height: 45px;
  color: #fff !important;
}
@media (max-width: 767px) {
  body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] .borlabsCookieExplanation {
    margin: 15px 0 0;
    line-height: 20px;
  }
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] {
  display: inline-block !important;
  min-height: 47px !important;
  overflow: visible !important;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] ul {
  margin: 4px 0;
  vertical-align: middle;
  border: 0 !important;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] ul li {
  display: inline-block;
  margin: 4px 8px 4px 0;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  font-size: 12px;
  line-height: 1.55;
  color: #fff !important;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] ul li:hover {
  background-color: transparent !important;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] ul li:last-child {
  margin-right: 0;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] ul li label {
  padding: 4px 8px;
  font-weight: bold !important;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] ul li label input {
  display: none !important;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] div[data-borlabs-selection-list=""] .borlabsCookieText {
  display: none;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] .borlabsCookieText {
  display: none;
}
body .dont-block .borlabsCookieShow div[data-borlabs-selection=""] .borlabsCookieSuccess {
  position: relative;
  margin: 0;
  padding: 0 30px 0 60px;
  height: 42px;
  font-size: 12px;
  line-height: 42px;
  color: #fff !important;
  background: #00B56C;
}
body #BorlabsCookieBox ._brlbs-refuse-btn {
  font-size: 1em;
}
body #BorlabsCookieBox ._brlbs-refuse-btn a {
  font-size: 1.25em;
}
body .dialogue-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
}
body .dialogue-overlay div {
  position: relative;
  top: 50%;
  margin: 0 auto;
  max-width: 400px;
  transform: translateY(-50%);
}
body .modal {
  background: rgba(38, 38, 38, 0.95);
}
body .modal .btn.close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 4445;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  opacity: 1;
}
body .modal .btn.close:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../icon/icon-close-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (max-width: 767px) {
  body .modal .btn.close {
    right: 10px;
    top: 20px;
  }
}
body .modal.modal-col-image .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  display: flex;
  max-width: 770px;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
body .modal.modal-col-image .modal-dialog .modal-content {
  margin-top: 0;
  width: 100%;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-image {
  width: 50%;
  height: 600px;
  background-size: cover;
  background-position: center;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-image img {
  width: 100%;
  max-width: none;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content {
  padding: 100px 30px 30px;
  width: 50%;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content h2 {
  margin-bottom: 30px;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content p {
    font-size: 16px;
  }
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content .close {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content .close:after {
  top: 30px;
  right: 30px;
  background-image: url(../icon/icon-close.svg);
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content form .input-group {
  flex-flow: row wrap;
}
body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content form .input-group .form-control {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  background: #F3F3F3;
  color: #959595;
}
@media (min-width: 767px) {
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content form .newsletter-unsubscribe-info {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-image {
    order: 2;
    width: 100%;
    height: 350px;
  }
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content {
    order: 1;
    width: 100%;
    padding: 65px 20px 40px;
  }
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content h2 {
    margin-bottom: 20px;
  }
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content p {
    margin-bottom: 20px;
  }
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content .close {
    width: 60px;
    height: 65px;
  }
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content .close:after {
    top: 30px;
    right: 20px;
  }
  body .modal.modal-col-image .modal-dialog .modal-content .modal-body .modal-col-content form .input-group .form-control {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
}
body .modal {
  z-index: 10001;
}
body .modal-backdrop {
  z-index: 10000;
}
body a[data-toggle="modal"] {
  height: auto !important;
}
body a[data-toggle="modal"] img {
  cursor: pointer;
}
body .modal.carousel {
  position: fixed;
  height: 100%;
}
body .modal.carousel .modal-dialog {
  max-width: 890px;
  margin: 0 auto !important;
}
body .modal.carousel .modal-content {
  background: transparent;
  border: none;
}
body .modal.carousel .modal-content .modal-body {
  padding: 0;
  background: transparent;
}
body .modal.carousel .modal-content .modal-body .carousel {
  height: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
}
body .modal.carousel .modal-content .modal-body .carousel .carousel-inner {
  overflow: visible;
}
body .modal.carousel .modal-content .modal-body .carousel .carousel-inner .carousel-item {
  max-height: 100% !important;
  max-width: 100%;
}
body .modal.carousel .modal-content .modal-body .carousel .carousel-inner .carousel-item img {
  max-height: 80vh !important;
  max-width: 100%;
}
body .modal.carousel .modal-content .modal-body .carousel .carousel-inner .carousel-item span {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
body .modal.carousel .modal-content .modal-body .carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity ease-out 0.7s;
  transform: none;
}
body .modal.carousel .modal-content .modal-body .carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
body .modal.carousel .modal-content .modal-body img {
  width: auto;
  margin: 0 auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  body .modal.carousel .modal-content .modal-body img {
    height: auto;
  }
}
body .modal.carousel .modal-content .modal-body .description {
  border: none;
  color: #afafaf;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.55;
  height: 40px;
  overflow: hidden;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .modal.carousel .modal-content .modal-body .description {
    font-size: 14px;
  }
}
body .modal.carousel .modal-content .modal-body .description:nth-child(4) {
  display: block;
}
body .modal.carousel .carousel-control-prev {
  width: 24px;
  margin-left: 40px;
  opacity: 1;
}
body .modal.carousel .carousel-control-prev img {
  transform: rotate(180deg);
}
body .modal.carousel .carousel-control-next {
  width: 24px;
  margin-right: 40px;
  opacity: 1;
}
@media (max-width: 767px) {
  body .modal.carousel .modal-dialog {
    margin: 20px;
  }
  body .modal.carousel .modal-dialog .carousel-inner {
    width: auto;
    left: auto;
    margin-top: 55px;
  }
  body .modal.carousel .modal-dialog .modal-content .modal-body .description {
    margin-top: 10px;
  }
  body .modal.carousel .carousel-control-prev {
    width: 50px !important;
    margin-left: 15px;
    height: 70px;
  }
  body .modal.carousel .carousel-control-prev:after {
    margin-top: -25px;
  }
  body .modal.carousel .carousel-control-next {
    width: 50px !important;
    margin-right: 15px;
    height: 70px;
    left: 60px;
  }
  body .modal.carousel .carousel-control-next:after {
    margin-top: -25px;
  }
}
body .modal .modal-dialog {
  border-radius: 0;
}
body .modal .modal-dialog .modal-content {
  border-radius: 0;
}
body .modal .modal-dialog.without-bg {
  max-width: 990px;
}
body .modal .modal-dialog.without-bg .modal-content {
  margin-top: 250px;
  background: transparent;
  border: none;
}
body .modal .modal-dialog.without-bg .modal-content .modal-body {
  background: transparent;
}
@media (max-width: 767px) {
  body .modal .modal-dialog.without-bg .modal-content {
    margin-top: 150px;
  }
}
body .modal#modal-social .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .modal#modal-social .modal-content {
  margin-top: 0;
  width: 100%;
}
body .modal#modal-social .modal-content .modal-body {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
body .modal#modal-social .modal-content .modal-body h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 40px;
}
body .modal#modal-social .modal-content .modal-body li,
body .modal#modal-social .modal-content .modal-body div.facebook,
body .modal#modal-social .modal-content .modal-body div.xing,
body .modal#modal-social .modal-content .modal-body div.linkedin,
body .modal#modal-social .modal-content .modal-body div.twitter {
  display: inline-flex;
  margin-right: 20px;
  margin-bottom: 0;
  height: 60px;
  width: 60px;
  min-width: auto;
  max-width: none;
  border-radius: 60px;
  content: "";
  background-size: 60px;
  background-position: center;
  text-indent: -10000px;
}
body .modal#modal-social .modal-content .modal-body li a,
body .modal#modal-social .modal-content .modal-body div.facebook a,
body .modal#modal-social .modal-content .modal-body div.xing a,
body .modal#modal-social .modal-content .modal-body div.linkedin a,
body .modal#modal-social .modal-content .modal-body div.twitter a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}
body .modal#modal-social .modal-content .modal-body li:last-child,
body .modal#modal-social .modal-content .modal-body div.facebook:last-child,
body .modal#modal-social .modal-content .modal-body div.xing:last-child,
body .modal#modal-social .modal-content .modal-body div.linkedin:last-child,
body .modal#modal-social .modal-content .modal-body div.twitter:last-child {
  margin-right: 0;
}
body .modal#modal-social .modal-content .modal-body li.facebook,
body .modal#modal-social .modal-content .modal-body div.facebook.facebook,
body .modal#modal-social .modal-content .modal-body div.xing.facebook,
body .modal#modal-social .modal-content .modal-body div.linkedin.facebook,
body .modal#modal-social .modal-content .modal-body div.twitter.facebook {
  background-image: url(../icon/icon-facebook.svg);
}
body .modal#modal-social .modal-content .modal-body li.xing,
body .modal#modal-social .modal-content .modal-body div.facebook.xing,
body .modal#modal-social .modal-content .modal-body div.xing.xing,
body .modal#modal-social .modal-content .modal-body div.linkedin.xing,
body .modal#modal-social .modal-content .modal-body div.twitter.xing {
  background-image: url(../icon/icon-xing-share.svg);
}
body .modal#modal-social .modal-content .modal-body li.xing iframe,
body .modal#modal-social .modal-content .modal-body div.facebook.xing iframe,
body .modal#modal-social .modal-content .modal-body div.xing.xing iframe,
body .modal#modal-social .modal-content .modal-body div.linkedin.xing iframe,
body .modal#modal-social .modal-content .modal-body div.twitter.xing iframe {
  background: transparent;
  height: 60px !important;
  width: 60px !important;
}
body .modal#modal-social .modal-content .modal-body li.xing .spi-wrapper .spi-button,
body .modal#modal-social .modal-content .modal-body div.facebook.xing .spi-wrapper .spi-button,
body .modal#modal-social .modal-content .modal-body div.xing.xing .spi-wrapper .spi-button,
body .modal#modal-social .modal-content .modal-body div.linkedin.xing .spi-wrapper .spi-button,
body .modal#modal-social .modal-content .modal-body div.twitter.xing .spi-wrapper .spi-button {
  background: transparent !important;
  color: transparent !important;
  padding: 0 !important;
}
body .modal#modal-social .modal-content .modal-body li.xing .spi-wrapper .spi-button i,
body .modal#modal-social .modal-content .modal-body div.facebook.xing .spi-wrapper .spi-button i,
body .modal#modal-social .modal-content .modal-body div.xing.xing .spi-wrapper .spi-button i,
body .modal#modal-social .modal-content .modal-body div.linkedin.xing .spi-wrapper .spi-button i,
body .modal#modal-social .modal-content .modal-body div.twitter.xing .spi-wrapper .spi-button i {
  display: none;
}
body .modal#modal-social .modal-content .modal-body li.twitter,
body .modal#modal-social .modal-content .modal-body div.facebook.twitter,
body .modal#modal-social .modal-content .modal-body div.xing.twitter,
body .modal#modal-social .modal-content .modal-body div.linkedin.twitter,
body .modal#modal-social .modal-content .modal-body div.twitter.twitter {
  background-image: url(../icon/icon-twitter.svg);
}
body .modal#modal-social .modal-content .modal-body li.linkedin,
body .modal#modal-social .modal-content .modal-body div.facebook.linkedin,
body .modal#modal-social .modal-content .modal-body div.xing.linkedin,
body .modal#modal-social .modal-content .modal-body div.linkedin.linkedin,
body .modal#modal-social .modal-content .modal-body div.twitter.linkedin {
  background-image: url(../icon/icon-linkedin.svg);
}
@media (max-width: 767px) {
  body .modal#modal-social .modal-content .modal-body h2 {
    font-size: 24px;
    line-height: 1.55;
    margin-bottom: 20px;
  }
  body .modal#modal-social .modal-content .modal-body ul {
    display: block;
  }
  body .modal#modal-social .modal-content .modal-body li,
  body .modal#modal-social .modal-content .modal-body div.facebook,
  body .modal#modal-social .modal-content .modal-body div.xing,
  body .modal#modal-social .modal-content .modal-body div.linkedin,
  body .modal#modal-social .modal-content .modal-body div.twitter {
    height: 50px;
    width: 50px;
    background-size: 50px;
    margin-right: 15px;
  }
}
body .modal#modal-search .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .modal#modal-search .modal-content {
  margin-top: 0;
}
body .modal#modal-search .modal-content .modal-body .search-form {
  margin-bottom: 0;
}
body .modal#modal-search .modal-content .modal-body .search-form label {
  display: none;
}
body .modal#modal-search .modal-content .modal-body .search-form input[type="search"] {
  margin-right: 20px;
  padding-left: 10px;
  background-color: transparent;
  background-image: url(../icon/icon-search-white.svg);
  background-position: right 10px center;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  line-height: 1.25;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  body .modal#modal-search .modal-content .modal-body .search-form input[type="search"] {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  body .modal#modal-search .modal-content .modal-body .search-form input[type="search"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .modal#modal-search .modal-content .modal-body .search-form {
    flex-flow: row wrap;
  }
  body .modal#modal-search .modal-content .modal-body .search-form input[type="search"] {
    margin-right: 0;
    margin-bottom: 20px;
  }
  body .modal#modal-search .modal-content .modal-body .search-form .btn {
    width: 100%;
  }
}
body .modal#modal-gallery.show,
body .modal#modal-image.show {
  height: 100%;
}
body .modal#modal-gallery .modal-dialog,
body .modal#modal-image .modal-dialog,
body .modal#modal-gallery .modal-content,
body .modal#modal-image .modal-content {
  height: 100%;
}
body .modal#modal-gallery .modal-dialog .modal-body,
body .modal#modal-image .modal-dialog .modal-body,
body .modal#modal-gallery .modal-content .modal-body,
body .modal#modal-image .modal-content .modal-body {
  height: 100%;
}
body .modal#modal-gallery .carousel,
body .modal#modal-image .carousel {
  height: 100%;
  display: flex;
  align-items: center;
}
body .modal#modal-gallery .carousel .carousel-inner,
body .modal#modal-image .carousel .carousel-inner {
  margin-top: 0;
}
body .modal#modal-gallery .carousel-item,
body .modal#modal-image .carousel-item {
  max-height: none;
}
body .modal#modal-gallery .carousel-item span,
body .modal#modal-image .carousel-item span {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 890px;
  font-size: 12px;
  line-height: 1.55;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}
body .modal#modal-gallery .carousel-control-prev,
body .modal#modal-image .carousel-control-prev,
body .modal#modal-gallery .carousel-control-next,
body .modal#modal-image .carousel-control-next {
  position: absolute;
  width: 100px;
  height: 100%;
  margin: 0;
}
body .modal#modal-gallery .carousel-control-prev:after,
body .modal#modal-image .carousel-control-prev:after,
body .modal#modal-gallery .carousel-control-next:after,
body .modal#modal-image .carousel-control-next:after {
  content: "";
  background-image: url(../icon/icon-arrow-white.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  align-items: center;
  transform: rotate(180deg);
}
body .modal#modal-gallery .carousel-control-prev.carousel-control-next,
body .modal#modal-image .carousel-control-prev.carousel-control-next,
body .modal#modal-gallery .carousel-control-next.carousel-control-next,
body .modal#modal-image .carousel-control-next.carousel-control-next {
  left: auto;
  right: 0;
}
body .modal#modal-gallery .carousel-control-prev.carousel-control-next:after,
body .modal#modal-image .carousel-control-prev.carousel-control-next:after,
body .modal#modal-gallery .carousel-control-next.carousel-control-next:after,
body .modal#modal-image .carousel-control-next.carousel-control-next:after {
  transform: rotate(0deg);
  top: 50%;
  margin-top: -25px;
}
body .btn,
body button:not(.gm-control-active):not(.wp-element-button) {
  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) {
  body .btn,
  body button:not(.gm-control-active):not(.wp-element-button) {
    font-size: 16px;
  }
}
body .btn:hover:not([disabled]):not(.disabled),
body button:not(.gm-control-active):not(.wp-element-button):hover:not([disabled]):not(.disabled),
body .btn:active:not([disabled]):not(.disabled),
body button:not(.gm-control-active):not(.wp-element-button):active:not([disabled]):not(.disabled),
body .btn:focus:not([disabled]):not(.disabled),
body button:not(.gm-control-active):not(.wp-element-button):focus:not([disabled]):not(.disabled) {
  background-color: transparent;
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  body .btn:hover:not(.navbar-toggler):not(.close):not(.maps-button),
  body button:not(.gm-control-active):not(.wp-element-button):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) {
  body .btn,
  body button:not(.gm-control-active):not(.wp-element-button) {
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  body .btn.btn-lg,
  body button:not(.gm-control-active):not(.wp-element-button).btn-lg {
    height: 38px;
    font-size: 16px;
    line-height: 35px;
  }
}
body .btn.btn-link,
body button:not(.gm-control-active):not(.wp-element-button).btn-link {
  height: 60px;
  line-height: 56px;
}
@media (min-width: 768px) {
  body .btn.btn-link:hover:not([disabled]):not(.disabled),
  body button:not(.gm-control-active):not(.wp-element-button).btn-link:hover:not([disabled]):not(.disabled),
  body .btn.btn-link:active:not([disabled]):not(.disabled),
  body button:not(.gm-control-active):not(.wp-element-button).btn-link:active:not([disabled]):not(.disabled),
  body .btn.btn-link:focus:not([disabled]):not(.disabled),
  body button:not(.gm-control-active):not(.wp-element-button).btn-link:focus:not([disabled]):not(.disabled) {
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  body .btn.btn-link,
  body button:not(.gm-control-active):not(.wp-element-button).btn-link {
    height: 38px;
    font-size: 16px;
    line-height: 35px;
  }
}
body .btn.btn-primary,
body button:not(.gm-control-active):not(.wp-element-button).btn-primary {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
body .btn.btn-primary.btn-highlight,
body button:not(.gm-control-active):not(.wp-element-button).btn-primary.btn-highlight {
  background-color: var(--brand-primary);
  color: #fff;
}
body .btn.btn-primary:hover:not([disabled]):not(.disabled),
body button:not(.gm-control-active):not(.wp-element-button).btn-primary:hover:not([disabled]):not(.disabled),
body .btn.btn-primary:active:not([disabled]):not(.disabled),
body button:not(.gm-control-active):not(.wp-element-button).btn-primary:active:not([disabled]):not(.disabled),
body .btn.btn-primary:focus:not([disabled]):not(.disabled),
body button:not(.gm-control-active):not(.wp-element-button).btn-primary:focus:not([disabled]):not(.disabled) {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
body .btn.btn-primary:hover:not([disabled]):not(.disabled).btn-highlight,
body button:not(.gm-control-active):not(.wp-element-button).btn-primary:hover:not([disabled]):not(.disabled).btn-highlight,
body .btn.btn-primary:active:not([disabled]):not(.disabled).btn-highlight,
body button:not(.gm-control-active):not(.wp-element-button).btn-primary:active:not([disabled]):not(.disabled).btn-highlight,
body .btn.btn-primary:focus:not([disabled]):not(.disabled).btn-highlight,
body button:not(.gm-control-active):not(.wp-element-button).btn-primary:focus:not([disabled]):not(.disabled).btn-highlight {
  background-color: #b5091a;
  border-color: #b5091a;
  color: #fff;
}
body .btn.btn-secondary,
body button:not(.gm-control-active):not(.wp-element-button).btn-secondary {
  border-color: #262626;
  color: #262626;
}
@media (max-width: 767px) {
  body .btn.btn-submit,
  body button:not(.gm-control-active):not(.wp-element-button).btn-submit {
    display: inline-block;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url(../icon/icon-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
  }
  body .btn.btn-submit .text,
  body button:not(.gm-control-active):not(.wp-element-button).btn-submit .text {
    display: none;
  }
}
body .btn span.text,
body button:not(.gm-control-active):not(.wp-element-button) span.text {
  display: inline-block;
  width: 100%;
}
body .btn.desktop,
body button:not(.gm-control-active):not(.wp-element-button).desktop {
  display: inline-flex !important;
}
body .btn.mobile,
body button:not(.gm-control-active):not(.wp-element-button).mobile {
  display: none !important;
}
@media (max-width: 767px) {
  body .btn.desktop,
  body button:not(.gm-control-active):not(.wp-element-button).desktop {
    display: none !important;
  }
  body .btn.mobile,
  body button:not(.gm-control-active):not(.wp-element-button).mobile {
    display: inline-flex !important;
  }
}
body .badge {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #262626;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.55;
  line-height: 20px;
  font-weight: bold;
}
body .badge.dark,
body .badge.badge-dark {
  background-color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: #fff;
}
body .badge.badge-primary {
  background-color: #fff;
  border-color: #cd0a1e;
  color: #cd0a1e;
}
body .badge.badge-lg {
  height: 24px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.55;
  line-height: 24px;
}
body .card-demonstrator h3 a {
  hyphens: auto;
}
body .card-demonstrator .wp-block-post-excerpt__more-text {
  margin-top: 10px;
}
body .card-demonstrator a.wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #cd0a1e;
  border-radius: 2px;
  background: transparent;
  color: transparent !important;
  font-size: 0;
  position: relative;
  transition: border-color 0.2s;
}
body .card-demonstrator a.wp-block-post-excerpt__more-link::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../inc/icon/icon-arrow-red-simple.svg') no-repeat center / contain;
}
body .card-demonstrator a.wp-block-post-excerpt__more-link:hover,
body .card-demonstrator a.wp-block-post-excerpt__more-link:focus {
  border-color: #b5091a;
}
body .card-projekt .wp-block-post-excerpt__more-text {
  margin-top: 10px;
}
body #kzad-projekt-modal .modal-dialog {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  border: none;
  background: transparent;
  height: 100%;
  margin-top: 0;
}
body #kzad-projekt-modal .modal-content {
  background: #F8F8F8;
  min-height: 500px;
  position: relative;
  border: none;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  box-shadow: none;
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
}
body #kzad-projekt-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 100%;
  margin: 0;
  width: 48px;
  height: 48px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
body #kzad-projekt-modal .btn-close::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../icon/icon-close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body #kzad-projekt-modal .btn-close:hover {
  background-color: #ffffff;
}
body #kzad-projekt-modal .project-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
body #kzad-projekt-modal .modal-body {
  padding: 0;
}
body #kzad-projekt-modal .modal-content-wrapper {
  padding: 40px 50px;
}
body #kzad-projekt-modal h2 {
  font-family: 'Apercu-Bold', sans-serif;
}
body #kzad-projekt-modal .meta-label {
  letter-spacing: 2px;
  font-size: 12px;
  font-family: 'Apercu', sans-serif;
  font-weight: 700;
  color: #AFAFAF;
  text-transform: uppercase;
  margin-bottom: 7px;
}
body #kzad-projekt-modal .meta-value {
  font-family: 'Apercu', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #474747;
}
body #kzad-projekt-modal .meta-value img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 120px;
}
body #kzad-projekt-modal p {
  font-family: 'Apercu', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
body #kzad-projekt-modal .modal-content-block p {
  font-family: 'Apercu', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body #kzad-projekt-modal .content-header h2 {
  margin-bottom: 20px;
}
body #kzad-projekt-modal .content-header .meta-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.55;
}
body #kzad-projekt-modal .content-header .meta-header .badge {
  margin-right: 10px;
  margin-top: 0;
}
body #kzad-projekt-modal .content-header .meta-header .project-id {
  font-family: 'Apercu', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
body #kzad-projekt-modal .content-meta {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}
body #kzad-projekt-modal .loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
body #kzad-projekt-modal .loading-container .loading-spinner {
  position: relative;
  width: 64px;
  height: 64px;
}
body #kzad-projekt-modal .loading-container .loading-spinner::after,
body #kzad-projekt-modal .loading-container .loading-spinner::before {
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body #kzad-projekt-modal .loading-container .loading-spinner::before {
  border-top-color: #cd0a1e;
  border-right-color: #cd0a1e;
  animation: spin 1s linear infinite;
}
body #kzad-projekt-modal .loading-container .loading-spinner::after {
  border-bottom-color: #cd0a1e;
  border-left-color: #cd0a1e;
  opacity: 0.3;
  animation: spin 1s linear infinite reverse;
}
body #kzad-projekt-modal .row-cols-1 {
  gap: 20px 0 !important;
}
body #kzad-projekt-modal .row {
  gap: 20px 0 !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  body #kzad-projekt-modal .modal-dialog {
    margin-top: 0vh;
    margin-bottom: 0;
    margin-left: 0;
    width: 100vw;
    border-radius: 20px 20px 0 0;
    align-items: flex-start;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
  }
  body #kzad-projekt-modal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
    width: 100vw;
    border-radius: 20px 20px 0 0;
    border: none;
    box-shadow: none;
    margin: auto auto 0 auto;
  }
  body #kzad-projekt-modal .meta-header {
    margin-bottom: 20px;
  }
  body #kzad-projekt-modal .meta-header .badge,
  body #kzad-projekt-modal .meta-header .project-id {
    margin-bottom: 5px;
  }
  body #kzad-projekt-modal .modal-content-wrapper {
    padding: 20px 25px;
  }
  body #kzad-projekt-modal .modal-content-meta {
    padding: 20px;
    margin-bottom: 20px;
  }
  body #kzad-projekt-modal .loading-container {
    min-height: 300px;
    border-radius: 20px;
    padding: 20px;
  }
  body #kzad-projekt-modal .loading-container .loading-spinner {
    width: 48px;
    height: 48px;
  }
  body #kzad-projekt-modal .loading-container .loading-spinner::after,
  body #kzad-projekt-modal .loading-container .loading-spinner::before {
    border-width: 3px;
  }
}
body:not(.page-template-template-blocks) {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
body:not(.page-template-template-blocks) .site img {
  max-width: 100%;
  height: auto;
  outline: none;
}
body:not(.page-template-template-blocks) .site {
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site a {
  outline: none;
}
body:not(.page-template-template-blocks) .site h1,
body:not(.page-template-template-blocks) .site h2,
body:not(.page-template-template-blocks) .site h3,
body:not(.page-template-template-blocks) .site h4,
body:not(.page-template-template-blocks) .site h5,
body:not(.page-template-template-blocks) .site h6 {
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site h1,
  body:not(.page-template-template-blocks) .site h2,
  body:not(.page-template-template-blocks) .site h3,
  body:not(.page-template-template-blocks) .site h4,
  body:not(.page-template-template-blocks) .site h5,
  body:not(.page-template-template-blocks) .site h6 {
    font-size: 20px;
    line-height: 1.4;
  }
}
body:not(.page-template-template-blocks) .site h2,
body:not(.page-template-template-blocks) .site h3,
body:not(.page-template-template-blocks) .site h4,
body:not(.page-template-template-blocks) .site h5,
body:not(.page-template-template-blocks) .site h6 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site h2,
  body:not(.page-template-template-blocks) .site h3,
  body:not(.page-template-template-blocks) .site h4,
  body:not(.page-template-template-blocks) .site h5,
  body:not(.page-template-template-blocks) .site h6 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
body:not(.page-template-template-blocks) .site h3,
body:not(.page-template-template-blocks) .site h4,
body:not(.page-template-template-blocks) .site h5,
body:not(.page-template-template-blocks) .site h6 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site h3,
  body:not(.page-template-template-blocks) .site h4,
  body:not(.page-template-template-blocks) .site h5,
  body:not(.page-template-template-blocks) .site h6 {
    font-size: 18px;
    line-height: 1.4;
  }
}
body:not(.page-template-template-blocks) .site p,
body:not(.page-template-template-blocks) .site ul,
body:not(.page-template-template-blocks) .site blockquote {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site p,
  body:not(.page-template-template-blocks) .site ul,
  body:not(.page-template-template-blocks) .site blockquote {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site p,
  body:not(.page-template-template-blocks) .site ul,
  body:not(.page-template-template-blocks) .site blockquote {
    font-size: 16px;
    line-height: 1.55;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body:not(.page-template-template-blocks) .site p,
  body:not(.page-template-template-blocks) .site ul,
  body:not(.page-template-template-blocks) .site blockquote {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site strong,
body:not(.page-template-template-blocks) .site bold {
  font-weight: 700;
}
body:not(.page-template-template-blocks) .site small {
  display: inline-block;
  font-size: 14px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .site .headline {
  margin-bottom: 45px;
}
body:not(.page-template-template-blocks) .site .headline.headline-md {
  margin-bottom: 50px;
}
body:not(.page-template-template-blocks) .site .headline.headline-lg {
  margin-bottom: 60px;
}
body:not(.page-template-template-blocks) .site .headline h2,
body:not(.page-template-template-blocks) .site .headline h1 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .headline h2,
  body:not(.page-template-template-blocks) .site .headline h1 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
body:not(.page-template-template-blocks) .site .headline:after {
  position: absolute;
  width: 100px;
  height: 2px;
  content: '';
  background: #262626;
}
body:not(.page-template-template-blocks) .site .headline.text-center {
  margin-bottom: 60px;
}
body:not(.page-template-template-blocks) .site .headline.text-center h2,
body:not(.page-template-template-blocks) .site .headline.text-center h1 {
  text-align: center;
}
body:not(.page-template-template-blocks) .site .headline.text-center:after {
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .headline {
    margin-bottom: 25px;
  }
  body:not(.page-template-template-blocks) .site .headline.headline-md,
  body:not(.page-template-template-blocks) .site .headline.headline-lg {
    margin-bottom: 25px;
  }
  body:not(.page-template-template-blocks) .site .headline h2 {
    margin-bottom: 8px;
  }
  body:not(.page-template-template-blocks) .site .headline:after {
    width: 60px;
  }
}
body:not(.page-template-template-blocks) .site .newsletter-subscribe-info,
body:not(.page-template-template-blocks) .site .newsletter-unsubscribe-info {
  margin-top: 20px;
  width: 100%;
  font-size: 12px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .pagination {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
body:not(.page-template-template-blocks) .pagination span,
body:not(.page-template-template-blocks) .pagination a {
  border: 2px solid #cd0a1e;
  color: #cd0a1e;
  text-align: center;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.page-template-template-blocks) .pagination span:last-child,
body:not(.page-template-template-blocks) .pagination a:last-child {
  margin-right: 0;
}
body:not(.page-template-template-blocks) .pagination span:hover,
body:not(.page-template-template-blocks) .pagination a:hover {
  text-decoration: none;
}
body:not(.page-template-template-blocks) .pagination span a,
body:not(.page-template-template-blocks) .pagination a a {
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .pagination span:hover,
body:not(.page-template-template-blocks) .pagination a:hover,
body:not(.page-template-template-blocks) .pagination span:active,
body:not(.page-template-template-blocks) .pagination a:active,
body:not(.page-template-template-blocks) .pagination span.current,
body:not(.page-template-template-blocks) .pagination a.current {
  background: #cd0a1e;
  color: #fff;
}
body:not(.page-template-template-blocks) .pagination span:hover a,
body:not(.page-template-template-blocks) .pagination a:hover a,
body:not(.page-template-template-blocks) .pagination span:active a,
body:not(.page-template-template-blocks) .pagination a:active a,
body:not(.page-template-template-blocks) .pagination span.current a,
body:not(.page-template-template-blocks) .pagination a.current a {
  color: #fff;
  text-decoration: none;
}
body:not(.page-template-template-blocks) .pagination .next,
body:not(.page-template-template-blocks) .pagination .previous {
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.page-template-template-blocks) .pagination .next:before,
body:not(.page-template-template-blocks) .pagination .previous:before {
  content: "";
  background-image: url(../icon/icon-arrow-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 15px;
  height: 15px;
}
body:not(.page-template-template-blocks) .pagination .next:hover:before,
body:not(.page-template-template-blocks) .pagination .previous:hover:before {
  background-image: url(../icon/icon-arrow-right-white.svg);
}
body:not(.page-template-template-blocks) .pagination .next.first:before,
body:not(.page-template-template-blocks) .pagination .previous.first:before,
body:not(.page-template-template-blocks) .pagination .next.last:before,
body:not(.page-template-template-blocks) .pagination .previous.last:before {
  background-image: url(../icon/icon-arrow-right-double.svg);
  background-size: 12px;
}
body:not(.page-template-template-blocks) .pagination .next.first:hover:before,
body:not(.page-template-template-blocks) .pagination .previous.first:hover:before,
body:not(.page-template-template-blocks) .pagination .next.last:hover:before,
body:not(.page-template-template-blocks) .pagination .previous.last:hover:before {
  background-image: url(../icon/icon-arrow-right-double-white.svg);
}
body:not(.page-template-template-blocks) .pagination .next:before {
  margin-top: -1px;
}
body:not(.page-template-template-blocks) .pagination .previous:before {
  transform: rotate(-180deg);
  margin-right: -1px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .pagination {
    margin-bottom: 20px;
  }
}
body:not(.page-template-template-blocks) .site-main.content {
  margin-bottom: 60px;
}
body:not(.page-template-template-blocks) .site-main.content .headline {
  margin-top: 70px;
  margin-bottom: 60px;
}
body:not(.page-template-template-blocks) .site-main.content .headline h1 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site-main.content .headline {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  body:not(.page-template-template-blocks) .site-main.content .headline h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
body:not(.page-template-template-blocks) .site-main.content p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site-main.content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site-main.content p {
    margin-bottom: 15px;
  }
}
body:not(.page-template-template-blocks) .examples .headline {
  margin-top: 70px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .examples .headline {
    margin-top: 20px;
  }
}
body:not(.page-template-template-blocks) .examples form ul {
  margin-bottom: 50px !important;
  padding: 0 !important;
}
body:not(.page-template-template-blocks) .examples form ul li ul {
  margin-bottom: 0 !important;
  padding-left: 0;
}
body:not(.page-template-template-blocks) .examples form ul li ul li {
  margin-right: 10px;
  display: inline-block;
}
body:not(.page-template-template-blocks) .examples form ul li ul li:last-child {
  margin-right: 0;
}
body:not(.page-template-template-blocks) .examples form ul li ul li input {
  display: none;
}
body:not(.page-template-template-blocks) .examples form ul li ul li .sf-label-checkbox {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #262626;
  border: 1px solid #262626;
  padding: 3px 20px;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
}
body:not(.page-template-template-blocks) .examples form ul li ul li .sf-label-checkbox:last-child {
  margin-right: 0;
}
body:not(.page-template-template-blocks) .examples form ul li ul li:hover .sf-label-checkbox {
  padding: 2px 19px;
  border-width: 2px;
}
body:not(.page-template-template-blocks) .examples form ul li ul li.sf-option-active .sf-label-checkbox {
  background-color: #262626;
  color: #fff;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .examples form ul {
    margin-bottom: 15px !important;
  }
  body:not(.page-template-template-blocks) .examples form ul li ul li {
    margin-bottom: 5px;
  }
}
body:not(.page-template-template-blocks) .examples .block-post {
  margin-bottom: 50px;
}
body:not(.page-template-template-blocks) .examples .block-post .post-inner .post-headline {
  text-overflow: initial;
  white-space: inherit;
  max-width: none;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .examples .block-post {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .examples .block-post:last-child {
    margin-bottom: 20px !important;
  }
}
body:not(.page-template-template-blocks) .site section.events-for-free,
body:not(.page-template-template-blocks) .site section.events-notices {
  position: relative;
  margin-top: -1px;
  margin-bottom: 0 !important;
  background: #262626;
  transition: all .2s ease;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.55;
  color: #fff;
}
body:not(.page-template-template-blocks) .site section.events-for-free .desktop,
body:not(.page-template-template-blocks) .site section.events-notices .desktop,
body:not(.page-template-template-blocks) .site section.events-for-free .mobile,
body:not(.page-template-template-blocks) .site section.events-notices .mobile {
  justify-content: center;
}
body:not(.page-template-template-blocks) .site section.events-for-free .tribe-events-notices,
body:not(.page-template-template-blocks) .site section.events-notices .tribe-events-notices {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}
body:not(.page-template-template-blocks) .site section.events-for-free .tribe-events-notices ul,
body:not(.page-template-template-blocks) .site section.events-notices .tribe-events-notices ul {
  font-size: 12px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .site section.events-for-free.collapse,
body:not(.page-template-template-blocks) .site section.events-notices.collapse {
  display: none;
}
body:not(.page-template-template-blocks) .site section.events-for-free.collapse.show,
body:not(.page-template-template-blocks) .site section.events-notices.collapse.show {
  display: block;
}
body:not(.page-template-template-blocks) .site section.events-for-free .container,
body:not(.page-template-template-blocks) .site section.events-notices .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
body:not(.page-template-template-blocks) .site section.events-for-free .events-for-free-close,
body:not(.page-template-template-blocks) .site section.events-notices .events-for-free-close,
body:not(.page-template-template-blocks) .site section.events-for-free .events-notices-close,
body:not(.page-template-template-blocks) .site section.events-notices .events-notices-close {
  position: absolute;
  top: 0;
  right: 0;
}
body:not(.page-template-template-blocks) .site section.events-for-free .events-for-free-close:after,
body:not(.page-template-template-blocks) .site section.events-notices .events-for-free-close:after,
body:not(.page-template-template-blocks) .site section.events-for-free .events-notices-close:after,
body:not(.page-template-template-blocks) .site section.events-notices .events-notices-close:after {
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(../icon/icon-close-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.events-for-free,
  body:not(.page-template-template-blocks) .site section.events-notices {
    text-align: left;
  }
  body:not(.page-template-template-blocks) .site section.events-for-free .container,
  body:not(.page-template-template-blocks) .site section.events-notices .container {
    padding-right: 55px;
  }
  body:not(.page-template-template-blocks) .site section.events-for-free .events-for-free-close:after,
  body:not(.page-template-template-blocks) .site section.events-notices .events-for-free-close:after,
  body:not(.page-template-template-blocks) .site section.events-for-free .events-notices-close:after,
  body:not(.page-template-template-blocks) .site section.events-notices .events-notices-close:after {
    background-size: 15px;
  }
}
body:not(.page-template-template-blocks) .site section.list-map {
  margin-bottom: 40px;
  text-align: center;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap {
  position: relative;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .acf-map {
  width: 100%;
  height: 400px;
  background-color: #e5e3df;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .acf-map .marker {
  display: none;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  padding: 40px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 350px;
  background-color: #F3F3F3 !important;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar h4 {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p {
  text-align: left;
  font-size: 16px;
  line-height: 1.55;
  color: #AFAFAF;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p .date {
  display: block;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #262626;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #cd0a1e;
  text-transform: uppercase;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p a:after {
  display: inline-block;
  margin-left: 15px;
  width: 15px;
  height: 12px;
  content: "";
  background-image: url(../icon/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 14px;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p a[rel="bookmark"] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p a[rel="bookmark"]:after {
  content: none;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar p:last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar .infobar-close {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar .infobar-close:before {
  display: inline-block;
  height: 40px;
  width: 40px;
  content: "";
  background-image: url(../icon/icon-close.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px;
}
body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar .infobar-close img {
  display: none;
}
body:not(.page-template-template-blocks) .site section.list-map .maps-button {
  position: relative;
  display: inline-block;
  height: 42px;
  border-width: 1px;
  border-top: none;
  font-size: 16px;
  line-height: 1.55;
  line-height: 42px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.list-map .maps-button {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site section.list-map .maps-button:after {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 12px;
  transform: rotate(-90deg);
  content: "";
  background-image: url(../icon/icon-arrow-right-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}
body:not(.page-template-template-blocks) .site section.list-map .maps-button.collapsed:after {
  top: 0;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.list-map {
    margin-bottom: 30px;
  }
  body:not(.page-template-template-blocks) .site section.list-map #collapseMap .acf-map {
    height: 280px;
  }
  body:not(.page-template-template-blocks) .site section.list-map #collapseMap .maps-infobar {
    position: relative;
    margin: 0;
    padding: 30px;
    width: 100%;
    max-width: none;
  }
  body:not(.page-template-template-blocks) .site section.list-map .maps-button {
    height: 30px;
    font-size: 12px;
    line-height: 1.55;
    line-height: 30px;
  }
  body:not(.page-template-template-blocks) .site section.list-map .maps-button:after {
    top: 1px;
  }
  body:not(.page-template-template-blocks) .site section.list-map .maps-button.collapsed:after {
    top: 2px;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-page-title {
  margin-bottom: 0 !important;
  text-align: left;
}
body:not(.page-template-template-blocks) .site section.filter {
  margin-bottom: 20px !important;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a {
  position: relative;
  padding: 0 20px 0 45px;
  height: 42px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  line-height: 38px;
  border: 2px solid #cd0a1e;
  animation: shadow-pulse 1.5s 5;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a[aria-expanded="true"],
body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a:hover {
  padding: 0 19px 0 44px;
  border-width: 3px;
  line-height: 36px;
  text-decoration: none;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a[aria-expanded="true"]:before,
body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a:hover:before {
  left: 19px;
  height: 36px;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a:before {
  position: absolute;
  left: 20px;
  top: 0;
  width: 22px;
  height: 38px;
  content: "";
  background-image: url(../icon/icon-filter-red.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: stretch;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul li {
  padding: 0;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul:last-child {
  order: 2;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul:last-child li[data-sf-field-input-type="checkbox"] {
  display: none;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  order: 3;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced.collapse {
  display: none;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced.show {
  display: flex;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 30px;
  width: 25%;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li h4 {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #F3F3F3;
  font-size: 18px;
  line-height: 1.55;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li h4 {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li {
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li input {
  flex-shrink: 0;
  margin-right: 10px;
  height: 1.55em;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li .sf-label-checkbox {
  position: relative;
  padding: 0 20px 0 0;
  cursor: pointer;
  color: #595959;
  word-break: break-word;
  /*white-space: nowrap;
                                        overflow: hidden;*/
  /*&:before {
                                            position: absolute;
                                            left: 0;
                                            top: 0;
                                            display: block;
                                            width: 100%;
                                            height: 100%;    
                                            content: '';
                                            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 85%, rgba(255,255,255,1));
                                            background: linear-gradient(to right, rgba(255,255,255,0) 85%, rgba(255,255,255,1));
                                        }*/
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li.sf-option-active:not([data-sf-count="0"]) .sf-label-checkbox,
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li:hover:not([data-sf-count="0"]) .sf-label-checkbox {
  color: #101516;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li.sf-option-active:not([data-sf-count="0"]) .sf-label-checkbox {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li[data-sf-count="0"] {
  cursor: default;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li[data-sf-count="0"] label {
  color: #AFAFAF;
  cursor: default;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li.sf-field-taxonomy-tribe_events_cat {
  order: 1;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li.sf-field-post-meta-_ecp_custom_3 {
  order: 2;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li.sf-field-taxonomy-kzad_event_topic {
  order: 3;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li.sf-field-post-meta-_ecp_custom_4 {
  order: 4;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul .sf-field-search {
  position: relative;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul .sf-field-search input {
  padding: 0 40px 0 20px;
  width: 100%;
  min-width: 300px;
  height: 42px;
  background-position: right 10px center;
  border: 1px solid #262626;
  border-radius: 0;
  color: #959595;
}
body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul .sf-field-search input:focus {
  outline: none;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter {
    justify-content: space-between;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button {
    margin-right: 0;
    width: 20%;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a {
    padding: 0 10px 0 31px;
    height: 40px;
    line-height: 38px;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a[aria-expanded="true"],
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a:hover {
    padding: 0 9px 0 30px;
    line-height: 36px;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a[aria-expanded="true"]:before,
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a:hover:before {
    left: 9px;
    height: 33px;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter .advanced-filter-button a:before {
    left: 10px;
    width: 18px;
    height: 35px;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li {
    padding: 0;
    width: 100%;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li .sf-label-checkbox {
    margin-right: 10px;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li ul li:nth-child(2n+2) .sf-label-checkbox {
    margin-right: 0;
    padding-right: 0;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li.sf-field-taxonomy-kzad_event_topic ul li,
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li.sf-field-post-meta-_ecp_custom_3 ul li,
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul.advanced > li.sf-field-post-meta-_ecp_custom_4 ul li {
    width: 50%;
    margin-right: 0;
  }
  body:not(.page-template-template-blocks) .site section.filter .searchandfilter ul .sf-field-search input {
    padding-left: 16px;
    padding-right: 30px;
    min-width: 0;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
  }
}
body:not(.page-template-template-blocks) .site section.filter.event-category .sf-field-taxonomy-tribe_events_cat {
  display: none;
}
body:not(.page-template-template-blocks) .site section.training-concept {
  margin-bottom: 0 !important;
}
body:not(.page-template-template-blocks) .site section.training-concept .tab-content {
  padding-top: 0 !important;
}
body:not(.page-template-template-blocks) .site section.training-concept .bar {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  background: #F3F3F3;
  cursor: pointer;
  box-shadow: 6px -6px #cd0a1e;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  line-height: 50px;
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.training-concept .bar {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site section.training-concept .bar span:after {
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 5px;
  width: 22px;
  height: 20px;
  transform: rotate(-90deg);
  content: "";
  background-image: url(../icon/icon-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
body:not(.page-template-template-blocks) .site section.training-concept .bar.collapse {
  display: none;
}
body:not(.page-template-template-blocks) .site section.training-concept .bar.collapse.show {
  display: block;
}
body:not(.page-template-template-blocks) .site section.training-concept .bar[aria-expanded="false"] span:after {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.training-concept .bar {
    font-size: 12px;
    line-height: 1.55;
    line-height: 50px;
  }
}
body:not(.page-template-template-blocks) .site section.training-concept .frame {
  position: relative;
  top: -50px;
  box-shadow: 6px -6px #cd0a1e;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content {
  position: relative;
  padding: 60px 60px 45px;
  background: #F3F3F3;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .training-concept-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .training-concept-close:after {
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(../icon/icon-close.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .content-text .content-text-headline {
  margin-bottom: 20px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
  color: #262626;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .content-text .content-text-headline {
    font-size: 18px;
  }
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox {
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a {
  margin-bottom: 10px;
  padding: 20px;
  background: #cd0a1e;
  border-radius: 10px;
  opacity: .4;
  text-align: center;
  color: #fff;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div:hover,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a:hover {
  text-decoration: none;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.active,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div .graphicsbox-headline,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a .graphicsbox-headline {
  display: block;
  margin-bottom: 5px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div .graphicsbox-headline,
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a .graphicsbox-headline {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 25px 20px 20px;
  min-height: 100px;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2 span,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 span {
  word-break: break-word;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2 span.graphicsbox-icon,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 span.graphicsbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2 span.graphicsbox-icon img,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 span.graphicsbox-icon img {
  width: 36px;
  height: 30px;
  object-fit: contain;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2 span.graphicsbox-text,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 span.graphicsbox-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2 img,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 img {
  width: 25px;
  display: block;
}
@media (max-width: 1199px) {
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2,
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 {
    padding-top: 20px;
  }
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div.graphicsbox-2 .graphicsbox-icon-element,
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a.graphicsbox-2 .graphicsbox-icon-element {
    margin-top: 10px;
    width: 33.33%;
  }
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > div .graphicsbox-icon-element,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .graphicsbox > a .graphicsbox-icon-element {
  width: 14%;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  border: none;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item .nav-link {
  background: none;
  border: none;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item .nav-link span {
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #AFAFAF;
  text-transform: uppercase;
}
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item .nav-link.active span,
body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item .nav-link:hover span {
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content {
    padding: 60px 20px 40px;
  }
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .training-concept-close {
    top: 20px;
    right: 20px;
  }
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .training-concept-close:after {
    background-size: 15px;
  }
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .content-text .content-text-headline {
    margin-bottom: 10px;
  }
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item .nav-link {
    transition: all .25s ease;
    border-radius: 0;
    text-align: center;
  }
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item .nav-link.active span,
  body:not(.page-template-template-blocks) .site section.training-concept .frame .training-concept-content .nav-tabs .nav-item .nav-link:hover span {
    color: #cd0a1e;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop {
  margin-bottom: 60px !important;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .container[data-search-filter-action="infinite-scroll-end"] {
  margin-top: 40px;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .container[data-search-filter-action="infinite-scroll-end"] p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .container[data-search-filter-action="infinite-scroll-end"] {
    margin-top: 20px;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .container[data-search-filter-action="infinite-scroll-end"] p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .container:not(:first-child) .type-tribe_events:first-child {
  border-top: 0 !important;
}
@media (min-width: 768px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .container:not(:first-child) .type-tribe_events:first-child {
    padding-top: 0 !important;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .search-filter-scroll-loading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEC;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events:first-child {
  padding-top: 40px;
  border-top: 1px solid #ECECEC;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.55;
  color: #262626;
  display: block;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .details,
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms {
  display: block;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .details {
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .details .city {
  display: none;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms {
  position: relative;
  overflow: hidden;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms .badge {
  margin-top: 5px;
  margin-right: 10px;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms > .badge {
  background-color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: #fff;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms .desktop {
  display: block;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-title {
  margin-bottom: 40px;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-title .tribe-event-url {
  transition: all .3s ease;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
  color: #262626;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-title .tribe-event-url {
    font-size: 18px;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-title .tribe-event-url:hover {
  color: #cd0a1e;
  text-decoration: none;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-description a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.55;
  text-transform: uppercase;
  margin-right: 10px;
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-description a {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-description a:hover {
  color: #cd0a1e;
  text-decoration: none;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-description a: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;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-description a.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-description a:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .details {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .details .tribe-event-city {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .details .tribe-event-city a {
  display: none;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .details .tribe-organizer-name {
  margin: 0;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-address .tribe-street-address,
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-address .tribe-delimiter,
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-address .tribe-postal-code,
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-address .tribe-country-name,
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-address br {
  display: none;
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-address .tribe-locality {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.55;
  color: #262626;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-address .tribe-locality {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .marker {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 75%, #ffffff);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 75%, #ffffff);
  }
}
@media (max-width: 991px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .container {
    padding: 0;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events {
    padding: 20px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 0;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events:first-child {
    padding-top: 20px;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details {
    display: block;
    margin-bottom: 5px;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .details {
    margin-bottom: 5px;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms .desktop {
    display: none;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-title {
    margin-bottom: 0;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-events-list-event-description {
    display: none;
  }
}
@media (max-width: 576px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .details {
    font-size: 12px;
    line-height: 1.55;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .details .city {
    display: inline;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-date .tribe-event-schedule-details .terms .badge {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-loop .type-tribe_events .events-item-info .tribe-event-city {
    display: none;
  }
}
body:not(.page-template-template-blocks) .site section.tribe-events-list-external {
  margin-top: -20px;
  margin-bottom: 120px !important;
}
body:not(.page-template-template-blocks) .site section.tribe-events-list-external .tribe-events-loop {
  margin-top: 60px;
}
body:not(.page-template-template-blocks) .site section.tribe-events-list-external .tribe-events-loop .type-tribe_events:first-child {
  padding-top: 40px;
  border-top: 1px solid #ECECEC;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.tribe-events-list-external {
    margin-bottom: 60px !important;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-list-external .tribe-events-loop {
    margin-top: 30px;
  }
  body:not(.page-template-template-blocks) .site section.tribe-events-list-external .tribe-events-loop .type-tribe_events:first-child {
    padding-top: 20px;
  }
}
body:not(.page-template-template-blocks) .site section.section-events-intro {
  position: relative;
  margin-bottom: 0 !important;
  background: #F3F3F3;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .content p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.section-events-intro .content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.section-events-intro .content-wrapper {
    padding: 30px 20px;
    min-height: 0;
    padding-right: 20px;
  }
  body:not(.page-template-template-blocks) .site section.section-events-intro .content-wrapper .content p {
    margin-bottom: 15px;
  }
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-left {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right {
  display: flex;
  align-items: center;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image:before {
  content: '';
  display: block;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image.ratio-1x1:before {
  padding-bottom: 100%;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image.ratio-4x3:before {
  padding-bottom: 75%;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image.ratio-3x2:before {
  padding-bottom: 66.67%;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image.ratio-16x9:before {
  padding-bottom: 56.25%;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image.ratio-2x1:before {
  padding-bottom: 50%;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image.ratio-21x9:before {
  padding-bottom: 42.86%;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image:before {
  padding-bottom: 66.67%;
}
body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: rgba(38, 38, 38, 0.5);
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image {
    margin-right: calc(((100vw - 1200px) / 2 + 15px) * -1);
    width: calc(100% + (100vw - 1200px) / 2 + 15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image {
    margin-right: calc(((100vw - 960px) / 2 + 15px) * -1);
    width: calc(100% + (100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.page-template-template-blocks) .site section.section-events-intro .col-right .image {
    margin-right: calc(((100vw - 720px) / 2 + 15px) * -1);
    width: calc(100% + (100vw - 720px) / 2 + 15px);
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site section.section-events-intro .col-right {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site #tribe-events-content {
    margin-bottom: 0;
  }
}
body:not(.page-template-template-blocks) .site #tribe-events-header ul li a {
  color: #cd0a1e;
  display: flex;
  align-items: center;
}
body:not(.page-template-template-blocks) .site #tribe-events-header ul li a:before,
body:not(.page-template-template-blocks) .site #tribe-events-header ul li a:after {
  content: "";
  background-image: url(../icon/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 22px;
  height: 20px;
}
body:not(.page-template-template-blocks) .site #tribe-events-header ul li a:hover {
  text-decoration: none;
}
body:not(.page-template-template-blocks) .site #tribe-events-header ul li.tribe-events-nav-previous a:before {
  transform: rotate(180deg);
  margin-right: 5px;
}
body:not(.page-template-template-blocks) .site #tribe-events-header ul li.tribe-events-nav-previous a:after {
  content: none;
}
body:not(.page-template-template-blocks) .site #tribe-events-header ul li.tribe-events-nav-next a:before {
  content: none;
}
body:not(.page-template-template-blocks) .site #tribe-events-header ul li.tribe-events-nav-next a:after {
  margin-left: 5px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single {
  -webkit-font-smoothing: auto !important;
}
body:not(.page-template-template-blocks) .site .tribe-events-single section.page-menu {
  margin: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .page-menu {
  border-top: 1px solid #ECECEC;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul li {
  display: block;
  float: left;
  list-style-type: none;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul li a {
  font-size: 16px;
  line-height: 1.55;
  color: #cd0a1e;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul li a {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul li a.active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #262626;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul li a:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #262626;
  margin-left: 10px;
  margin-right: 10px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul li:last-child a:after {
  content: none;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event {
  display: flex;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event a {
  color: #cd0a1e;
  font-size: 16px;
  line-height: 1.55;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event a {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event a .icon-share {
  width: 19px;
  height: auto;
  margin-right: 10px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event .print-event {
  display: inline-flex;
  justify-content: flex-end;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event .print-event:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #262626;
  margin-left: 13px;
  margin-right: 15px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event .print-event .icon-share {
  width: auto;
  height: 19px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation {
    margin-bottom: 0;
    justify-content: flex-end;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation ul {
    display: none;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .single-event-skipnavigation .share-event .print-event {
    display: none;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .date-type {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  height: 20px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .date-type .badge {
  margin-top: 0;
  margin-right: 5px;
  font-size: 12px;
  line-height: 20px;
  background-color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: #fff;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .date-type .date {
  margin-left: 5px;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .date-type {
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-single-event-title {
  font-size: 30px;
  line-height: 1.25;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-single-event-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-single-event-title:after {
  content: "";
  width: 110px;
  height: 2px;
  background: #262626;
  margin-top: 25px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-single-event-title {
    line-height: 30px;
    font-size: 20px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-single-event-title:after {
    margin-top: 7px;
    margin-bottom: 14px;
    width: 60px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule div {
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  line-height: 29px;
  color: #262626;
  padding-left: 30px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule div {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-city {
  position: relative;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-city img {
  display: none;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-city:before {
  content: "";
  background-image: url(../icon/icon-location.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-date {
  position: relative;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-date img {
  display: none;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-date:before {
  content: "";
  background-image: url(../icon/icon-calendar.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 18px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-time {
  padding-left: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-export {
  color: #cd0a1e;
  line-height: 29px;
  padding-left: 30px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-export:last-child {
  padding-left: 15px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule {
    display: none;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule div {
    padding-left: 0;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule > div {
    padding-left: 0;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-city {
    padding-left: 26px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-city:before {
    top: -4px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-time {
    padding-left: 80px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-date {
    padding-left: 80px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-date:before {
    top: -4px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule .schedule-export {
    padding-left: 80px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .tribe-events-schedule span {
    width: 80px;
    display: inline-block;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about {
  padding: 100px 0;
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about h2 {
  font-size: 24px;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about h2 {
    margin-bottom: 5px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h1,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h2,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h3,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h4,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h5,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h6 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h1,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h2,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h3,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h4,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h5,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h6 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description h6 {
  font-size: .67em;
  color: grey;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description p,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description ul {
  margin-bottom: 35px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description p:last-child,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description ul:last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description p:empty,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description ul:empty {
  display: none;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description img {
  width: auto;
  max-width: 100%;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description a {
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.55;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.55;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description p {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description a[aria-expanded="true"] {
  color: #595959;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse span {
  display: inline;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .more,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .less {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .more:after,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .less: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;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .more.link-arrow-animate:hover:after,
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .less.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .more:after,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .less:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .less:after {
  transform: rotate(-90deg);
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .more:after {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse {
    font-size: 16px;
    line-height: 1.55;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .less-text,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse p,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse ul,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse ol {
    font-size: 16px;
    line-height: 1.55;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse .less-text,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse p,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse ul,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .tribe-events-single-event-description .custom-collapse ol {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  width: 100%;
  padding: 0 15px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div {
  display: flex;
  flex-flow: row wrap;
  width: 40%;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div span {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
  line-height: 1.55;
  color: #AFAFAF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div span {
    margin-bottom: 4px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div .schedule-date {
  width: 100%;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div .schedule-time {
  width: 100%;
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div .schedule-ticket-end {
  font-size: 12px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div a {
  margin-right: 20px;
  font-family: 'Apercu', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div.about-points-level {
    order: 2;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div.about-points-location,
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div.about-points-level {
    width: 49.9%;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div.about-points-time {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div {
    font-size: 24px;
    line-height: 1.55;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points > div {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about .about-points {
    padding: 0;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .events-about {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single #uebersicht {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort .headline {
  margin-bottom: 60px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort h6 {
  font-size: 18px;
  line-height: 1.55;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort h6 {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort .maps {
  padding-right: 0;
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort .maps .acf-map {
  width: 100%;
  height: 400px;
  background-color: #e5e3df;
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort .maps-address {
  background: #F3F3F3;
  padding: 60px 50px 0 50px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort .maps-address strong {
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  max-width: 280px;
  display: inline-block;
}
body:not(.page-template-template-blocks) .site .tribe-events-single #veranstaltungsort .directions {
  margin-top: 50px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .print {
  display: none;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card #accordionEventBody3 .card-body .content {
  padding-top: 0;
  padding-bottom: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card #accordionEventBody3 .card-body .content h6 {
  font-size: 18px;
  line-height: 1.55;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card #accordionEventBody3 .card-body .content h6 {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body {
  padding: 0;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .acf-map {
  width: 100%;
  height: 320px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .acf-map > div {
  position: static !important;
  height: 320px !important;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content #tribe-events-gmap-1 {
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .tribe-events-schedule {
  display: block;
  padding-bottom: 20px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .tribe-events-tickets .tribe-ticket-quantity {
  width: 50px;
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .tribe-events-tickets .tribe-tickets-remaining {
  display: block;
  margin-bottom: 10px;
  color: #595959;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .tribe-events-tickets #tribe-tickets-full-name,
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .tribe-events-tickets #tribe-tickets-company,
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .tribe-events-tickets #tribe-tickets-email {
  width: 100%;
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .tribe-events-tickets .button {
  margin-top: 10px;
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .description p {
  font-size: 12px;
  line-height: 1.55;
  color: #595959;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .content .description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body #tribe-events-gmap-1 {
    margin-bottom: 0;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body address {
    margin-bottom: 0;
    padding: 25px 20px;
    background: #F3F3F3;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body address strong {
    font-family: 'Apercu-Bold', sans-serif;
    font-weight: 500;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .directions {
    padding: 20px;
  }
  body:not(.page-template-template-blocks) .site .tribe-events-single .mobile .accordion .card .card-body .directions > :last-child > p:last-child {
    margin-bottom: 0;
  }
}
body:not(.page-template-template-blocks) .employee {
  margin-bottom: 50px;
}
body:not(.page-template-template-blocks) .employee .employee-image {
  position: relative;
  margin-bottom: 10px;
  padding-top: 100%;
  width: 100%;
  border-radius: 125px;
}
body:not(.page-template-template-blocks) .employee .employee-image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body:not(.page-template-template-blocks) .employee .employee-image:after {
  display: none !important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  background-color: #ECECEC;
  border-radius: 50%;
}
body:not(.page-template-template-blocks) .employee .employee-name {
  font-size: 24px;
  line-height: 1.55;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .employee .employee-name {
    font-size: 18px;
  }
}
body:not(.page-template-template-blocks) .employee .employee-position {
  font-size: 18px;
  line-height: 1.55;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .employee .employee-position {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .employee .employee-social a.mail {
  display: block;
  max-width: 300px;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .employee .employee-social a.xing {
  display: block;
  margin-right: 10px;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 20px;
  height: 25px;
  content: "";
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center 2px;
  background-image: url(../icon/icon-xing.svg);
  text-align: center;
}
body:not(.page-template-template-blocks) .employee .employee-description {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .employee .employee-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .employee {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .employee .employee-image {
    margin: 0 auto;
    margin-bottom: 5px;
  }
  body:not(.page-template-template-blocks) .employee .employee-social a.mail {
    display: block !important;
    max-width: none;
    height: auto !important;
  }
  body:not(.page-template-template-blocks) .employee .employee-social a.xing {
    display: inline-block;
  }
}
body:not(.page-template-template-blocks) .section-employee .title-focus-topic {
  margin-top: 30px;
  margin-bottom: 20px !important;
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-employee .title-focus-topic {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
body:not(.page-template-template-blocks) .section-employee .title-focus-topic:first-child {
  margin-top: 20px;
}
body:not(.page-template-template-blocks) .section-employee .card-body {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
body:not(.page-template-template-blocks) .site .post .teaser {
  margin-bottom: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body:not(.page-template-template-blocks) .site .post .teaser:before {
  content: '';
  display: block;
}
body:not(.page-template-template-blocks) .site .post .teaser.ratio-1x1:before {
  padding-bottom: 100%;
}
body:not(.page-template-template-blocks) .site .post .teaser.ratio-4x3:before {
  padding-bottom: 75%;
}
body:not(.page-template-template-blocks) .site .post .teaser.ratio-3x2:before {
  padding-bottom: 66.67%;
}
body:not(.page-template-template-blocks) .site .post .teaser.ratio-16x9:before {
  padding-bottom: 56.25%;
}
body:not(.page-template-template-blocks) .site .post .teaser.ratio-2x1:before {
  padding-bottom: 50%;
}
body:not(.page-template-template-blocks) .site .post .teaser.ratio-21x9:before {
  padding-bottom: 42.86%;
}
body:not(.page-template-template-blocks) .site .post .teaser:before {
  padding-bottom: 56.25%;
}
body:not(.page-template-template-blocks) .site .post .teaser.center {
  background-position: center;
}
body:not(.page-template-template-blocks) .site .post .teaser.top {
  background-position: top;
}
body:not(.page-template-template-blocks) .site .post .teaser.bottom {
  background-position: bottom;
}
body:not(.page-template-template-blocks) .site .post .teaser .teaser-headline {
  position: absolute;
  left: 100px;
  bottom: -40px;
}
body:not(.page-template-template-blocks) .site .post .teaser .teaser-headline h1 {
  color: #fff;
  background: #cd0a1e;
  max-width: 680px;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  body:not(.page-template-template-blocks) .site .post .teaser:before {
    padding-bottom: 42.86%;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post .teaser {
    padding: 0;
    margin-bottom: 90px;
  }
  body:not(.page-template-template-blocks) .site .post .teaser .teaser-headline {
    left: 20px;
    bottom: -60px;
    width: 75%;
  }
  body:not(.page-template-template-blocks) .site .post .teaser .teaser-headline h1 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0 15px 15px;
  }
}
body:not(.page-template-template-blocks) .site .post section {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section {
    margin-bottom: 30px;
  }
}
body:not(.page-template-template-blocks) .site .post section.intro {
  font-size: 24px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.intro {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.intro {
    font-size: 14px;
    line-height: 20px;
  }
}
body:not(.page-template-template-blocks) .site .post section.text {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.text {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .post section.text h2 {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.text h2 {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .post section.text p {
  margin-bottom: 30px;
}
body:not(.page-template-template-blocks) .site .post section.text p:last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site .post section.text a {
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site .post section.text a:hover {
  text-decoration: underline;
}
body:not(.page-template-template-blocks) .site .post section.headline {
  margin-bottom: 30px;
}
body:not(.page-template-template-blocks) .site .post section.headline:after {
  content: none;
}
body:not(.page-template-template-blocks) .site .post section.two-images .image-wrapper {
  max-height: 315px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.two-images .col-sm-8 {
    margin-bottom: 20px;
  }
}
body:not(.page-template-template-blocks) .site .post section.youtube-post .iframe {
  padding: 0 5px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.youtube-post .iframe {
    padding: 0;
  }
}
body:not(.page-template-template-blocks) .site .post section.quotes .quote {
  margin-bottom: 60px;
}
body:not(.page-template-template-blocks) .site .post section.quotes .quote:last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site .post section.quotes .quote .quote-content {
  font-size: 18px;
  line-height: 1.55;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.quotes .quote .quote-content {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site .post section.quotes .quote .quote-content:before {
  content: "";
  background-image: url(../icon/icon-quote-top.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  height: 30px;
  width: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
body:not(.page-template-template-blocks) .site .post section.quotes .quote .quote-content:after {
  content: "";
  background-image: url(../icon/icon-quote-bottom.svg);
  opacity: 1;
  background-size: 24px;
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
  display: inline-block;
}
body:not(.page-template-template-blocks) .site .post section.quotes .quote .author {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 25px;
  display: block;
  padding-left: 26px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.quotes .quote .author {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section.quotes .quote {
    margin-bottom: 30px;
  }
  body:not(.page-template-template-blocks) .site .post section.quotes .quote .quote-content {
    padding-left: 20px;
  }
  body:not(.page-template-template-blocks) .site .post section.quotes .quote .quote-content:before {
    background-size: 16px;
    width: 18px;
  }
  body:not(.page-template-template-blocks) .site .post section.quotes .quote .quote-content:after {
    background-size: 16px;
    width: 18px;
  }
  body:not(.page-template-template-blocks) .site .post section.quotes .quote .author {
    margin-top: 15px;
    padding-left: 21px;
  }
}
body:not(.page-template-template-blocks) .site .post section .description {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 20px;
  color: #595959;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section .description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site .post section .description {
    margin-top: 10px;
  }
}
body:not(.page-template-template-blocks).blog .site main {
  padding-top: 60px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks).blog .site main {
    padding: 40px 0;
  }
}
body:not(.page-template-template-blocks).blog .site .filter {
  margin-top: 60px;
  margin-bottom: 0 !important;
}
body:not(.page-template-template-blocks).blog .site .filter .searchandfilter {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks).blog .site .filter {
    margin-top: 20px;
  }
}
body:not(.page-template-template-blocks).blog .site .block-post {
  margin-bottom: 40px;
}
body:not(.page-template-template-blocks).blog .site .block-post.large {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
body:not(.page-template-template-blocks).blog .site .block-post.large a {
  display: flex;
  align-items: center;
}
body:not(.page-template-template-blocks).blog .site .block-post.large a .post-image {
  width: 100%;
}
body:not(.page-template-template-blocks).blog .site .block-post.large a .post-image:before {
  padding-bottom: 56.25%;
}
body:not(.page-template-template-blocks).blog .site .block-post.large a .post-image:after {
  content: none;
}
body:not(.page-template-template-blocks).blog .site .block-post.large .post-inner {
  padding-top: 0;
  padding-left: 30px;
}
body:not(.page-template-template-blocks).blog .site .block-post.large .post-inner .post-headline {
  max-width: 100%;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  word-break: break-word;
  hyphens: auto;
}
body:not(.page-template-template-blocks).blog .site .block-post.large .post-inner .post-description {
  width: 100%;
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks).blog .site .block-post.large .post-inner .btn {
  display: inline-flex;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks).blog .site .block-post.large {
    margin-top: 0;
    padding: 0;
  }
  body:not(.page-template-template-blocks).blog .site .block-post.large .post-inner {
    margin-top: 20px;
    padding-left: 0;
  }
  body:not(.page-template-template-blocks).blog .site .block-post.large .post-inner .post-headline {
    font-size: 20px;
    line-height: 1.55;
  }
  body:not(.page-template-template-blocks).blog .site .block-post.large .post-inner .post-link {
    margin-bottom: 10px;
  }
}
body:not(.page-template-template-blocks).blog .site .pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  width: 100%;
}
body:not(.page-template-template-blocks).blog .site .headline.mobile {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
}
body:not(.page-template-template-blocks).blog .site .headline.mobile:after {
  left: 20px;
  top: 25px;
}
body:not(.page-template-template-blocks) .section-twitter {
  background: #fff;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter {
    padding: 30px 0 15px;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter-profile-link {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .section-twitter .twitter-profile-link: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;
}
body:not(.page-template-template-blocks) .section-twitter .twitter-profile-link.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter-profile-link:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 5px;
  padding-right: 5px;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items {
  width: 100%;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item {
  margin-bottom: 20px !important;
  padding: 20px 20px 10px 20px;
  background: #fff;
  border: 1px solid #ECECEC !important;
  border-radius: 5px;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item:hover,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item:hover {
  border-color: #F3F3F3;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-context,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-context {
  display: none;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-author-box,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-author-box {
  width: 100%;
  margin-bottom: 13px;
  text-overflow: clip;
  padding-right: 40px;
  position: relative;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-author-box .ctf-author-name,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-author-box .ctf-author-name {
  margin-left: 0;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-author-box .ctf-author-screenname,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-author-box .ctf-author-screenname,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-author-box .ctf-screename-sep,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-author-box .ctf-screename-sep {
  display: none;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-author-box .ctf-tweet-meta,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-author-box .ctf-tweet-meta {
  margin-left: 0;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-author-box .ctf-corner-logo,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-author-box .ctf-corner-logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-author-box .ctf-author-name,
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-author-box .ctf-author-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-content,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-content {
  font-size: 14px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-heading,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-heading,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-desc,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-desc,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-url,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-url {
  font-size: 14px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-text,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-text {
  font-size: 14px;
  line-height: 1.55;
  text-overflow: clip;
  overflow: hidden;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-text a,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-text a {
  text-overflow: clip;
  color: #1b95df;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media {
  margin: 15px 0 0 0;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media a,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media a {
  margin: 0;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media a:after,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media a:after {
  position: relative;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie {
  position: absolute;
  top: auto;
  left: auto;
  z-index: 5555;
  display: block;
  width: 100%;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie .ctf-iframe,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie .ctf-iframe {
  position: relative;
  float: none;
  z-index: 5555;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie .ctf-iframe:after,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie .ctf-iframe:after,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie .ctf-iframe:before,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie .ctf-iframe:before {
  content: none;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
  display: flex;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
  z-index: 55555;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background: #262626;
  top: 54%;
  height: auto;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption,
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
    height: 100%;
    top: 50%;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small {
  font-size: 14px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p a,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p a,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small a,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small a {
  width: 100%;
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
  text-decoration: underline;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn {
  text-decoration: none;
  width: auto;
  text-align: center;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn:before,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn:before,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn:before,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn:before {
  background-position: center 4px;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn:after,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn:after,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn:after,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn:after {
  content: none;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn:hover,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p ._brlbs-btn:hover,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn:hover,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption small ._brlbs-btn:hover {
  color: #ff0000;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p:last-child,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-media .ctf-iframe-wrap .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p:last-child {
  width: 100%;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-tweet-actions,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-tweet-actions {
  margin-top: 5px;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-quoted-tweet .ctf-tc-summary-info,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-quoted-tweet .ctf-tc-summary-info,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-summary-info,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-summary-info {
  font-size: 14px;
  line-height: 1.55;
  width: 100%;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-quoted-tweet .ctf-tc-summary-info .ctf-quoted-tweet-text,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-quoted-tweet .ctf-tc-summary-info .ctf-quoted-tweet-text,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf.ctf-masonry .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-summary-info .ctf-quoted-tweet-text,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf .ctf-tweet-items .ctf-item .ctf-twitter-card .ctf-tc-summary-info .ctf-quoted-tweet-text {
  font-size: 14px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more {
  margin: 10px auto 0;
  width: auto;
  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;
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:hover:not([disabled]):not(.disabled),
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:active:not([disabled]):not(.disabled),
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:focus:not([disabled]):not(.disabled) {
  background-color: transparent;
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more: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) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more {
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-lg {
    height: 38px;
    font-size: 16px;
    line-height: 35px;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-link {
  height: 60px;
  line-height: 56px;
}
@media (min-width: 768px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-link:hover:not([disabled]):not(.disabled),
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-link:active:not([disabled]):not(.disabled),
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-link:focus:not([disabled]):not(.disabled) {
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-link {
    height: 38px;
    font-size: 16px;
    line-height: 35px;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary.btn-highlight {
  background-color: var(--brand-primary);
  color: #fff;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary:hover:not([disabled]):not(.disabled),
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary:active:not([disabled]):not(.disabled),
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary:focus:not([disabled]):not(.disabled) {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary:hover:not([disabled]):not(.disabled).btn-highlight,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary:active:not([disabled]):not(.disabled).btn-highlight,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-primary:focus:not([disabled]):not(.disabled).btn-highlight {
  background-color: #b5091a;
  border-color: #b5091a;
  color: #fff;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-secondary {
  border-color: #262626;
  color: #262626;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-submit {
    display: inline-block;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url(../icon/icon-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
  }
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-submit .text {
    display: none;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more span.text {
  display: inline-block;
  width: 100%;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.desktop {
  display: inline-flex !important;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.mobile {
  display: none !important;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.desktop {
    display: none !important;
  }
  body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.mobile {
    display: inline-flex !important;
  }
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more.btn-highlight {
  background-color: var(--brand-primary);
  color: #fff;
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:hover:not([disabled]):not(.disabled),
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:active:not([disabled]):not(.disabled),
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:focus:not([disabled]):not(.disabled) {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:hover:not([disabled]):not(.disabled).btn-highlight,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:active:not([disabled]):not(.disabled).btn-highlight,
body:not(.page-template-template-blocks) .section-twitter .twitter #ctf #ctf-more.ctf-more:focus:not([disabled]):not(.disabled).btn-highlight {
  background-color: #b5091a;
  border-color: #b5091a;
  color: #fff;
}
body:not(.page-template-template-blocks) .ctf_lightbox .ctf_lb-data .ctf_lb-caption {
  margin: 15px 0;
}
body:not(.page-template-template-blocks) .ctf_lightbox .ctf_lb-data .ctf_lb-close {
  margin-top: 15px;
}
body:not(.page-template-template-blocks) .ctf_lightbox .ctf_lb-data .ctf-author-box-link {
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .ctf_lightbox .ctf_lb-data .ctf-author-box-link {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .ctf_lightbox .ctf_lb-data .ctf-caption-text {
  font-size: 14px;
  line-height: 1.55;
}
body:not(.page-template-template-blocks) .section-search {
  margin: 80px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-search {
    margin: 30px 0;
  }
}
body:not(.page-template-template-blocks) .section-search .search-header {
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks) .section-search .search-header .search-form {
  margin-bottom: 40px;
}
body:not(.page-template-template-blocks) .section-search .search-header .search-form input {
  margin-right: 10px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-search .search-header .search-form .btn {
    display: inline-block;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url(../icon/icon-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
  }
  body:not(.page-template-template-blocks) .section-search .search-header .search-form .btn .text {
    display: none;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-search .search-header .search-form {
    margin-bottom: 20px;
  }
}
body:not(.page-template-template-blocks) .section-search .search-content .block-post {
  margin-bottom: 40px;
}
body:not(.page-template-template-blocks) .section-search .search-content .pagination {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .section-search .search-content .pagination {
    margin-top: 30px;
  }
}
body:not(.page-template-template-blocks) .site main section,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section {
    margin-bottom: 60px;
  }
}
body:not(.page-template-template-blocks) .site main section.home-intro,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro,
body:not(.page-template-template-blocks) .site main section.intro-large,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large {
  position: relative;
  margin-bottom: 0;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .home-intro-wrapper,
body:not(.page-template-template-blocks) .site main section.intro-large .home-intro-wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .home-intro-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 10, 0, 0.65);
}
body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper .intro-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .home-intro-wrapper .intro-content,
body:not(.page-template-template-blocks) .site main section.intro-large .home-intro-wrapper .intro-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .home-intro-wrapper .intro-content {
  position: absolute;
  top: 50%;
  margin-top: -95px;
  max-width: 100%;
  text-align: center;
}
body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper .intro-content h1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .home-intro-wrapper .intro-content h1,
body:not(.page-template-template-blocks) .site main section.intro-large .home-intro-wrapper .intro-content h1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .home-intro-wrapper .intro-content h1 {
  margin: 0 auto 30px;
  max-width: 700px;
  color: #fff;
  text-transform: uppercase;
}
body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper .intro-content .description,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .home-intro-wrapper .intro-content .description,
body:not(.page-template-template-blocks) .site main section.intro-large .home-intro-wrapper .intro-content .description,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .home-intro-wrapper .intro-content .description {
  margin: 0 auto;
  max-width: 900px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
body:not(.page-template-template-blocks) .site main section.home-intro .video-bg-container,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .video-bg-container,
body:not(.page-template-template-blocks) .site main section.intro-large .video-bg-container,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .video-bg-container {
  height: 500px;
  overflow: hidden;
}
body:not(.page-template-template-blocks) .site main section.home-intro .video-bg-container .video-bg,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .video-bg-container .video-bg,
body:not(.page-template-template-blocks) .site main section.intro-large .video-bg-container .video-bg,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .video-bg-container .video-bg {
  margin-bottom: -7px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.home-intro,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro,
  body:not(.page-template-template-blocks) .site main section.intro-large,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large {
    height: 320px;
  }
  body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper .intro-content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .home-intro-wrapper .intro-content,
  body:not(.page-template-template-blocks) .site main section.intro-large .home-intro-wrapper .intro-content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .home-intro-wrapper .intro-content {
    margin-top: -100px;
  }
  body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper .intro-content h1,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .home-intro-wrapper .intro-content h1,
  body:not(.page-template-template-blocks) .site main section.intro-large .home-intro-wrapper .intro-content h1,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .home-intro-wrapper .intro-content h1 {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper .intro-content .description,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro .home-intro-wrapper .intro-content .description,
  body:not(.page-template-template-blocks) .site main section.intro-large .home-intro-wrapper .intro-content .description,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.intro-large .home-intro-wrapper .intro-content .description {
    font-size: 16px;
    line-height: 26px;
  }
}
body:not(.page-template-template-blocks) .site main section.home-intro-new,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro-new {
  margin: 0;
  padding: 100px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.home-intro-new,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro-new {
    padding: 50px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.home-intro-new .intro-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro-new .intro-content {
  max-width: 800px;
  text-align: center;
}
body:not(.page-template-template-blocks) .site main section.home-intro-new .intro-content h1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro-new .intro-content h1 {
  margin: 0 auto 20px;
  color: #101516;
  text-transform: uppercase;
}
body:not(.page-template-template-blocks) .site main section.home-intro-new .intro-content p,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro-new .intro-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.55;
  color: #595959;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.home-intro-new .intro-content p,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-intro-new .intro-content p {
    font-size: 14px;
  }
}
@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:not(.page-template-template-blocks) .site main section.section-home-hidden-object,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  height: 400px;
  overflow: hidden;
  background-color: #F3F3F3;
  transition: height 0.3s ease;
  border-radius: 7.5px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object {
    height: 300px;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__actions,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__actions {
    opacity: 1 !important;
    z-index: 56 !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__actions .mobile,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__actions .mobile {
    display: inline-flex !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__actions :not(.mobile),
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__actions :not(.mobile) {
    display: none !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper {
    margin-left: -100px;
    transform: translateX(-50%) scale(0.8) !important;
    overflow: visible !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay,
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-content,
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image,
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-no-layers,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-no-layers,
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-luminosity,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-luminosity {
    top: -45% !important;
    height: 160% !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay,
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-luminosity,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .home-hidden-object__image-luminosity {
    opacity: 0 !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-animation-luminosity,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-animation-luminosity {
    mix-blend-mode: initial !important;
    animation-play-state: initial !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-animation-luminosity .hidden-object-animation-image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper {
    margin-left: -280px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__actions,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__actions .btn-close,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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(../icon/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  cursor: pointer;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__actions .btn-fullwidth,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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(../icon/icon-search.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 20px;
  cursor: pointer;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__actions .mobile,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__actions .mobile {
  display: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper.object-show,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper.object-show {
  opacity: 1;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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;
  background-color: rgba(43, 148, 174, 0.4);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay:hover,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay:hover {
  text-decoration: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay .btn,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay .btn {
  border-color: #fff;
  color: #fff;
}
@media (min-width: 990px) {
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay.overlay-mobile,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay.overlay-mobile {
    display: none;
  }
}
@media (max-width: 990px) {
  body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay.overlay-desktop,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-overlay.overlay-desktop {
    display: none;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__wrapper .hidden-object-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation .hidden-object-animation-image {
  width: 80px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-drone,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-drone .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-drone .hidden-object-animation-image {
  width: 66px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-antenna,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-antenna {
  margin-left: 30%;
  margin-top: -10.4%;
  width: 70px;
  height: 50px;
  overflow: hidden;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-antenna .antenna-wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-antenna .antenna-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-1 {
  animation-name: antenna-animation-1;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-2,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-2 {
  animation-name: antenna-animation-2;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-3,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-antenna .hidden-object-animation-image.antenna-3 {
  animation-name: antenna-animation-3;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-dove,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-dove {
  z-index: 99;
  animation-name: dove-animation;
  animation-duration: 9s;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-dove .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-dove .hidden-object-animation-image {
  width: 60px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-steam {
  margin-top: -9.75%;
  margin-left: -13.5%;
  animation-name: steam-animation;
  animation-duration: 6s;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-steam .hidden-object-animation-image {
  width: 50px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam-2,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam-2 .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-steam-2 .hidden-object-animation-image {
  width: 50px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam-3,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam-3 .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-steam-3 .hidden-object-animation-image {
  width: 50px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam-4,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-steam-4 .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-steam-4 .hidden-object-animation-image {
  width: 50px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-birds-1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-birds-1 .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-birds-1 .hidden-object-animation-image {
  width: 25px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-birds-2,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-animation.animation-birds-2 .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-animation.animation-birds-2 .hidden-object-animation-image {
  width: 25px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge > div {
  transition: transform 0.2s ease, top 0.2s ease;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge:hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge:hover > div,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hover > div {
  transform: scale(1.03);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge span:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge span,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge span {
    display: block;
    padding: 0 10px;
    width: auto !important;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.badge-top-above span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.badge-top-above span {
  top: -35px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.badge-bottom span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.badge-bottom span {
  top: auto !important;
  bottom: 10px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.badge-bottom span:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.badge-bottom span:after {
  top: auto;
  bottom: 95%;
  border-bottom: none;
  border-top: 6px solid #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge:hover span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge:hover span,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hover span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hover span {
  opacity: 1;
  top: 0;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge:hover.badge-top-above span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge:hover.badge-top-above span,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hover.badge-top-above span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hover.badge-top-above span {
  top: -45px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge:hover.badge-bottom span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge:hover.badge-bottom span,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hover.badge-bottom span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hover.badge-bottom span {
  bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-center-training,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-center-training {
  width: 12.325%;
  transform: translate(79.2%, -57.25%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-center-learning-environment,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-center-learning-environment {
  width: 11.75%;
  transform: translate(186.1%, 3.2%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-flag,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-flag {
  width: 10.98%;
  transform: translate(130%, 50.3%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-flag:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-flag:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-flag.hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-flag.hover .hidden-object-badge-image {
  top: -5px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-flag:hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-flag:hover > div,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-flag.hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-flag.hover > div {
  transform: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-company-2-lecture,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-company-2-lecture {
  width: 9.9%;
  transform: translate(-165.7%, -237.8%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-company-2-factorytour,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-company-2-factorytour {
  z-index: 91;
  width: 14.5%;
  transform: translate(-217.2%, -146.25%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-company-2-roboter,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-company-2-roboter {
  width: 8.1%;
  transform: translate(-410.5%, -332.9%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-company-project,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-company-project {
  width: 11.30%;
  transform: translate(-148.7%, -17.95%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-company-potential-analysis,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-company-potential-analysis {
  width: 14.9%;
  transform: translate(-74%, 45%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-company-e-learning,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-company-e-learning {
  width: 9.85%;
  transform: translate(-288%, -22%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-company-contact,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-company-contact {
  width: 12.925%;
  transform: translate(-269%, 82.4%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial {
  width: 5.6%;
  transform: translate(-707%, 141.25%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial.hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial.hover .hidden-object-badge-image {
  top: -5px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial:hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial:hover > div,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial.hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-drone-infomaterial.hover > div {
  transform: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0 {
  width: 21.39%;
  transform: translate(-32.5%, -124.8%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0.hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0.hover .hidden-object-badge-image {
  top: -5px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0:hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0:hover > div,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0.hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-mobil-4-0.hover > div {
  transform: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-counter,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-counter {
  width: 6.83%;
  transform: translate(166.8%, -210.5%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-counter:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-counter:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-counter.hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-counter.hover .hidden-object-badge-image {
  top: -5px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-counter:hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-counter:hover > div,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-counter.hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-counter.hover > div {
  transform: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-woman,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-woman {
  width: 10.55%;
  transform: translate(202.9%, -279.2%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-woman span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-woman span {
  left: 75%;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man {
  width: 3.7%;
  transform: translate(517.9%, -554.3%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man:hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man.hover .hidden-object-badge-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man.hover .hidden-object-badge-image {
  top: -5px;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man:hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man:hover > div,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man.hover > div,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-badge.hidden-object-e-learning-man.hover > div {
  transform: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-scene,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-scene.hidden-object-scene-flag-guys,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-scene.hidden-object-scene-flag-guys {
  display: none;
  width: 6.25%;
  transform: translate(303.56%, 321.25%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .hidden-object-scene.hidden-object-scene-mobile,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .hidden-object-scene.hidden-object-scene-mobile {
  width: 10.97%;
  transform: translate(-29.9%, -134.2%);
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__image,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image-no-layers,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__image-no-layers,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image.home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__image.home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image-no-layers.home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__image-no-layers.home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image-luminosity.home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image.home-hidden-object__image-no-layers,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__image.home-hidden-object__image-no-layers,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image-no-layers.home-hidden-object__image-no-layers,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__image-no-layers.home-hidden-object__image-no-layers,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .home-hidden-object__image-luminosity.home-hidden-object__image-no-layers,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .home-hidden-object__image-luminosity.home-hidden-object__image-no-layers {
  z-index: 49;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object:hover:not(.show):not(.collapsing) .home-hidden-object__wrapper .hidden-object-overlay,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object:hover:not(.show):not(.collapsing) .home-hidden-object__wrapper .hidden-object-overlay {
  opacity: 1;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object:hover:not(.show):not(.collapsing) .home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object:hover:not(.show):not(.collapsing) .home-hidden-object__image-luminosity {
  opacity: 1;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object:hover:not(.show):not(.collapsing) .hidden-object-animation-luminosity,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object:hover:not(.show):not(.collapsing) .hidden-object-animation-luminosity {
  mix-blend-mode: luminosity;
  animation-play-state: paused;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object:hover:not(.show):not(.collapsing) .hidden-object-animation-luminosity .hidden-object-animation-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object:hover:not(.show):not(.collapsing) .hidden-object-animation-luminosity .hidden-object-animation-image {
  animation-play-state: paused;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.collapsing,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.collapsing {
  height: 800px !important;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show.collapsed,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show.collapsed,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.collapsing.collapsed,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.collapsing.collapsed {
  height: 400px !important;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show .hidden-object-badge,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show .hidden-object-badge,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.collapsing .hidden-object-badge,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.collapsing .hidden-object-badge,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show .hidden-object-scene,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show .hidden-object-scene,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.collapsing .hidden-object-scene,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.collapsing .hidden-object-scene {
  opacity: 1;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show .home-hidden-object__actions,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show .home-hidden-object__actions,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.collapsing .home-hidden-object__actions,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.collapsing .home-hidden-object__actions {
  opacity: 1;
  z-index: 56;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show .home-hidden-object__image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show .home-hidden-object__image,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show .home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show .home-hidden-object__image-luminosity,
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object.show .hidden-object-overlay,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object.show .hidden-object-overlay {
  display: none;
  opacity: 0;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal .home-hidden-object__actions,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal .home-hidden-object__actions {
  opacity: 1;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal .home-hidden-object__actions .btn-close,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal .home-hidden-object__actions .btn-close {
  display: block !important;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal .modal-dialog,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal .modal-dialog {
  margin: 0;
  max-width: none;
  height: 100%;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal .modal-dialog .modal-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal .modal-dialog .modal-content {
  height: 100%;
  border: 0;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal .modal-dialog .modal-body,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal .modal-dialog .modal-body {
  padding: 0;
  height: 100%;
  background-color: #2b94ae;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal .modal-dialog .modal-body .close,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal .modal-dialog .modal-body .close {
  z-index: 200;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal .modal-dialog .modal-body .fullscreen-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-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:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal-mobile .fullscreen-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal-mobile .fullscreen-image {
  overflow-y: scroll;
  overflow-x: scroll;
  background: none !important;
}
body:not(.page-template-template-blocks) .site main section.section-home-hidden-object .modal-mobile .fullscreen-image img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-hidden-object .modal-mobile .fullscreen-image img {
  width: auto;
  max-width: none;
  height: 1100px;
}
body:not(.page-template-template-blocks) .site main section.home-services,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services {
  margin-bottom: 0;
  padding: 45px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.home-services,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services {
    padding: 20px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.home-services .headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .headline {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.home-services .headline h2,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .headline h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.home-services .headline h2,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .headline h2 {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.home-services .headline:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .headline:after {
  content: none;
}
body:not(.page-template-template-blocks) .site main section.home-services .service,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .service {
  display: flex;
  justify-content: center;
}
body:not(.page-template-template-blocks) .site main section.home-services .service a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .service a {
  margin-right: 25px;
}
body:not(.page-template-template-blocks) .site main section.home-services .service a:last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .service a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.home-services .headline h2,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .headline h2 {
    margin-bottom: 10px;
  }
  body:not(.page-template-template-blocks) .site main section.home-services .service,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .service {
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: -6px;
  }
  body:not(.page-template-template-blocks) .site main section.home-services .service a,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .service a {
    margin-bottom: 6px;
    margin-right: 10px;
  }
  body:not(.page-template-template-blocks) .site main section.home-services .service a:nth-child(3n),
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .service a:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 465px) {
  body:not(.page-template-template-blocks) .site main section.home-services .service a:nth-child(2n),
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.home-services .service a:nth-child(2n) {
    margin-right: 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help {
  margin: 0;
  padding: 120px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-get-help,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help {
    padding: 60px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .container .row,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .container .row {
  justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-get-help .container .row,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .container .row {
    padding: 0 15px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .col,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .col {
  padding-left: 25px;
  padding-right: 25px;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .col:last-child .box:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .col:last-child .box:after {
  content: none;
  display: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding: 40px 32.5px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(38, 38, 38, 0.15);
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box:after {
  position: absolute;
  top: 50%;
  right: -50px;
  content: '';
  width: 50px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url(../icon/icon-plus-grey.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box .box-image-wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box .box-image-wrapper {
  margin-bottom: 30px;
  height: 140px;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box .box-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box .box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box .subheading,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box .subheading {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.55;
  font-weight: bold;
  color: #595959;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box .heading,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box .heading {
  margin-bottom: 20px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55;
  line-height: 1.25 !important;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-get-help .box .heading,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box .heading {
    font-size: 18px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box ul,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box ul {
  margin-bottom: 0;
  padding-left: 0;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box ul li,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box ul li {
  display: block;
  margin-bottom: 2.5px;
  list-style-type: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box ul li:last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box ul li:last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-home-get-help .box ul li a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box ul li a {
  margin-right: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #cd0a1e;
  text-decoration: none;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-get-help .box ul li a,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1140px) {
  body:not(.page-template-template-blocks) .site main section.section-home-get-help .box,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-get-help .box:after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-get-help .box:after {
    display: none;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-main-focus,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus {
  margin: 0;
  padding: 120px 0;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-main-focus,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus {
    padding: 60px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box .icon,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box .icon {
  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;
}
body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box .icon img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box .icon img {
  display: block;
  width: auto;
  max-width: 66%;
  max-height: 64%;
  object-fit: contain;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box .icon,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box .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) {
  body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box .text,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box .text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box .text,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box .text {
    margin-top: 15px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box:hover a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box:hover a,
body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box:hover .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box:hover .text {
  color: #cd0a1e;
  text-decoration: none;
}
@media (max-width: 1199px) {
  body:not(.page-template-template-blocks) .site main section.section-home-main-focus .headline,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .headline {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-main-focus .box,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-main-focus .box {
    margin-top: 30px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-news,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news {
  margin-bottom: 0;
  padding: 80px 0;
  background: #F3F3F3;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-news,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news {
    padding: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .row,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .row .col-12,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .row .col-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post > a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post .post-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post .post-image {
  height: 200px;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post .post-inner,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post .post-inner {
  padding: 30px;
  overflow: hidden;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post .post-inner .badge,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post .post-inner .badge {
  display: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post .post-inner .post-headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post .post-inner .post-headline {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: unset;
  white-space: normal;
  text-overflow: unset;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post .post-inner .post-link,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post .post-inner .post-link {
  display: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post:hover .post-image:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post:hover .post-image:after,
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post:hover .post-image span,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post:hover .post-image span {
  display: none;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post.large > a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post.large > a {
  display: flex;
  align-items: flex-end;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post.large .post-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post.large .post-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post.large .post-image:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post.large .post-image:after {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post.large .post-inner,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post.large .post-inner {
  position: relative;
  z-index: 1;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
  max-width: 100%;
  background: transparent;
  color: #fff;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .news .block-post.large .post-inner .post-headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .news .block-post.large .post-inner .post-headline {
  max-width: 100%;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .archive,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .archive {
  display: flex;
  justify-content: center;
}
body:not(.page-template-template-blocks) .site main section.section-home-news .archive .archive-link,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .archive .archive-link {
  margin-top: 20px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-news .block-post,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .block-post {
    margin-bottom: 15px;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-news .block-post .post-image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .block-post .post-image {
    padding-top: 0 !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-news .block-post .post-image:before,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .block-post .post-image:before {
    content: none;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-news .block-post:hover .post-image:after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .block-post:hover .post-image:after,
  body:not(.page-template-template-blocks) .site main section.section-home-news .block-post:hover .post-image span,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .block-post:hover .post-image span {
    display: none;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-news .block-post .post-inner,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-news .block-post .post-inner {
    padding: 20px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-about,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about {
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper {
  background-color: rgba(208, 10, 0, 0.65);
}
body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content {
  position: relative;
  padding: 100px 0;
  height: auto;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content {
    padding: 50px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner {
  width: 100%;
  text-align: center;
}
body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline h2,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline h2 {
  font-size: 40px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline h2,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline:after {
  left: 50%;
  margin-left: -50px;
  background: #fff;
}
body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description {
  margin: 0 auto 50px;
  max-width: 910px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.55;
  color: #fff;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .btn-link,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .btn-link {
  color: #fff;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline:after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .headline:after {
    margin-left: -30px;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.55;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-about .home-about-wrapper .home-about-content .home-about-content-inner .home-about-description {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-project-partner,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner {
  margin: 80px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner {
    margin: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner .partner-image-container,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner .partner-image-container {
  display: block;
  width: 100%;
  max-width: 150px;
}
@media (max-width: 991px) {
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner .partner-image-container,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner .partner-image-container {
    margin-right: 5%;
    width: 30%;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner.network,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner.network {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner .partner-image-container,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner .partner-image-container {
    margin-bottom: 20px;
    margin-right: 8%;
    width: 28%;
    max-width: none;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner .partner-image-container:nth-child(3),
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner .partner-image-container:nth-child(3),
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner .partner-image-container:nth-child(6),
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner .partner-image-container:nth-child(6) {
    margin-right: 0;
  }
  body:not(.page-template-template-blocks) .site main section.section-home-project-partner .project-partner .partner-image-container img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-home-project-partner .project-partner .partner-image-container img {
    max-width: 75px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-center,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center {
  margin: 80px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-center,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center {
    margin: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-center .headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .headline {
  width: 540px;
  max-width: 100%;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner {
  margin-top: 30px;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-image {
  display: flex;
  align-items: center;
  width: 200px;
  max-width: 100%;
  height: 150px;
  overflow: hidden;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-image img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80%;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-name,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-name {
  margin-bottom: 5px !important;
  font-size: 24px;
  line-height: 1.55;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-name,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-name {
    font-size: 18px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-city,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-city {
  margin-bottom: 5px;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-description,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-description {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-description,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-description {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-link a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-link a {
  display: block;
  margin-right: 10px;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-link a:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-link a: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;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-link a.link-arrow-animate:hover:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-link a.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-link a:after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-link a:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-center .partner,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner {
    margin-top: 30px;
  }
  body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-center .partner .partner-image {
    margin-bottom: 15px;
    width: 150px;
    height: auto;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  min-height: 550px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object {
    margin-bottom: 60px;
    min-height: 0 !important;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header {
  margin-top: 60px;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header .heading,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header .heading {
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header .heading h1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header .heading h1 {
  font-size: 40px;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header .heading h1,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header .heading h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header .heading h1,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header .heading h1 {
    font-size: 30px;
    line-height: 1.25;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header .heading:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header .heading:after {
  content: none;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header .subheading,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header .subheading {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.55;
  font-weight: bold;
  color: #595959;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .header,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .header {
    margin-top: 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .content {
  margin-bottom: 30px;
  hyphens: manual;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .content a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .content a {
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .skip-links,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .skip-links {
  margin-top: 20px;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .skip-links a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .skip-links a {
  margin-right: 10px;
  color: #cd0a1e;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .skip-links a:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .skip-links a: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;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .skip-links a.link-arrow-animate:hover:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .skip-links a.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-content .skip-links a:after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-content .skip-links a:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 50%;
  height: 100%;
  max-width: 720px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image {
    margin-top: 40px;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 300px;
    max-width: none;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image img {
    object-fit: contain;
    object-position: right top;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image img:not(.hidden-object-badge-image-overlay),
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image img:not(.hidden-object-badge-image-overlay) {
  transform: translateY(-10%);
  opacity: 0;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image img:not(.hidden-object-badge-image-overlay).hidden-object-badge-image-loaded,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image img:not(.hidden-object-badge-image-overlay).hidden-object-badge-image-loaded {
  transform: translateY(0);
  opacity: 1;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image img.hidden-object-badge-image-overlay,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image img.hidden-object-badge-image-overlay {
  opacity: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .focus-topics img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .focus-topics img {
    left: 20px;
    width: calc(100% - 20px);
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .projects img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .projects img {
  width: 125%;
  object-position: 50px bottom;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .projects img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .projects img {
    left: 10px;
    width: calc(100% - 20px);
    object-position: center top;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .m40-mobile img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .m40-mobile img,
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .e-learning img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .e-learning img {
  width: 90%;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .m40-mobile img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .m40-mobile img,
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .e-learning img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .e-learning img {
    left: 20px;
    width: calc(100% - 40px);
    object-position: center top;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .contact img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .contact img,
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .downloads img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .downloads img {
  left: calc(70% - 200px);
  width: 200px;
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .contact img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .contact img,
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .downloads img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .downloads img {
    left: 0;
    width: 100%;
    height: 250px;
    object-position: center top;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .contact img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .contact img {
  left: calc(70% - 250px);
  width: 250px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image .contact img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image .contact img {
    left: 0;
    width: 100%;
    height: 200px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object .col-image.hidden-object-image-active img.hidden-object-badge-image-overlay,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object .col-image.hidden-object-image-active img.hidden-object-badge-image-overlay {
  opacity: 1;
}
body:not(.page-template-template-blocks) .site main section.section-intro-hidden-object.intro-small,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-intro-hidden-object.intro-small {
  min-height: 400px;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .headline {
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-left: -20px;
  margin-right: -20px;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  width: 20%;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box img {
  box-shadow: 0px 0px 20px rgba(38, 38, 38, 0.15);
  transition: all .2s ease;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-heading,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.55;
  line-height: 1.25 !important;
  color: #101516;
  overflow: hidden;
  hyphens: auto;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-heading,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-heading {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-category,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-category,
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-date,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box .download-box-date {
  font-size: 12px;
  line-height: 1.55;
  font-weight: bold;
  color: #595959;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box:hover,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box:hover {
  text-decoration: none;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box:hover img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box:hover img {
  box-shadow: 0px 10px 20px rgba(38, 38, 38, 0.15);
  transform: translateY(-5px);
}
@media (max-width: 991px) {
  body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads.section-content-downloads-preview .download-box-wrapper .download-box {
    width: 50%;
  }
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn),
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn) {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.55;
  margin-right: 10px;
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn),
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn) {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):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;
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn).link-arrow-animate:hover:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn).link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):after {
  height: 17px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):after {
    width: 15px;
    height: 15px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-downloads:not(.section-content-downloads-preview) a:not(.btn):last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal:first-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal:first-child {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal:first-child,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal:first-child {
    margin-top: 60px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal a {
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child {
  margin-right: 10px;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child: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;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child.link-arrow-animate:hover:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child:after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal:not(.gallery-slider):not(.network):not(.approach) a:not(.btn):not(.media-overlay):not(.carousel-link):not(.carousel-control-prev):not(.carousel-control-next):last-child:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal .content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .content,
body:not(.page-template-template-blocks) .site main section.section-text-normal .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .text {
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal .content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .content,
  body:not(.page-template-template-blocks) .site main section.section-text-normal .text,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .text {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal .content p:last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .content p:last-child,
body:not(.page-template-template-blocks) .site main section.section-text-normal .text p:last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .text p:last-child,
body:not(.page-template-template-blocks) .site main section.section-text-normal .content ul:last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .content ul:last-child,
body:not(.page-template-template-blocks) .site main section.section-text-normal .text ul:last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .text ul:last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads p,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads p {
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads p,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads p {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads a:not(.btn),
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads a:not(.btn) {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads a:not(.btn):after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads a:not(.btn):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;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads a:not(.btn).link-arrow-animate:hover:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads a:not(.btn).link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads a:not(.btn):after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads a:not(.btn):after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads a:not(.btn):after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads a:not(.btn):after {
  height: 17px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal .downloads a:not(.btn):after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .downloads a:not(.btn):after {
    width: 15px;
    height: 15px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.text-headline-full .headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.text-headline-full .headline {
  margin-bottom: 20px;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.text-headline-full .headline:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.text-headline-full .headline:after {
  content: none;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.headline-image-text .headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.headline-image-text .headline {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal.headline-image-text .headline,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.headline-image-text .headline {
    margin-bottom: 40px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.headline-image-text .image img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.headline-image-text .image img {
  background-color: #ECECEC;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal.headline-image-text .image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.headline-image-text .image,
  body:not(.page-template-template-blocks) .site main section.section-text-normal.headline-image-text .gallery-slider,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.headline-image-text .gallery-slider {
    margin-bottom: 20px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider img,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider img {
  width: 100%;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-item,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-item,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-item,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-item {
  cursor: pointer;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-item a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-item a,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-item a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-item a {
  display: block;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-item a .carousel-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-item a .carousel-image,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-item a .carousel-image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-item a .carousel-image {
  display: block;
  padding-top: 55%;
  width: 100%;
  background-color: #ECECEC;
  background-size: cover;
  background-position: center;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-item a .carousel-image figcaption,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-item a .carousel-image figcaption,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-item a .carousel-image figcaption,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-item a .carousel-image figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 5px 10px;
  background-color: rgba(38, 38, 38, 0.5);
  font-size: 12px;
  line-height: 1.55;
  color: #fff;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-prev,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-prev,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-prev,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-prev,
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-next,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-next,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-next,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-next {
  position: absolute;
  left: 30px;
  padding: 0;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-prev:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-prev:after,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-prev:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-prev:after,
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-next:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-next:after,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-next:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-image: url(../icon/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-prev,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-prev,
  body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-prev,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-prev,
  body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-next,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-next,
  body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-next,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-next {
    left: 20px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-prev.carousel-control-next,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-prev.carousel-control-next,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-prev.carousel-control-next,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-prev.carousel-control-next,
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-next.carousel-control-next,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-next.carousel-control-next,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-next.carousel-control-next,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-next.carousel-control-next {
  left: auto;
  right: 30px;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-prev.carousel-control-next:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-prev.carousel-control-next:after,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-prev.carousel-control-next:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-prev.carousel-control-next:after,
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-next.carousel-control-next:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-next.carousel-control-next:after,
body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-next.carousel-control-next:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-next.carousel-control-next:after {
  transform: rotate(0deg);
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-prev.carousel-control-next,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-prev.carousel-control-next,
  body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-prev.carousel-control-next,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-prev.carousel-control-next,
  body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider .carousel .carousel-control-next.carousel-control-next,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider .carousel .carousel-control-next.carousel-control-next,
  body:not(.page-template-template-blocks) .site main section.section-text-normal .gallery-slider .carousel .carousel-control-next.carousel-control-next,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal .gallery-slider .carousel .carousel-control-next.carousel-control-next {
    right: 20px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.gallery-slider,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.gallery-slider {
  margin-top: -20px;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.network .headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.network .headline {
  max-width: 540px;
  margin-bottom: 80px;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.network .image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.network .image {
  padding-right: 60px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal.network .headline,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.network .headline {
    margin-bottom: 30px;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-normal.network .image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.network .image {
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.approach .maps,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.approach .maps {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.approach .maps .acf-map,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.approach .maps .acf-map {
  width: 100%;
  height: 400px;
  background-color: #ECECEC;
}
body:not(.page-template-template-blocks) .site main section.section-text-normal.approach .maps .approach,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.approach .maps .approach {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-normal.approach .download,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.approach .download {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-normal.approach .maps .acf-map,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.approach .maps .acf-map {
    height: 320px;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-normal.approach .maps .approach,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-normal.approach .maps .approach {
    margin-top: 20px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar {
  padding: 80px 0;
  background: #F3F3F3;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar a {
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box {
  margin-bottom: 30px;
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: 6px -6px #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box .content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box .content {
  padding-top: 20px;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box .content :last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box .content :last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box .content a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box .content a {
  margin-right: 10px;
  color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box .content a:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box .content a: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;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box .content a.link-arrow-animate:hover:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box .content a.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box .content a:after,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box .content a:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .sidebar p,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .sidebar p {
  font-size: 16px;
  line-height: 1.55;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .sidebar p,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .sidebar p {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .sidebar p img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .sidebar p img {
  max-width: 150px;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .sidebar :last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .sidebar :last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .additional,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .additional {
  margin-top: 60px;
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .additional .content h3,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .additional .content h3 {
  font-size: 24px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .additional .content h3,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .additional .content h3 {
    font-size: 18px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .additional .content :last-child,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .additional .content :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .box,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .box {
    padding: 30px;
  }
  body:not(.page-template-template-blocks) .site main section.section-boxes-sidebar .additional,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-boxes-sidebar .additional {
    margin-top: 50px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon {
  margin: 80px 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-icon,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon {
    margin: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs {
  align-items: flex-start;
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link .icon,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link .icon {
  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;
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link .icon img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link .icon img {
  display: block;
  width: auto;
  max-width: 66%;
  max-height: 64%;
  object-fit: contain;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link .icon,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link .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;
  hyphens: auto;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link .text,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link .text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link .text,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link .text {
    margin-top: 15px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link:hover .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link:hover .text,
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link:focus .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link:focus .text,
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link:active .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link:active .text,
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item .nav-link.active .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item .nav-link.active .text {
  color: #cd0a1e;
}
@media (max-width: 1199px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-icon .nav-tabs .nav-item,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .nav-tabs .nav-item {
    margin-top: 30px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .accordion .card .card-header a,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .accordion .card .card-header a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .accordion .card .card-header a .icon,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .accordion .card .card-header a .icon {
  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;
  margin: 0 15px 0 0;
}
body:not(.page-template-template-blocks) .site main section.section-navtab-icon .accordion .card .card-header a .icon img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .accordion .card .card-header a .icon img {
  display: block;
  width: auto;
  max-width: 66%;
  max-height: 64%;
  object-fit: contain;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-icon .accordion .card .card-header a .icon,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-icon .accordion .card .card-header a .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-navtab-standard,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard {
  padding: 80px 0;
  background: #F3F3F3;
}
body:not(.page-template-template-blocks) .site main section.section-navtab-standard .nav-tabs .nav-item .nav-link,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-standard .nav-tabs .nav-item .nav-link,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-navtab-standard .nav-tabs .nav-item .nav-link:hover,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .nav-tabs .nav-item .nav-link:hover,
body:not(.page-template-template-blocks) .site main section.section-navtab-standard .nav-tabs .nav-item .nav-link:focus,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .nav-tabs .nav-item .nav-link:focus,
body:not(.page-template-template-blocks) .site main section.section-navtab-standard .nav-tabs .nav-item .nav-link:active,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .nav-tabs .nav-item .nav-link:active,
body:not(.page-template-template-blocks) .site main section.section-navtab-standard .nav-tabs .nav-item .nav-link.active,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #cd0a1e;
}
body:not(.page-template-template-blocks) .site main section.section-navtab-standard .nav-tabs .nav-item:last-child .nav-link,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
body:not(.page-template-template-blocks) .site main section.section-navtab-standard .tab-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard .tab-content {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-navtab-standard,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-navtab-standard {
    padding: 0;
    background: transparent;
  }
}
body:not(.page-template-template-blocks) .site main section.section-posts,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-posts {
  margin-bottom: 0;
  padding: 80px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-posts,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-posts {
    padding: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-posts h2,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-posts h2 {
  margin-bottom: 30px;
}
body:not(.page-template-template-blocks) .site main section.section-e-learning-tabs,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-e-learning-tabs {
  margin: 80px 0;
  margin-top: 40px;
  padding: 0;
  background: transparent;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-e-learning-tabs,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-e-learning-tabs {
    margin: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.e-learning-tab-content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.e-learning-tab-content {
  display: none;
}
body:not(.page-template-template-blocks) .site main section.e-learning-tab-content.active,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.e-learning-tab-content.active {
  display: block;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right {
  position: relative;
  margin-bottom: 0 !important;
  background: #F3F3F3;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 30px;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content .badge,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content .badge {
  margin-top: 0;
  margin-bottom: 15px;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content p,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content p {
  margin-bottom: 30px;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content .input-group .form-control,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content .input-group .form-control {
  margin-right: 10px;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content .input-group .btn,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content .input-group .btn {
  justify-content: center;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page {
  margin-bottom: 40px;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section {
  margin-bottom: 20px;
  padding: 0;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question {
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section .mlw_qmn_question {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section > div::after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section > div::after {
  display: block;
  content: "";
  clear: both;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section > div .mlw_horizontal_choice,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section > div .mlw_horizontal_choice {
  display: block;
  float: left;
  white-space: nowrap;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section > div label,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section > div label {
  position: relative;
  top: 1px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.55;
  white-space: nowrap;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section .mlw_answer_open_text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section .mlw_answer_open_text {
  width: 100%;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page .quiz_section:after {
  display: none;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination {
  margin-bottom: 0;
  padding: 0;
  max-height: none;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border: 0 !important;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn {
  display: inline-flex;
  align-items: center !important;
  padding: 1px 40px 0 !important;
  height: 50px !important;
  background: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  outline: none !important;
  cursor: pointer !important;
  text-align: center !important;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 1.55 !important;
  line-height: 46px !important;
  color: #fff !important;
  border-color: #cd0a1e !important;
  color: #cd0a1e !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn:hover,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn:hover {
  padding-left: 39px !important;
  padding-right: 39px !important;
  border-width: 3px !important;
  line-height: 44px !important;
}
@media (max-width: 1199px) {
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content .input-group,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content .input-group {
    flex-flow: row wrap;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content .input-group .form-control,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content .input-group .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content .badge,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content .badge {
    margin-top: 0;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content p,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content p {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .content-wrapper .content .input-group .form-control,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .content-wrapper .content .input-group .form-control {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-page {
    margin-bottom: 20px;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 30px !important;
    font-size: 14px !important;
    line-height: 26px !important;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn:hover:not(.navbar-toggler):not(.close):not(.maps-button),
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-left .qsm-quiz-container .qsm-pagination .qsm-btn:hover:not(.navbar-toggler):not(.close):not(.maps-button) {
    padding-left: 19px !important;
    padding-right: 19px !important;
    line-height: 24px !important;
  }
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-right,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-right {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  max-width: 960px;
}
body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-right .image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-right .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2017/01/lvp_mittelstand40-9.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-right,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-right {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
  }
  body:not(.page-template-template-blocks) .site main section.section-text-left-image-right .col-right .image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-text-left-image-right .col-right .image {
    height: 350px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-404,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-404 {
  margin-bottom: 0;
  padding: 80px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-404,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-404 {
    padding: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-404 .container,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-404 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body:not(.page-template-template-blocks) .site main section.section-404 .container > *,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-404 .container > * {
  max-width: 500px;
  text-align: center;
}
body:not(.page-template-template-blocks) .site main section.section-404 .container h1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-404 .container h1 {
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .site main section.section-eile,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile {
  margin: 80px 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-eile,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile {
    margin: 30px 0;
  }
}
body:not(.page-template-template-blocks) .site main section.section-eile .content,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .content {
  padding: 70px 75px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-eile .content,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .content {
    order: 2;
    padding: 40px 45px;
  }
}
body:not(.page-template-template-blocks) .site main section.section-eile .heading,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .heading {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site main section.section-eile .heading h2,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .heading h2 {
  margin-bottom: 20px;
  color: #2696ae;
}
body:not(.page-template-template-blocks) .site main section.section-eile .heading:after,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .heading:after {
  content: none;
}
body:not(.page-template-template-blocks) .site main section.section-eile .text,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .text {
  margin-bottom: 30px;
}
body:not(.page-template-template-blocks) .site main section.section-eile .btn-eile,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .btn-eile {
  width: auto;
  border-color: #2696ae;
  color: #2696ae;
}
body:not(.page-template-template-blocks) .site main section.section-eile .btn-eile:hover,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .btn-eile:hover,
body:not(.page-template-template-blocks) .site main section.section-eile .btn-eile:focus,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .btn-eile:focus,
body:not(.page-template-template-blocks) .site main section.section-eile .btn-eile:active,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .btn-eile:active,
body:not(.page-template-template-blocks) .site main section.section-eile .btn-eile:visited,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .btn-eile:visited {
  border-color: #2696ae;
  color: #2696ae;
}
body:not(.page-template-template-blocks) .site main section.section-eile .image,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .image {
  padding-left: 0 !important;
}
body:not(.page-template-template-blocks) .site main section.section-eile .image img,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .image img {
  width: 100%;
  aspect-ratio: 1.14285714;
  object-fit: cover;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-eile .image img,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .image img {
    aspect-ratio: 1.77777778;
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-eile .image,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-eile .image {
    order: 1;
    padding-right: 0 !important;
  }
}
body:not(.page-template-template-blocks) .site main section.section-content-more-posts .headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-more-posts .headline {
  margin-bottom: 60px;
}
body:not(.page-template-template-blocks) .site main section.section-content-more-posts .cta,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-more-posts .cta {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.section-content-more-posts .headline,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template section.section-content-more-posts .headline {
    margin-bottom: 30px;
  }
}
body:not(.page-template-template-blocks) .site main .page .teaser,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template .page .teaser {
  margin-bottom: 0;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body:not(.page-template-template-blocks) .site main .page .teaser .teaser-wrapper,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template .page .teaser .teaser-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 10, 0, 0.65);
}
body:not(.page-template-template-blocks) .site main .page .teaser .teaser-headline,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template .page .teaser .teaser-headline {
  position: absolute;
  top: 115px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
body:not(.page-template-template-blocks) .site main .page .teaser .teaser-headline h1,
body:not(.page-template-template-blocks) .site .tribe-events-pg-template .page .teaser .teaser-headline h1 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .site main .page .teaser,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template .page .teaser {
    height: 200px;
  }
  body:not(.page-template-template-blocks) .site main .page .teaser .teaser-headline,
  body:not(.page-template-template-blocks) .site .tribe-events-pg-template .page .teaser .teaser-headline {
    top: 50%;
    left: 0;
    margin-top: -14px;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .section-events-rsvp {
  padding: 50px 0;
  background-color: #F3F3F3;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .tribe-events-single .section-events-rsvp {
    padding: 20px 0;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-link-view-attendee {
  display: none;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 0;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages .tribe-rsvp-message {
  height: 42px;
  line-height: 42px;
  border-radius: 0;
  padding: 0 30px 0 60px;
  color: #fff;
  border: none;
  position: relative;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages .tribe-rsvp-message:before {
  content: "";
  background-image: url(../icon/icon-close-white.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 22px;
  height: 30px;
  position: absolute;
  left: 25px;
  top: 14px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages .tribe-rsvp-message.tribe-rsvp-message-success {
  background: #00B56C;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages .tribe-rsvp-message.tribe-rsvp-message-success:before {
  background-image: url(../icon/icon-check.svg);
  background-size: 22px;
  left: 20px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages .tribe-rsvp-message.tribe-rsvp-message-error {
  background: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages {
    margin-bottom: 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
  }
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages .tribe-rsvp-message {
    height: auto;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-rsvp-messages .tribe-rsvp-message:before {
    top: 30px;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: -10px;
  width: 100%;
  background: transparent;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="text"],
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="email"],
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="number"],
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets select {
  margin: 0;
  padding-left: 20px;
  width: 100%;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="text"][type="number"],
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="email"][type="number"],
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="number"][type="number"],
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets select[type="number"] {
  -moz-appearance: textfield;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="text"][type="number"]::-webkit-outer-spin-button,
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="email"][type="number"]::-webkit-outer-spin-button,
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="number"][type="number"]::-webkit-outer-spin-button,
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets select[type="number"]::-webkit-outer-spin-button,
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="text"][type="number"]::-webkit-inner-spin-button,
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="email"][type="number"]::-webkit-inner-spin-button,
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets input[type="number"][type="number"]::-webkit-inner-spin-button,
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets select[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets label {
  display: none;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-ticket.quantity {
  padding-bottom: 0;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-ticket.quantity > * {
  margin-right: 20px;
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-ticket.quantity .tribe-tickets-quantity {
  flex: 0 0 150px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-ticket.quantity #tribe-tickets-email {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-ticket.quantity #tribe-tickets-email {
    flex: 0 0 calc((33.33% - 20px - (170px / 3)) * 2 + 20px);
  }
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-ticket.quantity #tribe-tickets-email {
    margin-right: 0;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding: 0;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta {
  flex: 0 0 100%;
  margin-bottom: 10px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta.tribe-tickets-meta-select {
  flex: 0 0 150px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta.tribe-tickets-meta-radio {
  margin-top: 10px;
  width: 100%;
  max-width: none;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta.tribe-tickets-meta-radio header {
  display: none;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta.tribe-tickets-meta-radio:before {
  content: "An welcher Veranstaltung möchten Sie teilnehmen?";
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta.tribe-tickets-meta-radio label {
  margin-bottom: 5px;
  cursor: pointer;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta.tribe-tickets-meta-radio input[type="radio"] {
  position: relative;
  top: -1px;
  margin-right: 3px;
  width: auto;
}
@media (min-width: 768px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-event-tickets-plus-meta-attendee .tribe-tickets-meta {
    margin-right: 20px;
    flex: 0 0 calc(33.33% - 20px - (170px / 3));
  }
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-event-tickets-plus-meta-fields .tribe-tickets-remaining {
    border-bottom: none;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-tickets-meta-row td {
  flex-direction: column;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-tickets-meta-row td label {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-tickets-meta-row td label {
    font-size: 14px;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-tickets-meta-row td label input[type="checkbox"] {
  margin-right: 7px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets tbody {
  display: block;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets tbody tr {
  display: block;
  border: 0;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets tbody tr td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets tbody tr td {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    width: 100%;
    max-width: none;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .add-to-cart button.tribe-button {
  margin-top: 0 !important;
  color: #cd0a1e;
  border-color: #cd0a1e;
  white-space: nowrap;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .add-to-cart button.tribe-button .animation-spinner {
  margin-left: 15px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  animation: rotate 2s linear infinite;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .add-to-cart button.tribe-button .animation-spinner .path {
  animation: dash 1.5s ease-in-out infinite;
  stroke: #cd0a1e;
  stroke-linecap: round;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-tickets-remaining {
  display: block;
  font-size: 12px;
  line-height: 1.55;
  color: #474747;
  width: auto;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-tickets-attendees {
  padding-bottom: 20px;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tribe-tickets-attendees label {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tickets_nostock {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tickets_nostock {
    font-size: 16px;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets .tickets_nostock a {
  color: #cd0a1e;
}
@media (max-width: 767px) {
  body:not(.page-template-template-blocks) .tribe-events-single .tribe-tickets-rsvp .tribe-events-tickets {
    padding-bottom: 30px;
    margin-left: 0;
  }
}
body:not(.page-template-template-blocks) .tribe-events-single .description p {
  font-size: 12px;
  line-height: 1.55;
  color: #595959;
}
body:not(.page-template-template-blocks) .tribe-events-single .description p:last-child {
  margin-bottom: 0;
}
body:not(.page-template-template-blocks) .site .section-events-intro .col-left .container .row {
  width: 100%;
}
body:not(.page-template-template-blocks) .site .tribe-events-single .desktop .tribe-events-tickets {
  display: block;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-image {
  position: relative;
  display: block;
}
body:not(.page-template-template-blocks) .site main section.section-center .partner .partner-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.page-template-template-blocks) .site main section.home-intro .home-intro-wrapper .intro-content h1 {
  max-width: 750px;
}
@media (min-width: 767px) {
  body:not(.page-template-template-blocks) .site main section.home-get-help .box {
    max-width: 32%;
  }
}
.headlinebody:not(.page-template-template-blocks) .site.text-center:after {
  left: 50%;
}
body:not(.page-template-template-blocks) .site .section-navtab-standard .content-margin {
  width: 100%;
}
body.page-template-template-blocks .site .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) {
  body.page-template-template-blocks .site .btn:not(.close) {
    font-size: 16px;
  }
}
body.page-template-template-blocks .site .btn:not(.close):hover:not([disabled]):not(.disabled),
body.page-template-template-blocks .site .btn:not(.close):active:not([disabled]):not(.disabled),
body.page-template-template-blocks .site .btn:not(.close):focus:not([disabled]):not(.disabled) {
  background-color: transparent;
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  body.page-template-template-blocks .site .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) {
  body.page-template-template-blocks .site .btn:not(.close) {
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
}
body.page-template-template-blocks .site .btn:not(.close).btn-primary {
  border-color: #cd0a1e;
  color: #cd0a1e;
}
body.page-template-template-blocks .site .btn:not(.close).btn-primary.btn-highlight {
  background-color: #cd0a1e;
  color: #fff;
}
body.page-template-template-blocks .site .btn:not(.close).btn-primary:hover:not([disabled]):not(.disabled),
body.page-template-template-blocks .site .btn:not(.close).btn-primary:active:not([disabled]):not(.disabled),
body.page-template-template-blocks .site .btn:not(.close).btn-primary:focus:not([disabled]):not(.disabled) {
  border-color: #cd0a1e;
  color: #cd0a1e;
}
body.page-template-template-blocks .site .btn:not(.close).btn-primary:hover:not([disabled]):not(.disabled).btn-highlight,
body.page-template-template-blocks .site .btn:not(.close).btn-primary:active:not([disabled]):not(.disabled).btn-highlight,
body.page-template-template-blocks .site .btn:not(.close).btn-primary:focus:not([disabled]):not(.disabled).btn-highlight {
  background-color: #b5091a;
  border-color: #b5091a;
  color: #fff;
}
body.page-template-template-blocks .site .btn:not(.close).btn-secondary {
  border-color: #262626;
  color: #262626;
}
@media (max-width: 767px) {
  body.page-template-template-blocks .site .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;
  }
  body.page-template-template-blocks .site .btn:not(.close).btn-submit .text {
    display: none;
  }
}
body.page-template-template-blocks .site .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
body.page-template-template-blocks .site .input-group > .form-control {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
body.page-template-template-blocks .site 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) {
  body.page-template-template-blocks .site input.form-control {
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
  }
}
body.page-template-template-blocks .site input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AFAFAF;
}
body.page-template-template-blocks .site input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #AFAFAF;
}
body.page-template-template-blocks .site input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #AFAFAF;
}
body.page-template-template-blocks .site input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #AFAFAF;
}
body.page-template-template-blocks .site a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--primary);
}
body.page-template-template-blocks .site .wp-block-post-featured-image {
  background-color: var(--wp--preset--color--background-grey);
  border-radius: 2px;
}
body.page-template-template-blocks .site .wp-block-post-terms a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 10px;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1em;
}
@media (max-width: 991px) {
  body.page-template-template-blocks .site .wp-block-group.scroll-mobile {
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  body.page-template-template-blocks .site .wp-block-group.scroll-mobile::-webkit-scrollbar {
    display: none;
  }
  body.page-template-template-blocks .site .wp-block-group.scroll-mobile > * {
    flex: 0 0 280px;
    width: 280px;
  }
}
@media (max-width: 1199px) {
  body.page-template-template-blocks .site .is-layout-grid.responsive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  body.page-template-template-blocks .site .is-layout-grid.responsive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.page-template-template-blocks .site .wp-block-columns.full-height .wp-block-column > * {
  height: 100%;
}
@media (min-width: 1200px) {
  body.page-template-template-blocks .site .wp-block-post-template.columns-4:has(li.type-kzad_focus_topic):not(:has(li:nth-child(7))) li:nth-child(5) {
    grid-column: 2/3;
  }
  body.page-template-template-blocks .site .wp-block-post-template.columns-4:has(li.type-kzad_focus_topic):not(:has(li:nth-child(7))) li:nth-child(6) {
    grid-column: 3/4;
  }
}
body.page-template-template-blocks .site .card-post-lg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header-main .main-navigation .navigation .menu-eile a,
.site-header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile .menu-eile a {
  color: #2696ae;
}
.header-main .main-navigation .navigation .menu-eile.current_page_item a,
.site-header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile .menu-eile.current_page_item a,
.header-main .main-navigation .navigation .menu-eile:hover a,
.site-header .offcanvas-collapse .offcanvas-wrapper .navigation-mobile .menu-eile:hover a {
  color: #2696ae;
  border-color: currentColor;
}
body.page-template-template-future-project .site {
  --brand-primary: #2696ae;
  --secondary-color: #595959;
  --slider-nav-inactive: #d9d9d9;
  --contact-background: #F5F5F5;
}
body.page-template-template-future-project .site main .page {
  margin-top: 30px;
}
body.page-template-template-future-project .site main .page a {
  color: var(--brand-primary);
}
body.page-template-template-future-project .site .wp-block-columns {
  margin-bottom: 100px;
}
body.page-template-template-future-project .site h1,
body.page-template-template-future-project .site h2,
body.page-template-template-future-project .site h3,
body.page-template-template-future-project .site h4 {
  color: var(--brand-primary);
  font-family: 'Apercu-Bold', sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
body.page-template-template-future-project .site h2,
body.page-template-template-future-project .site h3,
body.page-template-template-future-project .site h4 {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 37.5px;
}
body.page-template-template-future-project .site p,
body.page-template-template-future-project .site ul {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-template-future-project .site p:last-child,
body.page-template-template-future-project .site ul:last-child {
  margin-bottom: 0;
}
body.page-template-template-future-project .site article .btn {
  color: var(--brand-primary);
  border: 2px solid var(--brand-primary);
}
body.page-template-template-future-project .site .wp-block-button__link {
  font-family: 'Apercu-Bold', sans-serif;
  font-size: 18px;
  color: var(--brand-primary);
  border: 2px solid var(--brand-primary);
  background-color: white;
  border-radius: 0;
  height: 50px;
  line-height: 46px;
  padding: 1px 40px 0;
}
body.page-template-template-future-project .site .wp-block-button__link:hover {
  border-width: 3px;
  padding-left: 39px;
  padding-right: 39px;
  line-height: 44px;
  text-decoration: none;
}
body.page-template-template-future-project .site figure {
  margin-bottom: 0;
}
body.page-template-template-future-project .site .box {
  margin-bottom: 50px;
}
body.page-template-template-future-project .site .box .box-image {
  display: block;
  width: 100%;
  padding-top: 68%;
  margin-bottom: 20px;
  position: relative;
}
body.page-template-template-future-project .site .box .box-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-template-future-project .site .box .box-date {
  font-weight: bold;
  display: flex;
  margin-bottom: 10px;
  line-height: 24px;
}
body.page-template-template-future-project .site .box .box-date img {
  margin-right: 10px;
}
body.page-template-template-future-project .site .box .box-name {
  font-family: 'Apercu-Bold', sans-serif;
  font-size: 24px;
  line-height: 37.2px;
  color: #2696ae;
  margin-bottom: 10px;
  display: block;
}
body.page-template-template-future-project .site .box .box-description,
body.page-template-template-future-project .site .box .box-description p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-template-future-project .site .box .box-link {
  font-size: 16px;
  font-weight: bold;
  color: var(--brand-primary);
}
body.page-template-template-future-project .site .box .box-type {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #595959;
  font-weight: bold;
  font-size: 12px;
}
body.page-template-template-future-project .site .box .box-type + .box-date {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #595959;
  font-size: 12px;
}
body.page-template-template-future-project .site .box .box-badges {
  margin-bottom: 10px;
  display: flex;
}
body.page-template-template-future-project .site .box .box-badges .badge {
  margin-right: 5px;
  margin-top: 0;
}
@media (max-width: 767px) {
  body.page-template-template-future-project .site .box {
    margin-bottom: 40px;
  }
  body.page-template-template-future-project .site .box .box-image img {
    width: 100%;
  }
  body.page-template-template-future-project .site .box .box-date {
    margin-bottom: 10px;
  }
  body.page-template-template-future-project .site .box .box-name {
    font-size: 20px;
    line-height: 1.4;
  }
}
body.page-template-template-future-project .site .block-events {
  margin-bottom: 50px;
}
body.page-template-template-future-project .site .block-events .btn-border {
  margin-top: 40px;
}
body.page-template-template-future-project .site .block-events .btn-border {
  margin-top: 10px;
}
body.page-template-template-future-project .site .block-partner .head {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #595959;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
body.page-template-template-future-project .site .block-partner .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
}
body.page-template-template-future-project .site .block-partner .logos .logo {
  margin-right: 30px;
}
body.page-template-template-future-project .site .block-partner .logos .logo:last-child {
  margin-right: 0;
}
body.page-template-template-future-project .site .block-partner .logos .logo img {
  max-width: 155px;
  max-height: 45px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
body.page-template-template-future-project .site .block-partner .logos .logo.square img {
  max-width: 80px;
  max-height: 80px;
}
body.page-template-template-future-project .site .block-partner .logos .logo.square-sm img {
  max-width: 50px;
  max-height: 50px;
}
body.page-template-template-future-project .site .block-partner .logos .logo.horizontal img {
  max-width: 120px;
  max-height: 35px;
}
body.page-template-template-future-project .site .block-partner .logos .logo.horizontal-sm img {
  max-width: 100px;
  max-height: 35px;
}
@media (max-width: 1199px) {
  body.page-template-template-future-project .site .block-partner .logos .logo:last-child {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  body.page-template-template-future-project .site .block-partner .logos {
    flex-flow: row wrap;
    justify-content: center;
    height: auto;
  }
  body.page-template-template-future-project .site .block-partner .logos .logo {
    margin-bottom: 20px;
    margin-right: 25px;
  }
}
body.page-template-template-future-project .site .block-downloads {
  margin-bottom: 50px;
}
body.page-template-template-future-project .site .block-downloads .box {
  width: 20%;
}
body.page-template-template-future-project .site .block-downloads .box .box-name {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10xpx;
  min-height: 56px;
}
body.page-template-template-future-project .site .block-downloads .box .box-image {
  width: 100%;
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 141%;
  margin-bottom: 25px;
}
body.page-template-template-future-project .site .block-downloads .box .box-image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-template-future-project .site .block-downloads .box .box-image.box-image-placeholder {
  box-shadow: none;
}
@media (max-width: 767px) {
  body.page-template-template-future-project .site .block-downloads .box {
    width: auto;
  }
}
body.page-template-template-future-project .site .block-intro {
  margin-bottom: 100px;
}
body.page-template-template-future-project .site .block-intro .intro-content {
  padding-right: 80px;
}
@media (max-width: 991px) {
  body.page-template-template-future-project .site .block-intro .intro-content {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
body.page-template-template-future-project .site .block-intro .intro-content p {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 575px) {
  body.page-template-template-future-project .site .block-intro .intro-image {
    margin-right: calc(((100vw - 560px) / 2 + 20px) * -1);
    width: calc(100% + (100vw - 560px) / 2 + 20px);
  }
  body.page-template-template-future-project .site .block-intro .intro-image img {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 767px) {
  body.page-template-template-future-project .site .block-intro .intro-image {
    margin-right: calc(((100vw - 767px) / 2 + 20px) * -1);
    width: calc(100% + (100vw - 767px) / 2 + 20px);
  }
}
@media (min-width: 991px) {
  body.page-template-template-future-project .site .block-intro .intro-image {
    margin-right: calc(((100vw - 960px) / 2 + 20px) * -1);
    width: calc(100% + (100vw - 960px) / 2 + 20px);
  }
}
@media (min-width: 1199px) {
  body.page-template-template-future-project .site .block-intro .intro-image {
    margin-right: calc(((100vw - 1200px) / 2 + 20px) * -1);
    width: calc(100% + (100vw - 1200px) / 2 + 20px);
  }
}
body.page-template-template-future-project .site .block-posts {
  margin-bottom: 50px;
}
body.page-template-template-future-project .site .block-slider-image {
  margin-bottom: 100px;
}
body.page-template-template-future-project .site .block-slider-image .box {
  cursor: pointer;
  margin-bottom: 0;
}
body.page-template-template-future-project .site .block-slider-image .box .box-image {
  position: relative;
  width: 100%;
  padding-top: 68%;
  margin-bottom: 10px;
}
body.page-template-template-future-project .site .block-slider-image .box .box-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-template-future-project .site .block-slider-image .box .box-description {
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 767px) {
  body.page-template-template-future-project .site .block-slider-image .box {
    margin-bottom: 0;
  }
}
body.page-template-template-future-project .site .block-slider-image .tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  height: 30px;
}
body.page-template-template-future-project .site .block-slider-image .tns-outer .tns-nav button {
  border-radius: 20px;
  height: 12px;
  width: 12px;
  background: #d9d9d9;
  border: 2px solid #fff;
  padding: 0;
  line-height: 1;
  margin-right: 5px;
}
body.page-template-template-future-project .site .block-slider-image .tns-outer .tns-nav button:last-child {
  margin-right: 0;
}
body.page-template-template-future-project .site .block-slider-image .tns-outer .tns-nav button:hover {
  padding-left: 0;
  padding-right: 0;
  border-color: #d9d9d9;
}
body.page-template-template-future-project .site .block-slider-image .tns-outer .tns-nav button.tns-nav-active {
  background: #2696ae;
}
body.page-template-template-future-project .site .block-slider-image .tns-outer .tns-nav button.tns-nav-active:hover {
  border-color: #2696ae;
}
body.page-template-template-future-project .site #sliderImageeModal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-dialog {
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body.page-template-template-future-project .site #sliderImageeModal.show .modal-dialog {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
  }
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-header {
  border: none;
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-body {
  padding: 0 50px 50px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  body.page-template-template-future-project .site #sliderImageeModal.show .modal-body {
    padding: 0 30px 30px;
  }
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-slider-container {
  display: flex;
  align-items: center;
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-prev,
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-next {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  position: absolute;
  left: 20px;
  background: white;
  z-index: 5;
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-prev img,
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-next img {
  max-width: none;
  width: 10px;
  height: 20px;
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-prev:hover,
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-next:hover {
  padding: 0;
}
@media (max-width: 1199px) {
  body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-prev,
  body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-next {
    left: 5px;
  }
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-prev {
  transform: rotate(180deg);
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-next {
  margin-right: auto;
  margin-left: -2px;
  left: auto;
  right: 20px;
}
@media (max-width: 1199px) {
  body.page-template-template-future-project .site #sliderImageeModal.show .modal-nav-next {
    right: 5px;
  }
}
body.page-template-template-future-project .site #sliderImageeModal.show .modal-header .close {
  margin: 0;
  margin-left: auto;
  opacity: 1;
}
body.page-template-template-future-project .site #sliderImageeModal.show .slider-modal {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
body.page-template-template-future-project .site #sliderImageeModal.show .box {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.page-template-template-future-project .site #sliderImageeModal.show .box {
    margin-bottom: 0;
  }
}
body.page-template-template-future-project .site #sliderImageeModal.show .box-image {
  padding-top: 0;
}
body.page-template-template-future-project .site #sliderImageeModal.show .box-image img {
  max-width: 100%;
  max-height: 65vh;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}
body.page-template-template-future-project .site #sliderImageeModal.show .box-description,
body.page-template-template-future-project .site #sliderImageeModal.show .box-description p {
  font-size: 12px;
  line-height: 18px;
}
.block-contact-card {
  background: #f5f5f5;
  padding: 40px;
}
.block-contact-card .box {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-contact-card .box {
    margin-bottom: 0;
  }
}
.block-contact-card .box-image {
  display: flex;
  margin-bottom: 30px;
}
.block-contact-card .box-image img {
  object-fit: cover;
  width: 140px !important;
  height: 140px !important;
  border-radius: 140px;
}
.block-contact-card .box-contact-person {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #595959;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 30px;
}
.block-contact-card .box-name {
  font-family: 'Apercu-Bold', sans-serif;
  font-size: 30px;
  line-height: 37.5px;
}
.block-contact-card .box-job {
  font-family: 'Apercu-Bold', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.block-contact-card .box-mail {
  text-decoration: underline;
  color: black;
  display: block;
}
.block-contact-card .box-phone {
  margin-bottom: 40px;
  color: black;
  display: block;
}
.block-contact-card .box-logo {
  max-width: 100px;
  height: 80px;
  display: flex;
  align-items: flex-end;
}
.block-contact-card .box-logo.square img {
  max-width: 70px;
  max-height: 70px;
}
.block-contact-card .box-logo.horizontal img {
  max-width: 130px;
  max-height: 35px;
}
