body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #4f4943 !important;
}
.bg-warning {
  background-color: #55b4d4 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f35934 !important;
  border-color: #f35934 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ce320c !important;
  border-color: #ce320c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ce320c !important;
  border-color: #ce320c !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #262320 !important;
  border-color: #262320 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b62c0b;
  color: #b62c0b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f35934;
  border-color: #f35934;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f35934 !important;
  border-color: #f35934 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #181614;
  color: #181614;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #f35934 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #4f4943 !important;
}
.text-warning {
  color: #55b4d4 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b62c0b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #181614 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #277e9c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f4943;
}
.alert-warning {
  background-color: #55b4d4;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f35934 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23232323' %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.3;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rL6w4wmPs9 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rL6w4wmPs9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rL6w4wmPs9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rL6xYJJSNs {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rL6xYJJSNs .mbr-text {
  color: #767676;
}
.cid-rL6xYJJSNs .mbr-text p {
  background: #ffffff;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rL6gpGxEBw {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #d2d063;
  background: linear-gradient(45deg, #d2d063, #cb5220);
}
.cid-rL6gpGxEBw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rL6gpGxEBw .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rL6gpGxEBw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rL6gpGxEBw .mbr-text {
    text-align: center;
  }
}
.cid-rL6gpGxEBw H1 {
  text-align: center;
}
.cid-rL6gpGxEBw H3 {
  text-align: center;
}
.cid-uPRJwcFGy0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p3070100a-2000x1770.jpg");
}
.cid-uPRJwcFGy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPRJwcFGy0 .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-uPRJwcFGy0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPRJwcFGy0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPRJwcFGy0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uPRJwcFGy0 .mbr-section-title {
  text-align: center;
}
.cid-uPRJwcFGy0 .mbr-text {
  text-align: center;
}
.cid-uVaXJvLzhT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/20171028-1104-rosow-und-stettin-17-2000x1500-800x600.jpeg");
}
.cid-uVaXJvLzhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaXJvLzhT .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-uVaXJvLzhT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVaXJvLzhT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVaXJvLzhT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uVaXJvLzhT .mbr-section-title DIV {
  text-align: center;
}
.cid-uVaXJvLzhT .mbr-section-title {
  text-align: center;
}
.cid-uVaXJvLzhT .mbr-text {
  text-align: center;
}
.cid-sU6xJbjxz9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-5045-1024x683.jpg");
}
.cid-sU6xJbjxz9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sU6xJbjxz9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sU6xJbjxz9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sU6xJbjxz9 .mbr-text {
    text-align: center;
  }
}
.cid-sU6xJbjxz9 H1 {
  text-align: center;
}
.cid-sU6xJbjxz9 H3 {
  text-align: center;
}
.cid-sU6xJbjxz9 .mbr-text,
.cid-sU6xJbjxz9 .mbr-section-btn {
  color: #ffffff;
}
.cid-rL6mLNUTpd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dcdada;
  overflow: hidden;
}
.cid-rL6mLNUTpd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rL6mLNUTpd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rL6mLNUTpd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rL6mLNUTpd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rL6mLNUTpd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rL6mLNUTpd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rL6mLNUTpd .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rL6mLNUTpd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rL6mLNUTpd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rLtQxdHy8o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc09846-1280x960.jpg");
}
@media (max-width: 767px) {
  .cid-rLtQxdHy8o .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rLtQxdHy8o .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rLtQxdHy8o .media-wrap img {
  height: 6rem;
}
.cid-rLtQxdHy8o .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rLtQxdHy8o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rLtQxdHy8o .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rLtQxdHy8o .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rLtQxdHy8o .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rLtQxdHy8o .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rLtQxdHy8o .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLtQxdHy8o .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rLtQxdHy8o .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rLtQxdHy8o .links {
  color: #cc2952;
}
.cid-rLtQxdHy8o P {
  text-align: left;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rLjGKpCKlK {
  background: #efefef;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-rLjGKpCKlK .image-block {
  margin: auto;
}
.cid-rLjGKpCKlK .mbr-figure {
  margin: 0 auto;
}
.cid-rLjGKpCKlK figcaption {
  position: relative;
}
.cid-rLjGKpCKlK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rLjGKpCKlK .image-block {
    width: 100% !important;
  }
}
.cid-sU6LAv2uRu {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rLyyeHvVhv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLyyeHvVhv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLyyeHvVhv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLyyeHvVhv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLyyeHvVhv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLyyeHvVhv .row > .row {
  display: block;
}
.cid-rLyyeHvVhv .mbr-gallery-item {
  width: 100%;
}
.cid-rLyyeHvVhv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLyyeHvVhv .mbr-gallery-item > div {
  position: relative;
}
.cid-rLyyeHvVhv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLyyeHvVhv .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rLyyeHvVhv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLyyeHvVhv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sU6NGfcfdz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sU6NGfcfdz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sU6NGfcfdz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sU6NGfcfdz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-rLjNHQFaKl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rLjNHQFaKl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rLjNHQFaKl .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rLjNHQFaKl .mbr-text {
  color: #767676;
}
.cid-rLyTUOQJIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLyTUOQJIx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLyTUOQJIx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLyTUOQJIx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLyTUOQJIx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLyTUOQJIx .row > .row {
  display: block;
}
.cid-rLyTUOQJIx .mbr-gallery-item {
  width: 100%;
}
.cid-rLyTUOQJIx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLyTUOQJIx .mbr-gallery-item > div {
  position: relative;
}
.cid-rLyTUOQJIx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLyTUOQJIx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLyTUOQJIx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLyTUOQJIx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLjNJZx282 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLjNJZx282 .mbr-text,
.cid-rLjNJZx282 blockquote {
  color: #767676;
}
.cid-rLjNJZx282 .mbr-text {
  color: #767676;
}
.cid-rLjNKWGyH3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLjNKWGyH3 .counter-container {
  color: #767676;
}
.cid-rLjNKWGyH3 .counter-container ul {
  margin-bottom: 0;
}
.cid-rLjNKWGyH3 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rLjNLErd8W {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rLjNLErd8W .mbr-text,
.cid-rLjNLErd8W blockquote {
  color: #767676;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rLvyS6B5uC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/rosow-kirchentor-seite-1850x1111.jpg");
}
.cid-rLvyS6B5uC .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLvyS6B5uC .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-left: 2rem;
}
.cid-rLvyS6B5uC .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rLvyS6B5uC .time-line-date-content {
  margin-right: 2rem;
}
.cid-rLvyS6B5uC .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #efefef;
  float: right;
}
.cid-rLvyS6B5uC .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rLvyS6B5uC .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rLvyS6B5uC .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rLvyS6B5uC .mbr-timeline-date,
.cid-rLvyS6B5uC .timeline-text-content {
  transition: all .4s;
}
.cid-rLvyS6B5uC .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rLvyS6B5uC .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rLvyS6B5uC .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rLvyS6B5uC .reverse .time-line-date-content p {
  float: left;
}
.cid-rLvyS6B5uC .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -10px;
}
.cid-rLvyS6B5uC .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rLvyS6B5uC .iconBackground {
    left: 0 !important;
  }
  .cid-rLvyS6B5uC .separline:before {
    left: 0!important;
  }
  .cid-rLvyS6B5uC .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rLvyS6B5uC .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rLvyS6B5uC .time-line-date-content p {
    float: left !important;
  }
  .cid-rLvyS6B5uC .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rLvyS6B5uC .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rLvyS6B5uC .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rLuXp2cqVP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/koncert-2018-03-18-plakat-800x411.jpg");
}
.cid-rLuXp2cqVP h1 {
  color: #616161;
}
.cid-rLuXp2cqVP h2,
.cid-rLuXp2cqVP h3,
.cid-rLuXp2cqVP p {
  color: #767676;
}
.cid-rLuXp2cqVP .mbr-section-subtitle {
  font-style: italic;
}
.cid-rLuXp2cqVP H1 {
  text-align: center;
}
.cid-rLuXmUKcvA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLuXmUKcvA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLuXmUKcvA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLuXmUKcvA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLuXmUKcvA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLuXmUKcvA .row > .row {
  display: block;
}
.cid-rLuXmUKcvA .mbr-gallery-item {
  width: 100%;
}
.cid-rLuXmUKcvA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLuXmUKcvA .mbr-gallery-item > div {
  position: relative;
}
.cid-rLuXmUKcvA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLuXmUKcvA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLuXmUKcvA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLuXmUKcvA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLuZe9Z3Gp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLuZe9Z3Gp .counter-container {
  color: #767676;
}
.cid-rLuZe9Z3Gp .counter-container ul {
  margin-bottom: 0;
}
.cid-rLuZe9Z3Gp .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rLv0eapVyT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rLv0eapVyT .mbr-text,
.cid-rLv0eapVyT blockquote {
  color: #767676;
}
.cid-rLv3nRnfni {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-6399-2000x1333.jpg");
}
@media (min-width: 992px) {
  .cid-rLv3nRnfni .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rLv3nRnfni .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rLv3nRnfni .mbr-text {
    text-align: center;
  }
}
.cid-rLv3nRnfni H1 {
  text-align: center;
}
.cid-rLv4ZUQInZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLv4ZUQInZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLv4ZUQInZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLv4ZUQInZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLv4ZUQInZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLv4ZUQInZ .row > .row {
  display: block;
}
.cid-rLv4ZUQInZ .mbr-gallery-item {
  width: 100%;
}
.cid-rLv4ZUQInZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLv4ZUQInZ .mbr-gallery-item > div {
  position: relative;
}
.cid-rLv4ZUQInZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLv4ZUQInZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLv4ZUQInZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLv4ZUQInZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLv8HK6T51 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLv8HK6T51 .mbr-text,
.cid-rLv8HK6T51 blockquote {
  color: #767676;
}
.cid-rLv9lPXLqe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLv9lPXLqe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLv9lPXLqe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLv9lPXLqe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLv9lPXLqe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLv9lPXLqe .row > .row {
  display: block;
}
.cid-rLv9lPXLqe .mbr-gallery-item {
  width: 100%;
}
.cid-rLv9lPXLqe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLv9lPXLqe .mbr-gallery-item > div {
  position: relative;
}
.cid-rLv9lPXLqe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLv9lPXLqe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLv9lPXLqe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLv9lPXLqe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLvcZQaWBx {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-6451-2000x1333.jpeg");
}
.cid-rLvcZQaWBx .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLvcZQaWBx .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rLvcZQaWBx .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rLvhgq3yoS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLvhgq3yoS .mbr-text,
.cid-rLvhgq3yoS blockquote {
  color: #767676;
}
.cid-rLvhB96EqC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
}
.cid-rLvhB96EqC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLvhB96EqC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLvhB96EqC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLvhB96EqC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLvhB96EqC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d0e0ef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #d0e0ef, #465052) !important;
}
.cid-rLvhB96EqC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLvhB96EqC .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-rLvhB96EqC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLvhB96EqC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #d0e0ef !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #d0e0ef, #465052) !important;
}
.cid-rLvk7DGJHk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rLvk7DGJHk .mbr-text,
.cid-rLvk7DGJHk blockquote {
  color: #767676;
}
.cid-rLvkaKVpoh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
}
.cid-rLvkaKVpoh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLvkaKVpoh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLvkaKVpoh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLvkaKVpoh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLvkaKVpoh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #465052) !important;
}
.cid-rLvkaKVpoh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLvkaKVpoh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLvkaKVpoh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLvkaKVpoh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #465052) !important;
}
.cid-rLvrj33bEl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rLvrj33bEl .mbr-text,
.cid-rLvrj33bEl blockquote {
  color: #767676;
}
.cid-rLvrj33bEl .mbr-text {
  text-align: center;
}
.cid-rLvsICdXI5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
}
.cid-rLvsICdXI5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLvsICdXI5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLvsICdXI5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLvsICdXI5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLvsICdXI5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLvsICdXI5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLvsICdXI5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLvsICdXI5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLvsICdXI5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rPyvWvMiZd {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-l9590cps-750x500.jpg");
}
.cid-rPyx54lZ5F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rPyx54lZ5F .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rPyx54lZ5F .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPyx54lZ5F .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPyx54lZ5F .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rPyx54lZ5F .row > .row {
  display: block;
}
.cid-rPyx54lZ5F .mbr-gallery-item {
  width: 100%;
}
.cid-rPyx54lZ5F .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rPyx54lZ5F .mbr-gallery-item > div {
  position: relative;
}
.cid-rPyx54lZ5F .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rPyx54lZ5F .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rPyx54lZ5F .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rPyx54lZ5F .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rPyybKGL2G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPyybKGL2G .mbr-text,
.cid-rPyybKGL2G blockquote {
  color: #767676;
}
.cid-rPyzktrHpF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rPyzktrHpF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rPyzktrHpF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPyzktrHpF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPyzktrHpF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rPyzktrHpF .row > .row {
  display: block;
}
.cid-rPyzktrHpF .mbr-gallery-item {
  width: 100%;
}
.cid-rPyzktrHpF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rPyzktrHpF .mbr-gallery-item > div {
  position: relative;
}
.cid-rPyzktrHpF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rPyzktrHpF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rPyzktrHpF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rPyzktrHpF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tei9dBsknT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tei9dBsknT img,
.cid-tei9dBsknT .item-img {
  width: 100%;
}
.cid-tei9dBsknT .item:focus,
.cid-tei9dBsknT span:focus {
  outline: none;
}
.cid-tei9dBsknT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tei9dBsknT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tei9dBsknT .item {
  padding: 0;
  margin: 0;
}
.cid-tei9dBsknT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tei9dBsknT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tei9dBsknT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tei9dBsknT .item-wrapper {
  background: transparent;
}
.cid-tei9dBsknT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tei9dBsknT .mbr-section-title {
  color: #232323;
}
.cid-tei9dBsknT .mbr-text,
.cid-tei9dBsknT .mbr-section-btn {
  text-align: left;
}
.cid-tei9dBsknT .item-title {
  text-align: left;
}
.cid-tei9dBsknT .item-subtitle {
  text-align: center;
}
.cid-tei9dBsknT .mbr-section-subtitle {
  text-align: left;
}
.cid-teiaIzVKxD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teiaIzVKxD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-teiaIzVKxD .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-teiaIzVKxD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-teibAmmJsS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rNnZ7SPdhK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3186-400x267.jpg");
}
.cid-rNnZ7SPdhK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNnZ7SPdhK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNnZ7SPdhK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNnZ7SPdhK .mbr-text {
    text-align: center;
  }
}
.cid-rNnZ7SPdhK H1 {
  color: #4f4943;
  text-align: center;
}
.cid-rNnZ7SPdhK .mbr-text,
.cid-rNnZ7SPdhK .mbr-section-btn {
  color: #4f4943;
  text-align: center;
}
.cid-rNnZ7TbXUM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/parentsfriends-c-stefan-csevi-400x241-400x241.jpg");
}
.cid-rNnZ7TbXUM .card-box {
  padding: 0 2rem;
}
.cid-rNnZ7TbXUM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rNnZ7TbXUM .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rNnZ7TbXUM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rNnZ7TbXUM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rNnZ7TbXUM .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rNnZ7TbXUM .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rNnZ7TbXUM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rNnZ7TbXUM .card-title {
  text-align: center;
}
.cid-rNnZ7Tz0dv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parentsfriends-c-stefan-csevi-400x241-400x241.jpg");
}
.cid-rNnZ7Tz0dv .card-box {
  padding: 0 2rem;
}
.cid-rNnZ7Tz0dv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rNnZ7Tz0dv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rNnZ7Tz0dv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rNnZ7Tz0dv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rNnZ7Tz0dv .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rNnZ7Tz0dv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rNnZ7Tz0dv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rNnZ7Tz0dv .card-title {
  text-align: center;
}
.cid-rV0HEx25zb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20190413-die-feuerwehr-ist-da19-2000x1500.jpeg");
}
.cid-rV0HEx25zb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rV0HEx25zb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rV0HEx25zb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rV0HFLfvO4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rV0HFLfvO4 .mbr-text,
.cid-rV0HFLfvO4 blockquote {
  color: #767676;
}
.cid-rV0HIXcF2s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0HIXcF2s P {
  color: #767676;
}
.cid-rV0HKxttgQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rV0HKxttgQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV0HKxttgQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV0HKxttgQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV0HKxttgQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV0HKxttgQ .row > .row {
  display: block;
}
.cid-rV0HKxttgQ .mbr-gallery-item {
  width: 100%;
}
.cid-rV0HKxttgQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rV0HKxttgQ .mbr-gallery-item > div {
  position: relative;
}
.cid-rV0HKxttgQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rV0HKxttgQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rV0HKxttgQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rV0HKxttgQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rV0OE6j0FS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-8232-2000x1333.jpg");
}
.cid-rV0OE6j0FS .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rV0OE6j0FS .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rV0OE6j0FS .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rV0OFCd9eh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rV0OFCd9eh .mbr-text,
.cid-rV0OFCd9eh blockquote {
  color: #767676;
}
.cid-rV0OHjxU5m {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rV0OHjxU5m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV0OHjxU5m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV0OHjxU5m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV0OHjxU5m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV0OHjxU5m .row > .row {
  display: block;
}
.cid-rV0OHjxU5m .mbr-gallery-item {
  width: 100%;
}
.cid-rV0OHjxU5m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rV0OHjxU5m .mbr-gallery-item > div {
  position: relative;
}
.cid-rV0OHjxU5m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rV0OHjxU5m .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rV0OHjxU5m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rV0OHjxU5m .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tetFlcSBHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20190519-ausstellung6-400x265.jpg");
}
.cid-tetFlcSBHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tetFlcSBHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tetFlcSBHj .mbr-text,
.cid-tetFlcSBHj .mbr-section-btn {
  color: #fafafa;
}
.cid-tetFlcSBHj .mbr-section-title {
  color: #fafafa;
}
.cid-tetFvSFAWG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/20190519-ausstellung9-400x216.jpg");
}
.cid-tetFvSFAWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tetFvSFAWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tetFvSFAWG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tetFvSFAWG .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-tetFvSFAWG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tetFvSFAWG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tetFvSFAWG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tetFvSFAWG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tetFvSFAWG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tetFvSFAWG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tetFvSFAWG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tetFvSFAWG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tetIxH4Vbu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/20190519-ausstellung12-400x267.jpg");
}
.cid-tetIxH4Vbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tetIxH4Vbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tetIxH4Vbu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tetIxH4Vbu .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-tetIxH4Vbu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tetIxH4Vbu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tetIxH4Vbu .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tetIxH4Vbu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tetIxH4Vbu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tetIxH4Vbu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tetIxH4Vbu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tetIxH4Vbu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tetLnLUgxG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #879a9f;
}
.cid-tetLnLUgxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tetLnLUgxG .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-tetLnLUgxG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tetLnLUgxG .row {
  flex-direction: row-reverse;
}
.cid-tetLnLUgxG img {
  width: 100%;
}
.cid-rV0PBfCfw0 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rV0PBfCfw0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rV0Q3OlusO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/20190915-okomenischer-gottesdienst-rosow-iphone11-400x239.jpg");
}
.cid-rV0Q3OlusO .card-box {
  padding: 0 2rem;
}
.cid-rV0Q3OlusO .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rV0Q3OlusO .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rV0Q3OlusO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rV0Q3OlusO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rV0Q3OlusO .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rV0Q3OlusO .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rV0Q3OlusO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rV0PCPd8CX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rV0PCPd8CX .mbr-text,
.cid-rV0PCPd8CX blockquote {
  color: #767676;
}
.cid-rV0PGOVszq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rV0PGOVszq .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rV0PGOVszq .section-text {
  padding: 2rem 0;
}
.cid-rV0PGOVszq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rV0PGOVszq .inner-container {
    width: 100% !important;
  }
}
.cid-rV0PHIS31R {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-rV0PHIS31R .image-block {
  margin: auto;
}
.cid-rV0PHIS31R .mbr-figure {
  margin: 0 auto;
}
.cid-rV0PHIS31R figcaption {
  position: relative;
}
.cid-rV0PHIS31R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rV0PHIS31R .image-block {
    width: 100% !important;
  }
}
.cid-rV0MxRgMtA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #d0e0ef;
}
.cid-rV0MxRgMtA .mbr-section-subtitle {
  color: #767676;
}
.cid-rV0Mze8CRr {
  background: #d0e0ef;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rV0Mze8CRr .image-block {
  margin: auto;
}
.cid-rV0Mze8CRr .mbr-figure {
  margin: 0 auto;
}
.cid-rV0Mze8CRr figcaption {
  position: relative;
}
.cid-rV0Mze8CRr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rV0Mze8CRr .image-block {
    width: 100% !important;
  }
}
.cid-rV0MBrC8NE {
  background: #d0e0ef;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-rV0MBrC8NE .image-block {
  margin: auto;
}
.cid-rV0MBrC8NE .mbr-figure {
  margin: 0 auto;
}
.cid-rV0MBrC8NE figcaption {
  position: relative;
}
.cid-rV0MBrC8NE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rV0MBrC8NE .image-block {
    width: 100% !important;
  }
}
.cid-rV0MCGwUN8 {
  background: #d0e0ef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rV0MCGwUN8 .image-block {
  margin: auto;
}
.cid-rV0MCGwUN8 .mbr-figure {
  margin: 0 auto;
}
.cid-rV0MCGwUN8 figcaption {
  position: relative;
}
.cid-rV0MCGwUN8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rV0MCGwUN8 .image-block {
    width: 100% !important;
  }
}
.cid-rV0MFFTRVL {
  background: #d0e0ef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-rV0MFFTRVL .image-block {
  margin: auto;
}
.cid-rV0MFFTRVL .mbr-figure {
  margin: 0 auto;
}
.cid-rV0MFFTRVL figcaption {
  position: relative;
}
.cid-rV0MFFTRVL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rV0MFFTRVL .image-block {
    width: 100% !important;
  }
}
.cid-rV0MGNpFss {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #d0e0ef;
}
.cid-rV0MGNpFss .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-rV0MHT81QB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d0e0ef;
}
.cid-rV0MHT81QB .counter-container {
  color: #767676;
}
.cid-rV0MHT81QB .counter-container ul {
  margin-bottom: 0;
}
.cid-rV0MHT81QB .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rV0MJ2qcen {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d0e0ef;
}
.cid-rV0MJ2qcen .mbr-text,
.cid-rV0MJ2qcen blockquote {
  color: #767676;
}
.cid-rV0MKCdNd6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d0e0ef;
}
.cid-rV0MKCdNd6 .counter-container {
  color: #767676;
}
.cid-rV0MKCdNd6 .counter-container ul {
  margin-bottom: 0;
}
.cid-rV0MKCdNd6 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rV0MMm3gvX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d0e0ef;
}
.cid-rV0MMm3gvX .mbr-text,
.cid-rV0MMm3gvX blockquote {
  color: #767676;
}
.cid-rV0MNObhoy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d0e0ef;
}
.cid-rV0MNObhoy .mbr-text {
  color: #767676;
}
.cid-rV0MNObhoy .mbr-text P {
  text-align: left;
}
.cid-rV0MPxjLse {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rV0MPxjLse .mbr-text {
  color: #767676;
}
.cid-rV0MPxjLse .mbr-text P {
  text-align: left;
}
.cid-rV0MUyFHbS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-n8113cps-330x220.jpg");
}
.cid-rV0MUyFHbS h1 {
  color: #616161;
}
.cid-rV0MUyFHbS h2,
.cid-rV0MUyFHbS h3,
.cid-rV0MUyFHbS p {
  color: #767676;
}
.cid-rV0MUyFHbS .mbr-section-subtitle {
  font-style: italic;
}
.cid-rV0MUyFHbS H1 {
  text-align: center;
}
.cid-rV0MVM2TSJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-n8113cps-330x220.jpg");
}
.cid-rV0MVM2TSJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rV0MVM2TSJ p {
  color: #767676;
  text-align: left;
}
.cid-rV0MVM2TSJ .card-box {
  padding-top: 2rem;
}
.cid-rV0MVM2TSJ .card-wrapper {
  height: 100%;
}
.cid-rV0MVM2TSJ .card-title {
  text-align: center;
}
.cid-rV0MWIAil6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0MWIAil6 .mbr-text,
.cid-rV0MWIAil6 blockquote {
  color: #767676;
}
.cid-rV0MYp6zth {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0MYp6zth .counter-container {
  color: #767676;
}
.cid-rV0MYp6zth .counter-container ul {
  margin-bottom: 0;
}
.cid-rV0MYp6zth .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rV0MZfbkjo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #d0e0ef;
}
.cid-rV0MZfbkjo .mbr-section-subtitle {
  color: #767676;
}
.cid-rV0O8iMP22 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #d0e0ef;
}
.cid-rV0O8iMP22 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rV0O8iMP22 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rV0O8iMP22 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rV0O8iMP22 .media-container-row .img-item .img-caption {
  background: #d0e0ef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rV0O8iMP22 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rV0O8iMP22 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rV0O8iMP22 .img-item {
    width: 100% !important;
  }
  .cid-rV0O8iMP22 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rV0O9rjTG0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d0e0ef;
}
.cid-rV0O9rjTG0 .mbr-text,
.cid-rV0O9rjTG0 blockquote {
  color: #767676;
}
.cid-rVsQGybVYI {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-n8115cps-1000x667.jpg");
}
.cid-rVsQGybVYI .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rVsQGybVYI .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rVsQGybVYI .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rVsQGybVYI P {
  color: #ffffff;
  text-align: center;
}
.cid-rVsSSmqrXl {
  background-color: #e9d6c2;
}
.cid-rVsSSmqrXl h1 {
  color: #616161;
}
.cid-rVsSSmqrXl h2,
.cid-rVsSSmqrXl h3,
.cid-rVsSSmqrXl p {
  color: #767676;
}
.cid-rVsSSmqrXl .mbr-section-subtitle {
  font-style: italic;
}
.cid-rVsSSmqrXl H1 {
  text-align: center;
}
.cid-rV0DNkenBR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rV0DNkenBR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rV0DNkenBR .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rV0DNkenBR .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rV0DNkenBR .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rV0DNkenBR .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-rV0DPtex9J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0DPtex9J H2 {
  color: #767676;
}
.cid-rV0DPtex9J .mbr-section-subtitle {
  color: #767676;
}
.cid-rV0DQXI994 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0DQXI994 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rV0DQXI994 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rV0DQXI994 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rV0DQXI994 .mbr-text {
    text-align: center;
  }
}
.cid-rV0DQXI994 .mbr-text,
.cid-rV0DQXI994 .mbr-section-btn {
  text-align: center;
  color: #767676;
}
.cid-rV0JIw5RtW {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-n8295ps-2-1000x667.jpeg");
}
.cid-rV0JIw5RtW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rV0JIw5RtW p {
  color: #767676;
  text-align: left;
}
.cid-rV0JIw5RtW .card-box {
  padding-top: 2rem;
}
.cid-rV0JIw5RtW .card-wrapper {
  height: 100%;
}
.cid-rV0JLkPqCZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0JLkPqCZ .mbr-text,
.cid-rV0JLkPqCZ blockquote {
  color: #767676;
}
.cid-rV0JLkPqCZ .mbr-text P {
  text-align: center;
}
.cid-rV0DRGN6Zm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rV0DRGN6Zm .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rV0DRGN6Zm .section-text {
  padding: 2rem 0;
  color: #767676;
}
.cid-rV0DRGN6Zm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rV0DRGN6Zm .inner-container {
    width: 100% !important;
  }
}
.cid-rV0Kmb8IXM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0Kmb8IXM .mbr-text,
.cid-rV0Kmb8IXM blockquote {
  color: #767676;
}
.cid-rV0KqYgeji {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rV0KqYgeji .counter-container {
  color: #767676;
}
.cid-rV0KqYgeji .counter-container ol {
  margin-bottom: 0;
}
.cid-rV0KqYgeji .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rV0DSfhODu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rV0DSfhODu .mbr-text,
.cid-rV0DSfhODu blockquote {
  color: #767676;
}
.cid-rV0DT2B35I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-n8295ps-1000x667.jpeg");
}
.cid-rV0DT2B35I .card-img {
  background-color: #fff;
}
.cid-rV0DT2B35I .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rV0DT2B35I h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rV0DT2B35I p {
  text-align: left;
}
.cid-rV0DT2B35I .mbr-text {
  color: #767676;
}
.cid-rV0DT2B35I .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rV0DT2B35I .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rV0DT2B35I .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rV0UYbcaIE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-1618-2000x922.jpg");
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rNVzqxFSwA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parentsfriends-c-stefan-csevi-400x241-400x241.jpg");
}
.cid-rNVzqxFSwA .card-box {
  padding: 0 2rem;
}
.cid-rNVzqxFSwA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rNVzqxFSwA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rNVzqxFSwA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rNVzqxFSwA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rNVzqxFSwA .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rNVzqxFSwA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rNVzqxFSwA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rNVzqxFSwA .card-title {
  text-align: center;
}
.cid-rNVzqxFSwA H3 {
  text-align: center;
}
.cid-rNVzqxFSwA P {
  text-align: center;
}
.cid-rNVBX0gebm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parentsfriends-c-stefan-csevi-400x241-400x241.jpg");
}
.cid-rNVBX0gebm .card-box {
  padding: 0 2rem;
}
.cid-rNVBX0gebm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rNVBX0gebm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rNVBX0gebm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rNVBX0gebm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rNVBX0gebm .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rNVBX0gebm .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rNVBX0gebm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rNVBX0gebm .card-title {
  text-align: center;
}
.cid-rNWqhQ61nr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3404-2000x1333.jpg");
}
.cid-rNWqhQ61nr .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNWqhQ61nr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNWqhQ61nr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNWqhQ61nr .mbr-text {
    text-align: center;
  }
}
.cid-rNWqhQ61nr H1 {
  color: #4f4943;
  text-align: center;
}
.cid-rNWqhQ61nr .mbr-text,
.cid-rNWqhQ61nr .mbr-section-btn {
  color: #4f4943;
  text-align: center;
}
.cid-rNWqhQ61nr DIV {
  text-align: right;
}
.cid-rNWqhQ61nr H3 {
  text-align: center;
  color: #4f4943;
}
.cid-rNWKuPfuZ4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNWKuPfuZ4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNWKuPfuZ4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNWKuPfuZ4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNWKuPfuZ4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNWKuPfuZ4 .row > .row {
  display: block;
}
.cid-rNWKuPfuZ4 .mbr-gallery-item {
  width: 100%;
}
.cid-rNWKuPfuZ4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNWKuPfuZ4 .mbr-gallery-item > div {
  position: relative;
}
.cid-rNWKuPfuZ4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNWKuPfuZ4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNWKuPfuZ4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNWKuPfuZ4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNWLIUNosO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNWLIUNosO h1 {
  color: #616161;
}
.cid-rNWLIUNosO h2,
.cid-rNWLIUNosO h3,
.cid-rNWLIUNosO p {
  color: #767676;
}
.cid-rNWLIUNosO .mbr-section-subtitle {
  font-style: italic;
}
.cid-rNWLIUNosO H1 {
  text-align: center;
}
.cid-rNWMRUOKTe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNWMRUOKTe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNWMRUOKTe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNWMRUOKTe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNWMRUOKTe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNWMRUOKTe .row > .row {
  display: block;
}
.cid-rNWMRUOKTe .mbr-gallery-item {
  width: 100%;
}
.cid-rNWMRUOKTe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNWMRUOKTe .mbr-gallery-item > div {
  position: relative;
}
.cid-rNWMRUOKTe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNWMRUOKTe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNWMRUOKTe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNWMRUOKTe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNWLIYMjm9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rNWLIYMjm9 h1 {
  color: #616161;
}
.cid-rNWLIYMjm9 h2,
.cid-rNWLIYMjm9 h3,
.cid-rNWLIYMjm9 p {
  color: #767676;
}
.cid-rNWLIYMjm9 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rNWLIYMjm9 H1 {
  text-align: center;
}
.cid-rNWQIqSnDX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNWQIqSnDX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNWQIqSnDX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNWQIqSnDX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNWQIqSnDX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNWQIqSnDX .row > .row {
  display: block;
}
.cid-rNWQIqSnDX .mbr-gallery-item {
  width: 100%;
}
.cid-rNWQIqSnDX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNWQIqSnDX .mbr-gallery-item > div {
  position: relative;
}
.cid-rNWQIqSnDX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNWQIqSnDX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNWQIqSnDX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNWQIqSnDX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNWRHoXew2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNWRHoXew2 h1 {
  color: #616161;
}
.cid-rNWRHoXew2 h2,
.cid-rNWRHoXew2 h3,
.cid-rNWRHoXew2 p {
  color: #767676;
}
.cid-rNWRHoXew2 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rNWRHoXew2 H1 {
  text-align: center;
}
.cid-rNWU1sjSbM {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rNWU1sjSbM .images-container.container-fluid {
  padding: 0;
}
.cid-rNWU1sjSbM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rNWU1sjSbM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rNWU1sjSbM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rNWU1sjSbM .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rNWU1sjSbM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rNWU1sjSbM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rNWU1sjSbM .img-item {
    width: 100% !important;
  }
  .cid-rNWU1sjSbM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rNWT4TWIhT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20190915-okomenischer-gottesdienst-rosow-kulik11-276x180.jpeg");
}
.cid-rNWT4TWIhT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNWT4TWIhT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNWT4TWIhT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNWT4TWIhT .mbr-text {
    text-align: center;
  }
}
.cid-rNWT4TWIhT H1 {
  color: #4f4943;
  text-align: center;
}
.cid-rNWT4TWIhT .mbr-text,
.cid-rNWT4TWIhT .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
.cid-rNWT4TWIhT DIV {
  text-align: right;
}
.cid-rNWT4TWIhT H3 {
  text-align: center;
  color: #4f4943;
}
.cid-rNWW39rORX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNWW39rORX h1 {
  color: #616161;
}
.cid-rNWW39rORX h2,
.cid-rNWW39rORX h3,
.cid-rNWW39rORX p {
  color: #767676;
}
.cid-rNWW39rORX .mbr-section-subtitle {
  font-style: italic;
}
.cid-rNWW39rORX H1 {
  text-align: center;
}
.cid-rNWSXGJ7fl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNWSXGJ7fl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNWSXGJ7fl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNWSXGJ7fl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNWSXGJ7fl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNWSXGJ7fl .row > .row {
  display: block;
}
.cid-rNWSXGJ7fl .mbr-gallery-item {
  width: 100%;
}
.cid-rNWSXGJ7fl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNWSXGJ7fl .mbr-gallery-item > div {
  position: relative;
}
.cid-rNWSXGJ7fl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNWSXGJ7fl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNWSXGJ7fl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNWSXGJ7fl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-teipIUw0ua {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-teiqn9To1y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-7708-2000x1333.jpg");
}
.cid-teiqn9To1y .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-teiqn9To1y img,
.cid-teiqn9To1y .item-img {
  width: 100%;
}
.cid-teiqn9To1y .item:focus,
.cid-teiqn9To1y span:focus {
  outline: none;
}
.cid-teiqn9To1y .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-teiqn9To1y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-teiqn9To1y .item {
  padding: 0;
  margin: 0;
}
.cid-teiqn9To1y .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teiqn9To1y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teiqn9To1y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teiqn9To1y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teiqn9To1y .mbr-section-title {
  color: #232323;
}
.cid-teiqHkWdVy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-7694-2000x1333.jpg");
}
.cid-teiqHkWdVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-teiqHkWdVy .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-teiqHkWdVy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-teiqHkWdVy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teiqHkWdVy .text-wrapper {
    padding: 2rem;
  }
}
.cid-teiuW4Sj9N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-teiuW4Sj9N img,
.cid-teiuW4Sj9N .item-img {
  width: 100%;
}
.cid-teiuW4Sj9N .item:focus,
.cid-teiuW4Sj9N span:focus {
  outline: none;
}
.cid-teiuW4Sj9N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teiuW4Sj9N .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-teiuW4Sj9N .item {
  padding: 0;
  margin: 0;
}
.cid-teiuW4Sj9N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teiuW4Sj9N .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teiuW4Sj9N .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teiuW4Sj9N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teiuW4Sj9N .mbr-section-title {
  color: #232323;
}
.cid-teiuW4Sj9N .mbr-text,
.cid-teiuW4Sj9N .mbr-section-btn {
  text-align: left;
}
.cid-teiuW4Sj9N .item-title {
  text-align: left;
}
.cid-teiuW4Sj9N .item-subtitle {
  text-align: center;
}
.cid-teiuW4Sj9N .mbr-section-title DIV {
  text-align: center;
}
.cid-teiuq31Cwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rO7aZBPeEX {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/20150531-rosow-maikonzert-66-2000x1333.jpg");
}
.cid-rO7aZBPeEX .card-img {
  background-color: #fff;
}
.cid-rO7aZBPeEX .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rO7aZBPeEX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rO7aZBPeEX p {
  text-align: left;
}
.cid-rO7aZBPeEX .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rO7aZBPeEX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rO7aZBPeEX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rO7aZBPeEX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rO7aZBPeEX .card-title {
  text-align: center;
}
.cid-rPxKJb27XS {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-j3916cps-750x500.jpg");
}
.cid-rPxKJb27XS .card-box {
  padding: 0 2rem;
}
.cid-rPxKJb27XS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rPxKJb27XS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rPxKJb27XS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rPxKJb27XS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rPxKJb27XS .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rPxKJb27XS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rPxKJb27XS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rPxKJb27XS .card-title {
  text-align: center;
}
.cid-rPxX9ixk7Q {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1003-2000x1333.jpg");
}
.cid-rPxX9ixk7Q h2 {
  text-align: left;
}
.cid-rPxX9ixk7Q h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rPxX9ixk7Q p {
  color: #767676;
  text-align: left;
}
.cid-rPxX9ixk7Q .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rPxX9ixk7Q .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rPxX9ixk7Q .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rPxX9ixk7Q .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rPxX9ixk7Q .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rPxX9ixk7Q .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rPxX9ixk7Q .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rPxX9ixk7Q .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rPxX9ixk7Q .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rPxX9ixk7Q .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rPxX9ixk7Q .card-img span {
    font-size: 40px !important;
  }
}
.cid-rPxX9ixk7Q .mbr-text {
  color: #232323;
}
.cid-rPxX9ixk7Q H2 {
  text-align: center;
}
.cid-rPy0vPr0X6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rPy0vPr0X6 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rPy0vPr0X6 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rPy0vPr0X6 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rPy0vPr0X6 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rPy0vPr0X6 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rPy0vPr0X6 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rPy0vPr0X6 .img-item {
    width: 100% !important;
  }
  .cid-rPy0vPr0X6 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rPy0vPr0X6 P {
  text-align: left;
  color: #767676;
}
.cid-rPy3UvL4ZA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rPy3UvL4ZA .image-block {
  margin: auto;
}
.cid-rPy3UvL4ZA figcaption {
  position: relative;
}
.cid-rPy3UvL4ZA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rPy3UvL4ZA .image-block {
    width: 100% !important;
  }
}
.cid-rPy6ZQMsdZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPy6ZQMsdZ .mbr-text,
.cid-rPy6ZQMsdZ blockquote {
  color: #767676;
}
.cid-rPy4ZQf6wh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPy4ZQf6wh .counter-container {
  color: #767676;
}
.cid-rPy4ZQf6wh .counter-container ul {
  margin-bottom: 0;
}
.cid-rPy4ZQf6wh .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rPymAghJEr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dorfkirchensommer2019-ausschnitt-436x220.png");
}
.cid-rPymAghJEr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPymAghJEr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-rPymAghJEr .carousel-control,
.cid-rPymAghJEr .close {
  background: #1b1b1b;
}
.cid-rPymAghJEr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rPymAghJEr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rPymAghJEr .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rPymAghJEr .close::before {
  content: '\e91a';
}
.cid-rPymAghJEr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rPymAghJEr .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rPymAghJEr .carousel-inner > .active {
  display: block;
}
.cid-rPymAghJEr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPymAghJEr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPymAghJEr .carousel-control .icon-next,
.cid-rPymAghJEr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rPymAghJEr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rPymAghJEr .carousel-control,
  .cid-rPymAghJEr .carousel-indicators,
  .cid-rPymAghJEr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rPymAghJEr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rPymAghJEr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rPymAghJEr .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rPymAghJEr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rPymAghJEr .carousel-indicators {
    display: none;
  }
}
.cid-rPymAghJEr .carousel-indicators .active,
.cid-rPymAghJEr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rPymAghJEr .carousel-indicators .active {
  background: #fff;
}
.cid-rPymAghJEr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rPymAghJEr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rPymAghJEr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rPymAghJEr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rPymAghJEr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rPymAghJEr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rPymAghJEr .carousel {
  width: 100%;
}
.cid-rPymAghJEr .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rPymAghJEr .modal-backdrop.in {
  opacity: .8;
}
.cid-rPymAghJEr .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rPymAghJEr .modal.fade .modal-dialog,
.cid-rPymAghJEr .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rPy8kbRAc7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPy8kbRAc7 .mbr-text,
.cid-rPy8kbRAc7 blockquote {
  color: #767676;
}
.cid-rPyc4AAquk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPyc4AAquk .counter-container {
  color: #767676;
}
.cid-rPyc4AAquk .counter-container ul {
  margin-bottom: 0;
}
.cid-rPyc4AAquk .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rPy8oKYMMl {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rPy8oKYMMl .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rPy8oKYMMl .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rPy8oKYMMl .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rPy8oKYMMl .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rPy8oKYMMl .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rPy8oKYMMl .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rPy8oKYMMl .img-item {
    width: 100% !important;
  }
  .cid-rPy8oKYMMl .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rPy8oKYMMl P {
  text-align: left;
}
.cid-rUVzV3uIhc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rUVzV3uIhc .mbr-section-subtitle {
  color: #767676;
}
.cid-rUVwX5Vk2C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rUVwX5Vk2C .mbr-text {
  color: #767676;
}
.cid-rUVwX5Vk2C .mbr-text p {
  background: #efefef;
}
.cid-rUntK4KhMB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20190915-okomenischer-gottesdienst-rosow-kulik11-276x180.jpg");
}
.cid-rUntK4KhMB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rUntK4KhMB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUntK4KhMB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUntK4KhMB .mbr-text {
    text-align: center;
  }
}
.cid-rUntK4KhMB H1 {
  color: #4f4943;
}
.cid-rUntK4KhMB .mbr-text,
.cid-rUntK4KhMB .mbr-section-btn {
  color: #635a51;
}
.cid-rUntK4KhMB DIV {
  text-align: center;
}
.cid-rUnwLStcY0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUnwLStcY0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUnwLStcY0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUnwLStcY0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUnwLStcY0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUnwLStcY0 .row > .row {
  display: block;
}
.cid-rUnwLStcY0 .mbr-gallery-item {
  width: 100%;
}
.cid-rUnwLStcY0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUnwLStcY0 .mbr-gallery-item > div {
  position: relative;
}
.cid-rUnwLStcY0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUnwLStcY0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUnwLStcY0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUnwLStcY0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUnv7qwIU6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20150531-rosow-maikonzert-28-2000x1333-800x533.jpg");
}
.cid-rUnv7qwIU6 h1 {
  color: #616161;
}
.cid-rUnv7qwIU6 h2,
.cid-rUnv7qwIU6 h3,
.cid-rUnv7qwIU6 p {
  color: #767676;
}
.cid-rUnv7qwIU6 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUnv7qwIU6 H1 {
  text-align: center;
}
.cid-rUnv7qwIU6 H3 {
  text-align: center;
}
.cid-rUnwNB5VAy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUnwNB5VAy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUnwNB5VAy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUnwNB5VAy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUnwNB5VAy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUnwNB5VAy .row > .row {
  display: block;
}
.cid-rUnwNB5VAy .mbr-gallery-item {
  width: 100%;
}
.cid-rUnwNB5VAy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUnwNB5VAy .mbr-gallery-item > div {
  position: relative;
}
.cid-rUnwNB5VAy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUnwNB5VAy .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUnwNB5VAy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUnwNB5VAy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUnxoESgyL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20150531-rosow-maikonzert-36-2000x1333-800x533.jpg");
}
.cid-rUnxoESgyL h1 {
  color: #616161;
}
.cid-rUnxoESgyL h2,
.cid-rUnxoESgyL h3,
.cid-rUnxoESgyL p {
  color: #767676;
}
.cid-rUnxoESgyL .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUnxoESgyL H1 {
  text-align: center;
}
.cid-rUnxoESgyL H3 {
  text-align: center;
}
.cid-rUnxqG02NS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUnxqG02NS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUnxqG02NS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUnxqG02NS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUnxqG02NS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUnxqG02NS .row > .row {
  display: block;
}
.cid-rUnxqG02NS .mbr-gallery-item {
  width: 100%;
}
.cid-rUnxqG02NS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUnxqG02NS .mbr-gallery-item > div {
  position: relative;
}
.cid-rUnxqG02NS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUnxqG02NS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUnxqG02NS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUnxqG02NS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUnzzFI0nE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-6275-2000x1333.jpg");
}
.cid-rUnCPlmVC1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-rUnCPlmVC1 .images-container.container-fluid {
  padding: 0;
}
.cid-rUnCPlmVC1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rUnCPlmVC1 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rUnCPlmVC1 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rUnCPlmVC1 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rUnCPlmVC1 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rUnCPlmVC1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rUnCPlmVC1 .img-item {
    width: 100% !important;
  }
  .cid-rUnCPlmVC1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rUnDOhCznQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-n8113cps-330x220.jpg");
}
.cid-rUnDOhCznQ h1 {
  color: #616161;
}
.cid-rUnDOhCznQ h2,
.cid-rUnDOhCznQ h3,
.cid-rUnDOhCznQ p {
  color: #767676;
}
.cid-rUnDOhCznQ .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUnDOhCznQ H1 {
  text-align: center;
}
.cid-rUnDOhCznQ H3 {
  text-align: center;
}
.cid-rUnBGGJjhl {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-rUnBGGJjhl .images-container.container-fluid {
  padding: 0;
}
.cid-rUnBGGJjhl .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rUnBGGJjhl .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rUnBGGJjhl .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rUnBGGJjhl .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rUnBGGJjhl .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rUnBGGJjhl .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rUnBGGJjhl .img-item {
    width: 100% !important;
  }
  .cid-rUnBGGJjhl .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rUnFt7F1qV {
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-rUnFt7F1qV .image-block {
  margin: auto;
}
.cid-rUnFt7F1qV .mbr-figure {
  margin: 0 auto;
}
.cid-rUnFt7F1qV figcaption {
  position: relative;
}
.cid-rUnFt7F1qV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUnFt7F1qV .image-block {
    width: 100% !important;
  }
}
.cid-rUnzw1Oyip {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rUnzw1Oyip .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUnzw1Oyip .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rUnzw1Oyip .mbr-text {
  color: #767676;
}
.cid-rUVB6d7UnF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUVB6d7UnF .mbr-section-subtitle {
  color: #767676;
}
.cid-rUVB8fxs40 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVB8fxs40 .mbr-text {
  color: #767676;
}
.cid-rUVB8fxs40 .mbr-text p {
  background: #ffffff;
}
.cid-rUVGJyzYqy {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUVGJyzYqy .mbr-text,
.cid-rUVGJyzYqy blockquote {
  color: #767676;
}
.cid-rUCCtmmxKL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-j3907i8ps-1-539x500.jpg");
}
.cid-rUCCtmmxKL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rUCCtmmxKL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rUCCtmmxKL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rUCNEGrvTK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-6340-2000x1333.jpg");
}
.cid-rUCNEGrvTK h1 {
  color: #616161;
}
.cid-rUCNEGrvTK h2,
.cid-rUCNEGrvTK h3,
.cid-rUCNEGrvTK p {
  color: #767676;
}
.cid-rUCNEGrvTK .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUCNEGrvTK H1 {
  text-align: center;
}
.cid-rUCQ2meD14 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUCQ2meD14 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUCQ2meD14 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUCQ2meD14 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUCQ2meD14 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUCQ2meD14 .row > .row {
  display: block;
}
.cid-rUCQ2meD14 .mbr-gallery-item {
  width: 100%;
}
.cid-rUCQ2meD14 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUCQ2meD14 .mbr-gallery-item > div {
  position: relative;
}
.cid-rUCQ2meD14 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUCQ2meD14 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUCQ2meD14 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUCQ2meD14 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUCOg5uUU9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUCOg5uUU9 .counter-container {
  color: #767676;
}
.cid-rUCOg5uUU9 .counter-container ul {
  margin-bottom: 0;
}
.cid-rUCOg5uUU9 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rUCQh6SbBE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUCQh6SbBE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUCQh6SbBE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUCQh6SbBE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUCQh6SbBE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUCQh6SbBE .row > .row {
  display: block;
}
.cid-rUCQh6SbBE .mbr-gallery-item {
  width: 100%;
}
.cid-rUCQh6SbBE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUCQh6SbBE .mbr-gallery-item > div {
  position: relative;
}
.cid-rUCQh6SbBE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUCQh6SbBE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUCQh6SbBE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUCQh6SbBE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUCP1eVuSF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUCP1eVuSF h1 {
  color: #616161;
}
.cid-rUCP1eVuSF h2,
.cid-rUCP1eVuSF h3,
.cid-rUCP1eVuSF p {
  color: #767676;
}
.cid-rUCP1eVuSF .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUCP1eVuSF H1 {
  text-align: center;
}
.cid-rUCHYYZQzE {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rUCHYYZQzE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUCHYYZQzE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUCHYYZQzE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUCHYYZQzE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUCHYYZQzE .row > .row {
  display: block;
}
.cid-rUCHYYZQzE .mbr-gallery-item {
  width: 100%;
}
.cid-rUCHYYZQzE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUCHYYZQzE .mbr-gallery-item > div {
  position: relative;
}
.cid-rUCHYYZQzE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUCHYYZQzE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUCHYYZQzE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUCHYYZQzE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUCRCNkNbF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-6431-2000x1333.jpg");
}
@media (min-width: 992px) {
  .cid-rUCRCNkNbF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUCRCNkNbF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUCRCNkNbF .mbr-text {
    text-align: center;
  }
}
.cid-rUCRCNkNbF H1 {
  color: #4f4943;
}
.cid-rUCRCNkNbF .mbr-text,
.cid-rUCRCNkNbF .mbr-section-btn {
  color: #635a51;
}
.cid-rUCRCNkNbF DIV {
  text-align: center;
}
.cid-rUCRCNkNbF H3 {
  text-align: center;
  color: #4f4943;
}
.cid-rUCTyJRTzN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rUCTyJRTzN h1 {
  color: #616161;
}
.cid-rUCTyJRTzN h2,
.cid-rUCTyJRTzN h3,
.cid-rUCTyJRTzN p {
  color: #767676;
}
.cid-rUCTyJRTzN .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUCTyJRTzN H1 {
  text-align: center;
}
.cid-rUCRNElIJi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUCRNElIJi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUCRNElIJi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUCRNElIJi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUCRNElIJi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUCRNElIJi .row > .row {
  display: block;
}
.cid-rUCRNElIJi .mbr-gallery-item {
  width: 100%;
}
.cid-rUCRNElIJi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUCRNElIJi .mbr-gallery-item > div {
  position: relative;
}
.cid-rUCRNElIJi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUCRNElIJi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUCRNElIJi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUCRNElIJi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rUDC0h3Njm {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/20150531-rosow-maikonzert-66-2000x1333.jpg");
}
.cid-rUDC0h3Njm .card-img {
  background-color: #fff;
}
.cid-rUDC0h3Njm .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rUDC0h3Njm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUDC0h3Njm p {
  text-align: left;
}
.cid-rUDC0h3Njm .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rUDC0h3Njm .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rUDC0h3Njm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rUDC0h3Njm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rUDC0h3Njm .card-title {
  text-align: center;
}
.cid-rUDC0hRpUk {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-j3916cps-750x500.jpg");
}
.cid-rUDC0hRpUk .card-box {
  padding: 0 2rem;
}
.cid-rUDC0hRpUk .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUDC0hRpUk .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rUDC0hRpUk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rUDC0hRpUk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rUDC0hRpUk .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rUDC0hRpUk .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rUDC0hRpUk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUDC0hRpUk .card-title {
  text-align: center;
}
.cid-rUDC0ixph3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1003-2000x1333.jpg");
}
.cid-rUDC0ixph3 h2 {
  text-align: left;
}
.cid-rUDC0ixph3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rUDC0ixph3 p {
  color: #767676;
  text-align: left;
}
.cid-rUDC0ixph3 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rUDC0ixph3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rUDC0ixph3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rUDC0ixph3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUDC0ixph3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rUDC0ixph3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rUDC0ixph3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rUDC0ixph3 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rUDC0ixph3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rUDC0ixph3 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rUDC0ixph3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rUDC0ixph3 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-rUDC0ixph3 H2 {
  text-align: center;
}
.cid-rUDC0k0xfd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #d0e0ef;
}
.cid-rUDC0k0xfd .mbr-text,
.cid-rUDC0k0xfd blockquote {
  color: #767676;
}
.cid-rUDC0lUsBt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUDC0lUsBt .mbr-text,
.cid-rUDC0lUsBt blockquote {
  color: #767676;
}
.cid-rUDC0lUsBt .mbr-text DIV {
  text-align: left;
}
.cid-rUDC0nf57h {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20140705-konzert-11-1152x768.jpg");
}
.cid-rUDC0nf57h .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rUDC0nf57h .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUDC0nf57h .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUDC0nf57h .mbr-text {
    text-align: center;
  }
}
.cid-rUDC0nf57h H1 {
  color: #ffffff;
}
.cid-rUDC0nf57h .mbr-text,
.cid-rUDC0nf57h .mbr-section-btn {
  color: #ffffff;
}
.cid-rUDC0nf57h DIV {
  text-align: center;
}
.cid-rUDC0nMN1C {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUDC0nMN1C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUDC0nMN1C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUDC0nMN1C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUDC0nMN1C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUDC0nMN1C .row > .row {
  display: block;
}
.cid-rUDC0nMN1C .mbr-gallery-item {
  width: 100%;
}
.cid-rUDC0nMN1C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDC0nMN1C .mbr-gallery-item > div {
  position: relative;
}
.cid-rUDC0nMN1C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUDC0nMN1C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUDC0nMN1C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUDC0nMN1C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUIX2KcWUr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-i3641-2000x1333.jpg");
}
.cid-rUDC0pvWq2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rUDC0pvWq2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUDC0pvWq2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUDC0pvWq2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUDC0pvWq2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUDC0pvWq2 .row > .row {
  display: block;
}
.cid-rUDC0pvWq2 .mbr-gallery-item {
  width: 100%;
}
.cid-rUDC0pvWq2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDC0pvWq2 .mbr-gallery-item > div {
  position: relative;
}
.cid-rUDC0pvWq2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUDC0pvWq2 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-rUDC0pvWq2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUDC0pvWq2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDC0oBkoA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-i3615-2000x1333.jpg");
}
.cid-rUDC0oBkoA h1 {
  color: #616161;
}
.cid-rUDC0oBkoA h2,
.cid-rUDC0oBkoA h3,
.cid-rUDC0oBkoA p {
  color: #767676;
}
.cid-rUDC0oBkoA .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUDC0oBkoA H1 {
  text-align: center;
}
.cid-rUDC0oBkoA H3 {
  text-align: center;
}
.cid-rUJaOGoVUf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUJaOGoVUf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUJaOGoVUf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUJaOGoVUf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUJaOGoVUf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUJaOGoVUf .row > .row {
  display: block;
}
.cid-rUJaOGoVUf .mbr-gallery-item {
  width: 100%;
}
.cid-rUJaOGoVUf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUJaOGoVUf .mbr-gallery-item > div {
  position: relative;
}
.cid-rUJaOGoVUf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUJaOGoVUf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUJaOGoVUf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUJaOGoVUf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDC0rznty {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-6275-2000x1333.jpg");
}
.cid-rUDC0stsBz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-rUDC0stsBz .images-container.container-fluid {
  padding: 0;
}
.cid-rUDC0stsBz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rUDC0stsBz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rUDC0stsBz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rUDC0stsBz .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rUDC0stsBz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rUDC0stsBz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rUDC0stsBz .img-item {
    width: 100% !important;
  }
  .cid-rUDC0stsBz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rUDC0t4FuU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20140914-okomenische-gottesdienst-13-750x500.jpg");
}
.cid-rUDC0t4FuU h1 {
  color: #616161;
}
.cid-rUDC0t4FuU h2,
.cid-rUDC0t4FuU h3,
.cid-rUDC0t4FuU p {
  color: #767676;
}
.cid-rUDC0t4FuU .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUDC0t4FuU H1 {
  text-align: center;
}
.cid-rUDC0t4FuU H3 {
  text-align: center;
}
.cid-rUKxpia2Cd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUKxpia2Cd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUKxpia2Cd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUKxpia2Cd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUKxpia2Cd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUKxpia2Cd .row > .row {
  display: block;
}
.cid-rUKxpia2Cd .mbr-gallery-item {
  width: 100%;
}
.cid-rUKxpia2Cd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUKxpia2Cd .mbr-gallery-item > div {
  position: relative;
}
.cid-rUKxpia2Cd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUKxpia2Cd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUKxpia2Cd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUKxpia2Cd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDC0vr7he {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/2014-10-25-15.24.56-1920x1080.jpg");
}
.cid-rUDC0vr7he .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rUDC0vr7he .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rUDC0vr7he .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rUKA34ZaFN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2014-10-25-15.15.47-1920x1080.jpg");
}
.cid-rUKA34ZaFN .card-box {
  padding: 0 2rem;
}
.cid-rUKA34ZaFN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUKA34ZaFN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rUKA34ZaFN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rUKA34ZaFN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rUKA34ZaFN .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rUKA34ZaFN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rUKA34ZaFN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUKA34ZaFN .card-title {
  text-align: center;
}
.cid-rUKBVNhZbX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUKBVNhZbX .mbr-text {
  color: #767676;
}
.cid-rUKBVNhZbX .mbr-text p {
  background: #efefef;
}
.cid-rUDC0x4ePT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rUDC0x4ePT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUDC0x4ePT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUDC0x4ePT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUDC0x4ePT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUDC0x4ePT .row > .row {
  display: block;
}
.cid-rUDC0x4ePT .mbr-gallery-item {
  width: 100%;
}
.cid-rUDC0x4ePT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDC0x4ePT .mbr-gallery-item > div {
  position: relative;
}
.cid-rUDC0x4ePT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUDC0x4ePT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUDC0x4ePT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUDC0x4ePT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUKGygYO5o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUKGygYO5o .mbr-text {
  color: #767676;
}
.cid-rUKGygYO5o .mbr-text p {
  background: #ffffff;
}
.cid-rUKHSRGu6i {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #d0e0ef;
}
.cid-rUKHSRGu6i .mbr-text {
  color: #767676;
}
.cid-rUKHSRGu6i .mbr-text p {
  background: #d0e0ef;
}
.cid-rUKHSRGu6i .mbr-text P {
  text-align: left;
}
.cid-rUDC0ATpcS {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/074-1280x853.jpg");
}
@media (min-width: 992px) {
  .cid-rUDC0ATpcS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUDC0ATpcS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUDC0ATpcS .mbr-text {
    text-align: center;
  }
}
.cid-rUDC0ATpcS H1 {
  color: #4f4943;
}
.cid-rUDC0ATpcS .mbr-text,
.cid-rUDC0ATpcS .mbr-section-btn {
  color: #635a51;
}
.cid-rUDC0ATpcS DIV {
  text-align: center;
}
.cid-rUDC0ATpcS H3 {
  text-align: center;
  color: #4f4943;
}
.cid-rUDC0BDmiF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rUDC0BDmiF h1 {
  color: #616161;
}
.cid-rUDC0BDmiF h2,
.cid-rUDC0BDmiF h3,
.cid-rUDC0BDmiF p {
  color: #767676;
}
.cid-rUDC0BDmiF .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUDC0BDmiF H1 {
  text-align: center;
}
.cid-rUDC0CmxP9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUDC0CmxP9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rUDC0CmxP9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUDC0CmxP9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUDC0CmxP9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rUDC0CmxP9 .row > .row {
  display: block;
}
.cid-rUDC0CmxP9 .mbr-gallery-item {
  width: 100%;
}
.cid-rUDC0CmxP9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rUDC0CmxP9 .mbr-gallery-item > div {
  position: relative;
}
.cid-rUDC0CmxP9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rUDC0CmxP9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rUDC0CmxP9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rUDC0CmxP9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rNsnRL6sxB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/rosow-kirchentor-seite-1850x1111.jpg");
}
.cid-rNsnRL6sxB .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rNsnRL6sxB .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-left: 2rem;
}
.cid-rNsnRL6sxB .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rNsnRL6sxB .time-line-date-content {
  margin-right: 2rem;
}
.cid-rNsnRL6sxB .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #efefef;
  float: right;
}
.cid-rNsnRL6sxB .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rNsnRL6sxB .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rNsnRL6sxB .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rNsnRL6sxB .mbr-timeline-date,
.cid-rNsnRL6sxB .timeline-text-content {
  transition: all .4s;
}
.cid-rNsnRL6sxB .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rNsnRL6sxB .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rNsnRL6sxB .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rNsnRL6sxB .reverse .time-line-date-content p {
  float: left;
}
.cid-rNsnRL6sxB .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -10px;
}
.cid-rNsnRL6sxB .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rNsnRL6sxB .iconBackground {
    left: 0 !important;
  }
  .cid-rNsnRL6sxB .separline:before {
    left: 0!important;
  }
  .cid-rNsnRL6sxB .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rNsnRL6sxB .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rNsnRL6sxB .time-line-date-content p {
    float: left !important;
  }
  .cid-rNsnRL6sxB .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rNsnRL6sxB .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rNsnRL6sxB .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rNsnRLR12z {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/koncert-2018-03-18-plakat-800x411.jpg");
}
.cid-rNsnRLR12z h1 {
  color: #616161;
}
.cid-rNsnRLR12z h2,
.cid-rNsnRLR12z h3,
.cid-rNsnRLR12z p {
  color: #767676;
}
.cid-rNsnRLR12z .mbr-section-subtitle {
  font-style: italic;
}
.cid-rNsnRLR12z H1 {
  text-align: center;
}
.cid-rNsnRMmcCc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNsnRMmcCc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNsnRMmcCc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNsnRMmcCc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNsnRMmcCc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNsnRMmcCc .row > .row {
  display: block;
}
.cid-rNsnRMmcCc .mbr-gallery-item {
  width: 100%;
}
.cid-rNsnRMmcCc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNsnRMmcCc .mbr-gallery-item > div {
  position: relative;
}
.cid-rNsnRMmcCc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNsnRMmcCc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNsnRMmcCc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNsnRMmcCc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNsnRN07k3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rNsnRN07k3 .mbr-text,
.cid-rNsnRN07k3 blockquote {
  color: #767676;
}
.cid-rNsDm63GWc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rNsDm63GWc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNsDm63GWc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNsDm63GWc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNsDm63GWc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNsDm63GWc .row > .row {
  display: block;
}
.cid-rNsDm63GWc .mbr-gallery-item {
  width: 100%;
}
.cid-rNsDm63GWc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNsDm63GWc .mbr-gallery-item > div {
  position: relative;
}
.cid-rNsDm63GWc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNsDm63GWc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNsDm63GWc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNsDm63GWc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNRYeIawPs {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-7855ps-400x267.jpg");
}
.cid-rNRYeIawPs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-rNRYeIawPs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-rNRYeIawPs .item-wrapper {
  height: 100%;
}
.cid-rNRYeIawPs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rNRYeIawPs .carousel-control,
.cid-rNRYeIawPs .close {
  background: #1b1b1b;
}
.cid-rNRYeIawPs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rNRYeIawPs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rNRYeIawPs .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rNRYeIawPs .close::before {
  content: '\e91a';
}
.cid-rNRYeIawPs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rNRYeIawPs .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rNRYeIawPs .carousel-inner > .active {
  display: block;
}
.cid-rNRYeIawPs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNRYeIawPs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNRYeIawPs .carousel-control .icon-next,
.cid-rNRYeIawPs .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rNRYeIawPs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rNRYeIawPs .carousel-control,
  .cid-rNRYeIawPs .carousel-indicators,
  .cid-rNRYeIawPs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rNRYeIawPs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rNRYeIawPs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rNRYeIawPs .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rNRYeIawPs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rNRYeIawPs .carousel-indicators {
    display: none;
  }
}
.cid-rNRYeIawPs .carousel-indicators .active,
.cid-rNRYeIawPs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rNRYeIawPs .carousel-indicators .active {
  background: #fff;
}
.cid-rNRYeIawPs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rNRYeIawPs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rNRYeIawPs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rNRYeIawPs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rNRYeIawPs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rNRYeIawPs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rNRYeIawPs .carousel {
  width: 100%;
}
.cid-rNRYeIawPs .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rNRYeIawPs .modal-backdrop.in {
  opacity: .8;
}
.cid-rNRYeIawPs .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rNRYeIawPs .modal.fade .modal-dialog,
.cid-rNRYeIawPs .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rNsnRN9Xvg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-7909ps-1000x667.jpg");
}
@media (min-width: 992px) {
  .cid-rNsnRN9Xvg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNsnRN9Xvg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNsnRN9Xvg .mbr-text {
    text-align: center;
  }
}
.cid-rNsnRN9Xvg H1 {
  text-align: center;
}
.cid-rUVYKzvC0u {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rUVYKzvC0u .image-block {
  margin: auto;
}
.cid-rUVYKzvC0u .mbr-figure {
  margin: 0 auto;
}
.cid-rUVYKzvC0u figcaption {
  position: relative;
}
.cid-rUVYKzvC0u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUVYKzvC0u .image-block {
    width: 100% !important;
  }
}
.cid-rUVYk8PdXz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rUVYk8PdXz .image-block {
  margin: auto;
}
.cid-rUVYk8PdXz .mbr-figure {
  margin: 0 auto;
}
.cid-rUVYk8PdXz figcaption {
  position: relative;
}
.cid-rUVYk8PdXz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUVYk8PdXz .image-block {
    width: 100% !important;
  }
}
.cid-teilvLVwTF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-rNS0rYwpTf {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rNS0rYwpTf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNS0rYwpTf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNS0rYwpTf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNS0rYwpTf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNS0rYwpTf .row > .row {
  display: block;
}
.cid-rNS0rYwpTf .mbr-gallery-item {
  width: 100%;
}
.cid-rNS0rYwpTf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNS0rYwpTf .mbr-gallery-item > div {
  position: relative;
}
.cid-rNS0rYwpTf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNS0rYwpTf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNS0rYwpTf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNS0rYwpTf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNsnROFhfP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20170701-konzert-geisler-fotos-v.-kymmel-7-2000x1333.jpg");
}
.cid-rNsnROFhfP .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rNsnROFhfP .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rNsnROFhfP .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rNsnROW2Il {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNsnROW2Il .mbr-text,
.cid-rNsnROW2Il blockquote {
  color: #767676;
}
.cid-rNF5cB8IHv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNF5cB8IHv .counter-container {
  color: #767676;
}
.cid-rNF5cB8IHv .counter-container ul {
  margin-bottom: 0;
}
.cid-rNF5cB8IHv .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rNsnRPVwvv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rNsnRPVwvv .mbr-text,
.cid-rNsnRPVwvv blockquote {
  color: #767676;
}
.cid-rNFaDw4W8S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNFaDw4W8S .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNFaDw4W8S .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNFaDw4W8S .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNFaDw4W8S .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNFaDw4W8S .row > .row {
  display: block;
}
.cid-rNFaDw4W8S .mbr-gallery-item {
  width: 100%;
}
.cid-rNFaDw4W8S .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNFaDw4W8S .mbr-gallery-item > div {
  position: relative;
}
.cid-rNFaDw4W8S .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNFaDw4W8S .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNFaDw4W8S .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNFaDw4W8S .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rNRRDUJw4t {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/skanowanie0001-505x419.jpeg");
}
.cid-rNRRDUJw4t .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rNRRDUJw4t .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rNRRDUJw4t .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rNRTKa5SNs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rNRTKa5SNs .card-img {
  background-color: #fff;
}
.cid-rNRTKa5SNs .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-rNRTKa5SNs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rNRTKa5SNs p {
  text-align: left;
}
.cid-rNRTKa5SNs .mbr-text {
  color: #767676;
}
.cid-rNRTKa5SNs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rNRTKa5SNs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rNRTKa5SNs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rUW2ecYSUL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUW2ecYSUL .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rNVuiTjjX6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20190915-okomenischer-gottesdienst-rosow-kulik11-276x180.jpg");
}
.cid-rNVuiTjjX6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rNVuiTjjX6 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rNVuiTjjX6 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rNVvId2G0b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parentsfriends-c-stefan-csevi-400x241-400x241.jpg");
}
.cid-rNVvId2G0b h1 {
  color: #616161;
}
.cid-rNVvId2G0b h2,
.cid-rNVvId2G0b h3,
.cid-rNVvId2G0b p {
  color: #767676;
}
.cid-rNVvId2G0b .mbr-section-subtitle {
  font-style: italic;
}
.cid-rNVvId2G0b H1 {
  text-align: center;
}
.cid-rNFcR5xQ8M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20171216-wa0002-1280x720.jpg");
}
.cid-rNFcR5xQ8M .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNFcR5xQ8M .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNFcR5xQ8M .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNFcR5xQ8M .mbr-text {
    text-align: center;
  }
}
.cid-rNFcR5xQ8M H1 {
  color: #efefef;
}
.cid-rNFcR5xQ8M .mbr-text,
.cid-rNFcR5xQ8M .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rNFcR5xQ8M DIV {
  text-align: center;
}
.cid-rNFcR5xQ8M H3 {
  text-align: center;
  color: #efefef;
}
.cid-teifZggd9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #84aac2;
}
.cid-teifZggd9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-teifZggd9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teie7iTv1O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #84aac2;
}
.cid-teie7iTv1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-teie7iTv1O .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-teie7iTv1O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-teie7iTv1O .row {
  flex-direction: row-reverse;
}
.cid-teie7iTv1O img {
  width: 100%;
}
.cid-teieGeKv9T {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #84aac2;
}
.cid-teieGeKv9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-teieGeKv9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teieGeKv9T .row {
  align-items: stretch;
  justify-content: center;
}
.cid-teieGeKv9T .img-item {
  position: relative;
}
.cid-teieGeKv9T .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-teieGeKv9T .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-teieGeKv9T .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-snwiUgzDt1 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snwiUgzDt1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snwiUgzDt1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snwiUgzDt1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snwiUgzDt1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snwiUgzDt1 .row > .row {
  display: block;
}
.cid-snwiUgzDt1 .mbr-gallery-item {
  width: 100%;
}
.cid-snwiUgzDt1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snwiUgzDt1 .mbr-gallery-item > div {
  position: relative;
}
.cid-snwiUgzDt1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snwiUgzDt1 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-snwiUgzDt1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snwiUgzDt1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snwnHOeUME {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snwnHOeUME .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snwnHOeUME .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snwnHOeUME .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snwnHOeUME .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snwnHOeUME .row > .row {
  display: block;
}
.cid-snwnHOeUME .mbr-gallery-item {
  width: 100%;
}
.cid-snwnHOeUME .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snwnHOeUME .mbr-gallery-item > div {
  position: relative;
}
.cid-snwnHOeUME .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snwnHOeUME .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snwnHOeUME .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snwnHOeUME .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snA18Y7UFS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snA18Y7UFS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snA18Y7UFS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snA18Y7UFS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snA18Y7UFS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snA18Y7UFS .row > .row {
  display: block;
}
.cid-snA18Y7UFS .mbr-gallery-item {
  width: 100%;
}
.cid-snA18Y7UFS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-snA18Y7UFS .mbr-gallery-item > div {
  position: relative;
}
.cid-snA18Y7UFS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snA18Y7UFS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snA18Y7UFS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snA18Y7UFS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rQ0a51Z6YM {
  padding-top: 120px;
  padding-bottom: 15px;
  background: #efefef;
}
.cid-rQ0a51Z6YM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rQ0a51Z6YM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rQ0a51Z6YM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rQ0a51Z6YM .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rQ0a51Z6YM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rQ0a51Z6YM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rQ0a51Z6YM .img-item {
    width: 100% !important;
  }
  .cid-rQ0a51Z6YM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tKQiQhZNbj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d295;
}
.cid-tKQiQhZNbj .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tKQiQhZNbj .carousel {
    min-height: 600px;
  }
  .cid-tKQiQhZNbj .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKQiQhZNbj .carousel {
    min-height: 390px;
  }
  .cid-tKQiQhZNbj .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tKQiQhZNbj .carousel {
    min-height: 330px;
  }
  .cid-tKQiQhZNbj .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tKQiQhZNbj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tKQiQhZNbj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tKQiQhZNbj .carousel,
