.btn {
  border-width: 2px;
}
body {
  font-family: Cormorant Infant;
}
.display-1 {
  font-family: 'functiontwolight-regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'DecoNeue-Light';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'functiontwolight-regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'desyrel';
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'functiontwolight-regular';
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.6rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #545353 !important;
}
.bg-success {
  background-color: #9c928a !important;
}
.bg-info {
  background-color: #dbdbdb !important;
}
.bg-warning {
  background-color: #9799a0 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #545353 !important;
  border-color: #545353 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #282828 !important;
  border-color: #282828 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f6ece4 !important;
  border-color: #f6ece4 !important;
  color: #a46737 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e0bea3 !important;
  border-color: #e0bea3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #a46737 !important;
  background-color: #e0bea3 !important;
  border-color: #e0bea3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  color: #5b5b5b !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b0b0b0 !important;
  border-color: #b0b0b0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5b5b5b !important;
  background-color: #b0b0b0 !important;
  border-color: #b0b0b0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9c928a !important;
  border-color: #9c928a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #70675f !important;
  border-color: #70675f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #70675f !important;
  border-color: #70675f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9799a0 !important;
  border-color: #9799a0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6b6d75 !important;
  border-color: #6b6d75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6b6d75 !important;
  border-color: #6b6d75 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #545353;
  color: #545353;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #282828 !important;
  background-color: transparent !important;
  border-color: #282828 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #545353 !important;
  border-color: #545353 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f6ece4;
  color: #f6ece4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e0bea3 !important;
  background-color: transparent !important;
  border-color: #e0bea3 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #a46737 !important;
  background-color: #f6ece4 !important;
  border-color: #f6ece4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b0b0b0 !important;
  background-color: transparent !important;
  border-color: #b0b0b0 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5b5b5b !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9c928a;
  color: #9c928a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #70675f !important;
  background-color: transparent !important;
  border-color: #70675f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9c928a !important;
  border-color: #9c928a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9799a0;
  color: #9799a0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6b6d75 !important;
  background-color: transparent !important;
  border-color: #6b6d75 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9799a0 !important;
  border-color: #9799a0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #545353 !important;
}
.text-secondary {
  color: #f6ece4 !important;
}
.text-success {
  color: #9c928a !important;
}
.text-info {
  color: #dbdbdb !important;
}
.text-warning {
  color: #9799a0 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #212020 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ddb698 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #685f58 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a8a8a8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #64666d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #545353;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dbdbdb;
}
.alert-warning {
  background-color: #9799a0;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #545353;
  border-color: #545353;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #545353;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7c6c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d6d2cf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dadadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'functiontwolight-regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #545353 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'functiontwolight-regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #545353;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #545353;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #545353;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #545353;
  border-bottom-color: #545353;
}
.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: #545353 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f6ece4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23545353' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tupkcmJYmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tupkcmJYmb nav.navbar {
  position: fixed;
}
.cid-tupkcmJYmb .link {
  font-weight: bold;
}
.cid-tupkcmJYmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tupkcmJYmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tupkcmJYmb .dropdown-item:hover,
.cid-tupkcmJYmb .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tupkcmJYmb .dropdown-item:hover span {
  color: white;
}
.cid-tupkcmJYmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tupkcmJYmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tupkcmJYmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tupkcmJYmb .nav-link {
  position: relative;
}
.cid-tupkcmJYmb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .container {
    flex-wrap: nowrap;
  }
}
.cid-tupkcmJYmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown-menu,
.cid-tupkcmJYmb .navbar.opened {
  background: #ffffff !important;
}
.cid-tupkcmJYmb .nav-item:focus,
.cid-tupkcmJYmb .nav-link:focus {
  outline: none;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tupkcmJYmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tupkcmJYmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.opened {
  transition: all 0.3s;
}
.cid-tupkcmJYmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tupkcmJYmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tupkcmJYmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar.collapsed {
  justify-content: center;
}
.cid-tupkcmJYmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tupkcmJYmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tupkcmJYmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tupkcmJYmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tupkcmJYmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tupkcmJYmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tupkcmJYmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tupkcmJYmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tupkcmJYmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tupkcmJYmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tupkcmJYmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tupkcmJYmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tupkcmJYmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tupkcmJYmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tupkcmJYmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tupkcmJYmb .dropdown-item.active,
.cid-tupkcmJYmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tupkcmJYmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tupkcmJYmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tupkcmJYmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tupkcmJYmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tupkcmJYmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tupkcmJYmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tupkcmJYmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tupkcmJYmb .navbar {
    height: 70px;
  }
  .cid-tupkcmJYmb .navbar.opened {
    height: auto;
  }
  .cid-tupkcmJYmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVA6fn8Gb {
  background-image: url("../../../assets/images/diekmann-startseite-1920x1280.jpg");
}
.cid-txVA6fn8Gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVA6fn8Gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVA6fn8Gb .col-12 {
  position: relative;
}
.cid-txVA6fn8Gb img {
  max-width: 500px;
  margin: auto;
}
.cid-txVA6fn8Gb .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-txVA6fn8Gb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txVA6fn8Gb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txVA6fn8Gb .image-wrapper {
    padding: 1rem;
  }
}
.cid-txVA6fn8Gb .mbr-section-title {
  color: #000000;
}
.cid-txVqeIIMWC {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #545353;
}
.cid-txVqeIIMWC .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-txVqeIIMWC .container-fluid {
  padding: 0;
}
.cid-txVqeIIMWC h5 {
  margin: 0;
}
.cid-txVqeIIMWC h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-txVqeIIMWC h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-txVqeIIMWC .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-txVqeIIMWC .card:hover {
  z-index: 99;
}
.cid-txVqeIIMWC .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-txVqeIIMWC .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-txVqeIIMWC .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-txVqeIIMWC .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-txVqeIIMWC .card-wrapper a {
  height: 100%;
}
.cid-txVqeIIMWC .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-txVqeIIMWC h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-txVqeIIMWC .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-txVqeIIMWC .card-box {
    text-align: center;
  }
}
.cid-txVqeIIMWC .mbr-text {
  color: #cccccc;
}
.cid-txVqeIIMWC .card-date {
  color: #cccccc;
}
.cid-txVqeIIMWC H1 {
  color: #000000;
}
.cid-txVqeIIMWC .card-title,
.cid-txVqeIIMWC .card-box {
  color: #dbdbdb;
}
.cid-tupn32rtzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #545353;
}
.cid-tupn32rtzD .jc-sb {
  justify-content: space-between;
}
.cid-tupn32rtzD .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tupn32rtzD .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tupn32rtzD img {
    margin-bottom: 2rem;
  }
}
.cid-tupn32rtzD .mbr-section-title {
  color: #000000;
}
.cid-tupn32rtzD .mbr-section-text {
  color: #d0b391;
}
.cid-tB39vHLHL5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB39vHLHL5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB39vHLHL5 .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB39vHLHL5 H2 {
  color: #e7272d;
}
.cid-tB39vHLHL5 h4 {
  text-align: center !important;
}
.cid-tB39vHLHL5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB39vHLHL5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB39vHLHL5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .col-lg-12 {
  overflow: hidden;
}
.cid-tB39vHLHL5 H4 {
  color: #000000;
}
.cid-tB39vHLHL5 .mbr-text,
.cid-tB39vHLHL5 .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB39vHLHL5 .logo-wrap:before {
    content: none;
  }
  .cid-tB39vHLHL5 .logo-wrap:after {
    content: none;
  }
}
.cid-tB39vHLHL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB39vHLHL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB39vHLHL5 H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tupkcmJYmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tupkcmJYmb nav.navbar {
  position: fixed;
}
.cid-tupkcmJYmb .link {
  font-weight: bold;
}
.cid-tupkcmJYmb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tupkcmJYmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tupkcmJYmb .dropdown-item:hover,
.cid-tupkcmJYmb .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tupkcmJYmb .dropdown-item:hover span {
  color: white;
}
.cid-tupkcmJYmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tupkcmJYmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tupkcmJYmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tupkcmJYmb .nav-link {
  position: relative;
}
.cid-tupkcmJYmb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .container {
    flex-wrap: nowrap;
  }
}
.cid-tupkcmJYmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown-menu,
.cid-tupkcmJYmb .navbar.opened {
  background: #ffffff !important;
}
.cid-tupkcmJYmb .nav-item:focus,
.cid-tupkcmJYmb .nav-link:focus {
  outline: none;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tupkcmJYmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tupkcmJYmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tupkcmJYmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tupkcmJYmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.opened {
  transition: all 0.3s;
}
.cid-tupkcmJYmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tupkcmJYmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tupkcmJYmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar.collapsed {
  justify-content: center;
}
.cid-tupkcmJYmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tupkcmJYmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tupkcmJYmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tupkcmJYmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tupkcmJYmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tupkcmJYmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tupkcmJYmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tupkcmJYmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tupkcmJYmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tupkcmJYmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tupkcmJYmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tupkcmJYmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tupkcmJYmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tupkcmJYmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tupkcmJYmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tupkcmJYmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tupkcmJYmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tupkcmJYmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tupkcmJYmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tupkcmJYmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tupkcmJYmb .dropdown-item.active,
.cid-tupkcmJYmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tupkcmJYmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tupkcmJYmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tupkcmJYmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tupkcmJYmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tupkcmJYmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tupkcmJYmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tupkcmJYmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tupkcmJYmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tupkcmJYmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tupkcmJYmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tupkcmJYmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tupkcmJYmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tupkcmJYmb .navbar {
    height: 70px;
  }
  .cid-tupkcmJYmb .navbar.opened {
    height: auto;
  }
  .cid-tupkcmJYmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty7S6qMurY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/diekmann-bronze-2000x1335.jpg");
}
.cid-ty7S6qMurY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7S6qMurY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7S6qMurY .col-12 {
  position: relative;
}
.cid-ty7S6qMurY img {
  max-width: 500px;
  margin: auto;
}
.cid-ty7S6qMurY .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ty7S6qMurY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty7S6qMurY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ty7S6qMurY .image-wrapper {
    padding: 1rem;
  }
}
.cid-ty7S6qMurY .mbr-section-title {
  color: #000000;
}
.cid-tB2z1NPViD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/diekmann-bronze-2000x1335.jpg");
}
.cid-tB2z1NPViD .carousel {
  z-index: 2;
  position: relative;
}
.cid-tB2z1NPViD .user {
  padding: 0 !important;
}
.cid-tB2z1NPViD .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 0%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid  #d0b391;
  position: relative;
  object-fit: scale-down;
}
.cid-tB2z1NPViD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: scale-down;
}
.cid-tB2z1NPViD .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 0%;
  border: 2px solid #d0b391;
  z-index: 0;
  pointer-events: none;
}
.cid-tB2z1NPViD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tB2z1NPViD .carousel-item.active,
.cid-tB2z1NPViD .carousel-item-next,
.cid-tB2z1NPViD .carousel-item-prev {
  display: flex;
}
.cid-tB2z1NPViD .user_name {
  margin: 0;
  color: #767676;
}
.cid-tB2z1NPViD .carousel-controls a {
  font-size: 4rem;
}
.cid-tB2z1NPViD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.2s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #d0b391;
  background: transparent;
  opacity: 0.9;
}
.cid-tB2z1NPViD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-tB2z1NPViD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-tB2z1NPViD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #d0b391;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-tB2z1NPViD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tB2z1NPViD .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-tB2z1NPViD .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ffffff;
  z-index: -1;
}
.cid-tB2z1NPViD .user_status {
  color: #767676;
}
.cid-tB2z1NPViD .user_text {
  color: #d0b391;
}
.cid-tB2z1NPViD .title,
.cid-tB2z1NPViD .line-align {
  color: #d0b391;
}
.cid-tB39vHLHL5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB39vHLHL5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB39vHLHL5 .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB39vHLHL5 H2 {
  color: #e7272d;
}
.cid-tB39vHLHL5 h4 {
  text-align: center !important;
}
.cid-tB39vHLHL5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB39vHLHL5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB39vHLHL5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .col-lg-12 {
  overflow: hidden;
}
.cid-tB39vHLHL5 H4 {
  color: #000000;
}
.cid-tB39vHLHL5 .mbr-text,
.cid-tB39vHLHL5 .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB39vHLHL5 .logo-wrap:before {
    content: none;
  }
  .cid-tB39vHLHL5 .logo-wrap:after {
    content: none;
  }
}
.cid-tB39vHLHL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB39vHLHL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB39vHLHL5 H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tAzmcFnFp5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAzmcFnFp5 nav.navbar {
  position: fixed;
}
.cid-tAzmcFnFp5 .link {
  font-weight: bold;
}
.cid-tAzmcFnFp5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAzmcFnFp5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAzmcFnFp5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAzmcFnFp5 .dropdown-item:hover,
.cid-tAzmcFnFp5 .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tAzmcFnFp5 .dropdown-item:hover span {
  color: white;
}
.cid-tAzmcFnFp5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAzmcFnFp5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAzmcFnFp5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAzmcFnFp5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAzmcFnFp5 .nav-link {
  position: relative;
}
.cid-tAzmcFnFp5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAzmcFnFp5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tAzmcFnFp5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAzmcFnFp5 .dropdown-menu,
.cid-tAzmcFnFp5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tAzmcFnFp5 .nav-item:focus,
.cid-tAzmcFnFp5 .nav-link:focus {
  outline: none;
}
.cid-tAzmcFnFp5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAzmcFnFp5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAzmcFnFp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAzmcFnFp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAzmcFnFp5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAzmcFnFp5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAzmcFnFp5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tAzmcFnFp5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tAzmcFnFp5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAzmcFnFp5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tAzmcFnFp5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAzmcFnFp5 .navbar.collapsed {
  justify-content: center;
}
.cid-tAzmcFnFp5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAzmcFnFp5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAzmcFnFp5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAzmcFnFp5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAzmcFnFp5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAzmcFnFp5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAzmcFnFp5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAzmcFnFp5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAzmcFnFp5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAzmcFnFp5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAzmcFnFp5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAzmcFnFp5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAzmcFnFp5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAzmcFnFp5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAzmcFnFp5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAzmcFnFp5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAzmcFnFp5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAzmcFnFp5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAzmcFnFp5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAzmcFnFp5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAzmcFnFp5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAzmcFnFp5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAzmcFnFp5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAzmcFnFp5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAzmcFnFp5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAzmcFnFp5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAzmcFnFp5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAzmcFnFp5 .dropdown-item.active,
.cid-tAzmcFnFp5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAzmcFnFp5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAzmcFnFp5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAzmcFnFp5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAzmcFnFp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAzmcFnFp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAzmcFnFp5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAzmcFnFp5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAzmcFnFp5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAzmcFnFp5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAzmcFnFp5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAzmcFnFp5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAzmcFnFp5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzmcFnFp5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzmcFnFp5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAzmcFnFp5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzmcFnFp5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAzmcFnFp5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAzmcFnFp5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzmcFnFp5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAzmcFnFp5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAzmcFnFp5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAzmcFnFp5 .navbar {
    height: 70px;
  }
  .cid-tAzmcFnFp5 .navbar.opened {
    height: auto;
  }
  .cid-tAzmcFnFp5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAXnyXPYoQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/diekmann-bronze-galerie-2000x1397.jpeg");
}
.cid-tAXnyXPYoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAXnyXPYoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAXnyXPYoQ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tAXnyXPYoQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tAXnyXPYoQ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tAXnyXPYoQ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tAXnyXPYoQ .carousel img {
    height: 700px;
    object-fit: scale-down;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAXnyXPYoQ .carousel img {
    height: 462px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .carousel img {
    height: 392px;
    object-fit: cover;
  }
  .cid-tAXnyXPYoQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAXnyXPYoQ .carousel {
  display: flex;
}
.cid-tAXnyXPYoQ .carousel-inner {
  display: flex;
}
.cid-tAXnyXPYoQ .carousel-inner .carousel-item:nth-child(1n) img {
  border-radius: 0 45px 45px 45px;
}
.cid-tAXnyXPYoQ .carousel-inner .carousel-item:nth-child(2n) img {
  border-radius: 45px;
}
.cid-tAXnyXPYoQ .carousel-inner .carousel-item:nth-child(3n) img {
  border-radius: 45px 0 45px 45px;
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .carousel-inner {
    margin-bottom: 40px;
  }
}
.cid-tAXnyXPYoQ .item-wrapper {
  width: 100%;
  padding: 0 50px;
}
.cid-tAXnyXPYoQ .item-wrapper img {
  width: 100% !important;
  border-radius: 55px;
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .item-wrapper {
    padding: 0;
  }
}
.cid-tAXnyXPYoQ .carousel-caption {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 560px;
  margin: 0 auto;
  z-index: 101;
}
.cid-tAXnyXPYoQ .caption-title {
  color: #353535;
}
.cid-tAXnyXPYoQ .caption-text {
  color: #353535;
}
.cid-tAXnyXPYoQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAXnyXPYoQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAXnyXPYoQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAXnyXPYoQ .carousel-control {
  top: calc(7 * 50px);
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #92632c;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.9;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAXnyXPYoQ .carousel-control {
    top: calc(7 * 33px);
  }
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .carousel-control {
    top: calc(100% - 20px);
  }
}
.cid-tAXnyXPYoQ .carousel-control:hover {
  color: #987a5a;
  background-color: #545353;
  opacity: 0.9;
}
.cid-tAXnyXPYoQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .carousel-control.carousel-control-prev {
    margin-right: 0;
    left: calc(50% - 50px);
  }
}
.cid-tAXnyXPYoQ .carousel-control.carousel-control-next {
  right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .carousel-control.carousel-control-next {
    margin-left: 0;
    right: calc(50% - 50px);
  }
}
.cid-tAXnyXPYoQ .carousel-indicators {
  position: absolute;
  top: calc(7 * 100px - 30px);
  bottom: auto;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  flex-wrap: wrap;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAXnyXPYoQ .carousel-indicators {
    top: calc(7 * 66px - 30px);
  }
}
@media (max-width: 767px) {
  .cid-tAXnyXPYoQ .carousel-indicators {
    top: calc(7 * 56px - 30px);
  }
}
.cid-tAXnyXPYoQ .carousel-indicators li {
  max-width: 5px;
  height: 5px;
  width: 5px;
  max-height: 5px;
  margin: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tAXnyXPYoQ .carousel-indicators li.active,
.cid-tAXnyXPYoQ .carousel-indicators li:hover {
  opacity: 1;
  background-color: #545353;
}
.cid-tAXnyXPYoQ .carousel-indicators li::after,
.cid-tAXnyXPYoQ .carousel-indicators li::before {
  content: none;
}
.cid-tAXnyXPYoQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tAXnyXPYoQ .item-menu-overlay {
  z-index: 100 !important;
  opacity: 0 !important;
}
.cid-tAWkP5tEdh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tAWkP5tEdh .block-title {
  color: #ffffff;
}
.cid-tAW6PZxPVq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tAW6PZxPVq .block-title {
  color: #ffffff;
}
.cid-tB39vHLHL5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB39vHLHL5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB39vHLHL5 .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB39vHLHL5 H2 {
  color: #e7272d;
}
.cid-tB39vHLHL5 h4 {
  text-align: center !important;
}
.cid-tB39vHLHL5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB39vHLHL5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB39vHLHL5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .col-lg-12 {
  overflow: hidden;
}
.cid-tB39vHLHL5 H4 {
  color: #000000;
}
.cid-tB39vHLHL5 .mbr-text,
.cid-tB39vHLHL5 .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB39vHLHL5 .logo-wrap:before {
    content: none;
  }
  .cid-tB39vHLHL5 .logo-wrap:after {
    content: none;
  }
}
.cid-tB39vHLHL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB39vHLHL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB39vHLHL5 H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tAWDB1YN9n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWDB1YN9n nav.navbar {
  position: fixed;
}
.cid-tAWDB1YN9n .link {
  font-weight: bold;
}
.cid-tAWDB1YN9n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWDB1YN9n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWDB1YN9n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWDB1YN9n .dropdown-item:hover,
.cid-tAWDB1YN9n .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tAWDB1YN9n .dropdown-item:hover span {
  color: white;
}
.cid-tAWDB1YN9n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWDB1YN9n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWDB1YN9n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWDB1YN9n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWDB1YN9n .nav-link {
  position: relative;
}
.cid-tAWDB1YN9n .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWDB1YN9n .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWDB1YN9n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWDB1YN9n .dropdown-menu,
.cid-tAWDB1YN9n .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWDB1YN9n .nav-item:focus,
.cid-tAWDB1YN9n .nav-link:focus {
  outline: none;
}
.cid-tAWDB1YN9n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWDB1YN9n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWDB1YN9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWDB1YN9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWDB1YN9n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWDB1YN9n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWDB1YN9n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tAWDB1YN9n .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWDB1YN9n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWDB1YN9n .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWDB1YN9n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWDB1YN9n .navbar.collapsed {
  justify-content: center;
}
.cid-tAWDB1YN9n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWDB1YN9n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAWDB1YN9n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAWDB1YN9n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWDB1YN9n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWDB1YN9n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAWDB1YN9n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWDB1YN9n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWDB1YN9n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWDB1YN9n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWDB1YN9n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWDB1YN9n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWDB1YN9n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWDB1YN9n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAWDB1YN9n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWDB1YN9n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWDB1YN9n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWDB1YN9n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWDB1YN9n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWDB1YN9n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWDB1YN9n .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWDB1YN9n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWDB1YN9n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWDB1YN9n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWDB1YN9n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWDB1YN9n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWDB1YN9n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWDB1YN9n .dropdown-item.active,
.cid-tAWDB1YN9n .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWDB1YN9n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWDB1YN9n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWDB1YN9n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWDB1YN9n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWDB1YN9n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWDB1YN9n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWDB1YN9n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWDB1YN9n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWDB1YN9n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWDB1YN9n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWDB1YN9n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWDB1YN9n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWDB1YN9n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWDB1YN9n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWDB1YN9n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWDB1YN9n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWDB1YN9n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWDB1YN9n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWDB1YN9n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWDB1YN9n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWDB1YN9n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAWDB1YN9n .navbar {
    height: 70px;
  }
  .cid-tAWDB1YN9n .navbar.opened {
    height: auto;
  }
  .cid-tAWDB1YN9n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1kxremod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/diekmann-bronze-galerie-2000x1397.jpeg");
}
.cid-tB1kxremod .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1kxremod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1kxremod .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tB1kxremod .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tB1kxremod .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tB1kxremod .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tB1kxremod .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tB1kxremod .carousel img {
    height: 700px;
    object-fit: scale-down;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB1kxremod .carousel img {
    height: 462px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-tB1kxremod .carousel img {
    height: 392px;
    object-fit: cover;
  }
  .cid-tB1kxremod .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tB1kxremod .carousel {
  display: flex;
}
.cid-tB1kxremod .carousel-inner {
  display: flex;
}
.cid-tB1kxremod .carousel-inner .carousel-item:nth-child(1n) img {
  border-radius: 0 45px 45px 45px;
}
.cid-tB1kxremod .carousel-inner .carousel-item:nth-child(2n) img {
  border-radius: 45px;
}
.cid-tB1kxremod .carousel-inner .carousel-item:nth-child(3n) img {
  border-radius: 45px 0 45px 45px;
}
@media (max-width: 767px) {
  .cid-tB1kxremod .carousel-inner {
    margin-bottom: 40px;
  }
}
.cid-tB1kxremod .item-wrapper {
  width: 100%;
  padding: 0 50px;
}
.cid-tB1kxremod .item-wrapper img {
  width: 100% !important;
  border-radius: 55px;
}
@media (max-width: 767px) {
  .cid-tB1kxremod .item-wrapper {
    padding: 0;
  }
}
.cid-tB1kxremod .carousel-caption {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 560px;
  margin: 0 auto;
  z-index: 101;
}
.cid-tB1kxremod .caption-title {
  color: #353535;
}
.cid-tB1kxremod .caption-text {
  color: #353535;
}
.cid-tB1kxremod .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tB1kxremod .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tB1kxremod .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tB1kxremod .carousel-control {
  top: calc(7 * 50px);
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #92632c;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.9;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB1kxremod .carousel-control {
    top: calc(7 * 33px);
  }
}
@media (max-width: 767px) {
  .cid-tB1kxremod .carousel-control {
    top: calc(100% - 20px);
  }
}
.cid-tB1kxremod .carousel-control:hover {
  color: #987a5a;
  background-color: #545353;
  opacity: 0.9;
}
.cid-tB1kxremod .carousel-control.carousel-control-prev {
  left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-tB1kxremod .carousel-control.carousel-control-prev {
    margin-right: 0;
    left: calc(50% - 50px);
  }
}
.cid-tB1kxremod .carousel-control.carousel-control-next {
  right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cid-tB1kxremod .carousel-control.carousel-control-next {
    margin-left: 0;
    right: calc(50% - 50px);
  }
}
.cid-tB1kxremod .carousel-indicators {
  position: absolute;
  top: calc(7 * 100px - 30px);
  bottom: auto;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  flex-wrap: wrap;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB1kxremod .carousel-indicators {
    top: calc(7 * 66px - 30px);
  }
}
@media (max-width: 767px) {
  .cid-tB1kxremod .carousel-indicators {
    top: calc(7 * 56px - 30px);
  }
}
.cid-tB1kxremod .carousel-indicators li {
  max-width: 5px;
  height: 5px;
  width: 5px;
  max-height: 5px;
  margin: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tB1kxremod .carousel-indicators li.active,
.cid-tB1kxremod .carousel-indicators li:hover {
  opacity: 1;
  background-color: #545353;
}
.cid-tB1kxremod .carousel-indicators li::after,
.cid-tB1kxremod .carousel-indicators li::before {
  content: none;
}
.cid-tB1kxremod .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tB1kxremod .item-menu-overlay {
  z-index: 100 !important;
  opacity: 0 !important;
}
.cid-tAWDB3WHiK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tAWDB3WHiK .block-title {
  color: #ffffff;
}
.cid-tAWDB4eFXB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tAWDB4eFXB .block-title {
  color: #ffffff;
}
.cid-tB39vHLHL5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB39vHLHL5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB39vHLHL5 .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB39vHLHL5 H2 {
  color: #e7272d;
}
.cid-tB39vHLHL5 h4 {
  text-align: center !important;
}
.cid-tB39vHLHL5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB39vHLHL5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB39vHLHL5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .col-lg-12 {
  overflow: hidden;
}
.cid-tB39vHLHL5 H4 {
  color: #000000;
}
.cid-tB39vHLHL5 .mbr-text,
.cid-tB39vHLHL5 .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB39vHLHL5 .logo-wrap:before {
    content: none;
  }
  .cid-tB39vHLHL5 .logo-wrap:after {
    content: none;
  }
}
.cid-tB39vHLHL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB39vHLHL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB39vHLHL5 H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tB2PXqf7CW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tB2PXqf7CW nav.navbar {
  position: fixed;
}
.cid-tB2PXqf7CW .link {
  font-weight: bold;
}
.cid-tB2PXqf7CW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB2PXqf7CW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB2PXqf7CW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB2PXqf7CW .dropdown-item:hover,
.cid-tB2PXqf7CW .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tB2PXqf7CW .dropdown-item:hover span {
  color: white;
}
.cid-tB2PXqf7CW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB2PXqf7CW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB2PXqf7CW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB2PXqf7CW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB2PXqf7CW .nav-link {
  position: relative;
}
.cid-tB2PXqf7CW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tB2PXqf7CW .container {
    flex-wrap: nowrap;
  }
}
.cid-tB2PXqf7CW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB2PXqf7CW .dropdown-menu,
.cid-tB2PXqf7CW .navbar.opened {
  background: #ffffff !important;
}
.cid-tB2PXqf7CW .nav-item:focus,
.cid-tB2PXqf7CW .nav-link:focus {
  outline: none;
}
.cid-tB2PXqf7CW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB2PXqf7CW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB2PXqf7CW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB2PXqf7CW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB2PXqf7CW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB2PXqf7CW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB2PXqf7CW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tB2PXqf7CW .navbar.opened {
  transition: all 0.3s;
}
.cid-tB2PXqf7CW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB2PXqf7CW .navbar .navbar-logo img {
  width: auto;
}
.cid-tB2PXqf7CW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB2PXqf7CW .navbar.collapsed {
  justify-content: center;
}
.cid-tB2PXqf7CW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB2PXqf7CW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB2PXqf7CW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tB2PXqf7CW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB2PXqf7CW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB2PXqf7CW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB2PXqf7CW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB2PXqf7CW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB2PXqf7CW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB2PXqf7CW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB2PXqf7CW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB2PXqf7CW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB2PXqf7CW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB2PXqf7CW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB2PXqf7CW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB2PXqf7CW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB2PXqf7CW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB2PXqf7CW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB2PXqf7CW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB2PXqf7CW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB2PXqf7CW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB2PXqf7CW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB2PXqf7CW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB2PXqf7CW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB2PXqf7CW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB2PXqf7CW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB2PXqf7CW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB2PXqf7CW .dropdown-item.active,
.cid-tB2PXqf7CW .dropdown-item:active {
  background-color: transparent;
}
.cid-tB2PXqf7CW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB2PXqf7CW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB2PXqf7CW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB2PXqf7CW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tB2PXqf7CW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB2PXqf7CW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB2PXqf7CW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB2PXqf7CW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB2PXqf7CW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB2PXqf7CW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tB2PXqf7CW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB2PXqf7CW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB2PXqf7CW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB2PXqf7CW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB2PXqf7CW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB2PXqf7CW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB2PXqf7CW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB2PXqf7CW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB2PXqf7CW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB2PXqf7CW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB2PXqf7CW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB2PXqf7CW .navbar {
    height: 70px;
  }
  .cid-tB2PXqf7CW .navbar.opened {
    height: auto;
  }
  .cid-tB2PXqf7CW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB2PXqKf4h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/diekmann-bronze-galerie-2000x1397.jpeg");
}
.cid-tB2PXqKf4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB2PXqKf4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB2PXqKf4h .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tB2PXqKf4h .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tB2PXqKf4h .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tB2PXqKf4h .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tB2PXqKf4h .carousel img {
    height: 700px;
    object-fit: scale-down;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB2PXqKf4h .carousel img {
    height: 462px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .carousel img {
    height: 392px;
    object-fit: cover;
  }
  .cid-tB2PXqKf4h .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tB2PXqKf4h .carousel {
  display: flex;
}
.cid-tB2PXqKf4h .carousel-inner {
  display: flex;
}
.cid-tB2PXqKf4h .carousel-inner .carousel-item:nth-child(1n) img {
  border-radius: 0 45px 45px 45px;
}
.cid-tB2PXqKf4h .carousel-inner .carousel-item:nth-child(2n) img {
  border-radius: 45px;
}
.cid-tB2PXqKf4h .carousel-inner .carousel-item:nth-child(3n) img {
  border-radius: 45px 0 45px 45px;
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .carousel-inner {
    margin-bottom: 40px;
  }
}
.cid-tB2PXqKf4h .item-wrapper {
  width: 100%;
  padding: 0 50px;
}
.cid-tB2PXqKf4h .item-wrapper img {
  width: 100% !important;
  border-radius: 55px;
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .item-wrapper {
    padding: 0;
  }
}
.cid-tB2PXqKf4h .carousel-caption {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 560px;
  margin: 0 auto;
  z-index: 101;
}
.cid-tB2PXqKf4h .caption-title {
  color: #353535;
}
.cid-tB2PXqKf4h .caption-text {
  color: #353535;
}
.cid-tB2PXqKf4h .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tB2PXqKf4h .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tB2PXqKf4h .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tB2PXqKf4h .carousel-control {
  top: calc(7 * 50px);
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #92632c;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.9;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB2PXqKf4h .carousel-control {
    top: calc(7 * 33px);
  }
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .carousel-control {
    top: calc(100% - 20px);
  }
}
.cid-tB2PXqKf4h .carousel-control:hover {
  color: #987a5a;
  background-color: #545353;
  opacity: 0.9;
}
.cid-tB2PXqKf4h .carousel-control.carousel-control-prev {
  left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .carousel-control.carousel-control-prev {
    margin-right: 0;
    left: calc(50% - 50px);
  }
}
.cid-tB2PXqKf4h .carousel-control.carousel-control-next {
  right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .carousel-control.carousel-control-next {
    margin-left: 0;
    right: calc(50% - 50px);
  }
}
.cid-tB2PXqKf4h .carousel-indicators {
  position: absolute;
  top: calc(7 * 100px - 30px);
  bottom: auto;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  flex-wrap: wrap;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB2PXqKf4h .carousel-indicators {
    top: calc(7 * 66px - 30px);
  }
}
@media (max-width: 767px) {
  .cid-tB2PXqKf4h .carousel-indicators {
    top: calc(7 * 56px - 30px);
  }
}
.cid-tB2PXqKf4h .carousel-indicators li {
  max-width: 5px;
  height: 5px;
  width: 5px;
  max-height: 5px;
  margin: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tB2PXqKf4h .carousel-indicators li.active,
.cid-tB2PXqKf4h .carousel-indicators li:hover {
  opacity: 1;
  background-color: #545353;
}
.cid-tB2PXqKf4h .carousel-indicators li::after,
.cid-tB2PXqKf4h .carousel-indicators li::before {
  content: none;
}
.cid-tB2PXqKf4h .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tB2PXqKf4h .item-menu-overlay {
  z-index: 100 !important;
  opacity: 0 !important;
}
.cid-tB2PXrtWL9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tB2PXrtWL9 .block-title {
  color: #ffffff;
}
.cid-tB2PXrIolj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tB2PXrIolj .block-title {
  color: #ffffff;
}
.cid-tB39vHLHL5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB39vHLHL5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB39vHLHL5 .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB39vHLHL5 H2 {
  color: #e7272d;
}
.cid-tB39vHLHL5 h4 {
  text-align: center !important;
}
.cid-tB39vHLHL5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB39vHLHL5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB39vHLHL5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .col-lg-12 {
  overflow: hidden;
}
.cid-tB39vHLHL5 H4 {
  color: #000000;
}
.cid-tB39vHLHL5 .mbr-text,
.cid-tB39vHLHL5 .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB39vHLHL5 .logo-wrap:before {
    content: none;
  }
  .cid-tB39vHLHL5 .logo-wrap:after {
    content: none;
  }
}
.cid-tB39vHLHL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB39vHLHL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB39vHLHL5 H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tB2RDrGzz1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tB2RDrGzz1 nav.navbar {
  position: fixed;
}
.cid-tB2RDrGzz1 .link {
  font-weight: bold;
}
.cid-tB2RDrGzz1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB2RDrGzz1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB2RDrGzz1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB2RDrGzz1 .dropdown-item:hover,
.cid-tB2RDrGzz1 .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tB2RDrGzz1 .dropdown-item:hover span {
  color: white;
}
.cid-tB2RDrGzz1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB2RDrGzz1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB2RDrGzz1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB2RDrGzz1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB2RDrGzz1 .nav-link {
  position: relative;
}
.cid-tB2RDrGzz1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tB2RDrGzz1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tB2RDrGzz1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB2RDrGzz1 .dropdown-menu,
.cid-tB2RDrGzz1 .navbar.opened {
  background: #ffffff !important;
}
.cid-tB2RDrGzz1 .nav-item:focus,
.cid-tB2RDrGzz1 .nav-link:focus {
  outline: none;
}
.cid-tB2RDrGzz1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB2RDrGzz1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB2RDrGzz1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB2RDrGzz1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB2RDrGzz1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB2RDrGzz1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB2RDrGzz1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tB2RDrGzz1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tB2RDrGzz1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB2RDrGzz1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tB2RDrGzz1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB2RDrGzz1 .navbar.collapsed {
  justify-content: center;
}
.cid-tB2RDrGzz1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB2RDrGzz1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB2RDrGzz1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tB2RDrGzz1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB2RDrGzz1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB2RDrGzz1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB2RDrGzz1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB2RDrGzz1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB2RDrGzz1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB2RDrGzz1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB2RDrGzz1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB2RDrGzz1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB2RDrGzz1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB2RDrGzz1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB2RDrGzz1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB2RDrGzz1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB2RDrGzz1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB2RDrGzz1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB2RDrGzz1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB2RDrGzz1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB2RDrGzz1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB2RDrGzz1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB2RDrGzz1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB2RDrGzz1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB2RDrGzz1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB2RDrGzz1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB2RDrGzz1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB2RDrGzz1 .dropdown-item.active,
.cid-tB2RDrGzz1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tB2RDrGzz1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB2RDrGzz1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB2RDrGzz1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB2RDrGzz1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tB2RDrGzz1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB2RDrGzz1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB2RDrGzz1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB2RDrGzz1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB2RDrGzz1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB2RDrGzz1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tB2RDrGzz1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB2RDrGzz1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB2RDrGzz1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB2RDrGzz1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB2RDrGzz1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB2RDrGzz1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB2RDrGzz1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB2RDrGzz1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB2RDrGzz1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB2RDrGzz1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB2RDrGzz1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB2RDrGzz1 .navbar {
    height: 70px;
  }
  .cid-tB2RDrGzz1 .navbar.opened {
    height: auto;
  }
  .cid-tB2RDrGzz1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB2RDsjbIp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/diekmann-bronze-galerie-2000x1397.jpeg");
}
.cid-tB2RDsjbIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB2RDsjbIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB2RDsjbIp .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tB2RDsjbIp .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tB2RDsjbIp .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tB2RDsjbIp .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tB2RDsjbIp .carousel img {
    height: 700px;
    object-fit: scale-down;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB2RDsjbIp .carousel img {
    height: 462px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .carousel img {
    height: 392px;
    object-fit: cover;
  }
  .cid-tB2RDsjbIp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tB2RDsjbIp .carousel {
  display: flex;
}
.cid-tB2RDsjbIp .carousel-inner {
  display: flex;
}
.cid-tB2RDsjbIp .carousel-inner .carousel-item:nth-child(1n) img {
  border-radius: 0 45px 45px 45px;
}
.cid-tB2RDsjbIp .carousel-inner .carousel-item:nth-child(2n) img {
  border-radius: 45px;
}
.cid-tB2RDsjbIp .carousel-inner .carousel-item:nth-child(3n) img {
  border-radius: 45px 0 45px 45px;
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .carousel-inner {
    margin-bottom: 40px;
  }
}
.cid-tB2RDsjbIp .item-wrapper {
  width: 100%;
  padding: 0 50px;
}
.cid-tB2RDsjbIp .item-wrapper img {
  width: 100% !important;
  border-radius: 55px;
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .item-wrapper {
    padding: 0;
  }
}
.cid-tB2RDsjbIp .carousel-caption {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 560px;
  margin: 0 auto;
  z-index: 101;
}
.cid-tB2RDsjbIp .caption-title {
  color: #353535;
}
.cid-tB2RDsjbIp .caption-text {
  color: #353535;
}
.cid-tB2RDsjbIp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tB2RDsjbIp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tB2RDsjbIp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tB2RDsjbIp .carousel-control {
  top: calc(7 * 50px);
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #92632c;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.9;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB2RDsjbIp .carousel-control {
    top: calc(7 * 33px);
  }
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .carousel-control {
    top: calc(100% - 20px);
  }
}
.cid-tB2RDsjbIp .carousel-control:hover {
  color: #987a5a;
  background-color: #545353;
  opacity: 0.9;
}
.cid-tB2RDsjbIp .carousel-control.carousel-control-prev {
  left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .carousel-control.carousel-control-prev {
    margin-right: 0;
    left: calc(50% - 50px);
  }
}
.cid-tB2RDsjbIp .carousel-control.carousel-control-next {
  right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .carousel-control.carousel-control-next {
    margin-left: 0;
    right: calc(50% - 50px);
  }
}
.cid-tB2RDsjbIp .carousel-indicators {
  position: absolute;
  top: calc(7 * 100px - 30px);
  bottom: auto;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  flex-wrap: wrap;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tB2RDsjbIp .carousel-indicators {
    top: calc(7 * 66px - 30px);
  }
}
@media (max-width: 767px) {
  .cid-tB2RDsjbIp .carousel-indicators {
    top: calc(7 * 56px - 30px);
  }
}
.cid-tB2RDsjbIp .carousel-indicators li {
  max-width: 5px;
  height: 5px;
  width: 5px;
  max-height: 5px;
  margin: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tB2RDsjbIp .carousel-indicators li.active,
.cid-tB2RDsjbIp .carousel-indicators li:hover {
  opacity: 1;
  background-color: #545353;
}
.cid-tB2RDsjbIp .carousel-indicators li::after,
.cid-tB2RDsjbIp .carousel-indicators li::before {
  content: none;
}
.cid-tB2RDsjbIp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tB2RDsjbIp .item-menu-overlay {
  z-index: 100 !important;
  opacity: 0 !important;
}
.cid-tB2RDtfYnO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tB2RDtfYnO .block-title {
  color: #ffffff;
}
.cid-tB2RDtvz4b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tB2RDtvz4b .block-title {
  color: #ffffff;
}
.cid-tB39vHLHL5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB39vHLHL5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB39vHLHL5 .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB39vHLHL5 H2 {
  color: #e7272d;
}
.cid-tB39vHLHL5 h4 {
  text-align: center !important;
}
.cid-tB39vHLHL5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB39vHLHL5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB39vHLHL5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB39vHLHL5 .col-lg-12 {
  overflow: hidden;
}
.cid-tB39vHLHL5 H4 {
  color: #000000;
}
.cid-tB39vHLHL5 .mbr-text,
.cid-tB39vHLHL5 .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB39vHLHL5 .logo-wrap:before {
    content: none;
  }
  .cid-tB39vHLHL5 .logo-wrap:after {
    content: none;
  }
}
.cid-tB39vHLHL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB39vHLHL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB39vHLHL5 H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tB72Vzdu38 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tB72Vzdu38 nav.navbar {
  position: fixed;
}
.cid-tB72Vzdu38 .link {
  font-weight: bold;
}
.cid-tB72Vzdu38 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB72Vzdu38 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB72Vzdu38 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB72Vzdu38 .dropdown-item:hover,
.cid-tB72Vzdu38 .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tB72Vzdu38 .dropdown-item:hover span {
  color: white;
}
.cid-tB72Vzdu38 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB72Vzdu38 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB72Vzdu38 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB72Vzdu38 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB72Vzdu38 .nav-link {
  position: relative;
}
.cid-tB72Vzdu38 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tB72Vzdu38 .container {
    flex-wrap: nowrap;
  }
}
.cid-tB72Vzdu38 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB72Vzdu38 .dropdown-menu,
.cid-tB72Vzdu38 .navbar.opened {
  background: #ffffff !important;
}
.cid-tB72Vzdu38 .nav-item:focus,
.cid-tB72Vzdu38 .nav-link:focus {
  outline: none;
}
.cid-tB72Vzdu38 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB72Vzdu38 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB72Vzdu38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB72Vzdu38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB72Vzdu38 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB72Vzdu38 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB72Vzdu38 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tB72Vzdu38 .navbar.opened {
  transition: all 0.3s;
}
.cid-tB72Vzdu38 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB72Vzdu38 .navbar .navbar-logo img {
  width: auto;
}
.cid-tB72Vzdu38 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB72Vzdu38 .navbar.collapsed {
  justify-content: center;
}
.cid-tB72Vzdu38 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB72Vzdu38 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB72Vzdu38 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tB72Vzdu38 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB72Vzdu38 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB72Vzdu38 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB72Vzdu38 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB72Vzdu38 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB72Vzdu38 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB72Vzdu38 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB72Vzdu38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB72Vzdu38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB72Vzdu38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB72Vzdu38 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB72Vzdu38 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB72Vzdu38 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB72Vzdu38 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB72Vzdu38 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB72Vzdu38 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB72Vzdu38 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB72Vzdu38 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB72Vzdu38 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB72Vzdu38 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB72Vzdu38 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB72Vzdu38 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB72Vzdu38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB72Vzdu38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB72Vzdu38 .dropdown-item.active,
.cid-tB72Vzdu38 .dropdown-item:active {
  background-color: transparent;
}
.cid-tB72Vzdu38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB72Vzdu38 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB72Vzdu38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB72Vzdu38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tB72Vzdu38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB72Vzdu38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB72Vzdu38 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB72Vzdu38 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB72Vzdu38 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB72Vzdu38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tB72Vzdu38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB72Vzdu38 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB72Vzdu38 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB72Vzdu38 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB72Vzdu38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB72Vzdu38 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB72Vzdu38 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB72Vzdu38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB72Vzdu38 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB72Vzdu38 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB72Vzdu38 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB72Vzdu38 .navbar {
    height: 70px;
  }
  .cid-tB72Vzdu38 .navbar.opened {
    height: auto;
  }
  .cid-tB72Vzdu38 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB73A9by7h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB73A9by7h .nav-tabs .nav-item.open .nav-link:focus,
