body {
  font-family: Jost;
}
.display-1 {
  font-family: 'regular';
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'regular';
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'regular-2';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Times New Roman';
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'regular-2';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 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-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #ff00a3 !important;
}
.bg-info {
  background-color: #ffc900 !important;
}
.bg-warning {
  background-color: #009dff !important;
}
.bg-danger {
  background-color: #00508a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00bcff !important;
  border-color: #00bcff !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: #007ca8 !important;
  border-color: #007ca8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #007ca8 !important;
  border-color: #007ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
  color: #000000 !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: #ffffff !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #a88500 !important;
  border-color: #a88500 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff00a3 !important;
  border-color: #ff00a3 !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: #a8006c !important;
  border-color: #a8006c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a8006c !important;
  border-color: #a8006c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #009dff !important;
  border-color: #009dff !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #0068a8 !important;
  border-color: #0068a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0068a8 !important;
  border-color: #0068a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00508a !important;
  border-color: #00508a !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: #001e33 !important;
  border-color: #001e33 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #001e33 !important;
  border-color: #001e33 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00bcff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #007ca8 !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: #00bcff !important;
  border-color: #00bcff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc900;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a88500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffc900 !important;
  border-color: #ffc900 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff00a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a8006c !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: #ff00a3 !important;
  border-color: #ff00a3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #009dff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0068a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #009dff !important;
  border-color: #009dff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00508a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #001e33 !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: #00508a !important;
  border-color: #00508a !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: #6592e6 !important;
}
.text-secondary {
  color: #00bcff !important;
}
.text-success {
  color: #ff00a3 !important;
}
.text-info {
  color: #ffc900 !important;
}
.text-warning {
  color: #009dff !important;
}
.text-danger {
  color: #00508a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #007199 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #990062 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #997900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #005e99 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #001524 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffc900;
}
.alert-warning {
  background-color: #009dff;
}
.alert-danger {
  background-color: #00508a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #ffcced;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccebff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #0a98ff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'regular-2';
  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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'regular-2';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #ffffff !important;
  background-color: #6592e6 !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: #00bcff !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='%236592e6' %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-sYiplfQ5iv {
  z-index: 1000;
  width: 100%;
}
.cid-sYiplfQ5iv nav.navbar {
  position: fixed;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYiplfQ5iv .dropdown-item:hover,
.cid-sYiplfQ5iv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sYiplfQ5iv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYiplfQ5iv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYiplfQ5iv .nav-link {
  position: relative;
}
.cid-sYiplfQ5iv .container {
  display: flex;
  margin: auto;
}
.cid-sYiplfQ5iv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sYiplfQ5iv .dropdown-menu,
.cid-sYiplfQ5iv .navbar.opened {
  background: #035986 !important;
}
.cid-sYiplfQ5iv .nav-item:focus,
.cid-sYiplfQ5iv .nav-link:focus {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYiplfQ5iv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYiplfQ5iv .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 89, 134, 0);
}
.cid-sYiplfQ5iv .navbar.opened {
  transition: all .3s;
}
.cid-sYiplfQ5iv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sYiplfQ5iv .navbar .navbar-logo img {
  width: auto;
}
.cid-sYiplfQ5iv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar.collapsed {
  justify-content: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYiplfQ5iv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYiplfQ5iv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sYiplfQ5iv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiplfQ5iv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sYiplfQ5iv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiplfQ5iv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYiplfQ5iv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYiplfQ5iv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sYiplfQ5iv .navbar.navbar-short {
  min-height: 84px;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiplfQ5iv .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown-item.active,
.cid-sYiplfQ5iv .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiplfQ5iv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #035986;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiplfQ5iv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiplfQ5iv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYiplfQ5iv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYiplfQ5iv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sYiplfQ5iv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar {
    height: 77px;
  }
  .cid-sYiplfQ5iv .navbar.opened {
    height: auto;
  }
  .cid-sYiplfQ5iv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udoSBe0zPb {
  background-image: url("../../../assets/images/buch-cover-bodobe-2000x1415.jpg");
}
.cid-udoSBe0zPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udoSBe0zPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udoSBe0zPb .mbr-section-title {
  color: #ffffff;
}
.cid-udoSBe0zPb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udoSBe0zPb .mbr-text,
.cid-udoSBe0zPb .mbr-section-btn {
  color: #ffffff;
}
.cid-sCWmbvJDht {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCWmbvJDht .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sCWmbvJDht .icon-box {
  background: #47b5ed;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCWmbvJDht .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCWmbvJDht .card {
    margin-bottom: 2rem;
  }
  .cid-sCWmbvJDht .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCWmbvJDht .icon-title {
  color: #22a5e5;
}
.cid-sCWmbvJDht .card-title,
.cid-sCWmbvJDht .card-box {
  color: #22a5e5;
}
.cid-sCWmbvJDht .mbr-text,
.cid-sCWmbvJDht .mbr-section-btn {
  color: #353535;
}
.cid-t83ZIVvNNh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-t83ZIVvNNh img,
.cid-t83ZIVvNNh .item-img {
  width: 100%;
}
.cid-t83ZIVvNNh .item:focus,
.cid-t83ZIVvNNh span:focus {
  outline: none;
}
.cid-t83ZIVvNNh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t83ZIVvNNh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t83ZIVvNNh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t83ZIVvNNh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t83ZIVvNNh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t83ZIVvNNh .mbr-section-title {
  color: #232323;
}
.cid-t83ZIVvNNh .mbr-text,
.cid-t83ZIVvNNh .mbr-section-btn {
  text-align: left;
}
.cid-t83ZIVvNNh .item-title {
  text-align: left;
}
.cid-t83ZIVvNNh .item-subtitle {
  text-align: left;
}
.cid-t840XtCHin {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-t840XtCHin .mbr-section-title {
  color: #22a5e5;
}
.cid-t840XtCHin .mbr-section-subtitle {
  color: #353535;
}
.cid-t840YXot6F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-spMbeC9JcN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (min-width: 1500px) {
  .cid-spMbeC9JcN .container {
    max-width: 1400px;
  }
}
.cid-spMbeC9JcN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-spMbeC9JcN .card-wrapper {
  margin-top: 3rem;
}
.cid-spMbeC9JcN .row {
  justify-content: center;
}
.cid-spMbeC9JcN .card-text {
  text-align: left;
  color: #353535;
}
.cid-spMbeC9JcN .mbr-section-title {
  color: #22a5e5;
}
.cid-uSwdOYdx4h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSwdOYdx4h .item:focus,
.cid-uSwdOYdx4h span:focus {
  outline: none;
}
.cid-uSwdOYdx4h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSwdOYdx4h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSwdOYdx4h .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uSwdOYdx4h .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSwdOYdx4h .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uSwdOYdx4h .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uSwdOYdx4h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSwdOYdx4h .mbr-section-title {
  color: #232323;
}
.cid-uSwdOYdx4h .mbr-text,
.cid-uSwdOYdx4h .mbr-section-btn {
  text-align: left;
}
.cid-uSwdOYdx4h .item-title {
  text-align: left;
}
.cid-uSwdOYdx4h .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sbIL1BuwkZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sbIL1BuwkZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-sbIL1BuwkZ .panel-group {
  border: none;
}
.cid-sbIL1BuwkZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-sbIL1BuwkZ .panel-body,
  .cid-sbIL1BuwkZ .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-sbIL1BuwkZ .panel-body,
  .cid-sbIL1BuwkZ .card-header {
    padding: 1rem 0;
  }
}
.cid-sbIL1BuwkZ .panel-title-edit {
  color: #fafafa;
}
.cid-sbIL1BuwkZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sbIL1BuwkZ H3 {
  color: #6ec7f2;
}
.cid-sbIL1BuwkZ .panel-text {
  color: #fafafa;
}
.cid-sbILoHnCpR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sbILoHnCpR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-sbILoHnCpR .panel-group {
  border: none;
}
.cid-sbILoHnCpR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-sbILoHnCpR .panel-body,
  .cid-sbILoHnCpR .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-sbILoHnCpR .panel-body,
  .cid-sbILoHnCpR .card-header {
    padding: 1rem 0;
  }
}
.cid-sbILoHnCpR .panel-title-edit {
  color: #fafafa;
}
.cid-sbILoHnCpR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sbILoHnCpR .panel-text {
  color: #fafafa;
}
.cid-udpvS4gyRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udpvS4gyRK img,
.cid-udpvS4gyRK .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-udpvS4gyRK .item:focus,
.cid-udpvS4gyRK span:focus {
  outline: none;
}
.cid-udpvS4gyRK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udpvS4gyRK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udpvS4gyRK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udpvS4gyRK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udpvS4gyRK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udpvS4gyRK .mbr-section-title {
  color: #22a5e5;
}
.cid-udpvS4gyRK .mbr-text,
.cid-udpvS4gyRK .mbr-section-btn {
  text-align: left;
}
.cid-udpvS4gyRK .item-title {
  text-align: left;
  color: #22a5e5;
}
.cid-udpvS4gyRK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sbJ2AlCAi2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-sbJ2AlCAi2 .mbr-text,
.cid-sbJ2AlCAi2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sbJ2AlCAi2 .mbr-section-title {
  color: #ffffff;
}
.cid-sbJ2AlCAi2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sbGZ4XFvA8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbGZ4XFvA8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sbGZ4XFvA8 .list {
  list-style: none;
  padding-left: 0;
  color: #6ec7f2;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 0rem;
  }
}
.cid-sbGZ4XFvA8 .mbr-text {
  color: #bbbbbb;
}
.cid-sbGZ4XFvA8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sbGZ4XFvA8 .mbr-iconfont {
  color: black;
}
.cid-sYiplfQ5iv {
  z-index: 1000;
  width: 100%;
}
.cid-sYiplfQ5iv nav.navbar {
  position: fixed;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYiplfQ5iv .dropdown-item:hover,
.cid-sYiplfQ5iv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sYiplfQ5iv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYiplfQ5iv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYiplfQ5iv .nav-link {
  position: relative;
}
.cid-sYiplfQ5iv .container {
  display: flex;
  margin: auto;
}
.cid-sYiplfQ5iv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sYiplfQ5iv .dropdown-menu,
.cid-sYiplfQ5iv .navbar.opened {
  background: #035986 !important;
}
.cid-sYiplfQ5iv .nav-item:focus,
.cid-sYiplfQ5iv .nav-link:focus {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYiplfQ5iv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYiplfQ5iv .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 89, 134, 0);
}
.cid-sYiplfQ5iv .navbar.opened {
  transition: all .3s;
}
.cid-sYiplfQ5iv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sYiplfQ5iv .navbar .navbar-logo img {
  width: auto;
}
.cid-sYiplfQ5iv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar.collapsed {
  justify-content: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYiplfQ5iv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYiplfQ5iv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sYiplfQ5iv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiplfQ5iv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sYiplfQ5iv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiplfQ5iv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYiplfQ5iv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYiplfQ5iv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sYiplfQ5iv .navbar.navbar-short {
  min-height: 84px;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiplfQ5iv .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown-item.active,
.cid-sYiplfQ5iv .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiplfQ5iv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #035986;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiplfQ5iv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiplfQ5iv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYiplfQ5iv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYiplfQ5iv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sYiplfQ5iv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar {
    height: 77px;
  }
  .cid-sYiplfQ5iv .navbar.opened {
    height: auto;
  }
  .cid-sYiplfQ5iv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbJ82OoKBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sbGZ4XFvA8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbGZ4XFvA8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sbGZ4XFvA8 .list {
  list-style: none;
  padding-left: 0;
  color: #6ec7f2;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 0rem;
  }
}
.cid-sbGZ4XFvA8 .mbr-text {
  color: #bbbbbb;
}
.cid-sbGZ4XFvA8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sbGZ4XFvA8 .mbr-iconfont {
  color: black;
}
.cid-sYiplfQ5iv {
  z-index: 1000;
  width: 100%;
}
.cid-sYiplfQ5iv nav.navbar {
  position: fixed;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYiplfQ5iv .dropdown-item:hover,
.cid-sYiplfQ5iv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sYiplfQ5iv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYiplfQ5iv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYiplfQ5iv .nav-link {
  position: relative;
}
.cid-sYiplfQ5iv .container {
  display: flex;
  margin: auto;
}
.cid-sYiplfQ5iv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sYiplfQ5iv .dropdown-menu,
.cid-sYiplfQ5iv .navbar.opened {
  background: #035986 !important;
}
.cid-sYiplfQ5iv .nav-item:focus,
.cid-sYiplfQ5iv .nav-link:focus {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYiplfQ5iv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYiplfQ5iv .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 89, 134, 0);
}
.cid-sYiplfQ5iv .navbar.opened {
  transition: all .3s;
}
.cid-sYiplfQ5iv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sYiplfQ5iv .navbar .navbar-logo img {
  width: auto;
}
.cid-sYiplfQ5iv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar.collapsed {
  justify-content: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYiplfQ5iv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYiplfQ5iv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sYiplfQ5iv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiplfQ5iv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sYiplfQ5iv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiplfQ5iv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYiplfQ5iv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYiplfQ5iv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sYiplfQ5iv .navbar.navbar-short {
  min-height: 84px;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiplfQ5iv .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown-item.active,
.cid-sYiplfQ5iv .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiplfQ5iv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #035986;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiplfQ5iv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiplfQ5iv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYiplfQ5iv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYiplfQ5iv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sYiplfQ5iv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar {
    height: 77px;
  }
  .cid-sYiplfQ5iv .navbar.opened {
    height: auto;
  }
  .cid-sYiplfQ5iv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um1hnsrGLE {
  background-image: url("../../../assets/images/buchcover-mockup-haende-2-2000x1364.jpg");
}
.cid-um1hnsrGLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-um1hnsrGLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um1hnsrGLE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-um1hnsrGLE .mbr-text,
.cid-um1hnsrGLE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-um1hnsrGLE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t84aym2ySs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t84aym2ySs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t84aym2ySs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t84aym2ySs .text-wrapper {
    padding: 2rem;
  }
}
.cid-t84aym2ySs .mbr-description {
  color: #bbbbbb;
}
.cid-t84aym2ySs .mbr-section-title {
  color: #22a5e5;
}
.cid-t84aym2ySs .mbr-text {
  color: #353535;
}
.cid-t84hibKrQt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t84hibKrQt img,
.cid-t84hibKrQt .item-img {
  width: 100%;
}
.cid-t84hibKrQt .item:focus,
.cid-t84hibKrQt span:focus {
  outline: none;
}
.cid-t84hibKrQt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84hibKrQt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84hibKrQt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84hibKrQt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84hibKrQt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84hibKrQt .mbr-section-title {
  color: #232323;
}
.cid-t84hibKrQt .mbr-text,
.cid-t84hibKrQt .mbr-section-btn {
  text-align: left;
}
.cid-t84hibKrQt .item-title {
  text-align: left;
}
.cid-t84hibKrQt .item-subtitle {
  text-align: left;
}
.cid-t84iOgx2pX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-t84iOgx2pX .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-t84iOgx2pX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ubaOHa9q3c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubaOHa9q3c img,
.cid-ubaOHa9q3c .item-img {
  width: 100%;
}
.cid-ubaOHa9q3c .item:focus,
.cid-ubaOHa9q3c span:focus {
  outline: none;
}
.cid-ubaOHa9q3c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubaOHa9q3c .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubaOHa9q3c .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubaOHa9q3c .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubaOHa9q3c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubaOHa9q3c .mbr-section-title {
  color: #232323;
}
.cid-ubaOHa9q3c .mbr-text,
.cid-ubaOHa9q3c .mbr-section-btn {
  text-align: left;
}
.cid-ubaOHa9q3c .item-title {
  text-align: left;
}
.cid-ubaOHa9q3c .item-subtitle {
  text-align: left;
}
.cid-t84jKUXzAJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t84jKUXzAJ img,
.cid-t84jKUXzAJ .item-img {
  width: 100%;
}
.cid-t84jKUXzAJ .item:focus,
.cid-t84jKUXzAJ span:focus {
  outline: none;
}
.cid-t84jKUXzAJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84jKUXzAJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84jKUXzAJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84jKUXzAJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84jKUXzAJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84jKUXzAJ .mbr-section-title {
  color: #232323;
}
.cid-t84jKUXzAJ .mbr-text,
.cid-t84jKUXzAJ .mbr-section-btn {
  text-align: left;
}
.cid-t84jKUXzAJ .item-title {
  text-align: left;
}
.cid-t84jKUXzAJ .item-subtitle {
  text-align: left;
}
.cid-t84kU70fgv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t84kU70fgv img,
.cid-t84kU70fgv .item-img {
  width: 100%;
}
.cid-t84kU70fgv .item:focus,
.cid-t84kU70fgv span:focus {
  outline: none;
}
.cid-t84kU70fgv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84kU70fgv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84kU70fgv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84kU70fgv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84kU70fgv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84kU70fgv .mbr-section-title {
  color: #232323;
}
.cid-t84kU70fgv .mbr-text,
.cid-t84kU70fgv .mbr-section-btn {
  text-align: left;
}
.cid-t84kU70fgv .item-title {
  text-align: left;
}
.cid-t84kU70fgv .item-subtitle {
  text-align: left;
}
.cid-t84lUh8NEW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-t84lUh8NEW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t84lUh8NEW .mbr-text {
  color: #ffffff;
}
.cid-t84mUywcu1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t84mUywcu1 img,
.cid-t84mUywcu1 .item-img {
  width: 100%;
}
.cid-t84mUywcu1 .item:focus,
.cid-t84mUywcu1 span:focus {
  outline: none;
}
.cid-t84mUywcu1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84mUywcu1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84mUywcu1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84mUywcu1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84mUywcu1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84mUywcu1 .mbr-section-title {
  color: #232323;
}
.cid-t84mUywcu1 .mbr-text,
.cid-t84mUywcu1 .mbr-section-btn {
  text-align: left;
}
.cid-t84mUywcu1 .item-title {
  text-align: left;
}
.cid-t84mUywcu1 .item-subtitle {
  text-align: left;
}
.cid-t84mW07bVW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t84mW07bVW img,
.cid-t84mW07bVW .item-img {
  width: 100%;
}
.cid-t84mW07bVW .item:focus,
.cid-t84mW07bVW span:focus {
  outline: none;
}
.cid-t84mW07bVW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84mW07bVW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84mW07bVW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84mW07bVW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84mW07bVW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84mW07bVW .mbr-section-title {
  color: #232323;
}
.cid-t84mW07bVW .mbr-text,
.cid-t84mW07bVW .mbr-section-btn {
  text-align: left;
}
.cid-t84mW07bVW .item-title {
  text-align: left;
}
.cid-t84mW07bVW .item-subtitle {
  text-align: left;
}
.cid-tTfxYRW5sF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTfxYRW5sF img,
.cid-tTfxYRW5sF .item-img {
  width: 100%;
}
.cid-tTfxYRW5sF .item:focus,
.cid-tTfxYRW5sF span:focus {
  outline: none;
}
.cid-tTfxYRW5sF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTfxYRW5sF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTfxYRW5sF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTfxYRW5sF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTfxYRW5sF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTfxYRW5sF .mbr-section-title {
  color: #232323;
}
.cid-tTfxYRW5sF .mbr-text,
.cid-tTfxYRW5sF .mbr-section-btn {
  text-align: left;
}
.cid-tTfxYRW5sF .item-title {
  text-align: left;
}
.cid-tTfxYRW5sF .item-subtitle {
  text-align: left;
}
.cid-uXmRAjSFI6 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXmRAjSFI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXmRAjSFI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXmRAjSFI6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXmRAjSFI6 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uXmRAjSFI6 .mbr-section-title {
  color: #0279b3;
}
.cid-uXmRAjSFI6 .mbr-text,
.cid-uXmRAjSFI6 .mbr-section-btn {
  color: #0c869a;
}
.cid-v54pnGIpoB {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v54pnGIpoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54pnGIpoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54pnGIpoB .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v54pnGIpoB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v54pnGIpoB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v54pnGIpoB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v54pnGIpoB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v54pnGIpoB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v54pnGIpoB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v54TwPLbdy {
  background-image: url("../../../assets/images/kennst-du-dieses-buch-1160x1160.jpg");
}
.cid-v54TwPLbdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54TwPLbdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t84rkq78CI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ff00a3;
}
.cid-t84rkq78CI .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-t84rkq78CI .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueo1MPK98Q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueo1MPK98Q img,
.cid-ueo1MPK98Q .item-img {
  width: 100%;
}
.cid-ueo1MPK98Q .item:focus,
.cid-ueo1MPK98Q span:focus {
  outline: none;
}
.cid-ueo1MPK98Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueo1MPK98Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueo1MPK98Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueo1MPK98Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ueo1MPK98Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueo1MPK98Q .mbr-section-title {
  color: #232323;
}
.cid-ueo1MPK98Q .mbr-text,
.cid-ueo1MPK98Q .mbr-section-btn {
  text-align: left;
}
.cid-ueo1MPK98Q .item-title {
  text-align: left;
}
.cid-ueo1MPK98Q .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-ulsvyo0bpY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulsvyo0bpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsvyo0bpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t84pHiCzXz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
@media (max-width: 991px) {
  .cid-t84pHiCzXz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t84pHiCzXz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t84pHiCzXz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t84pHiCzXz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t84pHiCzXz .mbr-section-title {
  color: #ffffff;
}
.cid-t84pHiCzXz .mbr-text,
.cid-t84pHiCzXz .mbr-section-btn {
  color: #ffffff;
}
.cid-tqXLL9YVEh {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/kayti-coonjohn-twg-u1iugda-unsplash-2000x1500.jpg");
}
.cid-tqXLL9YVEh .mbr-overlay {
  background: #3695d6;
  opacity: 0.3;
}
.cid-tqXLL9YVEh img,
.cid-tqXLL9YVEh .item-img {
  width: 100%;
}
.cid-tqXLL9YVEh .item:focus,
.cid-tqXLL9YVEh span:focus {
  outline: none;
}
.cid-tqXLL9YVEh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tqXLL9YVEh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqXLL9YVEh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqXLL9YVEh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqXLL9YVEh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqXLL9YVEh .mbr-section-title {
  color: #ffffff;
}
.cid-tqXLL9YVEh .item-subtitle {
  color: #bbbbbb;
}
.cid-tqXLL9YVEh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTx7yUMkMx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-tTx7yUMkMx .mbr-text,
.cid-tTx7yUMkMx .mbr-section-btn {
  color: #ffffff;
}
.cid-tTx7yUMkMx .mbr-section-title {
  color: #ffffff;
}
.cid-tTx7yUMkMx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uly4Q7m2eH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uly4Q7m2eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uly4Q7m2eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uly4Q7m2eH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uly4Q7m2eH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uly4Q7m2eH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uly4Q7m2eH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uly4Q7m2eH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uly4Q7m2eH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uly4Q7m2eH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sbGZ4XFvA8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbGZ4XFvA8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sbGZ4XFvA8 .list {
  list-style: none;
  padding-left: 0;
  color: #6ec7f2;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 0rem;
  }
}
.cid-sbGZ4XFvA8 .mbr-text {
  color: #bbbbbb;
}
.cid-sbGZ4XFvA8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sbGZ4XFvA8 .mbr-iconfont {
  color: black;
}
.cid-sYiplfQ5iv {
  z-index: 1000;
  width: 100%;
}
.cid-sYiplfQ5iv nav.navbar {
  position: fixed;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYiplfQ5iv .dropdown-item:hover,
.cid-sYiplfQ5iv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sYiplfQ5iv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYiplfQ5iv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYiplfQ5iv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYiplfQ5iv .nav-link {
  position: relative;
}
.cid-sYiplfQ5iv .container {
  display: flex;
  margin: auto;
}
.cid-sYiplfQ5iv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sYiplfQ5iv .dropdown-menu,
.cid-sYiplfQ5iv .navbar.opened {
  background: #035986 !important;
}
.cid-sYiplfQ5iv .nav-item:focus,
.cid-sYiplfQ5iv .nav-link:focus {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sYiplfQ5iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYiplfQ5iv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYiplfQ5iv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYiplfQ5iv .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 89, 134, 0);
}
.cid-sYiplfQ5iv .navbar.opened {
  transition: all .3s;
}
.cid-sYiplfQ5iv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sYiplfQ5iv .navbar .navbar-logo img {
  width: auto;
}
.cid-sYiplfQ5iv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar.collapsed {
  justify-content: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYiplfQ5iv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYiplfQ5iv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYiplfQ5iv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sYiplfQ5iv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sYiplfQ5iv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiplfQ5iv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sYiplfQ5iv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiplfQ5iv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiplfQ5iv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYiplfQ5iv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYiplfQ5iv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sYiplfQ5iv .navbar.navbar-short {
  min-height: 84px;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYiplfQ5iv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiplfQ5iv .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiplfQ5iv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiplfQ5iv .dropdown-item.active,
.cid-sYiplfQ5iv .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiplfQ5iv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiplfQ5iv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #035986;
}
.cid-sYiplfQ5iv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiplfQ5iv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiplfQ5iv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYiplfQ5iv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYiplfQ5iv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYiplfQ5iv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYiplfQ5iv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYiplfQ5iv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sYiplfQ5iv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYiplfQ5iv .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-sYiplfQ5iv .navbar {
    height: 77px;
  }
  .cid-sYiplfQ5iv .navbar.opened {
    height: auto;
  }
  .cid-sYiplfQ5iv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v87DNPDXfA {
  display: flex;
  background-image: url("../../../assets/images/bodobe-featured-image-hd-1920x1080.jpg");
}
.cid-v87DNPDXfA .mbr-overlay {
  background-color: #353535;
  opacity: 0.4;
}
.cid-v87DNPDXfA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v87DNPDXfA {
    align-items: flex-end;
  }
  .cid-v87DNPDXfA .row {
    justify-content: flex-start;
  }
  .cid-v87DNPDXfA .content-wrap {
    width: 59%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v87DNPDXfA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v87DNPDXfA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v87DNPDXfA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v87DNPDXfA .content-wrap {
    width: 100%;
  }
}
.cid-t84EnVbElk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t84EnVbElk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t84EnVbElk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t84EnVbElk .text-wrapper {
    padding: 2rem;
  }
}
.cid-t84EnVbElk .mbr-section-title {
  color: #22a5e5;
}
.cid-t84EnVbElk .mbr-text {
  color: #353535;
}
.cid-t84EnVbElk .mbr-description {
  color: #bbbbbb;
}
.cid-t84EoxgoNj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t84EoxgoNj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t84EoxgoNj .row {
  flex-direction: row-reverse;
}
.cid-t84EoxgoNj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t84EoxgoNj .text-wrapper {
    padding: 2rem;
  }
}
.cid-t84EoxgoNj .mbr-section-title {
  color: #22a5e5;
}
.cid-t84EoxgoNj .mbr-description {
  color: #bbbbbb;
}
.cid-t84vYFy9Sd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t84vYFy9Sd img,
.cid-t84vYFy9Sd .item-img {
  width: 100%;
}
.cid-t84vYFy9Sd .item:focus,
.cid-t84vYFy9Sd span:focus {
  outline: none;
}
.cid-t84vYFy9Sd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84vYFy9Sd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84vYFy9Sd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84vYFy9Sd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84vYFy9Sd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84vYFy9Sd .mbr-section-title {
  color: #232323;
}
.cid-t84vYFy9Sd .mbr-text,
.cid-t84vYFy9Sd .mbr-section-btn {
  text-align: left;
}
.cid-t84vYFy9Sd .item-title {
  text-align: left;
}
.cid-t84vYFy9Sd .item-subtitle {
  text-align: left;
}
.cid-udLSmWaGyb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udLSmWaGyb img,
.cid-udLSmWaGyb .item-img {
  width: 100%;
}
.cid-udLSmWaGyb .item:focus,
.cid-udLSmWaGyb span:focus {
  outline: none;
}
.cid-udLSmWaGyb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udLSmWaGyb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udLSmWaGyb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udLSmWaGyb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udLSmWaGyb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udLSmWaGyb .mbr-section-title {
  color: #232323;
}
.cid-udLSmWaGyb .mbr-text,
.cid-udLSmWaGyb .mbr-section-btn {
  text-align: left;
}
.cid-udLSmWaGyb .item-title {
  text-align: left;
}
.cid-udLSmWaGyb .item-subtitle {
  text-align: left;
}
.cid-t84vTAUDEB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t84vTAUDEB img,
.cid-t84vTAUDEB .item-img {
  width: 100%;
}
.cid-t84vTAUDEB .item:focus,
.cid-t84vTAUDEB span:focus {
  outline: none;
}
.cid-t84vTAUDEB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84vTAUDEB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84vTAUDEB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84vTAUDEB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84vTAUDEB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84vTAUDEB .mbr-section-title {
  color: #232323;
}
.cid-t84vTAUDEB .mbr-text,
.cid-t84vTAUDEB .mbr-section-btn {
  text-align: left;
}
.cid-t84vTAUDEB .item-title {
  text-align: left;
}
.cid-t84vTAUDEB .item-subtitle {
  text-align: left;
}
.cid-t84xfh4DI7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t84xfh4DI7 img,
.cid-t84xfh4DI7 .item-img {
  width: 100%;
}
.cid-t84xfh4DI7 .item:focus,
.cid-t84xfh4DI7 span:focus {
  outline: none;
}
.cid-t84xfh4DI7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84xfh4DI7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84xfh4DI7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84xfh4DI7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84xfh4DI7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84xfh4DI7 .mbr-section-title {
  color: #232323;
}
.cid-t84xfh4DI7 .mbr-text,
.cid-t84xfh4DI7 .mbr-section-btn {
  text-align: left;
}
.cid-t84xfh4DI7 .item-title {
  text-align: left;
}
.cid-t84xfh4DI7 .item-subtitle {
  text-align: left;
}
.cid-sLnb2RY00H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/thomas-mann-portrait-2-1-1536x864.jpg");
}
.cid-sLnb2RY00H .mbr-text,
.cid-sLnb2RY00H .mbr-section-btn {
  color: #ffffff;
}
.cid-sLnb2RY00H .mbr-section-title {
  color: #ffffff;
}
.cid-sLnb2RY00H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sLnb479AV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-sLnb479AV0 .mbr-text,
.cid-sLnb479AV0 .mbr-section-btn {
  color: #333333;
}
.cid-sLnb479AV0 .card-title,
.cid-sLnb479AV0 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-sLnb479AV0 .mbr-text,
.cid-sLnb479AV0 .link-wrap {
  color: #ffffff;
}
.cid-uldL9zzNbp {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uldL9zzNbp img,
.cid-uldL9zzNbp .item-img {
  width: 100%;
}
.cid-uldL9zzNbp .item:focus,
.cid-uldL9zzNbp span:focus {
  outline: none;
}
.cid-uldL9zzNbp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uldL9zzNbp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uldL9zzNbp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uldL9zzNbp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uldL9zzNbp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uldL9zzNbp .mbr-section-title {
  color: #232323;
}
.cid-uldL9zzNbp .mbr-text,
.cid-uldL9zzNbp .mbr-section-btn {
  text-align: left;
}
.cid-uldL9zzNbp .item-title {
  text-align: left;
}
.cid-uldL9zzNbp .item-subtitle {
  text-align: left;
}
.cid-v8biKx3cGA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8biKx3cGA img,
.cid-v8biKx3cGA .item-img {
  width: 100%;
}
.cid-v8biKx3cGA .item:focus,
.cid-v8biKx3cGA span:focus {
  outline: none;
}
.cid-v8biKx3cGA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8biKx3cGA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8biKx3cGA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8biKx3cGA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8biKx3cGA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8biKx3cGA .mbr-section-title {
  color: #232323;
}
.cid-v8biKx3cGA .mbr-text,
.cid-v8biKx3cGA .mbr-section-btn {
  text-align: left;
}
.cid-v8biKx3cGA .item-title {
  text-align: left;
}
.cid-v8biKx3cGA .item-subtitle {
  text-align: left;
}
.cid-v8b9YQMSh5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8b9YQMSh5 img,
.cid-v8b9YQMSh5 .item-img {
  width: 100%;
}
.cid-v8b9YQMSh5 .item:focus,
.cid-v8b9YQMSh5 span:focus {
  outline: none;
}
.cid-v8b9YQMSh5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8b9YQMSh5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8b9YQMSh5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8b9YQMSh5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8b9YQMSh5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8b9YQMSh5 .mbr-section-title {
  color: #232323;
}
.cid-v8b9YQMSh5 .mbr-text,
.cid-v8b9YQMSh5 .mbr-section-btn {
  text-align: left;
}
.cid-v8b9YQMSh5 .item-title {
  text-align: left;
}
.cid-v8b9YQMSh5 .item-subtitle {
  text-align: left;
}
.cid-t84AnXYJ7c {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t84AnXYJ7c img,
.cid-t84AnXYJ7c .item-img {
  width: 100%;
}
.cid-t84AnXYJ7c .item:focus,
.cid-t84AnXYJ7c span:focus {
  outline: none;
}
.cid-t84AnXYJ7c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t84AnXYJ7c .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t84AnXYJ7c .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84AnXYJ7c .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t84AnXYJ7c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t84AnXYJ7c .mbr-section-title {
  color: #232323;
}
.cid-t84AnXYJ7c .mbr-text,
.cid-t84AnXYJ7c .mbr-section-btn {
  text-align: left;
}
.cid-t84AnXYJ7c .item-title {
  text-align: left;
}
.cid-t84AnXYJ7c .item-subtitle {
  text-align: left;
}
.cid-sbGZ4XFvA8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbGZ4XFvA8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sbGZ4XFvA8 .list {
  list-style: none;
  padding-left: 0;
  color: #6ec7f2;
}
@media (max-width: 991px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sbGZ4XFvA8 .list {
    margin-bottom: 0rem;
  }
}
.cid-sbGZ4XFvA8 .mbr-text {
  color: #bbbbbb;
}
.cid-sbGZ4XFvA8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sbGZ4XFvA8 .mbr-iconfont {
  color: black;
}
.cid-u3OPlpxPSB {
  z-index: 1000;
  width: 100%;
}
.cid-u3OPlpxPSB nav.navbar {
  position: fixed;
}
.cid-u3OPlpxPSB .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-u3OPlpxPSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u3OPlpxPSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3OPlpxPSB .dropdown-item:hover,
.cid-u3OPlpxPSB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u3OPlpxPSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3OPlpxPSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3OPlpxPSB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u3OPlpxPSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3OPlpxPSB .nav-link {
  position: relative;
}
.cid-u3OPlpxPSB .container {
  display: flex;
  margin: auto;
}
.cid-u3OPlpxPSB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u3OPlpxPSB .dropdown-menu,
.cid-u3OPlpxPSB .navbar.opened {
  background: #035986 !important;
}
.cid-u3OPlpxPSB .nav-item:focus,
.cid-u3OPlpxPSB .nav-link:focus {
  outline: none;
}
.cid-u3OPlpxPSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3OPlpxPSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3OPlpxPSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-u3OPlpxPSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3OPlpxPSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3OPlpxPSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3OPlpxPSB .navbar {
  min-height: 84px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 89, 134, 0);
}
.cid-u3OPlpxPSB .navbar.opened {
  transition: all .3s;
}
.cid-u3OPlpxPSB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u3OPlpxPSB .navbar .navbar-logo img {
  width: auto;
}
.cid-u3OPlpxPSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3OPlpxPSB .navbar.collapsed {
  justify-content: center;
}
.cid-u3OPlpxPSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3OPlpxPSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3OPlpxPSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u3OPlpxPSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3OPlpxPSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3OPlpxPSB .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-u3OPlpxPSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3OPlpxPSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u3OPlpxPSB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u3OPlpxPSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3OPlpxPSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3OPlpxPSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3OPlpxPSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3OPlpxPSB .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-u3OPlpxPSB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u3OPlpxPSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3OPlpxPSB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3OPlpxPSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3OPlpxPSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3OPlpxPSB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u3OPlpxPSB .navbar.navbar-short {
  min-height: 84px;
}
.cid-u3OPlpxPSB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u3OPlpxPSB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u3OPlpxPSB .navbar-brand {
  min-height: calc(84px - 1rem);
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3OPlpxPSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3OPlpxPSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3OPlpxPSB .dropdown-item.active,
.cid-u3OPlpxPSB .dropdown-item:active {
  background-color: transparent;
}
.cid-u3OPlpxPSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3OPlpxPSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3OPlpxPSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3OPlpxPSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #035986;
}
.cid-u3OPlpxPSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3OPlpxPSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3OPlpxPSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3OPlpxPSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3OPlpxPSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u3OPlpxPSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3OPlpxPSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u3OPlpxPSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u3OPlpxPSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u3OPlpxPSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u3OPlpxPSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u3OPlpxPSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u3OPlpxPSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u3OPlpxPSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u3OPlpxPSB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u3OPlpxPSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3OPlpxPSB .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-u3OPlpxPSB .navbar {
    height: 77px;
  }
  .cid-u3OPlpxPSB .navbar.opened {
    height: auto;
  }
  .cid-u3OPlpxPSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXTxam6iWr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXTxam6iWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTxam6iWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXTxam6iWr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXTxam6iWr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXTxam6iWr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXTxam6iWr .mbr-section-title {
  color: #000000;
}
.cid-uXTxam6iWr .mbr-text {
  color: #353535;
}
.cid-uXTzBIzcy1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXTzBIzcy1 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uXTzBIzcy1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u3OPlnfN5o {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u3OPlnfN5o .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u3OPlnfN5o .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u3OPloZ4Yj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OPloZ4Yj .mbr-text,
.cid-u3OPloZ4Yj .mbr-section-btn {
  color: #ffffff;
}
.cid-u3OPloZ4Yj .mbr-section-title {
  color: #000000;
}
.cid-u3OPloZ4Yj .mbr-section-subtitle {
  color: #353535;
}
.cid-u3OPlpmfe4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u3OPlpmfe4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u3OPlpmfe4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3OPlpmfe4 .list {
  list-style: none;
  padding-left: 0;
  color: #6ec7f2;
}
@media (max-width: 991px) {
  .cid-u3OPlpmfe4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3OPlpmfe4 .list {
    margin-bottom: 0rem;
  }
}
.cid-u3OPlpmfe4 .mbr-text {
  color: #bbbbbb;
}
.cid-u3OPlpmfe4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u3OPlpmfe4 .mbr-iconfont {
  color: black;
}