.cid-tKQiQhZNbj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKQiQhZNbj .item-wrapper {
  width: 100%;
}
.cid-tKQiQhZNbj .carousel-caption {
  bottom: 40px;
}
.cid-tKQiQhZNbj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tKQiQhZNbj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tKQiQhZNbj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tKQiQhZNbj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tKQiQhZNbj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKQiQhZNbj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKQiQhZNbj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKQiQhZNbj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKQiQhZNbj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tKQiQhZNbj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKQiQhZNbj .carousel-indicators li.active,
.cid-tKQiQhZNbj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKQiQhZNbj .carousel-indicators li::after,
.cid-tKQiQhZNbj .carousel-indicators li::before {
  content: none;
}
.cid-tKQiQhZNbj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKQiQhZNbj .carousel-indicators {
    display: none !important;
  }
}
.cid-tKQiQhZNbj H5 {
  color: #767676;
}
.cid-tKQiQhZNbj P {
  color: #232323;
}
.cid-tKQnFzhY2b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d295;
}
.cid-tKQnFzhY2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQnFzhY2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQoEKPBuJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tKQoEKPBuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQoEKPBuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQkK5fS0l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-tKQkK5fS0l .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tKQkK5fS0l .carousel {
    min-height: 600px;
  }
  .cid-tKQkK5fS0l .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKQkK5fS0l .carousel {
    min-height: 390px;
  }
  .cid-tKQkK5fS0l .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tKQkK5fS0l .carousel {
    min-height: 330px;
  }
  .cid-tKQkK5fS0l .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tKQkK5fS0l .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tKQkK5fS0l .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tKQkK5fS0l .carousel,