.cid-tB73A9by7h .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tB73A9by7h .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #879a9f;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-tB73A9by7h .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tB73A9by7h p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-tB73A9by7h .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-tB73A9by7h .nav-tabs .nav-link {
  color: #879a9f;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tB73A9by7h .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #82786e;
}
.cid-tB73A9by7h .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #82786e;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-tB73A9by7h .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-tB73A9by7h .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tB73A9by7h p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tB73A9by7h .mbr-text,
  .cid-tB73A9by7h .nav-link {
    text-align: center;
  }
  .cid-tB73A9by7h .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tB73A9by7h .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-tB73A9by7h p {
    padding-left: 0rem;
  }
}
.cid-tB73A9by7h P {
  color: #000000;
}
.cid-tB72VAslhf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB72VAslhf .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB72VAslhf .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB72VAslhf H2 {
  color: #e7272d;
}
.cid-tB72VAslhf h4 {
  text-align: center !important;
}
.cid-tB72VAslhf .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB72VAslhf .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB72VAslhf .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB72VAslhf .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB72VAslhf .col-lg-12 {
  overflow: hidden;
}
.cid-tB72VAslhf H4 {
  color: #000000;
}
.cid-tB72VAslhf .mbr-text,
.cid-tB72VAslhf .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB72VAslhf .logo-wrap:before {
    content: none;
  }
  .cid-tB72VAslhf .logo-wrap:after {
    content: none;
  }
}
.cid-tB72VAslhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB72VAslhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB72VAslhf H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tB74RdiEhv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tB74RdiEhv nav.navbar {
  position: fixed;
}
.cid-tB74RdiEhv .link {
  font-weight: bold;
}
.cid-tB74RdiEhv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB74RdiEhv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB74RdiEhv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB74RdiEhv .dropdown-item:hover,
.cid-tB74RdiEhv .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tB74RdiEhv .dropdown-item:hover span {
  color: white;
}
.cid-tB74RdiEhv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB74RdiEhv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB74RdiEhv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB74RdiEhv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB74RdiEhv .nav-link {
  position: relative;
}
.cid-tB74RdiEhv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tB74RdiEhv .container {
    flex-wrap: nowrap;
  }
}
.cid-tB74RdiEhv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB74RdiEhv .dropdown-menu,
.cid-tB74RdiEhv .navbar.opened {
  background: #ffffff !important;
}
.cid-tB74RdiEhv .nav-item:focus,
.cid-tB74RdiEhv .nav-link:focus {
  outline: none;
}
.cid-tB74RdiEhv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB74RdiEhv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB74RdiEhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB74RdiEhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB74RdiEhv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB74RdiEhv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB74RdiEhv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tB74RdiEhv .navbar.opened {
  transition: all 0.3s;
}
.cid-tB74RdiEhv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB74RdiEhv .navbar .navbar-logo img {
  width: auto;
}
.cid-tB74RdiEhv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB74RdiEhv .navbar.collapsed {
  justify-content: center;
}
.cid-tB74RdiEhv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB74RdiEhv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB74RdiEhv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tB74RdiEhv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB74RdiEhv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB74RdiEhv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB74RdiEhv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB74RdiEhv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB74RdiEhv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB74RdiEhv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB74RdiEhv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB74RdiEhv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB74RdiEhv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB74RdiEhv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB74RdiEhv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB74RdiEhv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB74RdiEhv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB74RdiEhv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB74RdiEhv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB74RdiEhv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB74RdiEhv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB74RdiEhv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB74RdiEhv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB74RdiEhv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB74RdiEhv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB74RdiEhv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB74RdiEhv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB74RdiEhv .dropdown-item.active,
.cid-tB74RdiEhv .dropdown-item:active {
  background-color: transparent;
}
.cid-tB74RdiEhv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB74RdiEhv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB74RdiEhv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB74RdiEhv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tB74RdiEhv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB74RdiEhv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB74RdiEhv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB74RdiEhv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB74RdiEhv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB74RdiEhv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tB74RdiEhv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB74RdiEhv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB74RdiEhv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB74RdiEhv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB74RdiEhv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB74RdiEhv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB74RdiEhv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB74RdiEhv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB74RdiEhv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB74RdiEhv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB74RdiEhv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB74RdiEhv .navbar {
    height: 70px;
  }
  .cid-tB74RdiEhv .navbar.opened {
    height: auto;
  }
  .cid-tB74RdiEhv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB752kllcI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB752kllcI .nav-tabs .nav-item.open .nav-link:focus,
