body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost-Bold';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost-Bold';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost-Bold';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #506893 !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #97c98a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-success,
.btn-success:active {
  background-color: #506893 !important;
  border-color: #506893 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #31405b !important;
  border-color: #31405b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #31405b !important;
  border-color: #31405b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #97c98a !important;
  border-color: #97c98a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #63ad50 !important;
  border-color: #63ad50 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #63ad50 !important;
  border-color: #63ad50 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #506893;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #31405b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #506893 !important;
  border-color: #506893 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #97c98a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #63ad50 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #97c98a !important;
  border-color: #97c98a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fafafa !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #506893 !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #97c98a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c7c7c7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2c3951 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5da24b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #97c98a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9aabc8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-soUCFJpC5d {
  z-index: 1000;
  width: 100%;
}
.cid-soUCFJpC5d nav.navbar {
  position: fixed;
}
.cid-soUCFJpC5d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soUCFJpC5d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-soUCFJpC5d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-soUCFJpC5d .dropdown-item:hover,
.cid-soUCFJpC5d .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-soUCFJpC5d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-soUCFJpC5d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-soUCFJpC5d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-soUCFJpC5d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soUCFJpC5d .nav-link {
  position: relative;
}
.cid-soUCFJpC5d .container {
  display: flex;
  margin: auto;
}
.cid-soUCFJpC5d .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soUCFJpC5d .dropdown-menu,
.cid-soUCFJpC5d .navbar.opened {
  background: #000000 !important;
}
.cid-soUCFJpC5d .nav-item:focus,
.cid-soUCFJpC5d .nav-link:focus {
  outline: none;
}
.cid-soUCFJpC5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-soUCFJpC5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soUCFJpC5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-soUCFJpC5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-soUCFJpC5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soUCFJpC5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soUCFJpC5d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-soUCFJpC5d .navbar.opened {
  transition: all 0.3s;
}
.cid-soUCFJpC5d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-soUCFJpC5d .navbar .navbar-logo img {
  width: auto;
}
.cid-soUCFJpC5d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-soUCFJpC5d .navbar.collapsed {
  justify-content: center;
}
.cid-soUCFJpC5d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soUCFJpC5d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soUCFJpC5d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soUCFJpC5d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soUCFJpC5d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-soUCFJpC5d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soUCFJpC5d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soUCFJpC5d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soUCFJpC5d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soUCFJpC5d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soUCFJpC5d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soUCFJpC5d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soUCFJpC5d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-soUCFJpC5d .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-soUCFJpC5d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soUCFJpC5d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soUCFJpC5d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-soUCFJpC5d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-soUCFJpC5d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soUCFJpC5d .navbar.navbar-short {
  min-height: 60px;
}
.cid-soUCFJpC5d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-soUCFJpC5d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-soUCFJpC5d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soUCFJpC5d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soUCFJpC5d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soUCFJpC5d .dropdown-item.active,
.cid-soUCFJpC5d .dropdown-item:active {
  background-color: transparent;
}
.cid-soUCFJpC5d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soUCFJpC5d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soUCFJpC5d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soUCFJpC5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-soUCFJpC5d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soUCFJpC5d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soUCFJpC5d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-soUCFJpC5d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-soUCFJpC5d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-soUCFJpC5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soUCFJpC5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soUCFJpC5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soUCFJpC5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soUCFJpC5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soUCFJpC5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soUCFJpC5d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soUCFJpC5d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soUCFJpC5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soUCFJpC5d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-soUCFJpC5d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-soUCFJpC5d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soUCFJpC5d .navbar {
    height: 70px;
  }
  .cid-soUCFJpC5d .navbar.opened {
    height: auto;
  }
  .cid-soUCFJpC5d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqAXHihGoZ {
  background-image: url("../../../assets/images/rhi-backgrnd-bluepcb-2000x1255.png");
}
.cid-uqAXHihGoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqAXHihGoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqAXHihGoZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uqAXHihGoZ .image-wrapper {
    max-width: 70%;
    margin-bottom: 2rem;
  }
}
.cid-uqAXHihGoZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uqAXHihGoZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uqAXHihGoZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqB2AYKkoH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqB2AYKkoH .item:focus,
.cid-uqB2AYKkoH span:focus {
  outline: none;
}
.cid-uqB2AYKkoH .item {
  cursor: default;
  margin-bottom: 2rem;
}
.cid-uqB2AYKkoH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqB2AYKkoH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uqB2AYKkoH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqB2AYKkoH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uqB2AYKkoH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uqB2AYKkoH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqB2AYKkoH .mbr-section-title {
  cursor: default;
  color: #232323;
  text-align: left;
}
.cid-uqB2AYKkoH .mbr-text,
.cid-uqB2AYKkoH .mbr-section-btn {
  text-align: center;
  cursor: default;
  color: #ffffff;
}
.cid-uqB2AYKkoH .item-title {
  text-align: center;
  cursor: default;
}
.cid-uqB2AYKkoH .item-subtitle {
  text-align: center;
  color: #fafafa;
  cursor: default;
}
.cid-u6BC6xNO3b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pcb-blue-banner-2000x786.png");
}
.cid-u6BC6xNO3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BC6xNO3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BC6xNO3b .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-u6BC6xNO3b .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-u6BC6xNO3b .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6BC6xNO3b .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6fOvwMgIn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-u6fOvwMgIn .mbr-text {
  cursor: default;
  color: #232323;
}
.cid-u6fOvwMgIn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u6fOvwMgIn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u6fOvwMgIn .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #232323;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uqB633DbdK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pcb-blue-banner-2000x786.png");
}
.cid-uqB633DbdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqB633DbdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqB633DbdK .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqB633DbdK .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqB633DbdK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqB633DbdK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6g4OpH4Uz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-u6g4OpH4Uz .mbr-text {
  cursor: default;
  color: #232323;
}
.cid-u6g4OpH4Uz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u6g4OpH4Uz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u6g4OpH4Uz .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #232323;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-u6BQa4seFC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u6BSn0Fzd5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-u6BSn0Fzd5 .mbr-text {
  cursor: default;
  align: left;
  color: #232323;
  text-align: left;
}
.cid-ub2k8V6K9I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub2k8V6K9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2k8V6K9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2k8V6K9I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ub2k8V6K9I .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ub2k8V6K9I .copyright {
  color: #bbbbbb;
}
.cid-sp0jAG3DBg {
  z-index: 1000;
  width: 100%;
}
.cid-sp0jAG3DBg nav.navbar {
  position: fixed;
}
.cid-sp0jAG3DBg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sp0jAG3DBg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sp0jAG3DBg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sp0jAG3DBg .dropdown-item:hover,
.cid-sp0jAG3DBg .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-sp0jAG3DBg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sp0jAG3DBg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sp0jAG3DBg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sp0jAG3DBg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sp0jAG3DBg .nav-link {
  position: relative;
}
.cid-sp0jAG3DBg .container {
  display: flex;
  margin: auto;
}
.cid-sp0jAG3DBg .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sp0jAG3DBg .dropdown-menu,
.cid-sp0jAG3DBg .navbar.opened {
  background: #000000 !important;
}
.cid-sp0jAG3DBg .nav-item:focus,
.cid-sp0jAG3DBg .nav-link:focus {
  outline: none;
}
.cid-sp0jAG3DBg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sp0jAG3DBg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sp0jAG3DBg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sp0jAG3DBg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sp0jAG3DBg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sp0jAG3DBg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sp0jAG3DBg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-sp0jAG3DBg .navbar.opened {
  transition: all 0.3s;
}
.cid-sp0jAG3DBg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sp0jAG3DBg .navbar .navbar-logo img {
  width: auto;
}
.cid-sp0jAG3DBg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sp0jAG3DBg .navbar.collapsed {
  justify-content: center;
}
.cid-sp0jAG3DBg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sp0jAG3DBg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sp0jAG3DBg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp0jAG3DBg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp0jAG3DBg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sp0jAG3DBg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp0jAG3DBg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sp0jAG3DBg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sp0jAG3DBg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp0jAG3DBg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp0jAG3DBg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp0jAG3DBg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp0jAG3DBg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sp0jAG3DBg .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sp0jAG3DBg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp0jAG3DBg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sp0jAG3DBg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sp0jAG3DBg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sp0jAG3DBg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sp0jAG3DBg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sp0jAG3DBg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sp0jAG3DBg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sp0jAG3DBg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sp0jAG3DBg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sp0jAG3DBg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp0jAG3DBg .dropdown-item.active,
.cid-sp0jAG3DBg .dropdown-item:active {
  background-color: transparent;
}
.cid-sp0jAG3DBg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp0jAG3DBg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp0jAG3DBg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp0jAG3DBg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sp0jAG3DBg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sp0jAG3DBg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp0jAG3DBg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sp0jAG3DBg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sp0jAG3DBg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sp0jAG3DBg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sp0jAG3DBg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sp0jAG3DBg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sp0jAG3DBg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sp0jAG3DBg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sp0jAG3DBg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sp0jAG3DBg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sp0jAG3DBg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sp0jAG3DBg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sp0jAG3DBg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sp0jAG3DBg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sp0jAG3DBg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sp0jAG3DBg .navbar {
    height: 70px;
  }
  .cid-sp0jAG3DBg .navbar.opened {
    height: auto;
  }
  .cid-sp0jAG3DBg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqB7b9PZIF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqB7b9PZIF .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-sLD1Xun2QI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pcb1-1900x747.jpg");
}
@media (max-width: 991px) {
  .cid-sLD1Xun2QI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLD1Xun2QI .image-wrapper img {
  cursor: default;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sLD1Xun2QI .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sLD1Xun2QI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sLD1Xun2QI .mbr-text,
.cid-sLD1Xun2QI .mbr-section-btn {
  cursor: default;
  text-align: left;
  color: #fafafa;
}
.cid-sLD1Xun2QI .mbr-section-title {
  cursor: default;
  color: #fafafa;
}
.cid-uqB8hYRrMq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-uqB8hYRrMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqB8hYRrMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqB8hYRrMq .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uqB8hYRrMq .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqB8hYRrMq .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-uqB8hYRrMq .card {
    margin-bottom: 2rem;
  }
  .cid-uqB8hYRrMq .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqB8hYRrMq .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqB8hYRrMq .card-title,
.cid-uqB8hYRrMq .card-box {
  color: #ffffff;
}
.cid-uqB8hYRrMq .icon-title {
  color: #232323;
}
.cid-uqB8hYRrMq .icon-text {
  color: #232323;
}
.cid-uqB8hYRrMq .mbr-text,
.cid-uqB8hYRrMq .mbr-section-btn {
  color: #232323;
}
.cid-uqB80rTWeV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pcb-blue-banner-2000x786.png");
}
.cid-uqB80rTWeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqB80rTWeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqB80rTWeV .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqB80rTWeV .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqB80rTWeV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqB80rTWeV .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6qrsmX4oK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ub2k8V6K9I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub2k8V6K9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2k8V6K9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2k8V6K9I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ub2k8V6K9I .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ub2k8V6K9I .copyright {
  color: #bbbbbb;
}
.cid-u6gdOrfBas {
  z-index: 1000;
  width: 100%;
}
.cid-u6gdOrfBas nav.navbar {
  position: fixed;
}
.cid-u6gdOrfBas .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6gdOrfBas .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6gdOrfBas .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6gdOrfBas .dropdown-item:hover,
.cid-u6gdOrfBas .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-u6gdOrfBas .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6gdOrfBas .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6gdOrfBas .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6gdOrfBas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6gdOrfBas .nav-link {
  position: relative;
}
.cid-u6gdOrfBas .container {
  display: flex;
  margin: auto;
}
.cid-u6gdOrfBas .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6gdOrfBas .dropdown-menu,
.cid-u6gdOrfBas .navbar.opened {
  background: #000000 !important;
}
.cid-u6gdOrfBas .nav-item:focus,
.cid-u6gdOrfBas .nav-link:focus {
  outline: none;
}
.cid-u6gdOrfBas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6gdOrfBas .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6gdOrfBas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6gdOrfBas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6gdOrfBas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6gdOrfBas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6gdOrfBas .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-u6gdOrfBas .navbar.opened {
  transition: all 0.3s;
}
.cid-u6gdOrfBas .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6gdOrfBas .navbar .navbar-logo img {
  width: auto;
}
.cid-u6gdOrfBas .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6gdOrfBas .navbar.collapsed {
  justify-content: center;
}
.cid-u6gdOrfBas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6gdOrfBas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6gdOrfBas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6gdOrfBas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6gdOrfBas .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6gdOrfBas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6gdOrfBas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6gdOrfBas .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6gdOrfBas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6gdOrfBas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6gdOrfBas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6gdOrfBas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6gdOrfBas .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6gdOrfBas .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u6gdOrfBas .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6gdOrfBas .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6gdOrfBas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6gdOrfBas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6gdOrfBas .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6gdOrfBas .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6gdOrfBas .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6gdOrfBas .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6gdOrfBas .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6gdOrfBas .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6gdOrfBas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6gdOrfBas .dropdown-item.active,
.cid-u6gdOrfBas .dropdown-item:active {
  background-color: transparent;
}
.cid-u6gdOrfBas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6gdOrfBas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6gdOrfBas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6gdOrfBas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6gdOrfBas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6gdOrfBas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6gdOrfBas ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6gdOrfBas .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6gdOrfBas button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6gdOrfBas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6gdOrfBas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6gdOrfBas button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6gdOrfBas button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6gdOrfBas button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6gdOrfBas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6gdOrfBas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6gdOrfBas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6gdOrfBas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6gdOrfBas .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6gdOrfBas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6gdOrfBas .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6gdOrfBas .navbar {
    height: 70px;
  }
  .cid-u6gdOrfBas .navbar.opened {
    height: auto;
  }
  .cid-u6gdOrfBas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqBaLBV6sl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqBaLBV6sl .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-u6gdUkuvHX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-kopie-2000x786.png");
}
.cid-u6gdUkuvHX .mbr-role {
  cursor: default;
}
.cid-u6gdUkuvHX .mbr-section-title {
  cursor: default;
}
.cid-u6gdUkuvHX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6gdUkuvHX .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6gdUkuvHX .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6gdUkuvHX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6gdUkuvHX .card-wrap .image-wrap img {
  cursor: default;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6gdUkuvHX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6gdUkuvHX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6gdUkuvHX .social-row {
  text-align: center;
}
.cid-u6gdUkuvHX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0a43a0;
  transition: all 0.3s;
}
.cid-u6gdUkuvHX .social-row .soc-item .mbr-iconfont {
  cursor: default;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0a43a0;
  font-size: 1.5rem;
}
.cid-u6gdUkuvHX .social-row .soc-item:hover {
  background-color: #0a43a0;
}
.cid-u6gdUkuvHX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uqBaV7QuGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqBaV7QuGt .mbr-text,
.cid-uqBaV7QuGt .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uqBdizWLt7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pcb-blue-banner-2000x786.png");
}
.cid-uqBdizWLt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqBdizWLt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqBdizWLt7 .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqBdizWLt7 .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqBdizWLt7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqBdizWLt7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubySUBBCED {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-ub2k8V6K9I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub2k8V6K9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2k8V6K9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2k8V6K9I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ub2k8V6K9I .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ub2k8V6K9I .copyright {
  color: #bbbbbb;
}
.cid-u6geruM2dL {
  z-index: 1000;
  width: 100%;
}
.cid-u6geruM2dL nav.navbar {
  position: fixed;
}
.cid-u6geruM2dL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6geruM2dL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6geruM2dL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6geruM2dL .dropdown-item:hover,
.cid-u6geruM2dL .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-u6geruM2dL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6geruM2dL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6geruM2dL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6geruM2dL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6geruM2dL .nav-link {
  position: relative;
}
.cid-u6geruM2dL .container {
  display: flex;
  margin: auto;
}
.cid-u6geruM2dL .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6geruM2dL .dropdown-menu,
.cid-u6geruM2dL .navbar.opened {
  background: #000000 !important;
}
.cid-u6geruM2dL .nav-item:focus,
.cid-u6geruM2dL .nav-link:focus {
  outline: none;
}
.cid-u6geruM2dL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6geruM2dL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6geruM2dL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6geruM2dL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6geruM2dL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6geruM2dL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6geruM2dL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-u6geruM2dL .navbar.opened {
  transition: all 0.3s;
}
.cid-u6geruM2dL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6geruM2dL .navbar .navbar-logo img {
  width: auto;
}
.cid-u6geruM2dL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6geruM2dL .navbar.collapsed {
  justify-content: center;
}
.cid-u6geruM2dL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6geruM2dL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6geruM2dL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6geruM2dL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6geruM2dL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6geruM2dL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6geruM2dL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6geruM2dL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6geruM2dL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6geruM2dL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6geruM2dL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6geruM2dL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6geruM2dL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6geruM2dL .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u6geruM2dL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6geruM2dL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6geruM2dL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6geruM2dL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6geruM2dL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6geruM2dL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6geruM2dL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6geruM2dL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6geruM2dL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6geruM2dL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6geruM2dL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6geruM2dL .dropdown-item.active,
.cid-u6geruM2dL .dropdown-item:active {
  background-color: transparent;
}
.cid-u6geruM2dL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6geruM2dL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6geruM2dL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6geruM2dL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6geruM2dL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6geruM2dL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6geruM2dL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6geruM2dL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6geruM2dL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6geruM2dL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6geruM2dL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6geruM2dL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6geruM2dL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6geruM2dL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6geruM2dL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6geruM2dL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6geruM2dL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6geruM2dL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6geruM2dL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6geruM2dL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6geruM2dL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6geruM2dL .navbar {
    height: 70px;
  }
  .cid-u6geruM2dL .navbar.opened {
    height: auto;
  }
  .cid-u6geruM2dL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqBeJ2RbP0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqBeJ2RbP0 .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-u6gezuQRFy {
  background-image: url("../../../assets/images/banner-kopie-2000x786.png");
}
.cid-u6gezuQRFy .mbr-text,
.cid-u6gezuQRFy .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-uqBf4wG3hT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-uqBf4wG3hT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqBf4wG3hT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqBf4wG3hT .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqBf4wG3hT .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqBf4wG3hT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqBf4wG3hT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6BIGXniqt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-ub2k8V6K9I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub2k8V6K9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2k8V6K9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2k8V6K9I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ub2k8V6K9I .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ub2k8V6K9I .copyright {
  color: #bbbbbb;
}
.cid-u6gdZX1gAR {
  z-index: 1000;
  width: 100%;
}
.cid-u6gdZX1gAR nav.navbar {
  position: fixed;
}
.cid-u6gdZX1gAR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6gdZX1gAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6gdZX1gAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6gdZX1gAR .dropdown-item:hover,
.cid-u6gdZX1gAR .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-u6gdZX1gAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6gdZX1gAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6gdZX1gAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6gdZX1gAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6gdZX1gAR .nav-link {
  position: relative;
}
.cid-u6gdZX1gAR .container {
  display: flex;
  margin: auto;
}
.cid-u6gdZX1gAR .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6gdZX1gAR .dropdown-menu,
.cid-u6gdZX1gAR .navbar.opened {
  background: #000000 !important;
}
.cid-u6gdZX1gAR .nav-item:focus,
.cid-u6gdZX1gAR .nav-link:focus {
  outline: none;
}
.cid-u6gdZX1gAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6gdZX1gAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6gdZX1gAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6gdZX1gAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6gdZX1gAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6gdZX1gAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6gdZX1gAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-u6gdZX1gAR .navbar.opened {
  transition: all 0.3s;
}
.cid-u6gdZX1gAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6gdZX1gAR .navbar .navbar-logo img {
  width: auto;
}
.cid-u6gdZX1gAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6gdZX1gAR .navbar.collapsed {
  justify-content: center;
}
.cid-u6gdZX1gAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6gdZX1gAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6gdZX1gAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6gdZX1gAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6gdZX1gAR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6gdZX1gAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6gdZX1gAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6gdZX1gAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6gdZX1gAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6gdZX1gAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6gdZX1gAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6gdZX1gAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6gdZX1gAR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6gdZX1gAR .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-u6gdZX1gAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6gdZX1gAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6gdZX1gAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6gdZX1gAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6gdZX1gAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6gdZX1gAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6gdZX1gAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6gdZX1gAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6gdZX1gAR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6gdZX1gAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6gdZX1gAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6gdZX1gAR .dropdown-item.active,
.cid-u6gdZX1gAR .dropdown-item:active {
  background-color: transparent;
}
.cid-u6gdZX1gAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6gdZX1gAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6gdZX1gAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6gdZX1gAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6gdZX1gAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6gdZX1gAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6gdZX1gAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6gdZX1gAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6gdZX1gAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6gdZX1gAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6gdZX1gAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6gdZX1gAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6gdZX1gAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6gdZX1gAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6gdZX1gAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6gdZX1gAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6gdZX1gAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6gdZX1gAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6gdZX1gAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6gdZX1gAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6gdZX1gAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6gdZX1gAR .navbar {
    height: 70px;
  }
  .cid-u6gdZX1gAR .navbar.opened {
    height: auto;
  }
  .cid-u6gdZX1gAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqBefFe2nQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqBefFe2nQ .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-u6gedQ3b7L {
  background-image: url("../../../assets/images/banner-kopie-2000x786.png");
}
.cid-u6gedQ3b7L .mbr-text,
.cid-u6gedQ3b7L .mbr-section-btn {
  color: #fafafa;
}
.cid-u6BIDq2Ocf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-ub2k8V6K9I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ub2k8V6K9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2k8V6K9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2k8V6K9I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub2k8V6K9I .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ub2k8V6K9I .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ub2k8V6K9I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ub2k8V6K9I .copyright {
  color: #bbbbbb;
}
.cid-uqCrJuIxGq {
  z-index: 1000;
  width: 100%;
}
.cid-uqCrJuIxGq nav.navbar {
  position: fixed;
}
.cid-uqCrJuIxGq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCrJuIxGq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqCrJuIxGq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqCrJuIxGq .dropdown-item:hover,
.cid-uqCrJuIxGq .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-uqCrJuIxGq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqCrJuIxGq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqCrJuIxGq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqCrJuIxGq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqCrJuIxGq .nav-link {
  position: relative;
}
.cid-uqCrJuIxGq .container {
  display: flex;
  margin: auto;
}
.cid-uqCrJuIxGq .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqCrJuIxGq .dropdown-menu,
.cid-uqCrJuIxGq .navbar.opened {
  background: #000000 !important;
}
.cid-uqCrJuIxGq .nav-item:focus,
.cid-uqCrJuIxGq .nav-link:focus {
  outline: none;
}
.cid-uqCrJuIxGq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqCrJuIxGq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqCrJuIxGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqCrJuIxGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCrJuIxGq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqCrJuIxGq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqCrJuIxGq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uqCrJuIxGq .navbar.opened {
  transition: all 0.3s;
}
.cid-uqCrJuIxGq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqCrJuIxGq .navbar .navbar-logo img {
  width: auto;
}
.cid-uqCrJuIxGq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqCrJuIxGq .navbar.collapsed {
  justify-content: center;
}
.cid-uqCrJuIxGq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqCrJuIxGq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqCrJuIxGq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqCrJuIxGq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqCrJuIxGq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqCrJuIxGq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqCrJuIxGq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqCrJuIxGq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqCrJuIxGq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqCrJuIxGq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqCrJuIxGq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqCrJuIxGq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqCrJuIxGq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqCrJuIxGq .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uqCrJuIxGq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqCrJuIxGq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqCrJuIxGq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqCrJuIxGq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqCrJuIxGq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqCrJuIxGq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqCrJuIxGq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqCrJuIxGq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqCrJuIxGq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqCrJuIxGq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqCrJuIxGq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqCrJuIxGq .dropdown-item.active,
.cid-uqCrJuIxGq .dropdown-item:active {
  background-color: transparent;
}
.cid-uqCrJuIxGq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqCrJuIxGq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqCrJuIxGq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqCrJuIxGq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqCrJuIxGq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqCrJuIxGq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqCrJuIxGq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqCrJuIxGq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqCrJuIxGq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqCrJuIxGq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqCrJuIxGq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqCrJuIxGq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCrJuIxGq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCrJuIxGq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqCrJuIxGq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCrJuIxGq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqCrJuIxGq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqCrJuIxGq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCrJuIxGq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqCrJuIxGq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqCrJuIxGq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqCrJuIxGq .navbar {
    height: 70px;
  }
  .cid-uqCrJuIxGq .navbar.opened {
    height: auto;
  }
  .cid-uqCrJuIxGq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqCrTZtWlj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqCrTZtWlj .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-urLuP9TNJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/konzeptionentwurf-400x280.jpg");
}
.cid-urLuP9TNJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLuP9TNJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLuP9TNJ6 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLuP9TNJ6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLuP9TNJ6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLuP9TNJ6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLuP9TNJ6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLuP9TNJ6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLuP9TNJ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLuPTMbb5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/slide1-design-506x434.png");
}
.cid-urLuPTMbb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLuPTMbb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLuPTMbb5 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLuPTMbb5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLuPTMbb5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLuPTMbb5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLuPTMbb5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLuPTMbb5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLuPTMbb5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLuQWxNJj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/20210318-91604-1076x807.jpeg");
}
.cid-urLuQWxNJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLuQWxNJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLuQWxNJj .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLuQWxNJj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLuQWxNJj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLuQWxNJj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLuQWxNJj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLuQWxNJj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLuQWxNJj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLuRsgU0V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/software-entwicklung-binaer-400x280.png");
}
.cid-urLuRsgU0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLuRsgU0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLuRsgU0V .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLuRsgU0V .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLuRsgU0V .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLuRsgU0V .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLuRsgU0V .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLuRsgU0V .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLuRsgU0V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLuS8PuXQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/cad-800x546.jpeg");
}
.cid-urLuS8PuXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLuS8PuXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLuS8PuXQ .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLuS8PuXQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLuS8PuXQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLuS8PuXQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLuS8PuXQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLuS8PuXQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLuS8PuXQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLuSHgpBc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-b245622362-800x434-800x434.jpeg");
}
.cid-urLuSHgpBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLuSHgpBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLuSHgpBc .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLuSHgpBc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLuSHgpBc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLuSHgpBc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLuSHgpBc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLuSHgpBc .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLuSHgpBc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqCrJwFWIR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-uqCrJwFWIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCrJwFWIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCrJwFWIR .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqCrJwFWIR .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqCrJwFWIR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqCrJwFWIR .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqCrJynf9O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uqCrJzcYBc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uqCrJzcYBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCrJzcYBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCrJzcYBc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uqCrJzcYBc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqCrJzcYBc .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uqCrJzcYBc .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uqCrJzcYBc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqCrJzcYBc .copyright {
  color: #bbbbbb;
}
.cid-uqCAdLlv6z {
  z-index: 1000;
  width: 100%;
}
.cid-uqCAdLlv6z nav.navbar {
  position: fixed;
}
.cid-uqCAdLlv6z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCAdLlv6z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqCAdLlv6z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqCAdLlv6z .dropdown-item:hover,
.cid-uqCAdLlv6z .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-uqCAdLlv6z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqCAdLlv6z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqCAdLlv6z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqCAdLlv6z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqCAdLlv6z .nav-link {
  position: relative;
}
.cid-uqCAdLlv6z .container {
  display: flex;
  margin: auto;
}
.cid-uqCAdLlv6z .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqCAdLlv6z .dropdown-menu,
.cid-uqCAdLlv6z .navbar.opened {
  background: #000000 !important;
}
.cid-uqCAdLlv6z .nav-item:focus,
.cid-uqCAdLlv6z .nav-link:focus {
  outline: none;
}
.cid-uqCAdLlv6z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqCAdLlv6z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqCAdLlv6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqCAdLlv6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCAdLlv6z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqCAdLlv6z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqCAdLlv6z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uqCAdLlv6z .navbar.opened {
  transition: all 0.3s;
}
.cid-uqCAdLlv6z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqCAdLlv6z .navbar .navbar-logo img {
  width: auto;
}
.cid-uqCAdLlv6z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqCAdLlv6z .navbar.collapsed {
  justify-content: center;
}
.cid-uqCAdLlv6z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqCAdLlv6z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqCAdLlv6z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqCAdLlv6z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqCAdLlv6z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqCAdLlv6z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqCAdLlv6z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqCAdLlv6z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqCAdLlv6z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqCAdLlv6z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqCAdLlv6z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqCAdLlv6z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqCAdLlv6z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqCAdLlv6z .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uqCAdLlv6z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqCAdLlv6z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqCAdLlv6z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqCAdLlv6z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqCAdLlv6z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqCAdLlv6z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqCAdLlv6z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqCAdLlv6z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqCAdLlv6z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqCAdLlv6z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqCAdLlv6z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqCAdLlv6z .dropdown-item.active,
.cid-uqCAdLlv6z .dropdown-item:active {
  background-color: transparent;
}
.cid-uqCAdLlv6z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqCAdLlv6z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqCAdLlv6z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqCAdLlv6z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqCAdLlv6z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqCAdLlv6z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqCAdLlv6z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqCAdLlv6z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqCAdLlv6z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqCAdLlv6z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqCAdLlv6z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqCAdLlv6z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCAdLlv6z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCAdLlv6z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqCAdLlv6z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCAdLlv6z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqCAdLlv6z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqCAdLlv6z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCAdLlv6z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqCAdLlv6z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqCAdLlv6z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqCAdLlv6z .navbar {
    height: 70px;
  }
  .cid-uqCAdLlv6z .navbar.opened {
    height: auto;
  }
  .cid-uqCAdLlv6z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqCAdLLolv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqCAdLLolv .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-urLt4kF804 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-8950048-800x497-1-373x232.jpeg");
}
.cid-urLt4kF804 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLt4kF804 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLt4kF804 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLt4kF804 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLt4kF804 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLt4kF804 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLt4kF804 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLt4kF804 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLt4kF804 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLtlmOFij {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-b84092622-533x800-2-533x800.jpeg");
}
.cid-urLtlmOFij .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLtlmOFij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLtlmOFij .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLtlmOFij .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLtlmOFij .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLtlmOFij .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLtlmOFij .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLtlmOFij .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLtlmOFij .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLtzUYHkL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-b3265945-800x534-6-506x338.jpeg");
}
.cid-urLtzUYHkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLtzUYHkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLtzUYHkL .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLtzUYHkL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLtzUYHkL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLtzUYHkL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLtzUYHkL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLtzUYHkL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLtzUYHkL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLtWDcSov {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/icon-3ddruck-1-400x269.jpeg");
}
.cid-urLtWDcSov .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLtWDcSov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLtWDcSov .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLtWDcSov .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLtWDcSov .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLtWDcSov .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLtWDcSov .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLtWDcSov .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLtWDcSov .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqCAdN9JD4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-uqCAdN9JD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCAdN9JD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCAdN9JD4 .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqCAdN9JD4 .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqCAdN9JD4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqCAdN9JD4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqCAdNywaj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uqCAdNU4Z7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uqCAdNU4Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCAdNU4Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCAdNU4Z7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uqCAdNU4Z7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqCAdNU4Z7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uqCAdNU4Z7 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uqCAdNU4Z7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqCAdNU4Z7 .copyright {
  color: #bbbbbb;
}
.cid-uqCwQa0v45 {
  z-index: 1000;
  width: 100%;
}
.cid-uqCwQa0v45 nav.navbar {
  position: fixed;
}
.cid-uqCwQa0v45 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCwQa0v45 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqCwQa0v45 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqCwQa0v45 .dropdown-item:hover,
.cid-uqCwQa0v45 .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-uqCwQa0v45 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqCwQa0v45 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqCwQa0v45 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqCwQa0v45 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqCwQa0v45 .nav-link {
  position: relative;
}
.cid-uqCwQa0v45 .container {
  display: flex;
  margin: auto;
}
.cid-uqCwQa0v45 .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqCwQa0v45 .dropdown-menu,
.cid-uqCwQa0v45 .navbar.opened {
  background: #000000 !important;
}
.cid-uqCwQa0v45 .nav-item:focus,
.cid-uqCwQa0v45 .nav-link:focus {
  outline: none;
}
.cid-uqCwQa0v45 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqCwQa0v45 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqCwQa0v45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqCwQa0v45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCwQa0v45 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqCwQa0v45 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqCwQa0v45 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uqCwQa0v45 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqCwQa0v45 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqCwQa0v45 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqCwQa0v45 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqCwQa0v45 .navbar.collapsed {
  justify-content: center;
}
.cid-uqCwQa0v45 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqCwQa0v45 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqCwQa0v45 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqCwQa0v45 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqCwQa0v45 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqCwQa0v45 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqCwQa0v45 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqCwQa0v45 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqCwQa0v45 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqCwQa0v45 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqCwQa0v45 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqCwQa0v45 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqCwQa0v45 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqCwQa0v45 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uqCwQa0v45 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqCwQa0v45 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqCwQa0v45 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqCwQa0v45 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqCwQa0v45 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqCwQa0v45 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqCwQa0v45 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqCwQa0v45 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqCwQa0v45 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqCwQa0v45 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqCwQa0v45 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqCwQa0v45 .dropdown-item.active,
.cid-uqCwQa0v45 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqCwQa0v45 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqCwQa0v45 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqCwQa0v45 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqCwQa0v45 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqCwQa0v45 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqCwQa0v45 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqCwQa0v45 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqCwQa0v45 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqCwQa0v45 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqCwQa0v45 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqCwQa0v45 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqCwQa0v45 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCwQa0v45 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCwQa0v45 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqCwQa0v45 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCwQa0v45 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqCwQa0v45 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqCwQa0v45 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCwQa0v45 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqCwQa0v45 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqCwQa0v45 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqCwQa0v45 .navbar {
    height: 70px;
  }
  .cid-uqCwQa0v45 .navbar.opened {
    height: auto;
  }
  .cid-uqCwQa0v45 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqCwQay4Cq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqCwQay4Cq .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-urLvYrdrkD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/20220221-144305-816x459.jpeg");
}
.cid-urLvYrdrkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLvYrdrkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLvYrdrkD .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLvYrdrkD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLvYrdrkD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLvYrdrkD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLvYrdrkD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLvYrdrkD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLvYrdrkD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLvYQ6S80 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/picture-defect-1-800x450.jpeg");
}
.cid-urLvYQ6S80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLvYQ6S80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLvYQ6S80 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLvYQ6S80 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLvYQ6S80 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLvYQ6S80 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLvYQ6S80 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLvYQ6S80 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLvYQ6S80 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLvZkwWT9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/logo-backgrndtransparent-1-1256x1075.png");
}
.cid-urLvZkwWT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLvZkwWT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLvZkwWT9 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLvZkwWT9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLvZkwWT9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLvZkwWT9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLvZkwWT9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLvZkwWT9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLvZkwWT9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqCwQcgDR7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-uqCwQcgDR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCwQcgDR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCwQcgDR7 .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqCwQcgDR7 .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqCwQcgDR7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqCwQcgDR7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqCwQcHVxr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uqCwQd2IWo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uqCwQd2IWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCwQd2IWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCwQd2IWo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uqCwQd2IWo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqCwQd2IWo .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uqCwQd2IWo .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uqCwQd2IWo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqCwQd2IWo .copyright {
  color: #bbbbbb;
}
.cid-uqCBJlwTJl {
  z-index: 1000;
  width: 100%;
}
.cid-uqCBJlwTJl nav.navbar {
  position: fixed;
}
.cid-uqCBJlwTJl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCBJlwTJl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqCBJlwTJl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqCBJlwTJl .dropdown-item:hover,
.cid-uqCBJlwTJl .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-uqCBJlwTJl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqCBJlwTJl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqCBJlwTJl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqCBJlwTJl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqCBJlwTJl .nav-link {
  position: relative;
}
.cid-uqCBJlwTJl .container {
  display: flex;
  margin: auto;
}
.cid-uqCBJlwTJl .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqCBJlwTJl .dropdown-menu,
.cid-uqCBJlwTJl .navbar.opened {
  background: #000000 !important;
}
.cid-uqCBJlwTJl .nav-item:focus,
.cid-uqCBJlwTJl .nav-link:focus {
  outline: none;
}
.cid-uqCBJlwTJl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqCBJlwTJl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqCBJlwTJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqCBJlwTJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqCBJlwTJl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqCBJlwTJl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqCBJlwTJl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uqCBJlwTJl .navbar.opened {
  transition: all 0.3s;
}
.cid-uqCBJlwTJl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqCBJlwTJl .navbar .navbar-logo img {
  width: auto;
}
.cid-uqCBJlwTJl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqCBJlwTJl .navbar.collapsed {
  justify-content: center;
}
.cid-uqCBJlwTJl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqCBJlwTJl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqCBJlwTJl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqCBJlwTJl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqCBJlwTJl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqCBJlwTJl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqCBJlwTJl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqCBJlwTJl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqCBJlwTJl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqCBJlwTJl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqCBJlwTJl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqCBJlwTJl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqCBJlwTJl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqCBJlwTJl .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uqCBJlwTJl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqCBJlwTJl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqCBJlwTJl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqCBJlwTJl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqCBJlwTJl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqCBJlwTJl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqCBJlwTJl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqCBJlwTJl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqCBJlwTJl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqCBJlwTJl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqCBJlwTJl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqCBJlwTJl .dropdown-item.active,
.cid-uqCBJlwTJl .dropdown-item:active {
  background-color: transparent;
}
.cid-uqCBJlwTJl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqCBJlwTJl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqCBJlwTJl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqCBJlwTJl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqCBJlwTJl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqCBJlwTJl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqCBJlwTJl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqCBJlwTJl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqCBJlwTJl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqCBJlwTJl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqCBJlwTJl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqCBJlwTJl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCBJlwTJl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqCBJlwTJl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqCBJlwTJl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCBJlwTJl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqCBJlwTJl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqCBJlwTJl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqCBJlwTJl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqCBJlwTJl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqCBJlwTJl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqCBJlwTJl .navbar {
    height: 70px;
  }
  .cid-uqCBJlwTJl .navbar.opened {
    height: auto;
  }
  .cid-uqCBJlwTJl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqCBJm2X0H {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uqCBJm2X0H .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-urLwA5mvma {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/nadelpruefadapter-webformat-2-605x341.jpeg");
}
.cid-urLwA5mvma .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLwA5mvma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLwA5mvma .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLwA5mvma .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLwA5mvma .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLwA5mvma .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLwA5mvma .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLwA5mvma .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLwA5mvma .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLwACJF4m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pruefstand-webformat-2-816x623.jpeg");
}
.cid-urLwACJF4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLwACJF4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLwACJF4m .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLwACJF4m .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLwACJF4m .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLwACJF4m .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLwACJF4m .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLwACJF4m .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLwACJF4m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLwAZeHPm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/20240426-75909-506x407.jpeg");
}
.cid-urLwAZeHPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLwAZeHPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLwAZeHPm .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLwAZeHPm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLwAZeHPm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLwAZeHPm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLwAZeHPm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLwAZeHPm .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLwAZeHPm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLwBz8URb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/gehuse403060-shad-423x327.png");
}
.cid-urLwBz8URb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLwBz8URb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLwBz8URb .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLwBz8URb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLwBz8URb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLwBz8URb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLwBz8URb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLwBz8URb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLwBz8URb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqCBJnG1Fg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-uqCBJnG1Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCBJnG1Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCBJnG1Fg .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-uqCBJnG1Fg .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uqCBJnG1Fg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqCBJnG1Fg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqCBJoaYfv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uqCBJouko8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uqCBJouko8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCBJouko8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCBJouko8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uqCBJouko8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqCBJouko8 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uqCBJouko8 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uqCBJouko8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqCBJouko8 .copyright {
  color: #bbbbbb;
}
.cid-urLlN2kJig {
  z-index: 1000;
  width: 100%;
}
.cid-urLlN2kJig nav.navbar {
  position: fixed;
}
.cid-urLlN2kJig .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urLlN2kJig .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urLlN2kJig .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urLlN2kJig .dropdown-item:hover,
.cid-urLlN2kJig .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-urLlN2kJig .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urLlN2kJig .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urLlN2kJig .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urLlN2kJig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urLlN2kJig .nav-link {
  position: relative;
}
.cid-urLlN2kJig .container {
  display: flex;
  margin: auto;
}
.cid-urLlN2kJig .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urLlN2kJig .dropdown-menu,
.cid-urLlN2kJig .navbar.opened {
  background: #000000 !important;
}
.cid-urLlN2kJig .nav-item:focus,
.cid-urLlN2kJig .nav-link:focus {
  outline: none;
}
.cid-urLlN2kJig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urLlN2kJig .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urLlN2kJig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urLlN2kJig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urLlN2kJig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urLlN2kJig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urLlN2kJig .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-urLlN2kJig .navbar.opened {
  transition: all 0.3s;
}
.cid-urLlN2kJig .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urLlN2kJig .navbar .navbar-logo img {
  width: auto;
}
.cid-urLlN2kJig .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urLlN2kJig .navbar.collapsed {
  justify-content: center;
}
.cid-urLlN2kJig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urLlN2kJig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urLlN2kJig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urLlN2kJig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urLlN2kJig .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-urLlN2kJig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urLlN2kJig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urLlN2kJig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urLlN2kJig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urLlN2kJig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urLlN2kJig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urLlN2kJig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urLlN2kJig .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-urLlN2kJig .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-urLlN2kJig .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urLlN2kJig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urLlN2kJig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urLlN2kJig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urLlN2kJig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urLlN2kJig .navbar.navbar-short {
  min-height: 60px;
}
.cid-urLlN2kJig .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urLlN2kJig .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urLlN2kJig .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urLlN2kJig .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urLlN2kJig .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urLlN2kJig .dropdown-item.active,
.cid-urLlN2kJig .dropdown-item:active {
  background-color: transparent;
}
.cid-urLlN2kJig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urLlN2kJig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urLlN2kJig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urLlN2kJig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-urLlN2kJig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urLlN2kJig .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urLlN2kJig ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urLlN2kJig .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urLlN2kJig button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urLlN2kJig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urLlN2kJig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urLlN2kJig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urLlN2kJig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urLlN2kJig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urLlN2kJig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urLlN2kJig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urLlN2kJig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urLlN2kJig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urLlN2kJig .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urLlN2kJig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urLlN2kJig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urLlN2kJig .navbar {
    height: 70px;
  }
  .cid-urLlN2kJig .navbar.opened {
    height: auto;
  }
  .cid-urLlN2kJig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urLlN2IATE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-urLlN2IATE .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-urLspNBmj2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-b278205924-800x533-2-506x337.jpeg");
}
.cid-urLspNBmj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLspNBmj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLspNBmj2 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLspNBmj2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLspNBmj2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLspNBmj2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLspNBmj2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLspNBmj2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLspNBmj2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLruWyvKM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-b127659126-800x533-2-800x533.jpeg");
}
.cid-urLruWyvKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLruWyvKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLruWyvKM .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urLruWyvKM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urLruWyvKM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urLruWyvKM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLruWyvKM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urLruWyvKM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urLruWyvKM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urLlN3HyZU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-urLlN3HyZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLlN3HyZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLlN3HyZU .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-urLlN3HyZU .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-urLlN3HyZU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urLlN3HyZU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-urLlN43Xwa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urLlN4mEF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-urLlN4mEF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLlN4mEF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLlN4mEF7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-urLlN4mEF7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urLlN4mEF7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-urLlN4mEF7 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-urLlN4mEF7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urLlN4mEF7 .copyright {
  color: #bbbbbb;
}
.cid-urRYFg7U4R {
  z-index: 1000;
  width: 100%;
}
.cid-urRYFg7U4R nav.navbar {
  position: fixed;
}
.cid-urRYFg7U4R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urRYFg7U4R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urRYFg7U4R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urRYFg7U4R .dropdown-item:hover,
.cid-urRYFg7U4R .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-urRYFg7U4R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urRYFg7U4R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urRYFg7U4R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urRYFg7U4R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urRYFg7U4R .nav-link {
  position: relative;
}
.cid-urRYFg7U4R .container {
  display: flex;
  margin: auto;
}
.cid-urRYFg7U4R .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urRYFg7U4R .dropdown-menu,
.cid-urRYFg7U4R .navbar.opened {
  background: #000000 !important;
}
.cid-urRYFg7U4R .nav-item:focus,
.cid-urRYFg7U4R .nav-link:focus {
  outline: none;
}
.cid-urRYFg7U4R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urRYFg7U4R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urRYFg7U4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urRYFg7U4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urRYFg7U4R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urRYFg7U4R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urRYFg7U4R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-urRYFg7U4R .navbar.opened {
  transition: all 0.3s;
}
.cid-urRYFg7U4R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urRYFg7U4R .navbar .navbar-logo img {
  width: auto;
}
.cid-urRYFg7U4R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urRYFg7U4R .navbar.collapsed {
  justify-content: center;
}
.cid-urRYFg7U4R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urRYFg7U4R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urRYFg7U4R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urRYFg7U4R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urRYFg7U4R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-urRYFg7U4R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urRYFg7U4R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urRYFg7U4R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urRYFg7U4R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urRYFg7U4R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urRYFg7U4R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urRYFg7U4R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urRYFg7U4R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-urRYFg7U4R .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-urRYFg7U4R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urRYFg7U4R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urRYFg7U4R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urRYFg7U4R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urRYFg7U4R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urRYFg7U4R .navbar.navbar-short {
  min-height: 60px;
}
.cid-urRYFg7U4R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urRYFg7U4R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urRYFg7U4R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urRYFg7U4R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urRYFg7U4R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urRYFg7U4R .dropdown-item.active,
.cid-urRYFg7U4R .dropdown-item:active {
  background-color: transparent;
}
.cid-urRYFg7U4R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urRYFg7U4R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urRYFg7U4R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urRYFg7U4R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-urRYFg7U4R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urRYFg7U4R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urRYFg7U4R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urRYFg7U4R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urRYFg7U4R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urRYFg7U4R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urRYFg7U4R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urRYFg7U4R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urRYFg7U4R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urRYFg7U4R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urRYFg7U4R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urRYFg7U4R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urRYFg7U4R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urRYFg7U4R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urRYFg7U4R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urRYFg7U4R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urRYFg7U4R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urRYFg7U4R .navbar {
    height: 70px;
  }
  .cid-urRYFg7U4R .navbar.opened {
    height: auto;
  }
  .cid-urRYFg7U4R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urRYFgvPv5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-urRYFgvPv5 .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-uzQb9QANPE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/qm-500x344.jpg");
}
.cid-uzQb9QANPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQb9QANPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQb9QANPE .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzQb9QANPE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzQb9QANPE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzQb9QANPE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzQb9QANPE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzQb9QANPE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzQb9QANPE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urRYFhcpXe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-d50702812-1000x551-1-816x450.jpeg");
}
.cid-urRYFhcpXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRYFhcpXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRYFhcpXe .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-urRYFhcpXe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urRYFhcpXe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urRYFhcpXe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urRYFhcpXe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urRYFhcpXe .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-urRYFhcpXe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzQa0LizSK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/consulting-400x244.jpg");
}
.cid-uzQa0LizSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQa0LizSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQa0LizSK .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzQa0LizSK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzQa0LizSK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzQa0LizSK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzQa0LizSK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzQa0LizSK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzQa0LizSK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urRYFhy37j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #737e93;
}
.cid-urRYFhy37j .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRYFhy37j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRYFhy37j .row {
  align-items: center;
}
@media (max-width: 850px) {
  .cid-urRYFhy37j .image-wrapper {
    min-width: 60%;
    padding: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-urRYFhy37j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urRYFhy37j .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-urRYFhWsfh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urRYFif6G2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-urRYFif6G2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRYFif6G2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRYFif6G2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-urRYFif6G2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urRYFif6G2 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-urRYFif6G2 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-urRYFif6G2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urRYFif6G2 .copyright {
  color: #bbbbbb;
}
.cid-uzPVE58dYZ {
  z-index: 1000;
  width: 100%;
}
.cid-uzPVE58dYZ nav.navbar {
  position: fixed;
}
.cid-uzPVE58dYZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPVE58dYZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzPVE58dYZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzPVE58dYZ .dropdown-item:hover,
.cid-uzPVE58dYZ .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-uzPVE58dYZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzPVE58dYZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzPVE58dYZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzPVE58dYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzPVE58dYZ .nav-link {
  position: relative;
}
.cid-uzPVE58dYZ .container {
  display: flex;
  margin: auto;
}
.cid-uzPVE58dYZ .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzPVE58dYZ .dropdown-menu,
.cid-uzPVE58dYZ .navbar.opened {
  background: #000000 !important;
}
.cid-uzPVE58dYZ .nav-item:focus,
.cid-uzPVE58dYZ .nav-link:focus {
  outline: none;
}
.cid-uzPVE58dYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzPVE58dYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzPVE58dYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzPVE58dYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPVE58dYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzPVE58dYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzPVE58dYZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uzPVE58dYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uzPVE58dYZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzPVE58dYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uzPVE58dYZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzPVE58dYZ .navbar.collapsed {
  justify-content: center;
}
.cid-uzPVE58dYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzPVE58dYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzPVE58dYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzPVE58dYZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzPVE58dYZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzPVE58dYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzPVE58dYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzPVE58dYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzPVE58dYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzPVE58dYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzPVE58dYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzPVE58dYZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzPVE58dYZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzPVE58dYZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uzPVE58dYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzPVE58dYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzPVE58dYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzPVE58dYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzPVE58dYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzPVE58dYZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzPVE58dYZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzPVE58dYZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzPVE58dYZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzPVE58dYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzPVE58dYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzPVE58dYZ .dropdown-item.active,
.cid-uzPVE58dYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uzPVE58dYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzPVE58dYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzPVE58dYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzPVE58dYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzPVE58dYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzPVE58dYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzPVE58dYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzPVE58dYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzPVE58dYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzPVE58dYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzPVE58dYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzPVE58dYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPVE58dYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPVE58dYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzPVE58dYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPVE58dYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzPVE58dYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzPVE58dYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPVE58dYZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzPVE58dYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzPVE58dYZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzPVE58dYZ .navbar {
    height: 70px;
  }
  .cid-uzPVE58dYZ .navbar.opened {
    height: auto;
  }
  .cid-uzPVE58dYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzPVE5n7GJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uzPVE5n7GJ .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-uzPVE5xaV5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/qc-pass-rollezoom-1-956x667.png");
}
.cid-uzPVE5xaV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPVE5xaV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPVE5xaV5 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzPVE5xaV5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPVE5xaV5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzPVE5xaV5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPVE5xaV5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzPVE5xaV5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzPVE5xaV5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzPVE5N7xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #888888;
}
.cid-uzPVE5N7xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPVE5N7xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPVE5N7xl .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzPVE5N7xl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPVE5N7xl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzPVE5N7xl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPVE5N7xl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzPVE5N7xl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzPVE5N7xl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzPVE5N7xl .mbr-text,
.cid-uzPVE5N7xl .mbr-section-btn {
  color: #232323;
}
.cid-uzPVE63utH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/qc-etiketten-qrpass-1139x828.png");
}
.cid-uzPVE63utH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPVE63utH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPVE63utH .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzPVE63utH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPVE63utH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzPVE63utH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPVE63utH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzPVE63utH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzPVE63utH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzPYPGYlT5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uzPYPGYlT5 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uzPYPGYlT5 .currentcost {
  color: #232323;
}
.cid-uzPYPGYlT5 .card-wrapper {
  border-radius: 4px;
  background: #737e93;
}
@media (min-width: 992px) {
  .cid-uzPYPGYlT5 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uzPYPGYlT5 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPYPGYlT5 .text-box {
    padding: 1rem;
  }
}
.cid-uzPYPGYlT5 .image-wrapper img {
  cursor: default;
  width: 100%;
  object-fit: cover;
}
.cid-uzPYPGYlT5 .mbr-title {
  cursor: default;
}
.cid-uzPYPGYlT5 .mbr-text {
  cursor: default;
}
.cid-uzPYPGYlT5 .mbr-text,
.cid-uzPYPGYlT5 .cost,
.cid-uzPYPGYlT5 .mbr-section-btn {
  color: #232323;
}
.cid-uzPYPGYlT5 H5 {
  color: #232323;
}
.cid-uzPVE6RU9B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzPVE73xBl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzPVE73xBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPVE73xBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPVE73xBl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uzPVE73xBl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPVE73xBl .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPVE73xBl .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uzPVE73xBl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uzPVE73xBl .copyright {
  color: #bbbbbb;
}
.cid-uzPZKpHi9C {
  z-index: 1000;
  width: 100%;
}
.cid-uzPZKpHi9C nav.navbar {
  position: fixed;
}
.cid-uzPZKpHi9C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPZKpHi9C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzPZKpHi9C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzPZKpHi9C .dropdown-item:hover,
.cid-uzPZKpHi9C .dropdown-item:focus {
  background: #fafafa !important;
  color: black !important;
}
.cid-uzPZKpHi9C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzPZKpHi9C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzPZKpHi9C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzPZKpHi9C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzPZKpHi9C .nav-link {
  position: relative;
}
.cid-uzPZKpHi9C .container {
  display: flex;
  margin: auto;
}
.cid-uzPZKpHi9C .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzPZKpHi9C .dropdown-menu,
.cid-uzPZKpHi9C .navbar.opened {
  background: #000000 !important;
}
.cid-uzPZKpHi9C .nav-item:focus,
.cid-uzPZKpHi9C .nav-link:focus {
  outline: none;
}
.cid-uzPZKpHi9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzPZKpHi9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzPZKpHi9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzPZKpHi9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPZKpHi9C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzPZKpHi9C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzPZKpHi9C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uzPZKpHi9C .navbar.opened {
  transition: all 0.3s;
}
.cid-uzPZKpHi9C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzPZKpHi9C .navbar .navbar-logo img {
  width: auto;
}
.cid-uzPZKpHi9C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzPZKpHi9C .navbar.collapsed {
  justify-content: center;
}
.cid-uzPZKpHi9C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzPZKpHi9C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzPZKpHi9C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzPZKpHi9C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzPZKpHi9C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzPZKpHi9C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzPZKpHi9C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzPZKpHi9C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzPZKpHi9C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzPZKpHi9C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzPZKpHi9C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzPZKpHi9C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzPZKpHi9C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzPZKpHi9C .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uzPZKpHi9C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzPZKpHi9C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzPZKpHi9C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzPZKpHi9C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzPZKpHi9C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzPZKpHi9C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzPZKpHi9C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzPZKpHi9C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzPZKpHi9C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzPZKpHi9C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzPZKpHi9C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzPZKpHi9C .dropdown-item.active,
.cid-uzPZKpHi9C .dropdown-item:active {
  background-color: transparent;
}
.cid-uzPZKpHi9C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzPZKpHi9C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzPZKpHi9C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzPZKpHi9C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzPZKpHi9C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzPZKpHi9C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzPZKpHi9C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzPZKpHi9C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzPZKpHi9C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzPZKpHi9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzPZKpHi9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzPZKpHi9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPZKpHi9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPZKpHi9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzPZKpHi9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPZKpHi9C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzPZKpHi9C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzPZKpHi9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPZKpHi9C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzPZKpHi9C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzPZKpHi9C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzPZKpHi9C .navbar {
    height: 70px;
  }
  .cid-uzPZKpHi9C .navbar.opened {
    height: auto;
  }
  .cid-uzPZKpHi9C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzPZKpZnPf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #737e93;
}
.cid-uzPZKpZnPf .mbr-text {
  cursor: default;
  align: left;
  color: #ffffff;
  text-align: left;
}
.cid-uzPZKqbVVU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/firmenschild-340x238.jpeg");
}
.cid-uzPZKqbVVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPZKqbVVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPZKqbVVU .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzPZKqbVVU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPZKqbVVU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzPZKqbVVU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPZKqbVVU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzPZKqbVVU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzPZKqbVVU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzPZKqyTK9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1000007018-665x374.jpeg");
}
.cid-uzPZKqyTK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPZKqyTK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPZKqyTK9 .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzPZKqyTK9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPZKqyTK9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzPZKqyTK9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPZKqyTK9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzPZKqyTK9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzPZKqyTK9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzPZKqyTK9 .mbr-text,
.cid-uzPZKqyTK9 .mbr-section-btn {
  color: #232323;
}
.cid-uzPZKqP1JD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/panthermedia-b58509663-800x514-2-800x514.jpeg");
}
.cid-uzPZKqP1JD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPZKqP1JD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPZKqP1JD .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzPZKqP1JD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPZKqP1JD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzPZKqP1JD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPZKqP1JD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzPZKqP1JD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzPZKqP1JD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzQ3qs9BZx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/icon-dokumente-3-400x267.jpeg");
}
.cid-uzQ3qs9BZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQ3qs9BZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQ3qs9BZx .content-wrapper {
  background: #737e93;
}
@media (max-width: 991px) {
  .cid-uzQ3qs9BZx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzQ3qs9BZx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzQ3qs9BZx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzQ3qs9BZx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzQ3qs9BZx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uzQ3qs9BZx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzPZKr5k0v {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uzPZKr5k0v .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uzPZKr5k0v .currentcost {
  color: #232323;
}
.cid-uzPZKr5k0v .card-wrapper {
  border-radius: 4px;
  background: #737e93;
}
@media (min-width: 992px) {
  .cid-uzPZKr5k0v .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uzPZKr5k0v .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPZKr5k0v .text-box {
    padding: 1rem;
  }
}
.cid-uzPZKr5k0v .image-wrapper img {
  cursor: default;
  width: 100%;
  object-fit: cover;
}
.cid-uzPZKr5k0v .mbr-title {
  cursor: default;
}
.cid-uzPZKr5k0v .mbr-text {
  cursor: default;
}
.cid-uzPZKr5k0v .mbr-text,
.cid-uzPZKr5k0v .cost,
.cid-uzPZKr5k0v .mbr-section-btn {
  color: #232323;
}
.cid-uzPZKr5k0v H5 {
  color: #232323;
}
.cid-uzPZKrnQTx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzPZKrxuaQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzPZKrxuaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPZKrxuaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPZKrxuaQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uzPZKrxuaQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPZKrxuaQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPZKrxuaQ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uzPZKrxuaQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uzPZKrxuaQ .copyright {
  color: #bbbbbb;
}