.cid-tKQkK5fS0l .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKQkK5fS0l .item-wrapper {
  width: 100%;
}
.cid-tKQkK5fS0l .carousel-caption {
  bottom: 40px;
}
.cid-tKQkK5fS0l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tKQkK5fS0l .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tKQkK5fS0l .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tKQkK5fS0l .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tKQkK5fS0l .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKQkK5fS0l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKQkK5fS0l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKQkK5fS0l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKQkK5fS0l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tKQkK5fS0l .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKQkK5fS0l .carousel-indicators li.active,
.cid-tKQkK5fS0l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKQkK5fS0l .carousel-indicators li::after,
.cid-tKQkK5fS0l .carousel-indicators li::before {
  content: none;
}
.cid-tKQkK5fS0l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKQkK5fS0l .carousel-indicators {
    display: none !important;
  }
}
.cid-tKQoFHozCQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-tKQoFHozCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQoFHozCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhq75v11n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tPhq75v11n .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tPhq75v11n .carousel {
    min-height: 600px;
  }
  .cid-tPhq75v11n .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tPhq75v11n .carousel {
    min-height: 390px;
  }
  .cid-tPhq75v11n .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tPhq75v11n .carousel {
    min-height: 330px;
  }
  .cid-tPhq75v11n .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tPhq75v11n .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tPhq75v11n .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tPhq75v11n .carousel,