.cid-tB752kllcI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tB752kllcI .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #879a9f;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-tB752kllcI .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tB752kllcI p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-tB752kllcI .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-tB752kllcI .nav-tabs .nav-link {
  color: #879a9f;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tB752kllcI .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #82786e;
}
.cid-tB752kllcI .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #82786e;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-tB752kllcI .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-tB752kllcI .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tB752kllcI p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tB752kllcI .mbr-text,
  .cid-tB752kllcI .nav-link {
    text-align: center;
  }
  .cid-tB752kllcI .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tB752kllcI .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-tB752kllcI p {
    padding-left: 0rem;
  }
}
.cid-tB752kllcI P {
  color: #000000;
}
.cid-u2iHSCUv6S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2iHSCUv6S .item-img,
.cid-u2iHSCUv6S .img-wrap,
.cid-u2iHSCUv6S img {
  border-radius: 25% !important;
  display: flex;
  justify-content: center;
}
.cid-u2iHSCUv6S img,
.cid-u2iHSCUv6S .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-u2iHSCUv6S img,
  .cid-u2iHSCUv6S .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-u2iHSCUv6S .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u2iHSCUv6S .item:focus,
.cid-u2iHSCUv6S span:focus {
  outline: none;
}
.cid-u2iHSCUv6S .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u2iHSCUv6S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2iHSCUv6S .item {
    margin-bottom: 1rem;
  }
}
.cid-u2iHSCUv6S h5 {
  margin: 0;
}
.cid-u2iHSCUv6S .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u2iHSCUv6S .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u2iHSCUv6S .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2iHSCUv6S .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-u2iHSCUv6S .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-u2iHSCUv6S .item-wrapper {
    height: auto;
  }
}
.cid-u2iHSCUv6S .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u2iHSCUv6S .item-title {
  text-align: center;
}
.cid-u2iHSCUv6S .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u2iHSCUv6S .mbr-text,
.cid-u2iHSCUv6S .item .mbr-section-btn {
  text-align: center;
}
.cid-u2iHSCUv6S .mbr-section-subtitle,
.cid-u2iHSCUv6S .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tB74RelWK3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tB74RelWK3 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tB74RelWK3 .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tB74RelWK3 H2 {
  color: #e7272d;
}
.cid-tB74RelWK3 h4 {
  text-align: center !important;
}
.cid-tB74RelWK3 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tB74RelWK3 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tB74RelWK3 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB74RelWK3 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tB74RelWK3 .col-lg-12 {
  overflow: hidden;
}
.cid-tB74RelWK3 H4 {
  color: #000000;
}
.cid-tB74RelWK3 .mbr-text,
.cid-tB74RelWK3 .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tB74RelWK3 .logo-wrap:before {
    content: none;
  }
  .cid-tB74RelWK3 .logo-wrap:after {
    content: none;
  }
}
.cid-tB74RelWK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB74RelWK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB74RelWK3 H3 {
  color: #000000;
  font-size: 15px !important;
}
.cid-tDWXYXNiBm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDWXYXNiBm nav.navbar {
  position: fixed;
}
.cid-tDWXYXNiBm .link {
  font-weight: bold;
}
.cid-tDWXYXNiBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWXYXNiBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDWXYXNiBm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDWXYXNiBm .dropdown-item:hover,
.cid-tDWXYXNiBm .dropdown-item:focus {
  background: #545353 !important;
  color: white !important;
}
.cid-tDWXYXNiBm .dropdown-item:hover span {
  color: white;
}
.cid-tDWXYXNiBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDWXYXNiBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDWXYXNiBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDWXYXNiBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDWXYXNiBm .nav-link {
  position: relative;
}
.cid-tDWXYXNiBm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDWXYXNiBm .container {
    flex-wrap: nowrap;
  }
}
.cid-tDWXYXNiBm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDWXYXNiBm .dropdown-menu,
.cid-tDWXYXNiBm .navbar.opened {
  background: #ffffff !important;
}
.cid-tDWXYXNiBm .nav-item:focus,
.cid-tDWXYXNiBm .nav-link:focus {
  outline: none;
}
.cid-tDWXYXNiBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDWXYXNiBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDWXYXNiBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDWXYXNiBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWXYXNiBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDWXYXNiBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDWXYXNiBm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tDWXYXNiBm .navbar.opened {
  transition: all 0.3s;
}
.cid-tDWXYXNiBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDWXYXNiBm .navbar .navbar-logo img {
  width: auto;
}
.cid-tDWXYXNiBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDWXYXNiBm .navbar.collapsed {
  justify-content: center;
}
.cid-tDWXYXNiBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDWXYXNiBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDWXYXNiBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDWXYXNiBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDWXYXNiBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDWXYXNiBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDWXYXNiBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDWXYXNiBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDWXYXNiBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDWXYXNiBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDWXYXNiBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDWXYXNiBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDWXYXNiBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDWXYXNiBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDWXYXNiBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDWXYXNiBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDWXYXNiBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDWXYXNiBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDWXYXNiBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDWXYXNiBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDWXYXNiBm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDWXYXNiBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDWXYXNiBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDWXYXNiBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDWXYXNiBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDWXYXNiBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDWXYXNiBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDWXYXNiBm .dropdown-item.active,
.cid-tDWXYXNiBm .dropdown-item:active {
  background-color: transparent;
}
.cid-tDWXYXNiBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDWXYXNiBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDWXYXNiBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDWXYXNiBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDWXYXNiBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDWXYXNiBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDWXYXNiBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDWXYXNiBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDWXYXNiBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDWXYXNiBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDWXYXNiBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDWXYXNiBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWXYXNiBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWXYXNiBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDWXYXNiBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWXYXNiBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDWXYXNiBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDWXYXNiBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWXYXNiBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDWXYXNiBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDWXYXNiBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDWXYXNiBm .navbar {
    height: 70px;
  }
  .cid-tDWXYXNiBm .navbar.opened {
    height: auto;
  }
  .cid-tDWXYXNiBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-4v {
  /* Type valid CSS here */
  /* Type valid CSS here */
}
#custom-html-4v html,
#custom-html-4v body {
  height: 100vh;
  width: 100vb;
  padding: 0;
  margin: 0;
  font-size: 10px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#custom-html-4v * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#custom-html-4v .videoPlayer {
  height: 100vh;
  width: 100vw;
  background-color: transaprent;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#custom-html-4v .videoPlayer video {
  height: auto;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.cid-tDWXZ0dt0S {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #9c928a;
}
.cid-tDWXZ0dt0S .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tDWXZ0dt0S .row {
  border-bottom: 1px solid #d0b391;
}
.cid-tDWXZ0dt0S H2 {
  color: #e7272d;
}
.cid-tDWXZ0dt0S h4 {
  text-align: center !important;
}
.cid-tDWXZ0dt0S .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tDWXZ0dt0S .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tDWXZ0dt0S .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tDWXZ0dt0S .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #d0b391;
}
.cid-tDWXZ0dt0S .col-lg-12 {
  overflow: hidden;
}
.cid-tDWXZ0dt0S H4 {
  color: #000000;
}
.cid-tDWXZ0dt0S .mbr-text,
.cid-tDWXZ0dt0S .mbr-section-btn {
  color: #d0b391;
}
@media (max-width: 767px) {
  .cid-tDWXZ0dt0S .logo-wrap:before {
    content: none;
  }
  .cid-tDWXZ0dt0S .logo-wrap:after {
    content: none;
  }
}
.cid-tDWXZ0dt0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWXZ0dt0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDWXZ0dt0S H3 {
  color: #000000;
  font-size: 15px !important;
}
