/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/pt-sans-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'), url('./fonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Gellix';
  src: local('Gellix Regular'), url('./fonts/Gellix/Gellix-Regular_R.otf') format('otf'), url('./fonts/Gellix/Gellix-Regular_R.woff2') format('woff2'), url('./fonts/Gellix/Gellix-Regular_R.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div[class*="brick_"],
a[class*="brick_"] {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div[class*="brick_"],
  a[class*="brick_"] {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 640px) {
  div[class*="brick_"],
  a[class*="brick_"] {
    margin-top: 25px;
  }
}
div.brick_copy.no-margin {
  margin: 0;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.brick_copy.animate {
    transform: translateY(-100px);
    transition: transform 0.6s, opacity 0.6s;
    opacity: 0;
  }
  div.brick_copy.animate.visible {
    opacity: 1;
    transform: translateY(0);
  }
}
div.brick_copy .btn_default {
  margin-top: 10px;
}
div.brick_copy.box.bg_black_opacity_50 .copy_default p,
div.brick_copy.box.bg_black_opacity_50 .copy_default li,
div.brick_copy.box.bg_black_opacity_50 .copy_default a {
  color: #fff;
}
div.brick_copy.box.bg_black_opacity_50 .copy_default li:before {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  div.brick_copy .copy_default {
    overflow-x: auto;
  }
}
div.brick_img.no-margin {
  margin: 0;
}
div.brick_img.animate {
  transform: translateX(-100px);
  transition: transform 0.6s, opacity 0.6s;
  opacity: 0;
}
div.brick_img.animate.visible {
  opacity: 1;
  transform: translateX(0);
}
div.brick_img img {
  width: auto;
}
div.brick_img .holder {
  position: relative;
  display: block;
}
div.brick_img .holder .copy_default {
  background-color: rgba(6, 199, 204, 0.6);
  color: #fff;
  padding: 15px;
}
@media only screen and (min-width: 1025px) {
  div.brick_img .holder .copy_default {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
div.brick_video.played img {
  display: none;
}
div.brick_video.paused img {
  display: block;
}
div.brick_video .videobox {
  position: relative;
  overflow: hidden;
}
div.brick_video .videobox:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 55.6%;
}
div.brick_video .videobox img,
div.brick_video .videobox video,
div.brick_video .videobox picture,
div.brick_video .videobox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.brick_video .videobox img {
  z-index: 2;
  height: auto;
}
.brick_card {
  position: relative;
}
.brick_card .copy-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.brick_card .copy-box.copy-bg {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
}
.brick_card .img-box img,
.brick_card .img-box picture {
  width: 100%;
}
.brick_card .btn_default {
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 5px;
}
.brick_header {
  text-align: center;
  position: relative;
}
.brick_header_copybox {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 875px;
  padding-left: 100px;
}
@media only screen and (min-width: 1025px) {
  .brick_header_copybox.align_center {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .brick_header_copybox.align_center:after {
    display: none;
  }
  .brick_header_copybox.align_right {
    text-align: right;
    right: 0;
    left: auto;
    padding-right: 100px;
    padding-left: 0;
  }
  .brick_header_copybox.align_right:after {
    right: 0;
    left: auto;
  }
  .brick_header_copybox.align_lefttop {
    transform: translateX(0);
    top: 0;
  }
  .brick_header_copybox.align_leftbot {
    top: unset;
    bottom: 0;
  }
}
.brick_header_copybox.opacity_100:after {
  background-color: #ffffff;
}
.brick_header_copybox.opacity_100 .default_headline {
  background-color: #ffffff;
}
.brick_header_copybox.opacity_90:after {
  background-color: rgba(255, 255, 255, 0.9);
}
.brick_header_copybox.opacity_90 .default_headline {
  background-color: rgba(255, 255, 255, 0.9);
}
.brick_header_copybox.opacity_80:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.brick_header_copybox.opacity_80 .default_headline {
  background-color: rgba(255, 255, 255, 0.8);
}
.brick_header_copybox.opacity_70:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.brick_header_copybox.opacity_70 .default_headline {
  background-color: rgba(255, 255, 255, 0.7);
}
.brick_header_copybox.opacity_60:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.brick_header_copybox.opacity_60 .default_headline {
  background-color: rgba(255, 255, 255, 0.6);
}
.brick_header_copybox.opacity_50:after {
  background-color: rgba(255, 255, 255, 0);
}
.brick_header_copybox.opacity_50 .default_headline {
  background-color: rgba(255, 255, 255, 0.5);
}
.brick_header_copybox.opacity_40:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.brick_header_copybox.opacity_40 .default_headline {
  background-color: rgba(255, 255, 255, 0.4);
}
.brick_header_copybox.opacity_30:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.brick_header_copybox.opacity_30 .default_headline {
  background-color: rgba(255, 255, 255, 0.3);
}
.brick_header_copybox.opacity_20:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.brick_header_copybox.opacity_20 .default_headline {
  background-color: rgba(255, 255, 255, 0.2);
}
.brick_header_copybox.opacity_10:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.brick_header_copybox.opacity_10 .default_headline {
  background-color: rgba(255, 255, 255, 0.1);
}
.brick_header_copybox.opacity_0:after {
  background-color: rgba(255, 255, 255, 0);
}
.brick_header_copybox.opacity_0 .default_headline {
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 640px) {
  .brick_header_copybox {
    padding-left: 15px;
  }
}
.brick_header_copybox:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .brick_header_copybox:after {
    display: none;
  }
}
.brick_header_copybox .default_headline_spacer {
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}
.brick_header_copybox .default_headline {
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 640px) {
  .brick_header_copybox .default_headline {
    background-color: transparent;
  }
}
.brick_header_copybox .default_headline.h1_headline,
.brick_header_copybox .default_headline.h2_headline {
  line-height: 0;
}
@media only screen and (max-width: 640px) {
  .brick_header_copybox .default_headline.h1_headline,
  .brick_header_copybox .default_headline.h2_headline {
    display: block;
    width: 100%;
  }
}
.brick_header_copybox .default_headline.h1_headline h1,
.brick_header_copybox .default_headline.h2_headline h1 {
  line-height: 62px;
}
@media only screen and (max-width: 640px) {
  .brick_header_copybox .default_headline.h1_headline h1,
  .brick_header_copybox .default_headline.h2_headline h1 {
    font-size: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
  }
}
.brick_header_copybox .default_headline.h1_headline h2,
.brick_header_copybox .default_headline.h2_headline h2 {
  line-height: 58px;
}
@media only screen and (max-width: 640px) {
  .brick_header_copybox .default_headline.h1_headline h2,
  .brick_header_copybox .default_headline.h2_headline h2 {
    font-size: 28px;
    line-height: 30px;
    display: block;
    width: 100%;
  }
}
.brick_header_copybox .default_headline.h2_headline {
  display: block;
}
div.brick_galery {
  margin-top: 20px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.brick_galery {
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 640px) {
  div.brick_galery {
    margin-top: 12.5px;
  }
}
div.brick_galery_item {
  margin-top: 20px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.brick_galery_item {
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 640px) {
  div.brick_galery_item {
    margin-top: 12.5px;
  }
}
div.brick_boxes {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.brick_boxes {
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 640px) {
  div.brick_boxes {
    margin-top: 12.5px;
  }
}
div.brick_boxes.custom {
  padding-bottom: 20px;
}
div.brick_boxes.custom .brick_boxes_item {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: transform 0.3s, box-shadow 0.3s;
}
div.brick_boxes.custom .brick_boxes_item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4);
}
div.brick_boxes.custom .brick_boxes_item:hover img {
  transform: none;
  box-shadow: none;
}
div.brick_boxes.custom .brick_boxes_item:hover .inbox {
  transform: none;
  top: 0;
}
div.brick_boxes.custom img {
  display: block;
  width: 80px;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 3px;
  overflow: hidden;
}
div.brick_boxes.custom .inbox {
  padding: 0 0 0 100px;
  position: static;
  background: none;
}
div.brick_boxes.custom .copy_default {
  margin-top: 5px;
}
div.brick_boxes.custom p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  min-height: 57px;
}
div.brick_boxes.custom .brick_boxes_item-white .default_headline,
div.brick_boxes.custom .brick_boxes_item-white .copy_default,
div.brick_boxes.custom .brick_boxes_item-white p,
div.brick_boxes.custom .brick_boxes_item-white a {
  color: #000;
}
div.brick_boxes.onslide .brick_boxes_item {
  position: relative;
}
div.brick_boxes.onslide .brick_boxes_item:hover img {
  transform: none;
  box-shadow: none;
}
div.brick_boxes.onslide .brick_boxes_item:hover .inbox {
  transform: none;
  top: 0;
  float: left;
}
div.brick_boxes.onslide img {
  display: block;
  width: 66%;
  float: right;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.brick_boxes.onslide img {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  div.brick_boxes.onslide img {
    float: none;
    width: 100%;
  }
}
div.brick_boxes.onslide .inbox {
  position: static;
  background: none;
  width: 354px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.brick_boxes.onslide .inbox {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  div.brick_boxes.onslide .inbox {
    width: auto;
  }
}
div.brick_boxes.onslide .brick_boxes_item-white .default_headline,
div.brick_boxes.onslide .brick_boxes_item-white .copy_default,
div.brick_boxes.onslide .brick_boxes_item-white p,
div.brick_boxes.onslide .brick_boxes_item-white a {
  color: #000;
}
div.brick_boxes.onslide .swiper-button-next,
div.brick_boxes.onslide .swiper-button-prev {
  top: auto;
  bottom: 10px;
  height: 20px;
  width: 20px;
  margin: 0;
}
div.brick_boxes.onslide .swiper-button-next:focus,
div.brick_boxes.onslide .swiper-button-prev:focus {
  outline: none;
}
div.brick_boxes.onslide .swiper-button-next:after,
div.brick_boxes.onslide .swiper-button-prev:after {
  background-size: auto 15px;
  height: 20px;
  width: 20px;
}
div.brick_boxes.onslide .swiper-button-next {
  right: 0;
}
div.brick_boxes.onslide .swiper-button-prev {
  left: 0;
}
div.brick_boxes.onslide .swiper-container {
  padding-bottom: 60px;
}
div.brick_boxes-mobile_view .cell {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
div.brick_boxes-mobile_view-grid-x {
  margin-top: 0;
  position: relative;
  transition: transform 0.3s;
}
a.brick_boxes_item,
div.brick_boxes_item {
  display: block;
  margin-top: 20px;
  position: relative;
}
a.brick_boxes_item:hover img,
div.brick_boxes_item:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.4);
}
a.brick_boxes_item:hover .inbox,
div.brick_boxes_item:hover .inbox {
  transform: scale(1.05);
  top: -5px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  a.brick_boxes_item,
  div.brick_boxes_item {
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 640px) {
  a.brick_boxes_item,
  div.brick_boxes_item {
    margin-top: 12.5px;
  }
}
a.brick_boxes_item img,
div.brick_boxes_item img {
  width: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
a.brick_boxes_item .inbox,
div.brick_boxes_item .inbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 20px;
  background-color: rgba(6, 199, 204, 0.6);
  transition: top 0.3s, transform 0.3s;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  a.brick_boxes_item .inbox,
  div.brick_boxes_item .inbox {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  a.brick_boxes_item .inbox,
  div.brick_boxes_item .inbox {
    padding: 15px;
  }
}
.brick_boxes-mobile_view.first .prev {
  opacity: 0;
}
.brick_boxes-mobile_view.last .next {
  opacity: 0;
}
.brick_boxes-mobile_view .navigation .prev,
.brick_boxes-mobile_view .navigation .next {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  height: 40px;
  width: 40px;
  background-image: url("/var/static/img/chevron-left-light.svg");
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.brick_boxes-mobile_view .navigation .next {
  left: auto;
  right: 1.25rem;
  background-image: url("/var/static/img/chevron-right-light.svg");
}
.brick_boxes_item-black .default_headline,
.brick_boxes_item-black .copy_default,
.brick_boxes_item-black p,
.brick_boxes_item-black a {
  color: #000;
}
.brick_boxes_item-white .default_headline,
.brick_boxes_item-white .copy_default,
.brick_boxes_item-white p,
.brick_boxes_item-white a {
  color: #fff;
}
.brick_newsletter input[type="text"],
.brick_newsletter input[type="email"] {
  padding-top: 0;
  padding-bottom: 0;
  height: 64px;
}
.brick_newsletter .negative_margin {
  margin: -80px 0;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_newsletter .negative_margin {
    margin: 55px 0;
  }
}
@media only screen and (max-width: 640px) {
  .brick_newsletter .negative_margin {
    margin: 25px 0;
  }
}
.brick_cybernav {
  position: relative;
  overflow: hidden;
}
.brick_cybernav:not(.custom) .main_bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .main_bg {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .main_bg {
    max-width: 640px;
  }
}
.brick_cybernav:not(.custom):after {
  content: "";
  display: block;
  width: 100%;
  height: 800px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom):after {
    height: 650px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom):after {
    height: 500px;
  }
}
.brick_cybernav:not(.custom) .area {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 540px;
  max-height: 624px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area {
    max-width: 360px;
    max-height: 416px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area {
    max-width: 294.3px;
    max-height: 340.08px;
  }
}
.brick_cybernav:not(.custom) .area .point {
  position: absolute;
  text-align: center;
  cursor: pointer;
  transition: opacity 1.5s, transform 1s;
  width: 180px;
  height: 156px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point {
    width: 120px;
    height: 104px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point {
    width: 98.1px;
    height: 85.02px;
  }
}
.brick_cybernav:not(.custom) .area .point.disabled {
  opacity: 0;
}
.brick_cybernav:not(.custom) .area .point.active {
  transform: scale(13);
  opacity: 0;
}
.brick_cybernav:not(.custom) .area .point.active:hover .small_bg {
  opacity: 0;
}
.brick_cybernav:not(.custom) .area .point.hover:after {
  opacity: 1;
  z-index: 3;
}
.brick_cybernav:not(.custom) .area .point:before,
.brick_cybernav:not(.custom) .area .point:after {
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 180px auto;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point:before,
  .brick_cybernav:not(.custom) .area .point:after {
    background-size: 120px auto;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point:before,
  .brick_cybernav:not(.custom) .area .point:after {
    background-size: 98.1px auto;
  }
}
.brick_cybernav:not(.custom) .area .point:after {
  opacity: 0;
  transition: opacity 0.3s;
}
.brick_cybernav:not(.custom) .area .point.top-left:after {
  background-image: url("/var/static/img/cybernav/hover/poly-top-left.svg");
}
.brick_cybernav:not(.custom) .area .point.top-right:after {
  background-image: url("/var/static/img/cybernav/hover/poly-top-right.svg");
}
.brick_cybernav:not(.custom) .area .point.bottom-center:after {
  background-image: url("/var/static/img/cybernav/hover/poly-bottom-center.svg");
}
.brick_cybernav:not(.custom) .area .point.top-center:after {
  background-image: url("/var/static/img/cybernav/hover/poly-top-center.svg");
}
.brick_cybernav:not(.custom) .area .point.bottom-left:after {
  background-image: url("/var/static/img/cybernav/hover/poly-bottom-left.svg");
}
.brick_cybernav:not(.custom) .area .point.bottom-right:after {
  background-image: url("/var/static/img/cybernav/hover/poly-bottom-right.svg");
}
.brick_cybernav:not(.custom) .area .point:hover:after {
  opacity: 1;
  z-index: 3;
}
.brick_cybernav:not(.custom) .area .point span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.3s;
  font: 15px 'Gellix';
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point span {
    font: 10.5px 'Gellix';
  }
}
.brick_cybernav:not(.custom) .area .point span + .small_bg {
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.brick_cybernav:not(.custom) .area .point.top-left:before {
  background-image: url("/var/static/img/cybernav/poly-top-left.svg");
}
.brick_cybernav:not(.custom) .area .point.top-right:before {
  background-image: url("/var/static/img/cybernav/poly-top-right.svg");
}
.brick_cybernav:not(.custom) .area .point.bottom-center:before {
  background-image: url("/var/static/img/cybernav/poly-bottom-center.svg");
}
.brick_cybernav:not(.custom) .area .point.top-center:before {
  background-image: url("/var/static/img/cybernav/poly-top-center.svg");
}
.brick_cybernav:not(.custom) .area .point.bottom-left:before {
  background-image: url("/var/static/img/cybernav/poly-bottom-left.svg");
}
.brick_cybernav:not(.custom) .area .point.bottom-right:before {
  background-image: url("/var/static/img/cybernav/poly-bottom-right.svg");
}
.brick_cybernav:not(.custom) .area .point.default:before {
  background-image: url("/var/static/img/cybernav/poly-default.svg");
}
.brick_cybernav:not(.custom) .area .point.row1 {
  top: 0;
}
.brick_cybernav:not(.custom) .area .point.row2 {
  top: 72.6px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.row2 {
    top: 48.4px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.row2 {
    top: 39.567px;
  }
}
.brick_cybernav:not(.custom) .area .point.row3 {
  top: 145.2px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.row3 {
    top: 96.8px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.row3 {
    top: 79.134px;
  }
}
.brick_cybernav:not(.custom) .area .point.row4 {
  top: 217.8px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.row4 {
    top: 145.2px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.row4 {
    top: 118.701px;
  }
}
.brick_cybernav:not(.custom) .area .point.row5 {
  top: 290.4px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.row5 {
    top: 193.6px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.row5 {
    top: 158.268px;
  }
}
.brick_cybernav:not(.custom) .area .point.row6 {
  top: 363px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.row6 {
    top: 242px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.row6 {
    top: 197.835px;
  }
}
.brick_cybernav:not(.custom) .area .point.row7 {
  top: 435.6px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.row7 {
    top: 290.4px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.row7 {
    top: 237.402px;
  }
}
.brick_cybernav:not(.custom) .area .point.col1 {
  left: 0;
}
.brick_cybernav:not(.custom) .area .point.col2 {
  left: 126.1999998px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.col2 {
    left: 84.1333332px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.col2 {
    left: 68.77899989px;
  }
}
.brick_cybernav:not(.custom) .area .point.col3 {
  left: 252.3999996px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.col3 {
    left: 168.2666664px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.col3 {
    left: 137.55799978px;
  }
}
.brick_cybernav:not(.custom) .area .point.col4 {
  left: 378.5999994px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.col4 {
    left: 252.3999996px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.col4 {
    left: 206.33699967px;
  }
}
.brick_cybernav:not(.custom) .area .point.col5 {
  left: 504.7999992px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.col5 {
    left: 336.5333328px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.col5 {
    left: 275.11599956px;
  }
}
.brick_cybernav:not(.custom) .area .point.col6 {
  left: 630.999999px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.col6 {
    left: 420.666666px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.col6 {
    left: 343.89499946px;
  }
}
.brick_cybernav:not(.custom) .area .point.col7 {
  left: 757.1999988px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_cybernav:not(.custom) .area .point.col7 {
    left: 504.7999992px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_cybernav:not(.custom) .area .point.col7 {
    left: 412.67399935px;
  }
}
.brick_cybernav .sub_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.brick_cybernav .sub_area.active {
  z-index: 2;
}
.brick_cybernav .sub_area .page {
  position: absolute;
  width: 0%;
  height: 0%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s, left 1s, top 1s, height 1s, width 1s;
}
.brick_cybernav .sub_area .page.active {
  opacity: 1;
  z-index: 2;
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  width: 100%;
}
.brick_cybernav .sub_area .page .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 50%, transparent 100%);
  opacity: 0.5;
  z-index: 2;
  position: relative;
}
.brick_cybernav .sub_area .page .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.brick_cybernav .sub_area .page .bg img {
  display: block;
  object-fit: cover;
  height: 100%;
  z-index: 1;
}
.brick_cybernav .sub_area .page .close {
  position: absolute;
  right: 20px;
  top: 80px;
  color: #fff;
  cursor: pointer;
  padding-left: 60px;
  z-index: 2;
}
.brick_cybernav .sub_area .page .close:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/var/static/img/long-arrow-left-light.png");
  background-repeat: no-repeat;
  background-position: center;
}
.brick_cybernav .sub_area .page .links {
  min-width: 320px;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .brick_cybernav .sub_area .page .links {
    bottom: 10px;
  }
}
.brick_cybernav .sub_area .page .links a {
  color: #fff;
  display: block;
  position: relative;
  padding: 10px 0 10px 50px;
  transition: padding-left 0.5s;
}
.brick_cybernav .sub_area .page .links a:hover {
  padding-left: 100px;
}
.brick_cybernav .sub_area .page .links a:hover:before {
  height: 10px;
  width: 80px;
}
.brick_cybernav .sub_area .page .links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  border-radius: 0 5px 5px 0;
  background: #fff;
  display: block;
  transition: height 0.5s, width 0.5s;
}
.brick_cybernav .sub_area .page .title {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 60px;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .brick_cybernav .sub_area .page .title {
    width: 90%;
    bottom: auto;
    right: auto;
    left: 20px;
    top: 60px;
  }
}
.brick_cybernav .sub_area .page .title .default_headline {
  text-transform: uppercase;
  max-width: 500px;
}
.brick_cybernav .sub_area .page .title .copy_default {
  color: #fff;
  max-width: 500px;
}
.brick_cybernav .mobile-header {
  display: none;
}
.brick_cybernav.custom {
  background-image: url("/Mediathek/Startseite/startseite.jpg");
  background-position: center;
  background-size: auto 200%;
  background-repeat: no-repeat;
  height: 661px;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom {
    height: auto;
    background: none;
  }
}
@media only screen and (min-width: 1660px) {
  .brick_cybernav.custom {
    background-size: auto 300%;
  }
}
.brick_cybernav.custom .mobile-header {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .mobile-header {
    display: block;
  }
}
.brick_cybernav.custom .area {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 661px;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area {
    height: auto;
  }
}
.brick_cybernav.custom .area:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  height: 100%;
  width: 1280px;
  background-image: url("/var/static/img/cybernav/v2/cyber-midle.svg");
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area:before {
    display: none;
  }
}
.brick_cybernav.custom .area:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  height: 100%;
  width: 1280px;
  background-image: url("/var/static/img/cybernav/v2/cyber-border.svg");
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area:after {
    display: none;
  }
}
.brick_cybernav.custom .area .inbox:after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("/var/static/img/cybernav/v2/cyber-border-tile.svg");
  background-repeat: repeat-x;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area .inbox:after {
    display: none;
  }
}
.brick_cybernav.custom .area .inbox:before {
  content: "";
  position: absolute;
  right: -100%;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("/var/static/img/cybernav/v2/cyber-border-tile.svg");
  background-repeat: repeat-x;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area .inbox:before {
    display: none;
  }
}
.brick_cybernav.custom .area .inbox .nav {
  position: absolute;
  z-index: 3;
  left: 69.3%;
  top: 120px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area .inbox .nav {
    position: static;
  }
}
.brick_cybernav.custom .area .inbox .nav:after {
  content: "";
  position: absolute;
  top: -120px;
  right: -578px;
  width: 100%;
  height: 661px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area .inbox .nav:after {
    display: none;
  }
}
@media only screen and (min-width: 1660px) {
  .brick_cybernav.custom .area .inbox .nav:after {
    display: none;
  }
}
.brick_cybernav.custom .area .inbox .nav i {
  display: block;
  color: #000;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  height: 30px;
  padding-left: 10px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area .inbox .nav i {
    margin-top: 50px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.brick_cybernav.custom .area .inbox .nav .point {
  background-color: #92BBE6;
  width: 100%;
  margin-top: 10px;
  position: relative;
  height: 60px;
  padding-left: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .brick_cybernav.custom .area .inbox .nav .point {
    margin-left: 0 !important;
    margin-top: 0;
    padding-left: 40px;
  }
}
.brick_cybernav.custom .area .inbox .nav .point > * {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
}
.brick_cybernav.custom .area .inbox .nav .point:before {
  position: absolute;
  left: -60px;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 30px solid #92BBE6;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #92BBE6;
  border-top: 30px solid transparent;
}
.brick_cybernav.custom .area .inbox .nav .point.c2-1 {
  margin-left: -70px;
}
.brick_cybernav.custom .area .inbox .nav .point.c2-2 {
  margin-left: -140px;
}
.brick_cybernav.custom .area .inbox .nav .point.c2-3 {
  margin-left: -210px;
}
.brick_cybernav.custom .area .inbox .nav .point.c2-4 {
  margin-left: -280px;
}
.brick_cybernav.custom .area .inbox .nav .point.c2-5 {
  margin-left: -350px;
}
.brick_cybernav.custom .area .inbox .nav .point.c2-6 {
  margin-left: -420px;
  display: none;
}
.brick_cybernav.custom .sub_area.active {
  z-index: 4;
}
.brick_cybernav.custom .sub_area .page .bg img {
  width: 100%;
}
.brick_swiper .swiper-container.top .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 50%, transparent 100%);
  opacity: 0.5;
  z-index: 1;
}
.brick_swiper .swiper-container .swiper-slide {
  position: relative;
}
.brick_swiper .swiper-container .swiper-slide .box {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: 0;
  color: #fff;
}
.brick_swiper .location-holder {
  margin-top: 50px;
  position: relative;
}
.brick_swiper .location-holder .large-6 .swiper-container.bot .brick_copy {
  margin: 0;
}
.brick_swiper .location-holder .large-6 .swiper-container.bot .swiper-slide-active .copy_default * {
  color: #000048;
}
.brick_swiper .swiper-button-prev,
.brick_swiper .swiper-button-next {
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}
.brick_swiper .swiper-button-prev:after,
.brick_swiper .swiper-button-next:after {
  height: 20px;
  width: 20px;
  color: #000;
  font-size: 25px;
  content: "";
}
.brick_swiper .swiper-button-prev {
  left: 20px;
}
@media screen and (min-width: 40em) {
  .brick_swiper .swiper-button-prev {
    left: 20%;
  }
}
.brick_swiper .swiper-button-prev:after {
  background-image: url("/var/static/img/chevron-left-black.png");
  background-repeat: no-repeat;
  background-size: auto 20px;
}
.brick_swiper .swiper-button-next {
  right: 20px;
}
@media screen and (min-width: 40em) {
  .brick_swiper .swiper-button-next {
    right: 20%;
  }
}
.brick_swiper .swiper-button-next:after {
  background-image: url("/var/static/img/chevron-right-black.png");
  background-repeat: no-repeat;
  background-size: auto 20px;
}
.brick_swiper .swiper-line {
  position: absolute;
  height: 80px;
  width: 2px;
  left: 45%;
  top: -100px;
  z-index: 99;
  transform: translateX(-50%);
  background-color: #000048;
}
.reveal .brick_contact {
  margin: 0;
}
.reveal .brick_contact p a {
  font-size: 15px;
  line-height: 26px;
}
.reveal .brick_contact textarea {
  min-height: 100px;
}
.reveal.service .copy {
  font-size: inherit;
}
.reveal.service .copy a {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: #06C7CC;
}
.reveal.service .copy a:hover {
  color: #26EFE9;
}
.blog.detail h1 {
  text-transform: none;
}
.blog .entry {
  margin-bottom: 50px;
}
.blog .copy-box {
  padding: 15px;
}
.blog .date {
  margin-bottom: 15px;
}
.blog .image {
  display: block;
}
.blog .default_headline {
  margin-bottom: 15px;
}
.blog .copy_default > * {
  line-height: 1.2rem;
}
.blog .btn_default {
  width: 100%;
  text-align: center;
  line-height: 23px;
  margin-top: 15px;
}
.blog .btn_default.next,
.blog .btn_default.prev {
  position: relative;
  padding: 5px 30px;
}
.blog .btn_default.next:before,
.blog .btn_default.prev:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 33px;
  width: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.blog .btn_default.next:before {
  right: 0;
  background-image: url("/var/static/img/angle-double-right-solid.png");
}
.blog .btn_default.prev:before {
  left: 0;
  background-image: url("/var/static/img/angle-double-left-solid.png");
}
.blog .paging {
  margin-top: 50px;
}
.blog .paging .btn_default {
  width: auto;
}
.blog .paging a:not(.btn_default) {
  color: #AFC604;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.blog .paging a:not(.btn_default).active {
  border-radius: 50%;
  background-color: #AFC604;
  color: #fff;
}
.brick_boxes .swiper-button-prev:after {
  background-image: url(/var/static/img/esg-edge-left.svg);
  background-repeat: no-repeat;
  background-size: auto 40px;
  content: "";
  height: 72px;
  width: 30px;
  background-position: center;
}
.brick_boxes .swiper-button-next:after {
  background-image: url(/var/static/img/esg-edge-right.svg);
  background-repeat: no-repeat;
  background-size: auto 40px;
  content: "";
  height: 72px;
  width: 30px;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .brick_newsteaser .entry {
    margin-bottom: 15px;
  }
}
.brick_newsteaser a {
  display: block;
}
.brick_newsteaser .image {
  display: block;
  text-align: center;
}
.brick_newsteaser .image img {
  border-radius: 5px 5px 0 0;
}
.brick_newsteaser .copy-box {
  text-align: center;
  padding: 10px;
}
.brick_newsteaser .copy-box p {
  line-height: 20px;
}
.brick_newsteaser .copy-box .date {
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .brick_newsteaser .copy-box .date {
    text-align: center;
  }
}
.brick_newsteaser .copy-box .default_headline {
  margin-bottom: 10px;
}
.brick_newsteaser .btn_default {
  margin-top: 15px;
  display: inline-block;
}
.brick_cleverreach .mce_text {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.brick_cleverreach .mce_text:not(.active) {
  /*height: 50px*/
}
.brick_cleverreach .mce_text:not(.active):after {
  content: "";
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 92%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
}
.brick_cleverreach .formbox {
  padding: 0;
}
.brick_cleverreach .cr_ipe_item {
  padding: 0;
  margin: 0;
}
.brick_boxes_cc {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brick_boxes_cc {
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 640px) {
  .brick_boxes_cc {
    margin-top: 12.5px;
  }
}
.brick_boxes_cc .brick_boxes_cc_container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
  z-index: 1;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .brick_boxes_item .image-holder img {
  opacity: 1;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .brick_boxes_item .inbox .h4_headline {
  opacity: 1;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item {
  margin-top: 0px;
  position: relative;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .image-holder {
  height: calc(100% - 130px);
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .image-holder .hover-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .image-holder.odd {
  background-color: #2F78c4;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .image-holder.even {
  background-color: #6AA2DC;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .image-holder img {
  opacity: 0.7;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .image-holder:hover .main-image {
  opacity: 0;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .image-holder:hover .hover-img {
  opacity: 1;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .inbox {
  position: relative;
  height: 100px;
  overflow: hidden;
  padding: 20px 10px 10px 10px;
  text-align: center;
  color: #252543;
  background-color: #ffffff;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .inbox .h5_headline {
  margin-bottom: 5px;
  font-size: 16px;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .inbox .h4_headline {
  opacity: 0.2;
  transition: opacity 0.3s;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item .inbox .h4_headline p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item:hover img {
  transform: none;
  box-shadow: none;
  opacity: 1;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item:hover .inbox {
  transform: none;
  top: 0;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-container .swiper-wrapper .swiper-slide .brick_boxes_item:hover .inbox .h4_headline {
  opacity: 1;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  left: 0;
  width: 100%;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #666666;
  height: 5px;
  width: 5px;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0033a0;
  height: 10px;
  width: 10px;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-button-prev,
.brick_boxes_cc .brick_boxes_cc_container .swiper-button-next {
  height: calc(100% - 130px);
  top: 0;
  margin-top: 0;
  background-color: #000048;
  width: 40px;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-button-prev {
  left: 0;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-button-next {
  right: 0;
}
.brick_boxes_cc .brick_boxes_cc_container .swiper-button-prev:after,
.brick_boxes_cc .brick_boxes_cc_container .swiper-button-next:after {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.brick_accordion.no-margin {
  margin-top: 0;
}
.brick_accordion .headline + .item,
.brick_accordion .subline + .item {
  margin-top: 25px;
}
.brick_accordion .item {
  margin: 0 0 2px 0;
}
.brick_accordion .item.active .subline {
  background: #00236d;
}
.brick_accordion .item.active .subline:after {
  transform: rotate(270deg);
}
.brick_accordion .item.active .box {
  background: #fff;
  color: #000;
  display: block;
  border: 1px solid #ccc;
  padding: 1rem;
}
.brick_accordion .item .subline {
  background: #0033a0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  color: #fff;
  padding: 1.25rem 1rem;
  padding-right: 50px;
  font-weight: bold;
}
.brick_accordion .item .subline:hover {
  background: #00236d;
}
.brick_accordion .item .subline::after {
  content: '';
  position: absolute;
  right: 20px;
  height: 30px;
  width: 30px;
  background: url(/var/static/img/chevron-left-light.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  transform: rotate(90deg);
}
.brick_accordion .item .box {
  padding-top: 0;
  display: none;
}
div.brick_popup_button.no-margin {
  margin: 0;
}
div.brick_popup_button .btn_default {
  margin-top: 10px;
  width: 100%;
  line-height: 1.2;
  padding: 20px;
  background: #fff;
  color: #000048;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  transition: transform 0.3s, box-shadow 0.3s;
  text-transform: unset;
}
div.brick_popup_button .btn_default.btn_default-blue {
  background: linear-gradient(120deg, #2f78c4 0%, #97f5f7 100%);
  color: #000048;
}
div.brick_popup_button .btn_default.btn_default-green {
  background: radial-gradient(at 18% 95%, #030060 0, rgba(3, 0, 96, 0.001) 80%), radial-gradient(at 85% 81%, #0ff 0, rgba(0, 255, 255, 0.001) 80%), radial-gradient(at 60% 99%, #3afded 10%, rgba(58, 253, 237, 0.001) 50%), radial-gradient(at 35% 15%, #fbf9e8 0, rgba(251, 249, 232, 0.75) 10%, rgba(251, 249, 232, 0.001) 20%), radial-gradient(at 39% 25%, #fcf7e7 0, rgba(252, 247, 231, 0.75) 30%, rgba(252, 247, 231, 0.001) 60%), radial-gradient(at 2% 2%, #f6d6d8 0, rgba(246, 214, 216, 0.001) 55%), radial-gradient(at 0 98%, #250075 0, rgba(37, 0, 117, 0.001) 85%), radial-gradient(at 98% 3%, #0037ad 0, rgba(0, 55, 173, 0.001) 85%), radial-gradient(at 76% 2%, #0270bb 10%, rgba(2, 112, 187, 0.001) 60%);
  color: #fff;
}
.popup-title {
  padding: 24px 0;
}
.reveal img {
  width: auto;
}
.reveal .close-button {
  font-size: 22px;
  padding: 2px 9px;
  background: #000048;
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 100px;
}
.brick_messestand .messe-wrap {
  position: relative;
}
.brick_messestand .messe-wrap .plus {
  outline: 0;
  position: absolute;
  cursor: pointer;
  /*width: 3.5%;*/
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.8s;
}
.brick_messestand .messe-wrap .plus .messestand-location {
  font-size: 7px;
  /* font-weight: 600;*/
  text-align: center;
  /*background-color: #1554ff;*/
  color: #ffffff;
  /*line-height: 1.5;*/
}
@media screen and (min-width: 330px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 7px;
  }
}
@media screen and (min-width: 330px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 8px;
  }
}
@media screen and (min-width: 380px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 9px;
  }
}
@media screen and (min-width: 430px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 10px;
  }
}
@media screen and (min-width: 470px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 11px;
  }
}
@media screen and (min-width: 500px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 12px;
  }
}
@media screen and (min-width: 544px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 13px;
  }
}
@media screen and (min-width: 586px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 14px;
  }
}
@media screen and (min-width: 626px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 15px;
  }
}
@media screen and (min-width: 664px) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 16px;
  }
}
@media screen and (min-width: 60em) {
  .brick_messestand .messe-wrap .plus .messestand-location {
    font-size: 20px;
  }
}
.brick_messestand .messe-wrap .plus:hover {
  transform: scale(1.5);
}
.brick_services {
  background-color: #000048;
}
.brick_services .container {
  position: relative;
  width: 100%;
  min-width: 300px;
}
.brick_services .container .box {
  position: absolute;
  left: 0;
  border: 2px solid;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
.brick_services .container .box .text-container {
  /* display: flex;
                 flex-direction: column;
                 gap: 10px;*/
}
.brick_services .container .box.red {
  background-color: #000048;
  border-color: #7596c7;
  border-radius: 10px;
  width: 100%;
  min-width: 300px;
  padding: 15px 10px 35px 10px;
  top: 0;
  left: 0;
}
.brick_services .container .box.red::after {
  content: "";
  display: block;
  background-image: url("/var/static/img/beyond-car.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 40px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 15px);
}
.brick_services .container .box.red .red-rows {
  position: absolute;
  width: 100%;
  left: 0;
}
.brick_services .container .box.red .red-rows h3 {
  color: #7596c7;
}
.brick_services .container .box.red .red-rows .red-row {
  cursor: pointer;
}
.brick_services .container .box.green {
  background-color: #000048;
  border-color: #1db4c1;
  border-radius: 10px;
  min-width: 280px;
  width: calc(100% - 20px);
  padding: 15px 10px 35px 10px;
  left: 10px;
}
.brick_services .container .box.green::after {
  content: "";
  display: block;
  background-image: url("/var/static/img/outside-car.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 40px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 15px);
}
.brick_services .container .box.green .green-rows {
  position: absolute;
  width: 100%;
  left: 0;
}
.brick_services .container .box.green .green-rows h3 {
  color: #1db4c1;
}
.brick_services .container .box.green .green-rows .green-row {
  cursor: pointer;
}
.brick_services .container .box.blue {
  background-color: #000048;
  border-color: #ffc000;
  border-radius: 10px;
  min-width: 260px;
  width: calc(100% - 40px);
  padding: 15px 10px 35px 10px;
  left: 20px;
}
.brick_services .container .box.blue::after {
  content: "";
  display: block;
  background-image: url("/var/static/img/inside-car.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 50px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 15px);
}
.brick_services .container .box.blue .blue-rows h3 {
  color: #ffc000;
}
.brick_services .container .box.blue .blue-rows .blue-row {
  cursor: pointer;
}
.brick_services .container .box .plus {
  transition: all 0.8s;
  padding-bottom: 10px;
}
.brick_services .container .box .plus:hover {
  transform: scale(1.5);
}
.brick_services .container .box h3 {
  background-color: red;
}
/*# sourceMappingURL=china_blocks.css.map */