.cid-tPhq75v11n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPhq75v11n .item-wrapper {
  width: 100%;
}
.cid-tPhq75v11n .carousel-caption {
  bottom: 40px;
}
.cid-tPhq75v11n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tPhq75v11n .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tPhq75v11n .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tPhq75v11n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tPhq75v11n .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPhq75v11n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPhq75v11n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPhq75v11n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPhq75v11n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tPhq75v11n .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPhq75v11n .carousel-indicators li.active,
.cid-tPhq75v11n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPhq75v11n .carousel-indicators li::after,
.cid-tPhq75v11n .carousel-indicators li::before {
  content: none;
}
.cid-tPhq75v11n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPhq75v11n .carousel-indicators {
    display: none !important;
  }
}
.cid-tPhqis35QH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tPhqis35QH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhqis35QH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-ls blockquote {
  position: relative;
  display: none;
  *border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 8px;
  padding: 8px;
  margin: 20px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
#custom-html-ls blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
#custom-html-ls blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}
#custom-html-ls blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
#custom-html-ls blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
#custom-html-ls blockquote .notch-left {
  top: 50%;
  left: -13px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0;
}
#custom-html-ls img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
#custom-html-ls .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
#custom-html-ls .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-ls .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  *font-weight: bold;
  color: transparent;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 32px;
  background-color: transparent;
}
#custom-html-ls .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-ls #spot-01,
#custom-html-ls #spot-02,
#custom-html-ls #spot-03,
#custom-html-ls #spot-04,
#custom-html-ls #spot-05 {
  display: inline-block;
  min-width: 100px;
}
#custom-html-ls #spot-01 {
  position: absolute;
  top: 18%;
  left: 9%;
}
#custom-html-ls #spot-01:hover > blockquote {
  display: block;
  top: -26px;
  left: -98%;
}
#custom-html-ls #spot-02 {
  position: absolute;
  top: 18%;
  left: 19%;
}
#custom-html-ls #spot-02:hover > blockquote {
  display: block;
  top: 25px;
  left: -35%;
}
#custom-html-ls #spot-03 {
  position: absolute;
  top: 16%;
  left: 27%;
}
#custom-html-ls #spot-03:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-04 {
  position: absolute;
  top: 14%;
  left: 38%;
}
#custom-html-ls #spot-04:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-05 {
  position: absolute;
  top: 13%;
  left: 50%;
}
#custom-html-ls #spot-05:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-06 {
  position: absolute;
  top: 12%;
  left: 61%;
}
#custom-html-ls #spot-06:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-07 {
  position: absolute;
  top: 11%;
  left: 72%;
}
#custom-html-ls #spot-07:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-08 {
  position: absolute;
  top: 8%;
  left: 81%;
}
#custom-html-ls #spot-08:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-09 {
  position: absolute;
  top: 35%;
  left: 8%;
}
#custom-html-ls #spot-09:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-10 {
  position: absolute;
  top: 34%;
  left: 19%;
}
#custom-html-ls #spot-10:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-11 {
  position: absolute;
  top: 35%;
  left: 29%;
}
#custom-html-ls #spot-11:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-12 {
  position: absolute;
  top: 36%;
  left: 37%;
}
#custom-html-ls #spot-12:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-13 {
  position: absolute;
  top: 30%;
  left: 49%;
}
#custom-html-ls #spot-13:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-14 {
  position: absolute;
  top: 34%;
  left: 58%;
}
#custom-html-ls #spot-14:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-15 {
  position: absolute;
  top: 33%;
  left: 68%;
}
#custom-html-ls #spot-15:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-16 {
  position: absolute;
  top: 34%;
  left: 76%;
}
#custom-html-ls #spot-16:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-17 {
  position: absolute;
  top: 30%;
  left: 87%;
}
#custom-html-ls #spot-17:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-18 {
  position: absolute;
  top: 45%;
  left: 52%;
}
#custom-html-ls #spot-18:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
#custom-html-ls #spot-19 {
  position: absolute;
  top: 43%;
  left: 84%;
}
#custom-html-ls #spot-19:hover > blockquote {
  display: block;
  top: -26px;
  left: 25px;
}
.cid-tPhqjiRWGR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-tPhqjiRWGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhqjiRWGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhrX2s7JY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tPhrX2s7JY .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tPhrX2s7JY .carousel {
    min-height: 600px;
  }
  .cid-tPhrX2s7JY .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tPhrX2s7JY .carousel {
    min-height: 390px;
  }
  .cid-tPhrX2s7JY .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tPhrX2s7JY .carousel {
    min-height: 330px;
  }
  .cid-tPhrX2s7JY .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tPhrX2s7JY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tPhrX2s7JY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tPhrX2s7JY .carousel,
.cid-tPhrX2s7JY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPhrX2s7JY .item-wrapper {
  width: 100%;
}
.cid-tPhrX2s7JY .carousel-caption {
  bottom: 40px;
}
.cid-tPhrX2s7JY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tPhrX2s7JY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tPhrX2s7JY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tPhrX2s7JY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tPhrX2s7JY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPhrX2s7JY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPhrX2s7JY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPhrX2s7JY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPhrX2s7JY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tPhrX2s7JY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPhrX2s7JY .carousel-indicators li.active,
.cid-tPhrX2s7JY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPhrX2s7JY .carousel-indicators li::after,
.cid-tPhrX2s7JY .carousel-indicators li::before {
  content: none;
}
.cid-tPhrX2s7JY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPhrX2s7JY .carousel-indicators {
    display: none !important;
  }
}
.cid-tPhuXDdG3m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tPhuXDdG3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhuXDdG3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rQb1YZtO08 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #cccccc;
}
.cid-rQb1YZtO08 .images-container.container-fluid {
  padding: 0;
}
.cid-rQb1YZtO08 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rQb1YZtO08 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rQb1YZtO08 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rQb1YZtO08 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rQb1YZtO08 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rQb1YZtO08 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rQb1YZtO08 .img-item {
    width: 100% !important;
  }
  .cid-rQb1YZtO08 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rQb2QXAuZp {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #efefef;
}
.cid-rQb2QXAuZp .images-container.container-fluid {
  padding: 0;
}
.cid-rQb2QXAuZp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rQb2QXAuZp .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rQb2QXAuZp .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rQb2QXAuZp .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rQb2QXAuZp .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rQb2QXAuZp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rQb2QXAuZp .img-item {
    width: 100% !important;
  }
  .cid-rQb2QXAuZp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rQiwYkG3Vm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rQiwYkG3Vm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rQiwYkG3Vm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQiwYkG3Vm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQiwYkG3Vm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rQiwYkG3Vm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rQiwYkG3Vm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rQiwYkG3Vm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rQiwYkG3Vm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rQiwYkG3Vm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rKPYoLtv3e {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/20190915-okomenischer-gottesdienst-rosow-kulik11-276x180.jpeg");
}
@media (min-width: 992px) {
  .cid-rKPYoLtv3e .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKPYoLtv3e .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rKPYoLtv3e .mbr-text {
    text-align: center;
  }
}
.cid-rKPYoLtv3e H1 {
  color: #4f4943;
}
.cid-rKPYoLtv3e .mbr-text,
.cid-rKPYoLtv3e .mbr-section-btn {
  color: #635a51;
}
.cid-rKPYoLtv3e DIV {
  text-align: center;
}
.cid-snzA2PzBHZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20110102-rosow-50-1024x639.jpg");
}
@media (min-width: 992px) {
  .cid-snzA2PzBHZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-snzA2PzBHZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-snzA2PzBHZ .mbr-text {
    text-align: center;
  }
}
.cid-snzA2PzBHZ H1 {
  color: #312d2a;
}
.cid-snzA2PzBHZ .mbr-text,
.cid-snzA2PzBHZ .mbr-section-btn {
  color: #312d2a;
}
.cid-snzA2PzBHZ DIV {
  text-align: center;
}
.cid-snzA2PzBHZ H3 {
  color: #312d2a;
  text-align: center;
}
.cid-snwdVzrMum {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
@media (min-width: 992px) {
  .cid-snwdVzrMum .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-snwdVzrMum .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-snwdVzrMum .mbr-text {
  color: #312d2a;
  text-align: left;
}
.cid-snwcMjySsx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/09317b0d-72f0-40c0-aee1-1118bf747f3a-1-105-c-1024x768.jpg");
}
.cid-snwcMjySsx .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-snwcMjySsx .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-snwcMjySsx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-snwcMjySsx .mbr-text {
    text-align: center;
  }
}
.cid-snwcMjySsx H1 {
  text-align: center;
  color: #312d2a;
}
.cid-snwcMjySsx .mbr-text,
.cid-snwcMjySsx .mbr-section-btn {
  color: #312d2a;
}
.cid-snwcMjySsx H3 {
  color: #232323;
}
.cid-rL6HvKgOY0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/05-dorfansicht-mit-rapsfeld-1024x683.jpg");
}
.cid-rL6HvKgOY0 .card-box {
  padding: 0 2rem;
}
.cid-rL6HvKgOY0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rL6HvKgOY0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rL6HvKgOY0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rL6HvKgOY0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rL6HvKgOY0 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rL6HvKgOY0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rL6HvKgOY0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rL6HvKgOY0 .card-title {
  text-align: center;
  color: #ff3366;
}
.cid-rL6HvKgOY0 P {
  text-align: center;
}
.cid-rL6HvKgOY0 .card-title DIV {
  text-align: center;
}
.cid-rL6HvKgOY0 H3 {
  color: #008000;
}
.cid-rPPChoktNs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc09846-1280x960.jpg");
}
.cid-rPPChoktNs .card-box {
  padding: 0 2rem;
}
.cid-rPPChoktNs .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rPPChoktNs .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rPPChoktNs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rPPChoktNs p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rPPChoktNs .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rPPChoktNs .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rPPChoktNs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rPPChoktNs .card-title {
  text-align: center;
  color: #232323;
}
.cid-rPPChoktNs .card-title DIV {
  text-align: center;
}
.cid-rPPChoktNs P {
  text-align: center;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-soaK0cLBcX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soaK0cLBcX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soaK0cLBcX .row {
  flex-direction: row-reverse;
}
.cid-soaK0cLBcX img {
  width: 100%;
}
.cid-soJzM6uFOS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soJzM6uFOS .mbr-section-subtitle {
  color: #767676;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-spVZR2VZVj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spVZR2VZVj .mbr-section-subtitle {
  text-align: left;
}
.cid-spW0AFKSAw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spW0AFKSAw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spW0AFKSAw .row {
  flex-direction: row-reverse;
}
.cid-spW0AFKSAw img {
  width: 100%;
}
.cid-spWz9Ke4ic {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spWz9Ke4ic .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spWz9Ke4ic .row {
  flex-direction: row-reverse;
}
.cid-spWz9Ke4ic img {
  width: 100%;
}
.cid-sstoe87PJe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4dcc3;
}
.cid-sstoe87PJe .line {
  background-color: #159d17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-ek blockquote {
  position: relative;
  display: none;
  *border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 8px;
  padding: 8px;
  margin: 20px;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  *background-color: rgba(0, 0, 0, 0.7);
}
#custom-html-ek blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
#custom-html-ek blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}
#custom-html-ek blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
#custom-html-ek blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
#custom-html-ek blockquote .notch-left {
  top: 50%;
  left: -13px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0;
}
#custom-html-ek img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
#custom-html-ek .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
#custom-html-ek .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-ek .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  *font-weight: bold;
  color: transparent;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 32px;
  background-color: transparent;
}
#custom-html-ek .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-ek #spot-01,
#custom-html-ek #spot-02,
#custom-html-ek #spot-03,
#custom-html-ek #spot-04,
#custom-html-ek #spot-05 {
  display: inline-block;
  min-width: 100px;
}
#custom-html-ek #spot-01 {
  position: absolute;
  top: 84%;
  left: 44%;
}
#custom-html-ek #spot-01:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-02 {
  position: absolute;
  top: 71%;
  left: 54%;
}
#custom-html-ek #spot-02:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-03 {
  position: absolute;
  top: 77%;
  left: 62%;
}
#custom-html-ek #spot-03:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-04 {
  position: absolute;
  top: 85%;
  left: 67%;
}
#custom-html-ek #spot-04:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-05 {
  position: absolute;
  top: 26%;
  left: 21%;
}
#custom-html-ek #spot-05:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-06 {
  position: absolute;
  top: 35%;
  left: 30%;
}
#custom-html-ek #spot-06:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-07 {
  position: absolute;
  top: 38%;
  left: 34%;
}
#custom-html-ek #spot-07:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-08 {
  position: absolute;
  top: 33%;
  left: 39%;
}
#custom-html-ek #spot-08:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-09 {
  position: absolute;
  top: 35%;
  left: 46%;
}
#custom-html-ek #spot-09:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-10 {
  position: absolute;
  top: 35%;
  left: 52%;
}
#custom-html-ek #spot-10:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-11 {
  position: absolute;
  top: 32%;
  left: 58%;
}
#custom-html-ek #spot-11:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-12 {
  position: absolute;
  top: 50%;
  left: 50%;
}
#custom-html-ek #spot-12:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-13 {
  position: absolute;
  top: 47%;
  left: 61%;
}
#custom-html-ek #spot-13:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-14 {
  position: absolute;
  top: 32%;
  left: 58%;
}
#custom-html-ek #spot-14:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-15 {
  position: absolute;
  top: 37%;
  left: 70%;
}
#custom-html-ek #spot-15:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-16 {
  position: absolute;
  top: 40%;
  left: 73%;
}
#custom-html-ek #spot-16:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-17 {
  position: absolute;
  top: 49%;
  left: 77%;
}
#custom-html-ek #spot-17:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-18 {
  position: absolute;
  top: 17%;
  left: 23%;
}
#custom-html-ek #spot-18:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-19 {
  position: absolute;
  top: 17%;
  left: 27%;
}
#custom-html-ek #spot-19:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-20 {
  position: absolute;
  top: 8%;
  left: 26%;
}
#custom-html-ek #spot-20:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-21 {
  position: absolute;
  top: 18%;
  left: 32%;
}
#custom-html-ek #spot-21:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-22 {
  position: absolute;
  top: 26%;
  left: 33%;
}
#custom-html-ek #spot-22:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-23 {
  position: absolute;
  top: 25%;
  left: 36%;
}
#custom-html-ek #spot-23:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-24 {
  position: absolute;
  top: 26%;
  left: 41%;
}
#custom-html-ek #spot-24:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-25 {
  position: absolute;
  top: 20%;
  left: 43%;
}
#custom-html-ek #spot-25:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-26 {
  position: absolute;
  top: 20%;
  left: 47%;
}
#custom-html-ek #spot-26:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-27 {
  position: absolute;
  top: 21%;
  left: 52%;
}
#custom-html-ek #spot-27:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-28 {
  position: absolute;
  top: 18%;
  left: 55%;
}
#custom-html-ek #spot-28:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-29 {
  position: absolute;
  top: 21%;
  left: 58%;
}
#custom-html-ek #spot-29:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-30 {
  position: absolute;
  top: 18%;
  left: 64%;
}
#custom-html-ek #spot-30:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-31 {
  position: absolute;
  top: 8%;
  left: 65%;
}
#custom-html-ek #spot-31:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-32 {
  position: absolute;
  top: 5%;
  left: 62%;
}
#custom-html-ek #spot-32:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-33 {
  position: absolute;
  top: 23%;
  left: 69%;
}
#custom-html-ek #spot-33:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-34 {
  position: absolute;
  top: 27%;
  left: 56%;
}
#custom-html-ek #spot-34:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-35 {
  position: absolute;
  top: 30%;
  left: 63%;
}
#custom-html-ek #spot-35:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-36 {
  position: absolute;
  top: 28%;
  left: 70%;
}
#custom-html-ek #spot-36:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-37 {
  position: absolute;
  top: 34%;
  left: 73%;
}
#custom-html-ek #spot-37:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-38 {
  position: absolute;
  top: 30%;
  left: 49%;
}
#custom-html-ek #spot-38:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ek #spot-39 {
  position: absolute;
  top: 44%;
  left: 76%;
}
#custom-html-ek #spot-39:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
.cid-sstobtiXQM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4dcc3;
}
.cid-sstobtiXQM .line {
  background-color: #159d17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-em blockquote {
  position: relative;
  display: none;
  *border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 8px;
  padding: 8px;
  margin: 20px;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  *background-color: rgba(0, 0, 0, 0.7);
}
#custom-html-em blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
#custom-html-em blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}
#custom-html-em blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
#custom-html-em blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
#custom-html-em blockquote .notch-left {
  top: 50%;
  left: -13px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0;
}
#custom-html-em img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
#custom-html-em .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
#custom-html-em .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-em .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  *font-weight: bold;
  color: transparent;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 32px;
  background-color: transparent;
}
#custom-html-em .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-em #spot-01,
#custom-html-em #spot-02,
#custom-html-em #spot-03,
#custom-html-em #spot-04,
#custom-html-em #spot-05 {
  display: inline-block;
  min-width: 100px;
}
#custom-html-em #spot-01 {
  position: absolute;
  top: 35%;
  left: 52%;
}
#custom-html-em #spot-01:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-02 {
  position: absolute;
  top: 30%;
  left: 62%;
}
#custom-html-em #spot-02:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-03 {
  position: absolute;
  top: 28%;
  left: 72%;
}
#custom-html-em #spot-03:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-04 {
  position: absolute;
  top: 35%;
  left: 75%;
}
#custom-html-em #spot-04:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-05 {
  position: absolute;
  top: 35%;
  left: 87%;
}
#custom-html-em #spot-05:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-06 {
  position: absolute;
  top: 16%;
  left: 61%;
}
#custom-html-em #spot-06:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-07 {
  position: absolute;
  top: 21%;
  left: 67%;
}
#custom-html-em #spot-07:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-08 {
  position: absolute;
  top: 15%;
  left: 68%;
}
#custom-html-em #spot-08:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-09 {
  position: absolute;
  top: 34%;
  left: 36%;
}
#custom-html-em #spot-09:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-10 {
  position: absolute;
  top: 17%;
  left: 75%;
}
#custom-html-em #spot-10:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-11 {
  position: absolute;
  top: 73%;
  left: 80%;
}
#custom-html-em #spot-11:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-12 {
  position: absolute;
  top: 72%;
  left: 87%;
}
#custom-html-em #spot-12:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-13 {
  position: absolute;
  top: 75%;
  left: 91%;
}
#custom-html-em #spot-13:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-14 {
  position: absolute;
  top: 0%;
  left: 80%;
}
#custom-html-em #spot-14:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-15 {
  position: absolute;
  top: 0%;
  left: 90%;
}
#custom-html-em #spot-15:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-em #spot-16 {
  position: absolute;
  top: 0%;
  left: 100%;
}
#custom-html-em #spot-16:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
.cid-sstoaJ0ZdU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4dcc3;
}
.cid-sstoaJ0ZdU .line {
  background-color: #159d17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-eq blockquote {
  position: relative;
  display: none;
  *border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 8px;
  padding: 8px;
  margin: 20px;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  *background-color: rgba(0, 0, 0, 0.7);
}
#custom-html-eq blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
#custom-html-eq blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}
#custom-html-eq blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
#custom-html-eq blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
#custom-html-eq blockquote .notch-left {
  top: 50%;
  left: -13px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0;
}
#custom-html-eq img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
#custom-html-eq .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
#custom-html-eq .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-eq .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  *font-weight: bold;
  color: transparent;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 32px;
  background-color: transparent;
}
#custom-html-eq .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-eq #spot-01,
#custom-html-eq #spot-02,
#custom-html-eq #spot-03,
#custom-html-eq #spot-04,
#custom-html-eq #spot-05 {
  display: inline-block;
  min-width: 100px;
}
#custom-html-eq #spot-01 {
  position: absolute;
  top: 39%;
  left: 7%;
}
#custom-html-eq #spot-01:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-02 {
  position: absolute;
  top: 49%;
  left: 7%;
}
#custom-html-eq #spot-02:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-03 {
  position: absolute;
  top: 35%;
  left: 13%;
}
#custom-html-eq #spot-03:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-04 {
  position: absolute;
  top: 48%;
  left: 16%;
}
#custom-html-eq #spot-04:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-05 {
  position: absolute;
  top: 67%;
  left: 15%;
}
#custom-html-eq #spot-05:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-06 {
  position: absolute;
  top: 67%;
  left: 27%;
}
#custom-html-eq #spot-06:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-07 {
  position: absolute;
  top: 38%;
  left: 21%;
}
#custom-html-eq #spot-07:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-08 {
  position: absolute;
  top: 46%;
  left: 28%;
}
#custom-html-eq #spot-08:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-09 {
  position: absolute;
  top: 33%;
  left: 26%;
}
#custom-html-eq #spot-09:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-10 {
  position: absolute;
  top: 35%;
  left: 30%;
}
#custom-html-eq #spot-10:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-11 {
  position: absolute;
  top: 30%;
  left: 34%;
}
#custom-html-eq #spot-11:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-12 {
  position: absolute;
  top: 26%;
  left: 29%;
}
#custom-html-eq #spot-12:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-13 {
  position: absolute;
  top: 21%;
  left: 29%;
}
#custom-html-eq #spot-13:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-14 {
  position: absolute;
  top: 20%;
  left: 33%;
}
#custom-html-eq #spot-14:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-15 {
  position: absolute;
  top: 13%;
  left: 31%;
}
#custom-html-eq #spot-15:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-16 {
  position: absolute;
  top: 12%;
  left: 34%;
}
#custom-html-eq #spot-16:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-17 {
  position: absolute;
  top: 15%;
  left: 39%;
}
#custom-html-eq #spot-17:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-18 {
  position: absolute;
  top: 20%;
  left: 38%;
}
#custom-html-eq #spot-18:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-19 {
  position: absolute;
  top: 21%;
  left: 41%;
}
#custom-html-eq #spot-19:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-20 {
  position: absolute;
  top: 26%;
  left: 40%;
}
#custom-html-eq #spot-20:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-21 {
  position: absolute;
  top: 31%;
  left: 41%;
}
#custom-html-eq #spot-21:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-22 {
  position: absolute;
  top: 38%;
  left: 41%;
}
#custom-html-eq #spot-22:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-23 {
  position: absolute;
  top: 48%;
  left: 44%;
}
#custom-html-eq #spot-23:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-24 {
  position: absolute;
  top: 45%;
  left: 51%;
}
#custom-html-eq #spot-24:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-25 {
  position: absolute;
  top: 35%;
  left: 52%;
}
#custom-html-eq #spot-25:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-26 {
  position: absolute;
  top: 31%;
  left: 49%;
}
#custom-html-eq #spot-26:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-27 {
  position: absolute;
  top: 20%;
  left: 47%;
}
#custom-html-eq #spot-27:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-28 {
  position: absolute;
  top: 21%;
  left: 50%;
}
#custom-html-eq #spot-28:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-29 {
  position: absolute;
  top: 12%;
  left: 46%;
}
#custom-html-eq #spot-29:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-30 {
  position: absolute;
  top: 12%;
  left: 50%;
}
#custom-html-eq #spot-30:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-31 {
  position: absolute;
  top: 18%;
  left: 55%;
}
#custom-html-eq #spot-31:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-32 {
  position: absolute;
  top: 12%;
  left: 58%;
}
#custom-html-eq #spot-32:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-33 {
  position: absolute;
  top: 17%;
  left: 61%;
}
#custom-html-eq #spot-33:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-34 {
  position: absolute;
  top: 25%;
  left: 54%;
}
#custom-html-eq #spot-34:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-35 {
  position: absolute;
  top: 26%;
  left: 70%;
}
#custom-html-eq #spot-35:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-36 {
  position: absolute;
  top: 28%;
  left: 67%;
}
#custom-html-eq #spot-36:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-37 {
  position: absolute;
  top: 45%;
  left: 63%;
}
#custom-html-eq #spot-37:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-38 {
  position: absolute;
  top: 27%;
  left: 78%;
}
#custom-html-eq #spot-38:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-39 {
  position: absolute;
  top: 44%;
  left: 76%;
}
#custom-html-eq #spot-39:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-40 {
  position: absolute;
  top: 51%;
  left: 73%;
}
#custom-html-eq #spot-40:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-41 {
  position: absolute;
  top: 32%;
  left: 82%;
}
#custom-html-eq #spot-41:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-42 {
  position: absolute;
  top: 35%;
  left: 89%;
}
#custom-html-eq #spot-42:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-43 {
  position: absolute;
  top: 48%;
  left: 88%;
}
#custom-html-eq #spot-43:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-44 {
  position: absolute;
  top: 66%;
  left: 56%;
}
#custom-html-eq #spot-44:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-45 {
  position: absolute;
  top: 64%;
  left: 65%;
}
#custom-html-eq #spot-45:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-46 {
  position: absolute;
  top: 25%;
  left: 62%;
}
#custom-html-eq #spot-46:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-47 {
  position: absolute;
  top: 11%;
  left: 40%;
}
#custom-html-eq #spot-47:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-48 {
  position: absolute;
  top: 35%;
  left: 59%;
}
#custom-html-eq #spot-48:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-49 {
  position: absolute;
  top: 35%;
  left: 62%;
}
#custom-html-eq #spot-49:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-eq #spot-50 {
  position: absolute;
  top: 31%;
  left: 72%;
}
#custom-html-eq #spot-50:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
.cid-ssto9U3m5u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4dcc3;
}
.cid-ssto9U3m5u .line {
  background-color: #159d17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-en blockquote {
  position: relative;
  display: none;
  *border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 8px;
  padding: 8px;
  margin: 20px;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  *background-color: rgba(0, 0, 0, 0.7);
}
#custom-html-en blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
#custom-html-en blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}
#custom-html-en blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
#custom-html-en blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
#custom-html-en blockquote .notch-left {
  top: 50%;
  left: -13px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0;
}
#custom-html-en img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
#custom-html-en .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
#custom-html-en .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-en .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  *font-weight: bold;
  color: transparent;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 32px;
  background-color: transparent;
}
#custom-html-en .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-en #spot-01,
#custom-html-en #spot-02,
#custom-html-en #spot-03,
#custom-html-en #spot-04,
#custom-html-en #spot-05 {
  display: inline-block;
  min-width: 100px;
}
#custom-html-en #spot-01 {
  position: absolute;
  top: 28%;
  left: 10%;
}
#custom-html-en #spot-01:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-02 {
  position: absolute;
  top: 38%;
  left: 8%;
}
#custom-html-en #spot-02:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-03 {
  position: absolute;
  top: 0%;
  left: 5%;
}
#custom-html-en #spot-03:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-04 {
  position: absolute;
  top: 29%;
  left: 19%;
}
#custom-html-en #spot-04:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-05 {
  position: absolute;
  top: 0%;
  left: 10%;
}
#custom-html-en #spot-05:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-06 {
  position: absolute;
  top: 0%;
  left: 15%;
}
#custom-html-en #spot-06:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-07 {
  position: absolute;
  top: 38%;
  left: 43%;
}
#custom-html-en #spot-07:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-08 {
  position: absolute;
  top: 36%;
  left: 48%;
}
#custom-html-en #spot-08:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-09 {
  position: absolute;
  top: 39%;
  left: 57%;
}
#custom-html-en #spot-09:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-10 {
  position: absolute;
  top: 18%;
  left: 45%;
}
#custom-html-en #spot-10:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-11 {
  position: absolute;
  top: 18%;
  left: 50%;
}
#custom-html-en #spot-11:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-12 {
  position: absolute;
  top: 18%;
  left: 40%;
}
#custom-html-en #spot-12:hover > blockquote {
  display: block;
  top: 0px;
  left: -35%;
}
#custom-html-en #spot-13 {
  position: absolute;
  top: 18%;
  left: 56%;
}
#custom-html-en #spot-13:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-14 {
  position: absolute;
  top: 25%;
  left: 54%;
}
#custom-html-en #spot-14:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-15 {
  position: absolute;
  top: 17%;
  left: 29%;
}
#custom-html-en #spot-15:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-16 {
  position: absolute;
  top: 16%;
  left: 68%;
}
#custom-html-en #spot-16:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-17 {
  position: absolute;
  top: 13%;
  left: 74%;
}
#custom-html-en #spot-17:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-18 {
  position: absolute;
  top: 0%;
  left: 30%;
}
#custom-html-en #spot-18:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-19 {
  position: absolute;
  top: 0%;
  left: 40%;
}
#custom-html-en #spot-19:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-20 {
  position: absolute;
  top: 35%;
  left: 81%;
}
#custom-html-en #spot-20:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-21 {
  position: absolute;
  top: 25%;
  left: 88%;
}
#custom-html-en #spot-21:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-22 {
  position: absolute;
  top: 0%;
  left: 60%;
}
#custom-html-en #spot-22:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-23 {
  position: absolute;
  top: 0%;
  left: 70%;
}
#custom-html-en #spot-23:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-24 {
  position: absolute;
  top: 0%;
  left: 80%;
}
#custom-html-en #spot-24:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-en #spot-25 {
  position: absolute;
  top: 0%;
  left: 50%;
}
#custom-html-en #spot-25:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
.cid-sstnbtDzWy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4dcc3;
}
.cid-sstnbtDzWy .line {
  background-color: #159d17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-ew blockquote {
  position: relative;
  display: none;
  border: 1px solid #fafafa;
  border-color: transparent;
  border-radius: 0px;
  padding: 8px;
  margin: 0px;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  *background-color: rgba(0, 0, 0, 0.7);
}
#custom-html-ew blockquote .notch {
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
}
#custom-html-ew blockquote .notch-top {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}
#custom-html-ew blockquote .notch-right {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}
#custom-html-ew blockquote .notch-bottom {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
#custom-html-ew blockquote .notch-left {
  top: 50%;
  left: -13px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
  border-left: 0;
}
#custom-html-ew img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
#custom-html-ew .hotspot-demo-1-left {
  position: relative;
  width: 100%;
}
#custom-html-ew .spots {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#custom-html-ew .spot {
  position: absolute;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  *font-weight: bold;
  color: transparent;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 32px;
  background-color: transparent;
}
#custom-html-ew .spot:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#custom-html-ew #spot-01,
#custom-html-ew #spot-02,
#custom-html-ew #spot-03,
#custom-html-ew #spot-04,
#custom-html-ew #spot-05 {
  display: inline-block;
  min-width: 100px;
}
#custom-html-ew #spot-01 {
  position: absolute;
  top: 37%;
  left: 14%;
}
#custom-html-ew #spot-01:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-02 {
  position: absolute;
  top: 37%;
  left: 30%;
}
#custom-html-ew #spot-02:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-03 {
  position: absolute;
  top: 37%;
  left: 49%;
}
#custom-html-ew #spot-03:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-04 {
  position: absolute;
  top: 25%;
  left: 55%;
}
#custom-html-ew #spot-04:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-05 {
  position: absolute;
  top: 36%;
  left: 70%;
}
#custom-html-ew #spot-05:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-06 {
  position: absolute;
  top: 40%;
  left: 80%;
}
#custom-html-ew #spot-06:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-07 {
  position: absolute;
  top: 36%;
  left: 92%;
}
#custom-html-ew #spot-07:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-08 {
  position: absolute;
  top: 21%;
  left: 11%;
}
#custom-html-ew #spot-08:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-09 {
  position: absolute;
  top: 25%;
  left: 32%;
}
#custom-html-ew #spot-09:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-10 {
  position: absolute;
  top: 23%;
  left: 63%;
}
#custom-html-ew #spot-10:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-11 {
  position: absolute;
  top: 23%;
  left: 74%;
}
#custom-html-ew #spot-11:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-12 {
  position: absolute;
  top: 21%;
  left: 86%;
}
#custom-html-ew #spot-12:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-13 {
  position: absolute;
  top: 8%;
  left: 22%;
}
#custom-html-ew #spot-13:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
#custom-html-ew #spot-14 {
  position: absolute;
  top: 9%;
  left: 44%;
}
#custom-html-ew #spot-14:hover > blockquote {
  display: block;
  top: 15px;
  left: -35%;
}
.cid-sstqTHdS0h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4dcc3;
}
.cid-sstqTHdS0h .line {
  background-color: #159d17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPhyPFWYDE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff6233;
}
.cid-tPhyPFWYDE .line {
  background-color: #159d17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPhyZ3TNLw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6233;
}
.cid-tPhyZ3TNLw .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tPhyZ3TNLw .carousel {
    min-height: 600px;
  }
  .cid-tPhyZ3TNLw .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tPhyZ3TNLw .carousel {
    min-height: 390px;
  }
  .cid-tPhyZ3TNLw .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tPhyZ3TNLw .carousel {
    min-height: 330px;
  }
  .cid-tPhyZ3TNLw .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tPhyZ3TNLw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tPhyZ3TNLw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tPhyZ3TNLw .carousel,
.cid-tPhyZ3TNLw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPhyZ3TNLw .item-wrapper {
  width: 100%;
}
.cid-tPhyZ3TNLw .carousel-caption {
  bottom: 40px;
}
.cid-tPhyZ3TNLw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tPhyZ3TNLw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tPhyZ3TNLw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tPhyZ3TNLw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tPhyZ3TNLw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPhyZ3TNLw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPhyZ3TNLw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPhyZ3TNLw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPhyZ3TNLw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tPhyZ3TNLw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPhyZ3TNLw .carousel-indicators li.active,
.cid-tPhyZ3TNLw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPhyZ3TNLw .carousel-indicators li::after,
.cid-tPhyZ3TNLw .carousel-indicators li::before {
  content: none;
}
.cid-tPhyZ3TNLw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPhyZ3TNLw .carousel-indicators {
    display: none !important;
  }
}
.cid-tPhzfUkKSw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6233;
}
.cid-tPhzfUkKSw .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tPhzfUkKSw .carousel {
    min-height: 600px;
  }
  .cid-tPhzfUkKSw .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tPhzfUkKSw .carousel {
    min-height: 390px;
  }
  .cid-tPhzfUkKSw .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tPhzfUkKSw .carousel {
    min-height: 330px;
  }
  .cid-tPhzfUkKSw .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tPhzfUkKSw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tPhzfUkKSw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tPhzfUkKSw .carousel,
.cid-tPhzfUkKSw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPhzfUkKSw .item-wrapper {
  width: 100%;
}
.cid-tPhzfUkKSw .carousel-caption {
  bottom: 40px;
}
.cid-tPhzfUkKSw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tPhzfUkKSw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tPhzfUkKSw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tPhzfUkKSw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tPhzfUkKSw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPhzfUkKSw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPhzfUkKSw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPhzfUkKSw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPhzfUkKSw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tPhzfUkKSw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPhzfUkKSw .carousel-indicators li.active,
.cid-tPhzfUkKSw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPhzfUkKSw .carousel-indicators li::after,
.cid-tPhzfUkKSw .carousel-indicators li::before {
  content: none;
}
.cid-tPhzfUkKSw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPhzfUkKSw .carousel-indicators {
    display: none !important;
  }
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-sTmfZHVYJ9 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/weihnachtsbaum-in-der-kirche-3-2000x1333.jpeg");
}
.cid-sTmfZHVYJ9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTmfZHVYJ9 .mbr-text,
.cid-sTmfZHVYJ9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sTmfZHVYJ9 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sTmfZHVYJ9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sTENuGRjwh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/w1200-h675-x750-y422-um-211225-rosow094.jpg-21e693dd17301290-1200x675.jpeg");
}
.cid-sTENuGRjwh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sTENuGRjwh .mbr-text,
.cid-sTENuGRjwh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sTm9hpIfWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-7204-2000x1125.jpg");
}
.cid-sTm9hpIfWv .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sTm9hpIfWv img,
.cid-sTm9hpIfWv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sTm9hpIfWv .item:focus,
.cid-sTm9hpIfWv span:focus {
  outline: none;
}
.cid-sTm9hpIfWv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sTm9hpIfWv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sTm9hpIfWv .item {
  padding: 0;
  margin: 0;
}
.cid-sTm9hpIfWv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #d0e0ef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sTm9hpIfWv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTm9hpIfWv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sTm9hpIfWv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sTm9hpIfWv .mbr-section-title {
  color: #232323;
}
.cid-sTm9hq7LwP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e4d295;
}
.cid-sTm9hq7LwP .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sTm9hq7LwP .card-wrapper {
  background-color: #e4d295;
  border-radius: 4px;
}
.cid-sTm9hq7LwP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTm9hq7LwP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sTm9hq7LwP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sTm9hq7LwP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sTm9hq7LwP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTm9hq7LwP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sTm9hq7LwP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTm9hq7LwP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sTm9hqw79s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d295;
}
.cid-sTm9hqEwEw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-7206-2000x1125.jpeg");
}
.cid-sTm9hqEwEw .video-wrapper iframe {
  width: 100%;
}
.cid-sTm9hqEwEw .mbr-section-title,
.cid-sTm9hqEwEw .mbr-section-subtitle,
.cid-sTm9hqEwEw .mbr-text {
  text-align: center;
}
.cid-sTm9hqQkrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-7207-2000x1125.jpeg");
}
.cid-sTm9hqQkrU .video-wrapper iframe {
  width: 100%;
}
.cid-sTm9hqQkrU .mbr-section-title,
.cid-sTm9hqQkrU .mbr-section-subtitle,
.cid-sTm9hqQkrU .mbr-text {
  text-align: center;
}
.cid-sTm9hr4tzX {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #e4d295;
}
.cid-sTm9hr4tzX img,
.cid-sTm9hr4tzX .item-img {
  width: 100%;
}
.cid-sTm9hr4tzX .item:focus,
.cid-sTm9hr4tzX span:focus {
  outline: none;
}
.cid-sTm9hr4tzX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sTm9hr4tzX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sTm9hr4tzX .item {
  padding: 0;
  margin: 0;
}
.cid-sTm9hr4tzX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sTm9hr4tzX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTm9hr4tzX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sTm9hr4tzX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sTm9hr4tzX .mbr-section-title {
  color: #232323;
}
.cid-sTm9hro3Tc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-5848-2000x1125.jpg");
}
.cid-sTm9hro3Tc .mbr-media {
  position: relative;
}
.cid-sTm9hro3Tc .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sTm9hro3Tc .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sTm9hro3Tc .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sTm9hro3Tc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTm9hro3Tc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTm9hro3Tc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTm9hro3Tc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sTm9hro3Tc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sTm9hrDzJE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sTm9hrDzJE .mbr-media {
  position: relative;
}
.cid-sTm9hrDzJE .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sTm9hrDzJE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sTm9hrDzJE .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sTm9hrDzJE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTm9hrDzJE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTm9hrDzJE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTm9hrDzJE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sTm9hrDzJE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sTm9hs5i9X {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-3242-2000x1500.jpg");
}
.cid-sTm9hs5i9X .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sTm9hs5i9X .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sTm9hs5i9X .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sTm9hs5i9X .mbr-section-title {
  color: #ffffff;
}
.cid-sTm9hs5i9X .mbr-text,
.cid-sTm9hs5i9X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-sU6UIkwynR {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sU6UIkwynR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sU6UIkwynR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sU6UIkwynR .mbr-text {
    text-align: center;
  }
}
.cid-sU6UIkwynR H1 {
  text-align: center;
}
.cid-sU6UIkwynR H3 {
  text-align: center;
}
.cid-sU6UIkwynR .mbr-text,
.cid-sU6UIkwynR .mbr-section-btn {
  color: #232323;
}
.cid-sU758JajRj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sU758JajRj .video-wrapper iframe {
  width: 100%;
}
.cid-sU758JajRj .mbr-section-title,
.cid-sU758JajRj .mbr-section-subtitle,
.cid-sU758JajRj .mbr-text {
  text-align: center;
}
.cid-sU6WetGLS9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sU6WetGLS9 .video-wrapper iframe {
  width: 100%;
}
.cid-sU6WetGLS9 .mbr-section-title,
.cid-sU6WetGLS9 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sU6WetGLS9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sU72bLLUpN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sU72bLLUpN .video-wrapper iframe {
  width: 100%;
}
.cid-sU72bLLUpN .mbr-section-title,
.cid-sU72bLLUpN .mbr-section-subtitle,
.cid-sU72bLLUpN .mbr-text {
  text-align: center;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-tfCOo5XoiU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tfCOo5XoiU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfCOo5XoiU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tfCOo5XoiU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tfCOo5XoiU .mbr-text {
  text-align: left;
}
.cid-tfCOo5XoiU .mbr-section-title {
  text-align: right;
}
.cid-tfCOma6lME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfCOma6lME .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfCOma6lME .row {
  flex-direction: row-reverse;
}
.cid-tfCOma6lME img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfCOma6lME .text-wrapper {
    padding: 2rem;
  }
}
.cid-tei264Pkl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tei264Pkl3 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tei264Pkl3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tei32IBUee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tei32IBUee .mbr-section-subtitle {
  text-align: center;
}
.cid-tei32IBUee .mbr-text {
  text-align: left;
}
.cid-teioVRKV0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-t5EdvZB7Gi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t5EdvZB7Gi img,
.cid-t5EdvZB7Gi .item-img {
  width: 100%;
}
.cid-t5EdvZB7Gi .item:focus,
.cid-t5EdvZB7Gi span:focus {
  outline: none;
}
.cid-t5EdvZB7Gi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t5EdvZB7Gi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t5EdvZB7Gi .item {
  padding: 0;
  margin: 0;
}
.cid-t5EdvZB7Gi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t5EdvZB7Gi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t5EdvZB7Gi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5EdvZB7Gi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t5EdvZB7Gi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t5EdvZB7Gi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t5EdvZB7Gi .mbr-section-title {
  color: #232323;
}
.cid-t5EdvZB7Gi .mbr-text,
.cid-t5EdvZB7Gi .mbr-section-btn {
  text-align: center;
}
.cid-t5EdvZB7Gi .item-title {
  text-align: center;
}
.cid-t5EdvZB7Gi .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tr7lLM7C6p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bfd4fc;
}
.cid-tr7lLM7C6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr7lLM7C6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr7lLM7C6p .video-wrapper iframe {
  width: 100%;
}
.cid-tr7lLM7C6p .mbr-section-title,
.cid-tr7lLM7C6p .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tr7lLM7C6p .text-wrapper {
    padding: 2rem;
  }
}
.cid-tr7aaN6ku5 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #bfd4fc;
}
.cid-tr7aaN6ku5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr7aaN6ku5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr7aaN6ku5 .item {
  padding-bottom: 2rem;
}
.cid-tr7aaN6ku5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tr7aaN6ku5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tr7aaN6ku5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tr7aaN6ku5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tr7aaN6ku5 .carousel-control,
.cid-tr7aaN6ku5 .close {
  background: #1b1b1b;
}
.cid-tr7aaN6ku5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tr7aaN6ku5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tr7aaN6ku5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tr7aaN6ku5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tr7aaN6ku5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tr7aaN6ku5 .close::before {
  content: '\e91a';
}
.cid-tr7aaN6ku5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tr7aaN6ku5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tr7aaN6ku5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tr7aaN6ku5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tr7aaN6ku5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tr7aaN6ku5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tr7aaN6ku5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tr7aaN6ku5 .carousel-indicators li.active,
.cid-tr7aaN6ku5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tr7aaN6ku5 .carousel-indicators li::after,
.cid-tr7aaN6ku5 .carousel-indicators li::before {
  content: none;
}
.cid-tr7aaN6ku5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tr7aaN6ku5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tr7aaN6ku5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tr7aaN6ku5 .carousel-indicators {
    display: none;
  }
}
.cid-tr7aaN6ku5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tr7aaN6ku5 .carousel-inner > .active {
  display: block;
}
.cid-tr7aaN6ku5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tr7aaN6ku5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tr7aaN6ku5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tr7aaN6ku5 .carousel-control,
  .cid-tr7aaN6ku5 .carousel-indicators,
  .cid-tr7aaN6ku5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tr7aaN6ku5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tr7aaN6ku5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tr7aaN6ku5 .carousel-indicators .active,
.cid-tr7aaN6ku5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tr7aaN6ku5 .carousel-indicators .active {
  background: #fff;
}
.cid-tr7aaN6ku5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tr7aaN6ku5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tr7aaN6ku5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tr7aaN6ku5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tr7aaN6ku5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tr7aaN6ku5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tr7aaN6ku5 .carousel {
  width: 100%;
}
.cid-tr7aaN6ku5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tr7aaN6ku5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tr7aaN6ku5 .modal.fade .modal-dialog,
.cid-tr7aaN6ku5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tr7aaN6ku5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tr7aaN6ku5 H6 {
  text-align: center;
}
.cid-thCvIj0bOA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thCvIj0bOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-thCvIj0bOA .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-thCvIj0bOA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thCvIj0bOA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thCvIj0bOA .text-wrapper {
    padding: 2rem;
  }
}
.cid-thqhihl17Z {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thqhihl17Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thqhihl17Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thqhihl17Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thqhihl17Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thqhihl17Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thqhihl17Z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thqhihl17Z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-thqhihl17Z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-thqhihl17Z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-thMaBgVnJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cebfaf;
}
.cid-thMaBgVnJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-thMaBgVnJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thMaBgVnJf .card-wrapper {
  background: #82786e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-thMaBgVnJf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thMaBgVnJf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thMaBgVnJf .card-wrapper {
    padding: 4rem;
  }
}
.cid-thMaBgVnJf .mbr-text,
.cid-thMaBgVnJf .mbr-section-btn {
  color: #fafafa;
}
.cid-thMaBgVnJf .card-title,
.cid-thMaBgVnJf .card-box {
  text-align: left;
  color: #149dcc;
}
.cid-tg6zMPfLRB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-741-2000x1500.jpg");
}
.cid-tg6zMPfLRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6zMPfLRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6zMPfLRB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tg6zMPfLRB .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tg6zMPfLRB .item-wrapper {
  position: relative;
}
.cid-tg6zMPfLRB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tg6zMPfLRB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tg6zMPfLRB .carousel-control,
.cid-tg6zMPfLRB .close {
  background: #1b1b1b;
}
.cid-tg6zMPfLRB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tg6zMPfLRB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tg6zMPfLRB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tg6zMPfLRB .carousel-control-next span {
  margin-left: 5px;
}
.cid-tg6zMPfLRB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tg6zMPfLRB .close::before {
  content: '\e91a';
}
.cid-tg6zMPfLRB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tg6zMPfLRB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tg6zMPfLRB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tg6zMPfLRB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tg6zMPfLRB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tg6zMPfLRB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tg6zMPfLRB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tg6zMPfLRB .carousel-indicators li.active,
.cid-tg6zMPfLRB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tg6zMPfLRB .carousel-indicators li::after,
.cid-tg6zMPfLRB .carousel-indicators li::before {
  content: none;
}
.cid-tg6zMPfLRB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tg6zMPfLRB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tg6zMPfLRB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6zMPfLRB .carousel-indicators {
    display: none;
  }
}
.cid-tg6zMPfLRB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tg6zMPfLRB .carousel-inner > .active {
  display: block;
}
.cid-tg6zMPfLRB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tg6zMPfLRB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tg6zMPfLRB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tg6zMPfLRB .carousel-control,
  .cid-tg6zMPfLRB .carousel-indicators,
  .cid-tg6zMPfLRB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tg6zMPfLRB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tg6zMPfLRB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tg6zMPfLRB .carousel-indicators .active,
.cid-tg6zMPfLRB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tg6zMPfLRB .carousel-indicators .active {
  background: #fff;
}
.cid-tg6zMPfLRB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tg6zMPfLRB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tg6zMPfLRB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tg6zMPfLRB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tg6zMPfLRB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tg6zMPfLRB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tg6zMPfLRB .carousel {
  width: 100%;
}
.cid-tg6zMPfLRB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tg6zMPfLRB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tg6zMPfLRB .modal.fade .modal-dialog,
.cid-tg6zMPfLRB .modal.in .modal-dialog {
  transform: none;
}
.cid-tg6zMPfLRB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tg6zMPfLRB H6 {
  text-align: center;
}
.cid-tfCQ9RwXUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-te60UewoZD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #84aac2;
}
@media (min-width: 992px) {
  .cid-te60UewoZD .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-te60UewoZD .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-te60UewoZD .mbr-text {
  color: #073b4c;
}
.cid-t5E6I4p0Q8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/05-polnischer-grenzpfosten-1024x683.jpg");
}
.cid-t5E6I4p0Q8 .mbr-overlay {
  background: #efefef;
  opacity: 0.6;
}
.cid-t5E6I4p0Q8 img,
.cid-t5E6I4p0Q8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t5E6I4p0Q8 .item:focus,
.cid-t5E6I4p0Q8 span:focus {
  outline: none;
}
.cid-t5E6I4p0Q8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t5E6I4p0Q8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t5E6I4p0Q8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5E6I4p0Q8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t5E6I4p0Q8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t5E6I4p0Q8 .mbr-section-title {
  color: #232323;
}
.cid-t5E6I4p0Q8 .mbr-text,
.cid-t5E6I4p0Q8 .mbr-section-btn {
  text-align: center;
}
.cid-t5E6I4p0Q8 .item-title {
  text-align: center;
}
.cid-t5E6I4p0Q8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t5E6I4p0Q8 .mbr-section-subtitle {
  text-align: left;
}
.cid-t5Ek9wcZUH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-t5Ek9wcZUH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t5Ek9wcZUH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t5Ek9wcZUH .item-wrapper {
  position: relative;
}
.cid-t5Ek9wcZUH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t5Ek9wcZUH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5Ek9wcZUH .carousel-control,
.cid-t5Ek9wcZUH .close {
  background: #1b1b1b;
}
.cid-t5Ek9wcZUH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5Ek9wcZUH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5Ek9wcZUH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5Ek9wcZUH .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5Ek9wcZUH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5Ek9wcZUH .close::before {
  content: '\e91a';
}
.cid-t5Ek9wcZUH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5Ek9wcZUH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t5Ek9wcZUH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Ek9wcZUH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5Ek9wcZUH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5Ek9wcZUH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5Ek9wcZUH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t5Ek9wcZUH .carousel-indicators li.active,
.cid-t5Ek9wcZUH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5Ek9wcZUH .carousel-indicators li::after,
.cid-t5Ek9wcZUH .carousel-indicators li::before {
  content: none;
}
.cid-t5Ek9wcZUH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5Ek9wcZUH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5Ek9wcZUH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5Ek9wcZUH .carousel-indicators {
    display: none;
  }
}
.cid-t5Ek9wcZUH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5Ek9wcZUH .carousel-inner > .active {
  display: block;
}
.cid-t5Ek9wcZUH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Ek9wcZUH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5Ek9wcZUH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5Ek9wcZUH .carousel-control,
  .cid-t5Ek9wcZUH .carousel-indicators,
  .cid-t5Ek9wcZUH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5Ek9wcZUH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5Ek9wcZUH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5Ek9wcZUH .carousel-indicators .active,
.cid-t5Ek9wcZUH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5Ek9wcZUH .carousel-indicators .active {
  background: #fff;
}
.cid-t5Ek9wcZUH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5Ek9wcZUH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5Ek9wcZUH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5Ek9wcZUH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5Ek9wcZUH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5Ek9wcZUH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5Ek9wcZUH .carousel {
  width: 100%;
}
.cid-t5Ek9wcZUH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5Ek9wcZUH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5Ek9wcZUH .modal.fade .modal-dialog,
.cid-t5Ek9wcZUH .modal.in .modal-dialog {
  transform: none;
}
.cid-t5Ek9wcZUH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5Ek9wcZUH H6 {
  text-align: center;
}
.cid-t5EmquoHqy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t5EmquoHqy .text-wrapper {
    padding: 2rem;
  }
}
.cid-t5EmquoHqy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t5EmquoHqy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t5EmquoHqy .mbr-text {
  text-align: left;
}
.cid-t5EmquoHqy .mbr-section-title {
  text-align: right;
}
.cid-t5Et0PTUCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5Et0PTUCs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5Et0PTUCs .row {
  flex-direction: row-reverse;
}
.cid-t5Et0PTUCs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5Et0PTUCs .text-wrapper {
    padding: 2rem;
  }
}
.cid-t6c21cJ8SN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-t6c21cJ8SN .mbr-text {
  text-align: left;
}
.cid-t6c21cJ8SN .mbr-section-subtitle {
  text-align: center;
}
.cid-t6c21cJ8SN .mbr-section-title DIV {
  text-align: center;
}
.cid-t6c21cJ8SN .mbr-section-title {
  text-align: center;
}
.cid-t5EzJ29B10 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-t5EzJ29B10 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t5EzJ29B10 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t5EzJ29B10 .item-wrapper {
  position: relative;
}
.cid-t5EzJ29B10 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t5EzJ29B10 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5EzJ29B10 .carousel-control,
.cid-t5EzJ29B10 .close {
  background: #1b1b1b;
}
.cid-t5EzJ29B10 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5EzJ29B10 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5EzJ29B10 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5EzJ29B10 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5EzJ29B10 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5EzJ29B10 .close::before {
  content: '\e91a';
}
.cid-t5EzJ29B10 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5EzJ29B10 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t5EzJ29B10 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5EzJ29B10 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5EzJ29B10 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5EzJ29B10 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5EzJ29B10 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t5EzJ29B10 .carousel-indicators li.active,
.cid-t5EzJ29B10 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5EzJ29B10 .carousel-indicators li::after,
.cid-t5EzJ29B10 .carousel-indicators li::before {
  content: none;
}
.cid-t5EzJ29B10 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5EzJ29B10 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5EzJ29B10 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5EzJ29B10 .carousel-indicators {
    display: none;
  }
}
.cid-t5EzJ29B10 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5EzJ29B10 .carousel-inner > .active {
  display: block;
}
.cid-t5EzJ29B10 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5EzJ29B10 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5EzJ29B10 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5EzJ29B10 .carousel-control,
  .cid-t5EzJ29B10 .carousel-indicators,
  .cid-t5EzJ29B10 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5EzJ29B10 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5EzJ29B10 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5EzJ29B10 .carousel-indicators .active,
.cid-t5EzJ29B10 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5EzJ29B10 .carousel-indicators .active {
  background: #fff;
}
.cid-t5EzJ29B10 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5EzJ29B10 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5EzJ29B10 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5EzJ29B10 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5EzJ29B10 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5EzJ29B10 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5EzJ29B10 .carousel {
  width: 100%;
}
.cid-t5EzJ29B10 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5EzJ29B10 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5EzJ29B10 .modal.fade .modal-dialog,
.cid-t5EzJ29B10 .modal.in .modal-dialog {
  transform: none;
}
.cid-t5EzJ29B10 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5EzJ29B10 H6 {
  text-align: center;
}
.cid-sU9hvDFa0M {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d5ffcf;
}
.cid-t3fKlQGeJF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-3242-2000x1500.jpg");
}
.cid-t3fKlQGeJF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t3fKlQGeJF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t3fKlQGeJF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t3fKlQGeJF .mbr-section-title {
  color: #ffffff;
}
.cid-t3fKlQGeJF .mbr-text,
.cid-t3fKlQGeJF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-tYdNqMolo4 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-tYdNqMolo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYdNqMolo4 .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-tYdNqMolo4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYdNqMolo4 .row {
  flex-direction: row-reverse;
}
.cid-tYdNqMolo4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYdNqMolo4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYdNqMolo4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYdNqMolo4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYdNqMolo4 .mbr-text,
.cid-tYdNqMolo4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tYdOvuOtX5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-tYdOvuOtX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYdOvuOtX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYdOvuOtX5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tYdOvuOtX5 .item {
    margin-bottom: 1rem;
  }
}
.cid-tYdOvuOtX5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tYdOvuOtX5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYdOvuOtX5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tYdOvuOtX5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tYdOvuOtX5 .carousel-control,
.cid-tYdOvuOtX5 .close {
  background: #1b1b1b;
}
.cid-tYdOvuOtX5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYdOvuOtX5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYdOvuOtX5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYdOvuOtX5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYdOvuOtX5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYdOvuOtX5 .close::before {
  content: '\e91a';
}
.cid-tYdOvuOtX5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYdOvuOtX5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYdOvuOtX5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYdOvuOtX5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYdOvuOtX5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYdOvuOtX5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYdOvuOtX5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYdOvuOtX5 .carousel-indicators li.active,
.cid-tYdOvuOtX5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYdOvuOtX5 .carousel-indicators li::after,
.cid-tYdOvuOtX5 .carousel-indicators li::before {
  content: none;
}
.cid-tYdOvuOtX5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYdOvuOtX5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYdOvuOtX5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYdOvuOtX5 .carousel-indicators {
    display: none;
  }
}
.cid-tYdOvuOtX5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYdOvuOtX5 .carousel-inner > .active {
  display: block;
}
.cid-tYdOvuOtX5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYdOvuOtX5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYdOvuOtX5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYdOvuOtX5 .carousel-control,
  .cid-tYdOvuOtX5 .carousel-indicators,
  .cid-tYdOvuOtX5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYdOvuOtX5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYdOvuOtX5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYdOvuOtX5 .carousel-indicators .active,
.cid-tYdOvuOtX5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYdOvuOtX5 .carousel-indicators .active {
  background: #fff;
}
.cid-tYdOvuOtX5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYdOvuOtX5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYdOvuOtX5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYdOvuOtX5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYdOvuOtX5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYdOvuOtX5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYdOvuOtX5 .carousel {
  width: 100%;
}
.cid-tYdOvuOtX5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYdOvuOtX5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYdOvuOtX5 .modal.fade .modal-dialog,
.cid-tYdOvuOtX5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tYdOvuOtX5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYdOvuOtX5 .content-head {
  max-width: 800px;
}
.cid-tYdJMC7nRR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
.cid-tYdJMC7nRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYdJMC7nRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYdJMC7nRR .image-wrapper {
    flex-direction: column;
  }
  .cid-tYdJMC7nRR .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tYdJMC7nRR .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-tYdJMC7nRR img,
.cid-tYdJMC7nRR .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tYdJMC7nRR .card-wrapper {
  background: #2e481a;
}
.cid-tYdJMC7nRR .mbr-text,
.cid-tYdJMC7nRR .mbr-section-btn {
  color: #ffffff;
}
.cid-tYdJMC7nRR .card-title,
.cid-tYdJMC7nRR .card-box {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYdJMC7nRR .card-content-text {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tYdJMC7nRR .card-content-text {
    padding: 2.25rem 2.25rem 2.25rem 2.25rem;
  }
}
.cid-tY3cIDP4YE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-tY3cIDP4YE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY3cIDP4YE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY3cIDP4YE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tY3cIDP4YE .item {
    margin-bottom: 1rem;
  }
}
.cid-tY3cIDP4YE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tY3cIDP4YE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tY3cIDP4YE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tY3cIDP4YE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tY3cIDP4YE .carousel-control,
.cid-tY3cIDP4YE .close {
  background: #1b1b1b;
}
.cid-tY3cIDP4YE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tY3cIDP4YE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tY3cIDP4YE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tY3cIDP4YE .carousel-control-next span {
  margin-left: 5px;
}
.cid-tY3cIDP4YE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tY3cIDP4YE .close::before {
  content: '\e91a';
}
.cid-tY3cIDP4YE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tY3cIDP4YE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tY3cIDP4YE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY3cIDP4YE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tY3cIDP4YE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tY3cIDP4YE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tY3cIDP4YE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tY3cIDP4YE .carousel-indicators li.active,
.cid-tY3cIDP4YE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tY3cIDP4YE .carousel-indicators li::after,
.cid-tY3cIDP4YE .carousel-indicators li::before {
  content: none;
}
.cid-tY3cIDP4YE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tY3cIDP4YE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tY3cIDP4YE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tY3cIDP4YE .carousel-indicators {
    display: none;
  }
}
.cid-tY3cIDP4YE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tY3cIDP4YE .carousel-inner > .active {
  display: block;
}
.cid-tY3cIDP4YE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY3cIDP4YE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tY3cIDP4YE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tY3cIDP4YE .carousel-control,
  .cid-tY3cIDP4YE .carousel-indicators,
  .cid-tY3cIDP4YE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tY3cIDP4YE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tY3cIDP4YE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tY3cIDP4YE .carousel-indicators .active,
.cid-tY3cIDP4YE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tY3cIDP4YE .carousel-indicators .active {
  background: #fff;
}
.cid-tY3cIDP4YE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tY3cIDP4YE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tY3cIDP4YE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tY3cIDP4YE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tY3cIDP4YE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tY3cIDP4YE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tY3cIDP4YE .carousel {
  width: 100%;
}
.cid-tY3cIDP4YE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tY3cIDP4YE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tY3cIDP4YE .modal.fade .modal-dialog,
.cid-tY3cIDP4YE .modal.in .modal-dialog {
  transform: none;
}
.cid-tY3cIDP4YE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tY3cIDP4YE .content-head {
  max-width: 800px;
}
.cid-tWDFqe23YN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-s2855cps-1-667x1000.jpeg");
}
.cid-tWDFqe23YN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWDFqe23YN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWDFqe23YN p {
  line-height: 1.2;
}
.cid-tWDFqe23YN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tWDFqe23YN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWDFqe23YN .embla__button--next,
.cid-tWDFqe23YN .embla__button--prev {
  display: flex;
}
.cid-tWDFqe23YN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWDFqe23YN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWDFqe23YN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tWDFqe23YN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWDFqe23YN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tWDFqe23YN .embla__button {
    top: auto;
  }
}
.cid-tWDFqe23YN .item-wrapper {
  height: 100%;
}
.cid-tWDFqe23YN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tWDFqe23YN .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-tWDFqe23YN .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tWDFqe23YN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tWDFqe23YN .embla {
  position: relative;
  width: 100%;
}
.cid-tWDFqe23YN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWDFqe23YN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWDFqe23YN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWDFqe23YN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWDFqe23YN .user_desk {
  color: #232323;
}
.cid-tWDFqe23YN .user_name {
  color: #232323;
}
.cid-tWDFqe23YN .user_text {
  color: #fafafa;
}
.cid-tWDFqe23YN H3 {
  color: #fafafa;
}
.cid-tWDBmuirr7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-tWDBmuirr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWDBmuirr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWDBmuirr7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWDBmuirr7 .item {
    margin-bottom: 1rem;
  }
}
.cid-tWDBmuirr7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWDBmuirr7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWDBmuirr7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tWDBmuirr7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tWDBmuirr7 .carousel-control,
.cid-tWDBmuirr7 .close {
  background: #1b1b1b;
}
.cid-tWDBmuirr7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWDBmuirr7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWDBmuirr7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWDBmuirr7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWDBmuirr7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tWDBmuirr7 .close::before {
  content: '\e91a';
}
.cid-tWDBmuirr7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWDBmuirr7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tWDBmuirr7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWDBmuirr7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWDBmuirr7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWDBmuirr7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWDBmuirr7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tWDBmuirr7 .carousel-indicators li.active,
.cid-tWDBmuirr7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWDBmuirr7 .carousel-indicators li::after,
.cid-tWDBmuirr7 .carousel-indicators li::before {
  content: none;
}
.cid-tWDBmuirr7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWDBmuirr7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWDBmuirr7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWDBmuirr7 .carousel-indicators {
    display: none;
  }
}
.cid-tWDBmuirr7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWDBmuirr7 .carousel-inner > .active {
  display: block;
}
.cid-tWDBmuirr7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWDBmuirr7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWDBmuirr7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWDBmuirr7 .carousel-control,
  .cid-tWDBmuirr7 .carousel-indicators,
  .cid-tWDBmuirr7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWDBmuirr7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWDBmuirr7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWDBmuirr7 .carousel-indicators .active,
.cid-tWDBmuirr7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWDBmuirr7 .carousel-indicators .active {
  background: #fff;
}
.cid-tWDBmuirr7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWDBmuirr7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWDBmuirr7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWDBmuirr7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWDBmuirr7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWDBmuirr7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWDBmuirr7 .carousel {
  width: 100%;
}
.cid-tWDBmuirr7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWDBmuirr7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWDBmuirr7 .modal.fade .modal-dialog,
.cid-tWDBmuirr7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tWDBmuirr7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWDBmuirr7 .content-head {
  max-width: 800px;
}
.cid-tSmIIFs80Z {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #bfd4fc;
}
.cid-tSmIIFs80Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmIIFs80Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmIIFs80Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tSmIIFs80Z .row {
    flex-direction: column-reverse;
  }
  .cid-tSmIIFs80Z .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tSmIIFs80Z .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tSmIIFs80Z .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tSmIIFs80Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTIbP5HDqt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bfd4fc;
}
.cid-tTIbP5HDqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIbP5HDqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTIbP5HDqt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tTIbP5HDqt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tTIbP5HDqt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tTIbP5HDqt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tTIbP5HDqt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tTIbP5HDqt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tTIbP5HDqt .carousel-control,
.cid-tTIbP5HDqt .close {
  background: #1b1b1b;
}
.cid-tTIbP5HDqt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tTIbP5HDqt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tTIbP5HDqt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tTIbP5HDqt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tTIbP5HDqt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTIbP5HDqt .close::before {
  content: '\e91a';
}
.cid-tTIbP5HDqt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTIbP5HDqt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tTIbP5HDqt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTIbP5HDqt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tTIbP5HDqt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tTIbP5HDqt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tTIbP5HDqt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tTIbP5HDqt .carousel-indicators li.active,
.cid-tTIbP5HDqt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tTIbP5HDqt .carousel-indicators li::after,
.cid-tTIbP5HDqt .carousel-indicators li::before {
  content: none;
}
.cid-tTIbP5HDqt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tTIbP5HDqt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tTIbP5HDqt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tTIbP5HDqt .carousel-indicators {
    display: none;
  }
}
.cid-tTIbP5HDqt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tTIbP5HDqt .carousel-inner > .active {
  display: block;
}
.cid-tTIbP5HDqt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTIbP5HDqt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTIbP5HDqt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tTIbP5HDqt .carousel-control,
  .cid-tTIbP5HDqt .carousel-indicators,
  .cid-tTIbP5HDqt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tTIbP5HDqt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tTIbP5HDqt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tTIbP5HDqt .carousel-indicators .active,
.cid-tTIbP5HDqt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tTIbP5HDqt .carousel-indicators .active {
  background: #fff;
}
.cid-tTIbP5HDqt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tTIbP5HDqt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tTIbP5HDqt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tTIbP5HDqt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tTIbP5HDqt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tTIbP5HDqt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tTIbP5HDqt .carousel {
  width: 100%;
}
.cid-tTIbP5HDqt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tTIbP5HDqt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tTIbP5HDqt .modal.fade .modal-dialog,
.cid-tTIbP5HDqt .modal.in .modal-dialog {
  transform: none;
}
.cid-tTIbP5HDqt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tTIbP5HDqt H6 {
  text-align: center;
}
.cid-tSmMge3KGS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #bfd4fc;
}
.cid-tBGnIWREBp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-2006-2000x3556.jpeg");
}
.cid-tBGnIWREBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGnIWREBp .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-tBGnIWREBp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBGnIWREBp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBGnIWREBp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBGnIWREBp .mbr-section-title {
  text-align: center;
}
.cid-tBGYTxg82N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8d9bb4;
}
.cid-tBGYTxg82N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGYTxg82N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGYTxg82N .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBGYTxg82N .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBGYTxg82N .item-wrapper {
  position: relative;
}
.cid-tBGYTxg82N .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tBGYTxg82N .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBGYTxg82N .carousel-control,
.cid-tBGYTxg82N .close {
  background: #1b1b1b;
}
.cid-tBGYTxg82N .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBGYTxg82N .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBGYTxg82N .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBGYTxg82N .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBGYTxg82N .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBGYTxg82N .close::before {
  content: '\e91a';
}
.cid-tBGYTxg82N .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBGYTxg82N .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tBGYTxg82N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBGYTxg82N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBGYTxg82N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBGYTxg82N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBGYTxg82N .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tBGYTxg82N .carousel-indicators li.active,
.cid-tBGYTxg82N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBGYTxg82N .carousel-indicators li::after,
.cid-tBGYTxg82N .carousel-indicators li::before {
  content: none;
}
.cid-tBGYTxg82N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBGYTxg82N .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBGYTxg82N .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBGYTxg82N .carousel-indicators {
    display: none;
  }
}
.cid-tBGYTxg82N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBGYTxg82N .carousel-inner > .active {
  display: block;
}
.cid-tBGYTxg82N .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBGYTxg82N .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBGYTxg82N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBGYTxg82N .carousel-control,
  .cid-tBGYTxg82N .carousel-indicators,
  .cid-tBGYTxg82N .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBGYTxg82N .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBGYTxg82N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBGYTxg82N .carousel-indicators .active,
.cid-tBGYTxg82N .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBGYTxg82N .carousel-indicators .active {
  background: #fff;
}
.cid-tBGYTxg82N .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBGYTxg82N .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBGYTxg82N .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBGYTxg82N .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBGYTxg82N .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBGYTxg82N .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBGYTxg82N .carousel {
  width: 100%;
}
.cid-tBGYTxg82N .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBGYTxg82N .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBGYTxg82N .modal.fade .modal-dialog,
.cid-tBGYTxg82N .modal.in .modal-dialog {
  transform: none;
}
.cid-tBGYTxg82N .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBGYTxg82N H6 {
  text-align: center;
}
.cid-tBI4Mw2Vbv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #8d9bb4;
}
.cid-tBI4Mw2Vbv .line {
  background-color: #8d9bb4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBHZJ1tu3H {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-6928-2000x3556.jpeg");
}
.cid-tBHZJ1tu3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHZJ1tu3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHZJ1tu3H .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tBHZJ1tu3H .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tBHZJ1tu3H .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tBHZJ1tu3H P {
  text-align: left;
  color: #ffffff;
}
.cid-tBHZCWIdxc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bfd4fc;
}
.cid-tBHZCWIdxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHZCWIdxc .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-tBHZCWIdxc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBHZCWIdxc .row {
  flex-direction: row-reverse;
}
.cid-tBHZCWIdxc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBHZCWIdxc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBI39leMuc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bfd4fc;
}
.cid-tBI39leMuc img,
.cid-tBI39leMuc .item-img {
  width: 100%;
}
.cid-tBI39leMuc .item:focus,
.cid-tBI39leMuc span:focus {
  outline: none;
}
.cid-tBI39leMuc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBI39leMuc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBI39leMuc .item {
  padding: 0;
  margin: 0;
}
.cid-tBI39leMuc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBI39leMuc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBI39leMuc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tBI39leMuc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBI39leMuc .mbr-section-title {
  color: #232323;
}
.cid-tBI39leMuc .mbr-text,
.cid-tBI39leMuc .mbr-section-btn {
  text-align: left;
}
.cid-tBI39leMuc .item-title {
  text-align: left;
}
.cid-tBI39leMuc .item-subtitle {
  text-align: center;
}
.cid-tBI8tn85M0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bfd4fc;
}
.cid-tBI8tn85M0 .mbr-section-subtitle {
  text-align: center;
}
.cid-tESF2aH40G {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tESF2aH40G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tESF2aH40G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tESF2aH40G .item {
  padding-bottom: 2rem;
}
.cid-tESF2aH40G .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tESF2aH40G .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tESF2aH40G .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tESF2aH40G .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tESF2aH40G .carousel-control,
.cid-tESF2aH40G .close {
  background: #1b1b1b;
}
.cid-tESF2aH40G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tESF2aH40G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tESF2aH40G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tESF2aH40G .carousel-control-next span {
  margin-left: 5px;
}
.cid-tESF2aH40G .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tESF2aH40G .close::before {
  content: '\e91a';
}
.cid-tESF2aH40G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tESF2aH40G .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tESF2aH40G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tESF2aH40G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tESF2aH40G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tESF2aH40G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tESF2aH40G .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tESF2aH40G .carousel-indicators li.active,
.cid-tESF2aH40G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tESF2aH40G .carousel-indicators li::after,
.cid-tESF2aH40G .carousel-indicators li::before {
  content: none;
}
.cid-tESF2aH40G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tESF2aH40G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tESF2aH40G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tESF2aH40G .carousel-indicators {
    display: none;
  }
}
.cid-tESF2aH40G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tESF2aH40G .carousel-inner > .active {
  display: block;
}
.cid-tESF2aH40G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tESF2aH40G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tESF2aH40G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tESF2aH40G .carousel-control,
  .cid-tESF2aH40G .carousel-indicators,
  .cid-tESF2aH40G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tESF2aH40G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tESF2aH40G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tESF2aH40G .carousel-indicators .active,
.cid-tESF2aH40G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tESF2aH40G .carousel-indicators .active {
  background: #fff;
}
.cid-tESF2aH40G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tESF2aH40G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tESF2aH40G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tESF2aH40G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tESF2aH40G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tESF2aH40G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tESF2aH40G .carousel {
  width: 100%;
}
.cid-tESF2aH40G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tESF2aH40G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tESF2aH40G .modal.fade .modal-dialog,
.cid-tESF2aH40G .modal.in .modal-dialog {
  transform: none;
}
.cid-tESF2aH40G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tESF2aH40G H6 {
  text-align: center;
}
.cid-tESF3SXKkI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-2332-2000x1125.jpeg");
}
.cid-tESF3SXKkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tESF3SXKkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tESF3SXKkI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tESF3SXKkI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tESF3SXKkI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tESF3SXKkI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tESF3SXKkI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tESF3SXKkI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tESF3SXKkI .carousel-control,
.cid-tESF3SXKkI .close {
  background: #1b1b1b;
}
.cid-tESF3SXKkI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tESF3SXKkI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tESF3SXKkI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tESF3SXKkI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tESF3SXKkI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tESF3SXKkI .close::before {
  content: '\e91a';
}
.cid-tESF3SXKkI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tESF3SXKkI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tESF3SXKkI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tESF3SXKkI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tESF3SXKkI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tESF3SXKkI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tESF3SXKkI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tESF3SXKkI .carousel-indicators li.active,
.cid-tESF3SXKkI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tESF3SXKkI .carousel-indicators li::after,
.cid-tESF3SXKkI .carousel-indicators li::before {
  content: none;
}
.cid-tESF3SXKkI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tESF3SXKkI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tESF3SXKkI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tESF3SXKkI .carousel-indicators {
    display: none;
  }
}
.cid-tESF3SXKkI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tESF3SXKkI .carousel-inner > .active {
  display: block;
}
.cid-tESF3SXKkI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tESF3SXKkI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tESF3SXKkI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tESF3SXKkI .carousel-control,
  .cid-tESF3SXKkI .carousel-indicators,
  .cid-tESF3SXKkI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tESF3SXKkI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tESF3SXKkI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tESF3SXKkI .carousel-indicators .active,
.cid-tESF3SXKkI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tESF3SXKkI .carousel-indicators .active {
  background: #fff;
}
.cid-tESF3SXKkI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tESF3SXKkI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tESF3SXKkI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tESF3SXKkI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tESF3SXKkI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tESF3SXKkI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tESF3SXKkI .carousel {
  width: 100%;
}
.cid-tESF3SXKkI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tESF3SXKkI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tESF3SXKkI .modal.fade .modal-dialog,
.cid-tESF3SXKkI .modal.in .modal-dialog {
  transform: none;
}
.cid-tESF3SXKkI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tESF3SXKkI H6 {
  text-align: center;
}
.cid-tETJrmh3Xm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-2344-2000x1125.jpg");
}
.cid-tETJrmh3Xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tETJrmh3Xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tETJrmh3Xm .video-wrapper iframe {
  width: 100%;
}
.cid-tETJrmh3Xm .mbr-section-title,
.cid-tETJrmh3Xm .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tETJrmh3Xm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tETJrmh3Xm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tETJrmh3Xm .mbr-text {
  color: #ffffff;
}
.cid-tQRKhdQ7Eo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffe2cc;
}
.cid-tQRKhdQ7Eo .mbr-text,
.cid-tQRKhdQ7Eo blockquote {
  color: #767676;
}
.cid-tETJKw0Lmf {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-1999-2000x1125.jpg");
}
.cid-tETJKw0Lmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tETJKw0Lmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tETJKw0Lmf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tETJKw0Lmf .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tETJKw0Lmf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tETJKw0Lmf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tETJKw0Lmf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tETJKw0Lmf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tETJKw0Lmf .carousel-control,
.cid-tETJKw0Lmf .close {
  background: #1b1b1b;
}
.cid-tETJKw0Lmf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tETJKw0Lmf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tETJKw0Lmf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tETJKw0Lmf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tETJKw0Lmf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tETJKw0Lmf .close::before {
  content: '\e91a';
}
.cid-tETJKw0Lmf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tETJKw0Lmf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tETJKw0Lmf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tETJKw0Lmf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tETJKw0Lmf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tETJKw0Lmf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tETJKw0Lmf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tETJKw0Lmf .carousel-indicators li.active,
.cid-tETJKw0Lmf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tETJKw0Lmf .carousel-indicators li::after,
.cid-tETJKw0Lmf .carousel-indicators li::before {
  content: none;
}
.cid-tETJKw0Lmf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tETJKw0Lmf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tETJKw0Lmf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tETJKw0Lmf .carousel-indicators {
    display: none;
  }
}
.cid-tETJKw0Lmf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tETJKw0Lmf .carousel-inner > .active {
  display: block;
}
.cid-tETJKw0Lmf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tETJKw0Lmf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tETJKw0Lmf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tETJKw0Lmf .carousel-control,
  .cid-tETJKw0Lmf .carousel-indicators,
  .cid-tETJKw0Lmf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tETJKw0Lmf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tETJKw0Lmf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tETJKw0Lmf .carousel-indicators .active,
.cid-tETJKw0Lmf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tETJKw0Lmf .carousel-indicators .active {
  background: #fff;
}
.cid-tETJKw0Lmf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tETJKw0Lmf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tETJKw0Lmf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tETJKw0Lmf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tETJKw0Lmf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tETJKw0Lmf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tETJKw0Lmf .carousel {
  width: 100%;
}
.cid-tETJKw0Lmf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tETJKw0Lmf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tETJKw0Lmf .modal.fade .modal-dialog,
.cid-tETJKw0Lmf .modal.in .modal-dialog {
  transform: none;
}
.cid-tETJKw0Lmf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tETJKw0Lmf H6 {
  text-align: center;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-u3JgfddDmJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3JgfddDmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3JgfddDmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txEHzqPNza {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-txEHzqPNza img,
.cid-txEHzqPNza .item-img {
  width: 100%;
}
.cid-txEHzqPNza .item:focus,
.cid-txEHzqPNza span:focus {
  outline: none;
}
.cid-txEHzqPNza .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txEHzqPNza .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-txEHzqPNza .item {
  padding: 0;
  margin: 0;
}
.cid-txEHzqPNza .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-txEHzqPNza .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-txEHzqPNza .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txEHzqPNza .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-txEHzqPNza .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-txEHzqPNza .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txEHzqPNza .mbr-section-title {
  color: #232323;
}
.cid-txEHzqPNza .mbr-text,
.cid-txEHzqPNza .mbr-section-btn {
  text-align: center;
}
.cid-txEHzqPNza .item-title {
  text-align: center;
}
.cid-txEHzqPNza .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-uv4Ijn6uJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #638eb0;
}
.cid-uv4Ijn6uJV img,
.cid-uv4Ijn6uJV .item-img {
  width: 100%;
}
.cid-uv4Ijn6uJV .item:focus,
.cid-uv4Ijn6uJV span:focus {
  outline: none;
}
.cid-uv4Ijn6uJV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uv4Ijn6uJV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uv4Ijn6uJV .item {
  padding: 0;
  margin: 0;
}
.cid-uv4Ijn6uJV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uv4Ijn6uJV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uv4Ijn6uJV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uv4Ijn6uJV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uv4Ijn6uJV .mbr-section-title {
  color: #232323;
}
.cid-uwM0CieOhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #638eb0;
}
.cid-uwM0CieOhm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwM0CieOhm .mbr-text {
  color: #ffffff;
}
.cid-up5SGfSCAn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e4cda5;
}
.cid-up5SGfSCAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-up5SGfSCAn .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-up5SGfSCAn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up5SGfSCAn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up5SGfSCAn .text-wrapper {
    padding: 2rem;
  }
}
.cid-up5SGfSCAn .mbr-section-title DIV {
  text-align: center;
}
.cid-up5SGfSCAn .mbr-section-title {
  text-align: center;
}
.cid-up5SgdQRgT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4cda5;
}
.cid-up5SgdQRgT img,
.cid-up5SgdQRgT .item-img {
  width: 100%;
}
.cid-up5SgdQRgT .item:focus,
.cid-up5SgdQRgT span:focus {
  outline: none;
}
.cid-up5SgdQRgT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-up5SgdQRgT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-up5SgdQRgT .item {
  padding: 0;
  margin: 0;
}
.cid-up5SgdQRgT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-up5SgdQRgT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up5SgdQRgT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-up5SgdQRgT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up5SgdQRgT .mbr-section-title {
  color: #232323;
}
.cid-uqrLn9UsSi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e4cda5;
}
.cid-uqrLn9UsSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqrLn9UsSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqrLn9UsSi .video-wrapper iframe {
  width: 100%;
}
.cid-uqrLn9UsSi .mbr-section-title,
.cid-uqrLn9UsSi .mbr-section-subtitle,
.cid-uqrLn9UsSi .mbr-text {
  text-align: center;
}
.cid-ufKJqBKzkC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #669bd6;
}
.cid-ufKJqBKzkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKJqBKzkC .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-ufKJqBKzkC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufKJqBKzkC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufKJqBKzkC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufKJqBKzkC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufKJqBKzkC .mbr-section-title {
  color: #260a30;
  text-align: center;
}
.cid-ufKJqBKzkC .mbr-text,
.cid-ufKJqBKzkC .mbr-section-btn {
  color: #260a30;
  text-align: center;
}
.cid-ufL8BjRn0d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #669bd6;
}
.cid-ufL8BjRn0d .mbr-text {
  color: #000000;
}
.cid-ufL8BjRn0d .mbr-section-subtitle {
  color: #000000;
}
.cid-ufL8BjRn0d .mbr-section-title {
  color: #000000;
}
.cid-ufKJwCgked {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #669bd6;
}
.cid-ufKJwCgked h6 {
  line-height: 1.2;
}
.cid-ufKJwCgked img,
.cid-ufKJwCgked .item-img {
  width: 100%;
}
.cid-ufKJwCgked .item:focus,
.cid-ufKJwCgked span:focus {
  outline: none;
}
.cid-ufKJwCgked .item {
  cursor: pointer;
}
.cid-ufKJwCgked .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ufKJwCgked .item {
  padding: 0;
  margin: 0;
}
.cid-ufKJwCgked .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ufKJwCgked .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ufKJwCgked .mbr-section-title {
  color: #000000;
}
.cid-ufKJwCgked .mbr-text,
.cid-ufKJwCgked .mbr-section-btn {
  color: #000000;
}
.cid-ufKJwCgked .item-title {
  color: #000000;
  text-align: center;
}
.cid-ufKJwCgked .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ufKJwCgked .item-text {
  color: #000000;
  text-align: center;
}
.cid-ufKJwCgked .content-head {
  max-width: 800px;
}
.cid-ufKJwCgked .mbr-section-subtitle {
  text-align: left;
}
.cid-ufL9iVjapv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #669bd6;
}
.cid-ufL9iVjapv .mbr-text {
  color: #000000;
}
.cid-ufL9iVjapv .mbr-section-subtitle {
  color: #000000;
}
.cid-ufL9iVjapv .mbr-section-title {
  color: #000000;
}
.cid-ufKKIzDts2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #669bd6;
}
.cid-ufKKIzDts2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufKKIzDts2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufKKIzDts2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ufKKIzDts2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ufKKIzDts2 .item-wrapper {
  position: relative;
}
.cid-ufKKIzDts2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ufKKIzDts2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ufKKIzDts2 .carousel-control,
.cid-ufKKIzDts2 .close {
  background: #1b1b1b;
}
.cid-ufKKIzDts2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufKKIzDts2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufKKIzDts2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufKKIzDts2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufKKIzDts2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufKKIzDts2 .close::before {
  content: '\e91a';
}
.cid-ufKKIzDts2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufKKIzDts2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufKKIzDts2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKKIzDts2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufKKIzDts2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufKKIzDts2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufKKIzDts2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufKKIzDts2 .carousel-indicators li.active,
.cid-ufKKIzDts2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufKKIzDts2 .carousel-indicators li::after,
.cid-ufKKIzDts2 .carousel-indicators li::before {
  content: none;
}
.cid-ufKKIzDts2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufKKIzDts2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufKKIzDts2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufKKIzDts2 .carousel-indicators {
    display: none;
  }
}
.cid-ufKKIzDts2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufKKIzDts2 .carousel-inner > .active {
  display: block;
}
.cid-ufKKIzDts2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufKKIzDts2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufKKIzDts2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufKKIzDts2 .carousel-control,
  .cid-ufKKIzDts2 .carousel-indicators,
  .cid-ufKKIzDts2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufKKIzDts2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufKKIzDts2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufKKIzDts2 .carousel-indicators .active,
.cid-ufKKIzDts2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufKKIzDts2 .carousel-indicators .active {
  background: #fff;
}
.cid-ufKKIzDts2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufKKIzDts2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufKKIzDts2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufKKIzDts2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufKKIzDts2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufKKIzDts2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufKKIzDts2 .carousel {
  width: 100%;
}
.cid-ufKKIzDts2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufKKIzDts2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufKKIzDts2 .modal.fade .modal-dialog,
.cid-ufKKIzDts2 .modal.in .modal-dialog {
  transform: none;
}
.cid-ufKKIzDts2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufKKIzDts2 .content-head {
  max-width: 800px;
}
.cid-ufKKIzDts2 H3 {
  color: #ff3366;
}
.cid-ufKKIzDts2 H4 {
  color: #000000;
}
.cid-ugdXAsHvs8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #669bd6;
}
.cid-ugdXAsHvs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdXAsHvs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdXAsHvs8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ugdXAsHvs8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ugdXAsHvs8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #232323;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ugdXAsHvs8 H3 {
  text-align: center;
}
.cid-ugdXAsHvs8 .list {
  text-align: left;
}
.cid-ufStU4P7FG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f52121;
}
.cid-ufStU4P7FG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufStU4P7FG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufStU4P7FG .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ufStU4P7FG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ufStU4P7FG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ufStU4P7FG .card-wrapper {
    padding: 4rem;
  }
}
.cid-ufStU4P7FG .wrap {
  background: url("../../../assets/images/20240525-90-jahre-feuerwehr-rosow-00003-2016x1512.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-ufStU4P7FG .wrap .inner-wrap {
  padding: 40px;
}
.cid-ufStU4P7FG .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufStU4P7FG .mbr-text,
.cid-ufStU4P7FG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ueavT346OT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f52121;
}
.cid-ueavT346OT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueavT346OT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueavT346OT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ueavT346OT .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ueavT346OT .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ueavT346OT img,
.cid-ueavT346OT .item-img {
  width: 100%;
}
.cid-ueatRKIYv5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f52121;
}
.cid-ueatRKIYv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueatRKIYv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueatRKIYv5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ueatRKIYv5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ueatRKIYv5 .item-wrapper {
  position: relative;
}
.cid-ueatRKIYv5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ueatRKIYv5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ueatRKIYv5 .carousel-control,
.cid-ueatRKIYv5 .close {
  background: #1b1b1b;
}
.cid-ueatRKIYv5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ueatRKIYv5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ueatRKIYv5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ueatRKIYv5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ueatRKIYv5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ueatRKIYv5 .close::before {
  content: '\e91a';
}
.cid-ueatRKIYv5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ueatRKIYv5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ueatRKIYv5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ueatRKIYv5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ueatRKIYv5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueatRKIYv5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ueatRKIYv5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ueatRKIYv5 .carousel-indicators li.active,
.cid-ueatRKIYv5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ueatRKIYv5 .carousel-indicators li::after,
.cid-ueatRKIYv5 .carousel-indicators li::before {
  content: none;
}
.cid-ueatRKIYv5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ueatRKIYv5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ueatRKIYv5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ueatRKIYv5 .carousel-indicators {
    display: none;
  }
}
.cid-ueatRKIYv5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ueatRKIYv5 .carousel-inner > .active {
  display: block;
}
.cid-ueatRKIYv5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ueatRKIYv5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ueatRKIYv5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ueatRKIYv5 .carousel-control,
  .cid-ueatRKIYv5 .carousel-indicators,
  .cid-ueatRKIYv5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ueatRKIYv5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ueatRKIYv5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueatRKIYv5 .carousel-indicators .active,
.cid-ueatRKIYv5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ueatRKIYv5 .carousel-indicators .active {
  background: #fff;
}
.cid-ueatRKIYv5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ueatRKIYv5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ueatRKIYv5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ueatRKIYv5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ueatRKIYv5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ueatRKIYv5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ueatRKIYv5 .carousel {
  width: 100%;
}
.cid-ueatRKIYv5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ueatRKIYv5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ueatRKIYv5 .modal.fade .modal-dialog,
.cid-ueatRKIYv5 .modal.in .modal-dialog {
  transform: none;
}
.cid-ueatRKIYv5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ueatRKIYv5 .content-head {
  max-width: 800px;
}
.cid-ubwa262GJa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4a662;
}
.cid-ubwa262GJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa262GJa .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-ubwa262GJa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubwa262GJa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubwa262GJa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubwa262GJa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubwa262GJa .mbr-section-title {
  color: #260a30;
  text-align: center;
}
.cid-ubwa262GJa .mbr-text,
.cid-ubwa262GJa .mbr-section-btn {
  color: #260a30;
}
.cid-ubwc9VwBpH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e4a662;
}
.cid-ubwc9VwBpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwc9VwBpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwc9VwBpH .card-wrapper {
  overflow: hidden;
  background: #f2cb81;
}
.cid-ubwc9VwBpH .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubwc9VwBpH .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ubwc9VwBpH .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ubwc9VwBpH .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ubwc9VwBpH .row {
  flex-direction: row-reverse;
}
.cid-ubwc9VwBpH .image-wrapper {
  padding: 0 1rem;
}
.cid-ubwc9VwBpH img,
.cid-ubwc9VwBpH .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubwc9VwBpH img,
  .cid-ubwc9VwBpH .image-wrapper {
    max-height: 350px;
  }
}
.cid-ubwc9VwBpH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ubwc9VwBpH .mbr-text {
  color: #000000;
}
.cid-ubIzy3SaIG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e4a662;
}
.cid-ubIzy3SaIG .mbr-text {
  color: #000000;
}
.cid-ubIzy3SaIG .mbr-section-subtitle {
  color: #000000;
}
.cid-ubIzy3SaIG .mbr-section-title {
  color: #000000;
}
.cid-ubwDN1azrJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e4a662;
}
.cid-ubwDN1azrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwDN1azrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwDN1azrJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubwDN1azrJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubwDN1azrJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubwDN1azrJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubwDN1azrJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ubwDN1azrJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubwDN1azrJ .carousel-control,
.cid-ubwDN1azrJ .close {
  background: #1b1b1b;
}
.cid-ubwDN1azrJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubwDN1azrJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubwDN1azrJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubwDN1azrJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubwDN1azrJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubwDN1azrJ .close::before {
  content: '\e91a';
}
.cid-ubwDN1azrJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubwDN1azrJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubwDN1azrJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubwDN1azrJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubwDN1azrJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubwDN1azrJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubwDN1azrJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubwDN1azrJ .carousel-indicators li.active,
.cid-ubwDN1azrJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubwDN1azrJ .carousel-indicators li::after,
.cid-ubwDN1azrJ .carousel-indicators li::before {
  content: none;
}
.cid-ubwDN1azrJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubwDN1azrJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubwDN1azrJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubwDN1azrJ .carousel-indicators {
    display: none;
  }
}
.cid-ubwDN1azrJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubwDN1azrJ .carousel-inner > .active {
  display: block;
}
.cid-ubwDN1azrJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubwDN1azrJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubwDN1azrJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubwDN1azrJ .carousel-control,
  .cid-ubwDN1azrJ .carousel-indicators,
  .cid-ubwDN1azrJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubwDN1azrJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubwDN1azrJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubwDN1azrJ .carousel-indicators .active,
.cid-ubwDN1azrJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubwDN1azrJ .carousel-indicators .active {
  background: #fff;
}
.cid-ubwDN1azrJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubwDN1azrJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubwDN1azrJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubwDN1azrJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubwDN1azrJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubwDN1azrJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubwDN1azrJ .carousel {
  width: 100%;
}
.cid-ubwDN1azrJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubwDN1azrJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubwDN1azrJ .modal.fade .modal-dialog,
.cid-ubwDN1azrJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ubwDN1azrJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubwDN1azrJ .content-head {
  max-width: 800px;
}
.cid-ubICrfGKne {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4a662;
}
.cid-ubICrfGKne .mbr-text {
  color: #000000;
}
.cid-ubICrfGKne .mbr-section-subtitle {
  color: #000000;
}
.cid-ubICrfGKne .mbr-section-title {
  color: #000000;
}
.cid-ubwFjLRcri {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4a662;
}
.cid-ubwFjLRcri .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwFjLRcri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwFjLRcri .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubwFjLRcri .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubwFjLRcri .item-wrapper {
  position: relative;
}
.cid-ubwFjLRcri .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ubwFjLRcri .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubwFjLRcri .carousel-control,
.cid-ubwFjLRcri .close {
  background: #1b1b1b;
}
.cid-ubwFjLRcri .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubwFjLRcri .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubwFjLRcri .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubwFjLRcri .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubwFjLRcri .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubwFjLRcri .close::before {
  content: '\e91a';
}
.cid-ubwFjLRcri .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubwFjLRcri .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubwFjLRcri .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubwFjLRcri .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubwFjLRcri .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubwFjLRcri .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubwFjLRcri .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubwFjLRcri .carousel-indicators li.active,
.cid-ubwFjLRcri .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubwFjLRcri .carousel-indicators li::after,
.cid-ubwFjLRcri .carousel-indicators li::before {
  content: none;
}
.cid-ubwFjLRcri .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubwFjLRcri .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubwFjLRcri .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubwFjLRcri .carousel-indicators {
    display: none;
  }
}
.cid-ubwFjLRcri .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubwFjLRcri .carousel-inner > .active {
  display: block;
}
.cid-ubwFjLRcri .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubwFjLRcri .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubwFjLRcri .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubwFjLRcri .carousel-control,
  .cid-ubwFjLRcri .carousel-indicators,
  .cid-ubwFjLRcri .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubwFjLRcri .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubwFjLRcri .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubwFjLRcri .carousel-indicators .active,
.cid-ubwFjLRcri .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubwFjLRcri .carousel-indicators .active {
  background: #fff;
}
.cid-ubwFjLRcri .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubwFjLRcri .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubwFjLRcri .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubwFjLRcri .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubwFjLRcri .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubwFjLRcri .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubwFjLRcri .carousel {
  width: 100%;
}
.cid-ubwFjLRcri .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubwFjLRcri .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubwFjLRcri .modal.fade .modal-dialog,
.cid-ubwFjLRcri .modal.in .modal-dialog {
  transform: none;
}
.cid-ubwFjLRcri .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubwFjLRcri .content-head {
  max-width: 800px;
}
.cid-ubwFjLRcri H4 {
  text-align: left;
}
.cid-ubwcdEe2KX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4a662;
}
.cid-ubwcdEe2KX .mbr-text {
  color: #000000;
}
.cid-ubwcdEe2KX .mbr-section-subtitle {
  color: #000000;
}
.cid-ubwcdEe2KX .mbr-section-title {
  color: #000000;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-uC8Gwue6wp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC8Gwue6wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC8Gwue6wp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC8GwumEPV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uC8GwumEPV img,
.cid-uC8GwumEPV .item-img {
  width: 100%;
}
.cid-uC8GwumEPV .item:focus,
.cid-uC8GwumEPV span:focus {
  outline: none;
}
.cid-uC8GwumEPV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC8GwumEPV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uC8GwumEPV .item {
  padding: 0;
  margin: 0;
}
.cid-uC8GwumEPV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC8GwumEPV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC8GwumEPV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC8GwumEPV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC8GwumEPV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC8GwumEPV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC8GwumEPV .mbr-section-title {
  color: #232323;
}
.cid-uC8GwumEPV .mbr-text,
.cid-uC8GwumEPV .mbr-section-btn {
  text-align: center;
}
.cid-uC8GwumEPV .item-title {
  text-align: center;
}
.cid-uC8GwumEPV .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-uYb3DWEB9y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fcd881;
}
.cid-uYb3DWEB9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYb3DWEB9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYb3DWEB9y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uYb3DWEB9y .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uYb3DWEB9y .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYb3DWEB9y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYb3DWEB9y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYb3DWEB9y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYb3DWEB9y .carousel-control,
.cid-uYb3DWEB9y .close {
  background: #1b1b1b;
}
.cid-uYb3DWEB9y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYb3DWEB9y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYb3DWEB9y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYb3DWEB9y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYb3DWEB9y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYb3DWEB9y .close::before {
  content: '\e91a';
}
.cid-uYb3DWEB9y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYb3DWEB9y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYb3DWEB9y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYb3DWEB9y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYb3DWEB9y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYb3DWEB9y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYb3DWEB9y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYb3DWEB9y .carousel-indicators li.active,
.cid-uYb3DWEB9y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYb3DWEB9y .carousel-indicators li::after,
.cid-uYb3DWEB9y .carousel-indicators li::before {
  content: none;
}
.cid-uYb3DWEB9y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYb3DWEB9y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYb3DWEB9y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYb3DWEB9y .carousel-indicators {
    display: none;
  }
}
.cid-uYb3DWEB9y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYb3DWEB9y .carousel-inner > .active {
  display: block;
}
.cid-uYb3DWEB9y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYb3DWEB9y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYb3DWEB9y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYb3DWEB9y .carousel-control,
  .cid-uYb3DWEB9y .carousel-indicators,
  .cid-uYb3DWEB9y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYb3DWEB9y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYb3DWEB9y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYb3DWEB9y .carousel-indicators .active,
.cid-uYb3DWEB9y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYb3DWEB9y .carousel-indicators .active {
  background: #fff;
}
.cid-uYb3DWEB9y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYb3DWEB9y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYb3DWEB9y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYb3DWEB9y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYb3DWEB9y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYb3DWEB9y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYb3DWEB9y .carousel {
  width: 100%;
}
.cid-uYb3DWEB9y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYb3DWEB9y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYb3DWEB9y .modal.fade .modal-dialog,
.cid-uYb3DWEB9y .modal.in .modal-dialog {
  transform: none;
}
.cid-uYb3DWEB9y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYb3DWEB9y H6 {
  text-align: center;
}
.cid-uYaZL3nZLM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcd881;
}
.cid-uYaZL3nZLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaZL3nZLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaZL3nZLM .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uYaZL3nZLM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYaZL3nZLM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uYaZL3nZLM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYaZDpdmfO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fcd881;
}
.cid-uYaZDpdmfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaZDpdmfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaZDpdmfO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uYaZDpdmfO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uYaZDpdmfO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYaZDpdmfO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYaZDpdmfO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYaZDpdmfO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYaZDpdmfO .carousel-control,
.cid-uYaZDpdmfO .close {
  background: #1b1b1b;
}
.cid-uYaZDpdmfO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYaZDpdmfO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYaZDpdmfO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYaZDpdmfO .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYaZDpdmfO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYaZDpdmfO .close::before {
  content: '\e91a';
}
.cid-uYaZDpdmfO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYaZDpdmfO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYaZDpdmfO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYaZDpdmfO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYaZDpdmfO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYaZDpdmfO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYaZDpdmfO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYaZDpdmfO .carousel-indicators li.active,
.cid-uYaZDpdmfO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYaZDpdmfO .carousel-indicators li::after,
.cid-uYaZDpdmfO .carousel-indicators li::before {
  content: none;
}
.cid-uYaZDpdmfO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYaZDpdmfO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYaZDpdmfO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYaZDpdmfO .carousel-indicators {
    display: none;
  }
}
.cid-uYaZDpdmfO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYaZDpdmfO .carousel-inner > .active {
  display: block;
}
.cid-uYaZDpdmfO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYaZDpdmfO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYaZDpdmfO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYaZDpdmfO .carousel-control,
  .cid-uYaZDpdmfO .carousel-indicators,
  .cid-uYaZDpdmfO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYaZDpdmfO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYaZDpdmfO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYaZDpdmfO .carousel-indicators .active,
.cid-uYaZDpdmfO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYaZDpdmfO .carousel-indicators .active {
  background: #fff;
}
.cid-uYaZDpdmfO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYaZDpdmfO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYaZDpdmfO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYaZDpdmfO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYaZDpdmfO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYaZDpdmfO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYaZDpdmfO .carousel {
  width: 100%;
}
.cid-uYaZDpdmfO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYaZDpdmfO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYaZDpdmfO .modal.fade .modal-dialog,
.cid-uYaZDpdmfO .modal.in .modal-dialog {
  transform: none;
}
.cid-uYaZDpdmfO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYaZDpdmfO H6 {
  text-align: center;
}
.cid-uYb6AKRLwg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcd881;
}
.cid-uYb6AKRLwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYb6AKRLwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYb6AKRLwg .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uYb6AKRLwg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb6AKRLwg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uYb6AKRLwg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uC8GMpsSje {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4cda5;
}
.cid-uC8GMpsSje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC8GMpsSje .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-uC8GMpsSje .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC8GMpsSje img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC8GMpsSje .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC8GMpsSje .mbr-section-title DIV {
  text-align: center;
}
.cid-uC8GMpsSje .mbr-section-title {
  text-align: center;
}
.cid-uC8GMpCZWN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4cda5;
}
.cid-uC8GMpCZWN img,
.cid-uC8GMpCZWN .item-img {
  width: 100%;
}
.cid-uC8GMpCZWN .item:focus,
.cid-uC8GMpCZWN span:focus {
  outline: none;
}
.cid-uC8GMpCZWN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC8GMpCZWN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uC8GMpCZWN .item {
  padding: 0;
  margin: 0;
}
.cid-uC8GMpCZWN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC8GMpCZWN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC8GMpCZWN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC8GMpCZWN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC8GMpCZWN .mbr-section-title {
  color: #232323;
}
.cid-uVIKHXmECn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e4cda5;
}
.cid-uVIM0wllwD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4cda5;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-u3J835qOk0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-u3J835qOk0 img,
.cid-u3J835qOk0 .item-img {
  width: 100%;
}
.cid-u3J835qOk0 .item:focus,
.cid-u3J835qOk0 span:focus {
  outline: none;
}
.cid-u3J835qOk0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3J835qOk0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3J835qOk0 .item {
  padding: 0;
  margin: 0;
}
.cid-u3J835qOk0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3J835qOk0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3J835qOk0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3J835qOk0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3J835qOk0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3J835qOk0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3J835qOk0 .mbr-section-title {
  color: #232323;
}
.cid-u3J835qOk0 .mbr-text,
.cid-u3J835qOk0 .mbr-section-btn {
  text-align: center;
}
.cid-u3J835qOk0 .item-title {
  text-align: center;
}
.cid-u3J835qOk0 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uV9XrI3KDu .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uV9XrI3KDu .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uV9XrI3KDu a {
  font-style: normal;
}
.cid-uV9XrI3KDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uV9XrI3KDu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uV9XrI3KDu .nav-item:focus,
.cid-uV9XrI3KDu .nav-link:focus {
  outline: none;
}
.cid-uV9XrI3KDu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uV9XrI3KDu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uV9XrI3KDu .menu-logo {
  margin-right: auto;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV9XrI3KDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV9XrI3KDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uV9XrI3KDu .navbar.navbar-short {
  min-height: 80px;
  transition: all .2s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uV9XrI3KDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV9XrI3KDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uV9XrI3KDu button.navbar-toggler:focus {
  outline: none;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uV9XrI3KDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uV9XrI3KDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uV9XrI3KDu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uV9XrI3KDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV9XrI3KDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uV9XrI3KDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uV9XrI3KDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV9XrI3KDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uV9XrI3KDu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uV9XrI3KDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV9XrI3KDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uV9XrI3KDu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu img {
    height: 3.8rem !important;
  }
  .cid-uV9XrI3KDu .btn {
    display: -webkit-flex;
  }
  .cid-uV9XrI3KDu button.navbar-toggler {
    display: block;
  }
  .cid-uV9XrI3KDu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uV9XrI3KDu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uV9XrI3KDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing,
  .cid-uV9XrI3KDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uV9XrI3KDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV9XrI3KDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uV9XrI3KDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV9XrI3KDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uV9XrI3KDu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uV9XrI3KDu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uV9XrI3KDu .nav-link:hover,
.cid-uV9XrI3KDu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-uCoIpV9kM5 {
  background-image: url("../../../assets/images/img-3242-1840x1380.jpeg");
}
.cid-uCoIpV9kM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoIpV9kM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoIpV9kM5 .mbr-section-title {
  color: #ff3366;
  text-align: center;
}
