.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.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: #000000 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #f45050 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  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;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f45050 !important;
  border-color: #f45050 !important;
  color: #ffffff;
  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;
  background-color: #df0e0e;
  border-color: #df0e0e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #df0e0e !important;
  border-color: #df0e0e !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  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;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline:active {
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #f45050 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f45050;
  color: #f45050;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df0e0e !important;
  background-color: transparent!important;
  border-color: #df0e0e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f45050 !important;
  border-color: #f45050 !important;
}
.btn-danger-outline:active {
  color: #f45050 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #f45050 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fab0b0 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #f45050;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b2026 !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='%23000000' %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-st2ewTpC9J .navbar-dropdown {
  position: relative !important;
}
.cid-st2ewTpC9J .navbar-dropdown {
  position: absolute !important;
}
.cid-st2ewTpC9J .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2ewTpC9J .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2ewTpC9J .nav-item {
    height: auto;
  }
}
.cid-st2ewTpC9J .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2ewTpC9J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2ewTpC9J .dropdown-item:hover,
.cid-st2ewTpC9J .dropdown-item:focus {
  background: white !important;
}
.cid-st2ewTpC9J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2ewTpC9J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2ewTpC9J .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2ewTpC9J .nav-link {
  position: relative;
}
.cid-st2ewTpC9J .container {
  display: flex;
  margin: auto;
}
.cid-st2ewTpC9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2ewTpC9J .dropdown-menu,
.cid-st2ewTpC9J .navbar.opened {
  background: #fff0b0 !important;
}
.cid-st2ewTpC9J .nav-item:focus,
.cid-st2ewTpC9J .nav-link:focus {
  outline: none;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2ewTpC9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2ewTpC9J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 240, 176, 0.8);
}
.cid-st2ewTpC9J .navbar.opened {
  transition: all 0.3s;
}
.cid-st2ewTpC9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2ewTpC9J .navbar .navbar-logo img {
  width: auto;
}
.cid-st2ewTpC9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar.collapsed {
  justify-content: center;
}
.cid-st2ewTpC9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2ewTpC9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2ewTpC9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2ewTpC9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2ewTpC9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2ewTpC9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2ewTpC9J .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-st2ewTpC9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2ewTpC9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2ewTpC9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2ewTpC9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2ewTpC9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2ewTpC9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2ewTpC9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2ewTpC9J .dropdown-item.active,
.cid-st2ewTpC9J .dropdown-item:active {
  background-color: transparent;
}
.cid-st2ewTpC9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2ewTpC9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2ewTpC9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2ewTpC9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2ewTpC9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-st2ewTpC9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2ewTpC9J .navbar {
    height: 70px;
  }
  .cid-st2ewTpC9J .navbar.opened {
    height: auto;
  }
  .cid-st2ewTpC9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxnCuSCf2K {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-sxnCuSCf2K .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sxnCuSCf2K .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sxnCuSCf2K .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tYCzc2EkTs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6e2e2;
}
.cid-tYCzc2EkTs .card {
  background: #fff0b0;
  border-radius: 10px;
}
.cid-tYCzc2EkTs img {
  width: 100%;
  border-radius: 10px;
}
.cid-tYCzc2EkTs .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tYCzc2EkTs .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYCzc2EkTs .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-tYCzc2EkTs img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-tYCzc2EkTs .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-tYCzc2EkTs img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-tYCzc2EkTs img {
    width: 100%;
  }
}
.cid-tYCzc2EkTs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-tYCzc2EkTs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tYCzc2EkTs .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-tYCzc2EkTs .mbr-text,
.cid-tYCzc2EkTs .mbr-section-btn {
  color: #464646;
}
.cid-tYCzc2EkTs .mbr-section-subtitle {
  color: #777777;
}
.cid-tYCFjeLBSK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f6e2e2;
}
.cid-tYCFjeLBSK .card {
  background: #fff0b0;
  border-radius: 10px;
}
.cid-tYCFjeLBSK img {
  width: 100%;
  border-radius: 10px;
}
.cid-tYCFjeLBSK .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tYCFjeLBSK .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYCFjeLBSK .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-tYCFjeLBSK img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-tYCFjeLBSK .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-tYCFjeLBSK img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-tYCFjeLBSK img {
    width: 100%;
  }
}
.cid-tYCFjeLBSK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-tYCFjeLBSK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tYCFjeLBSK .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-tYCFjeLBSK .mbr-text,
.cid-tYCFjeLBSK .mbr-section-btn {
  color: #464646;
}
.cid-tYCFjeLBSK .mbr-section-subtitle {
  color: #777777;
}
.cid-tYCFRgDB0a {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f6e2e2;
}
.cid-tYCFRgDB0a .mbr-section-subtitle {
  color: #14191e;
}
.cid-tYCFRgDB0a .mbr-text {
  color: #777777;
}
.cid-sxBzH1OO6t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxBzH1OO6t p {
  text-align: center;
}
.cid-sxBzH1OO6t .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sxBzH1OO6t .social-list a:focus {
  text-decoration: none;
}
.cid-sxBzH1OO6t .text-copyright {
  width: 100%;
  color: #efefef;
}
.cid-sxBzH1OO6t .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sxBzH1OO6t .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #dce8eb;
}
.cid-sxBzH1OO6t .logo-footer {
  line-height: normal;
}
.cid-sxBzH1OO6t .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxBzH1OO6t .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxBzH1OO6t .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxBzH1OO6t img {
  display: inline;
}
.cid-tYFwPx1tGr .navbar-dropdown {
  position: relative !important;
}
.cid-tYFwPx1tGr .navbar-dropdown {
  position: absolute !important;
}
.cid-tYFwPx1tGr .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tYFwPx1tGr .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tYFwPx1tGr .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tYFwPx1tGr .nav-item {
    height: auto;
  }
}
.cid-tYFwPx1tGr .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYFwPx1tGr .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-tYFwPx1tGr .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYFwPx1tGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYFwPx1tGr .dropdown-item:hover,
.cid-tYFwPx1tGr .dropdown-item:focus {
  background: white !important;
}
.cid-tYFwPx1tGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYFwPx1tGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYFwPx1tGr .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tYFwPx1tGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYFwPx1tGr .nav-link {
  position: relative;
}
.cid-tYFwPx1tGr .container {
  display: flex;
  margin: auto;
}
.cid-tYFwPx1tGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tYFwPx1tGr .dropdown-menu,
.cid-tYFwPx1tGr .navbar.opened {
  background: #fff0b0 !important;
}
.cid-tYFwPx1tGr .nav-item:focus,
.cid-tYFwPx1tGr .nav-link:focus {
  outline: none;
}
.cid-tYFwPx1tGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYFwPx1tGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYFwPx1tGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tYFwPx1tGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYFwPx1tGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYFwPx1tGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYFwPx1tGr .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 240, 176, 0.8);
}
.cid-tYFwPx1tGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tYFwPx1tGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYFwPx1tGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tYFwPx1tGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYFwPx1tGr .navbar.collapsed {
  justify-content: center;
}
.cid-tYFwPx1tGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYFwPx1tGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYFwPx1tGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tYFwPx1tGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYFwPx1tGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYFwPx1tGr .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-tYFwPx1tGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYFwPx1tGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYFwPx1tGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYFwPx1tGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYFwPx1tGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYFwPx1tGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYFwPx1tGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYFwPx1tGr .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-tYFwPx1tGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYFwPx1tGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYFwPx1tGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYFwPx1tGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYFwPx1tGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYFwPx1tGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYFwPx1tGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYFwPx1tGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYFwPx1tGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYFwPx1tGr .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-tYFwPx1tGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYFwPx1tGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYFwPx1tGr .dropdown-item.active,
.cid-tYFwPx1tGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tYFwPx1tGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYFwPx1tGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYFwPx1tGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYFwPx1tGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-tYFwPx1tGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYFwPx1tGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYFwPx1tGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYFwPx1tGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYFwPx1tGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYFwPx1tGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYFwPx1tGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYFwPx1tGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYFwPx1tGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYFwPx1tGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYFwPx1tGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYFwPx1tGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYFwPx1tGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYFwPx1tGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYFwPx1tGr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYFwPx1tGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYFwPx1tGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYFwPx1tGr .navbar {
    height: 70px;
  }
  .cid-tYFwPx1tGr .navbar.opened {
    height: auto;
  }
  .cid-tYFwPx1tGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYFwPy9Rul {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tYFwPy9Rul .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYFwPy9Rul .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tYFwPy9Rul .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  margin: 0;
  padding-top: 1rem;
}
.cid-tYFwPy9Rul .mbr-fullscreen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}
.cid-tYFwPy9Rul .button-align {
  width: 100%;
}
.cid-tYFwPy9Rul .mbr-text {
  padding-top: 10px;
}
.cid-tYFDLYCXf9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6e2e2;
}
.cid-tYFDLYCXf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYFDLYCXf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYFDLYCXf9 .container {
  max-width: 1140px;
}
.cid-tYFDLYCXf9 .row {
  justify-content: center;
}
.cid-tYFDLYCXf9 .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-tYFDLYCXf9 .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-tYFDLYCXf9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-tYFDLYCXf9 .toggle-panel {
  width: 100%;
}
.cid-tYFDLYCXf9 .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-tYFDLYCXf9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYFDLYCXf9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tYFDLYCXf9 .panel-title {
    align-items: flex-start;
  }
}
.cid-tYFDLYCXf9 .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #f6e2e2;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-tYFDLYCXf9 .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-tYFDLYCXf9 .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-tYFDLYCXf9 .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-tYFDLYCXf9 .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-tYFDLYCXf9 .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-tYFDLYCXf9 .panel-body {
    width: 100%;
  }
}
.cid-tYFDLYCXf9 .panel-title-edit {
  color: #1D191F;
}
.cid-tYFDLYCXf9 .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-tYFFezrnSA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f6e2e2;
}
.cid-tYFFezrnSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYFFezrnSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYFFezrnSA .container {
  max-width: 1140px;
}
.cid-tYFFezrnSA .row {
  justify-content: center;
}
.cid-tYFFezrnSA .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-tYFFezrnSA .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-tYFFezrnSA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-tYFFezrnSA .toggle-panel {
  width: 100%;
}
.cid-tYFFezrnSA .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-tYFFezrnSA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tYFFezrnSA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tYFFezrnSA .panel-title {
    align-items: flex-start;
  }
}
.cid-tYFFezrnSA .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #f6e2e2;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-tYFFezrnSA .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-tYFFezrnSA .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-tYFFezrnSA .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-tYFFezrnSA .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-tYFFezrnSA .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-tYFFezrnSA .panel-body {
    width: 100%;
  }
}
.cid-tYFFezrnSA .panel-title-edit {
  color: #1D191F;
}
.cid-tYFFezrnSA .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-tYFwPAbZQa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6e2e2;
}
.cid-tYFwPAbZQa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tYFwPAbZQa .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tYFwPAbZQa .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-tYFwPAbZQa .row .img-item img {
    height: 250px;
  }
}
.cid-tYFwPBiOUp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tYFwPBiOUp p {
  text-align: center;
}
.cid-tYFwPBiOUp .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tYFwPBiOUp .social-list a:focus {
  text-decoration: none;
}
.cid-tYFwPBiOUp .text-copyright {
  width: 100%;
  color: #efefef;
}
.cid-tYFwPBiOUp .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tYFwPBiOUp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #dce8eb;
}
.cid-tYFwPBiOUp .logo-footer {
  line-height: normal;
}
.cid-tYFwPBiOUp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYFwPBiOUp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYFwPBiOUp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYFwPBiOUp img {
  display: inline;
}
.cid-st2ewTpC9J .navbar-dropdown {
  position: relative !important;
}
.cid-st2ewTpC9J .navbar-dropdown {
  position: absolute !important;
}
.cid-st2ewTpC9J .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2ewTpC9J .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2ewTpC9J .nav-item {
    height: auto;
  }
}
.cid-st2ewTpC9J .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2ewTpC9J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2ewTpC9J .dropdown-item:hover,
.cid-st2ewTpC9J .dropdown-item:focus {
  background: white !important;
}
.cid-st2ewTpC9J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2ewTpC9J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2ewTpC9J .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2ewTpC9J .nav-link {
  position: relative;
}
.cid-st2ewTpC9J .container {
  display: flex;
  margin: auto;
}
.cid-st2ewTpC9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2ewTpC9J .dropdown-menu,
.cid-st2ewTpC9J .navbar.opened {
  background: #fff0b0 !important;
}
.cid-st2ewTpC9J .nav-item:focus,
.cid-st2ewTpC9J .nav-link:focus {
  outline: none;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2ewTpC9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2ewTpC9J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 240, 176, 0.8);
}
.cid-st2ewTpC9J .navbar.opened {
  transition: all 0.3s;
}
.cid-st2ewTpC9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2ewTpC9J .navbar .navbar-logo img {
  width: auto;
}
.cid-st2ewTpC9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar.collapsed {
  justify-content: center;
}
.cid-st2ewTpC9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2ewTpC9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2ewTpC9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2ewTpC9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2ewTpC9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2ewTpC9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2ewTpC9J .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-st2ewTpC9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2ewTpC9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2ewTpC9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2ewTpC9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2ewTpC9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2ewTpC9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2ewTpC9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2ewTpC9J .dropdown-item.active,
.cid-st2ewTpC9J .dropdown-item:active {
  background-color: transparent;
}
.cid-st2ewTpC9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2ewTpC9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2ewTpC9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2ewTpC9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2ewTpC9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-st2ewTpC9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2ewTpC9J .navbar {
    height: 70px;
  }
  .cid-st2ewTpC9J .navbar.opened {
    height: auto;
  }
  .cid-st2ewTpC9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxn4leKWsd {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-sxn4leKWsd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxn4leKWsd .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sxn4leKWsd .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  margin: 0;
  padding-top: 1rem;
}
.cid-sxn4leKWsd .mbr-fullscreen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}
.cid-sxn4leKWsd .button-align {
  width: 100%;
}
.cid-sxn4leKWsd .mbr-text {
  padding-top: 10px;
}
.cid-tYFq8TRsEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6e2e2;
}
.cid-tYFq8TRsEi .row {
  background: #fff0b0;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-tYFq8TRsEi .row {
    padding: 1rem 0rem;
  }
}
.cid-tYFq8TRsEi img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tYFq8TRsEi img {
    width: 100%;
  }
}
.cid-tYFq8TRsEi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-tYFq8TRsEi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tYFq8TRsEi .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-tYFq8TRsEi .mbr-text,
.cid-tYFq8TRsEi .mbr-section-btn {
  color: #777777;
}
.cid-tYFq8TRsEi .mbr-section-subtitle {
  color: #777777;
}
.cid-sxnjq4QaDC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6e2e2;
}
.cid-sxnjq4QaDC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sxnjq4QaDC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sxnjq4QaDC .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sxnjq4QaDC .row .img-item img {
    height: 250px;
  }
}
.cid-sYWTcLC7Tk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sYWTcLC7Tk p {
  text-align: center;
}
.cid-sYWTcLC7Tk .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sYWTcLC7Tk .social-list a:focus {
  text-decoration: none;
}
.cid-sYWTcLC7Tk .text-copyright {
  width: 100%;
  color: #efefef;
}
.cid-sYWTcLC7Tk .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sYWTcLC7Tk .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #dce8eb;
}
.cid-sYWTcLC7Tk .logo-footer {
  line-height: normal;
}
.cid-sYWTcLC7Tk .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYWTcLC7Tk .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYWTcLC7Tk .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYWTcLC7Tk img {
  display: inline;
}
.cid-sxnz1fcbdQ .navbar-dropdown {
  position: relative !important;
}
.cid-sxnz1fcbdQ .navbar-dropdown {
  position: absolute !important;
}
.cid-sxnz1fcbdQ .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sxnz1fcbdQ .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sxnz1fcbdQ .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sxnz1fcbdQ .nav-item {
    height: auto;
  }
}
.cid-sxnz1fcbdQ .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sxnz1fcbdQ .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-sxnz1fcbdQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxnz1fcbdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxnz1fcbdQ .dropdown-item:hover,
.cid-sxnz1fcbdQ .dropdown-item:focus {
  background: white !important;
}
.cid-sxnz1fcbdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxnz1fcbdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxnz1fcbdQ .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sxnz1fcbdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxnz1fcbdQ .nav-link {
  position: relative;
}
.cid-sxnz1fcbdQ .container {
  display: flex;
  margin: auto;
}
.cid-sxnz1fcbdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sxnz1fcbdQ .dropdown-menu,
.cid-sxnz1fcbdQ .navbar.opened {
  background: #fff0b0 !important;
}
.cid-sxnz1fcbdQ .nav-item:focus,
.cid-sxnz1fcbdQ .nav-link:focus {
  outline: none;
}
.cid-sxnz1fcbdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxnz1fcbdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxnz1fcbdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sxnz1fcbdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxnz1fcbdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxnz1fcbdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxnz1fcbdQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 240, 176, 0.8);
}
.cid-sxnz1fcbdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxnz1fcbdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxnz1fcbdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxnz1fcbdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxnz1fcbdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sxnz1fcbdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxnz1fcbdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxnz1fcbdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sxnz1fcbdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxnz1fcbdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxnz1fcbdQ .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-sxnz1fcbdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxnz1fcbdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxnz1fcbdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxnz1fcbdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxnz1fcbdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxnz1fcbdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxnz1fcbdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxnz1fcbdQ .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-sxnz1fcbdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxnz1fcbdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxnz1fcbdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxnz1fcbdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxnz1fcbdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxnz1fcbdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxnz1fcbdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxnz1fcbdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxnz1fcbdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxnz1fcbdQ .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-sxnz1fcbdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxnz1fcbdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxnz1fcbdQ .dropdown-item.active,
.cid-sxnz1fcbdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxnz1fcbdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxnz1fcbdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxnz1fcbdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxnz1fcbdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-sxnz1fcbdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxnz1fcbdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxnz1fcbdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxnz1fcbdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxnz1fcbdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxnz1fcbdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxnz1fcbdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxnz1fcbdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxnz1fcbdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxnz1fcbdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxnz1fcbdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxnz1fcbdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxnz1fcbdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxnz1fcbdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxnz1fcbdQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxnz1fcbdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxnz1fcbdQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxnz1fcbdQ .navbar {
    height: 70px;
  }
  .cid-sxnz1fcbdQ .navbar.opened {
    height: auto;
  }
  .cid-sxnz1fcbdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxnzQueBkM {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f4cfcf;
}
.cid-sxnzQueBkM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1b2026;
  margin-bottom: 1.5rem;
}
.cid-sxnzQueBkM .col-lg-4,
.cid-sxnzQueBkM .col-12 {
  padding: 0 2rem;
}
.cid-sxnzQueBkM .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sxnzQueBkM .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sxnzQueBkM .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sxnzQueBkM .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sxnzQueBkM .card-title,
.cid-sxnzQueBkM .iconfont-wrapper {
  color: #4d0e0e;
  text-align: center;
}
.cid-sxnzQueBkM .card-text {
  color: #232323;
  text-align: center;
}
.cid-sxnzQueBkM .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sxnzQueBkM .mbr-section-title {
  color: #000000;
}
.cid-sYWSIRsZA4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sYWSIRsZA4 p {
  text-align: center;
}
.cid-sYWSIRsZA4 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sYWSIRsZA4 .social-list a:focus {
  text-decoration: none;
}
.cid-sYWSIRsZA4 .text-copyright {
  width: 100%;
  color: #efefef;
}
.cid-sYWSIRsZA4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sYWSIRsZA4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #dce8eb;
}
.cid-sYWSIRsZA4 .logo-footer {
  line-height: normal;
}
.cid-sYWSIRsZA4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYWSIRsZA4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYWSIRsZA4 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYWSIRsZA4 img {
  display: inline;
}
.cid-tYFGn9uoxU .navbar-dropdown {
  position: relative !important;
}
.cid-tYFGn9uoxU .navbar-dropdown {
  position: absolute !important;
}
.cid-tYFGn9uoxU .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tYFGn9uoxU .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tYFGn9uoxU .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tYFGn9uoxU .nav-item {
    height: auto;
  }
}
.cid-tYFGn9uoxU .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYFGn9uoxU .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-tYFGn9uoxU .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYFGn9uoxU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYFGn9uoxU .dropdown-item:hover,
.cid-tYFGn9uoxU .dropdown-item:focus {
  background: white !important;
}
.cid-tYFGn9uoxU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYFGn9uoxU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYFGn9uoxU .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tYFGn9uoxU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYFGn9uoxU .nav-link {
  position: relative;
}
.cid-tYFGn9uoxU .container {
  display: flex;
  margin: auto;
}
.cid-tYFGn9uoxU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tYFGn9uoxU .dropdown-menu,
.cid-tYFGn9uoxU .navbar.opened {
  background: #fff0b0 !important;
}
.cid-tYFGn9uoxU .nav-item:focus,
.cid-tYFGn9uoxU .nav-link:focus {
  outline: none;
}
.cid-tYFGn9uoxU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYFGn9uoxU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYFGn9uoxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tYFGn9uoxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYFGn9uoxU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYFGn9uoxU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYFGn9uoxU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 240, 176, 0.8);
}
.cid-tYFGn9uoxU .navbar.opened {
  transition: all 0.3s;
}
.cid-tYFGn9uoxU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYFGn9uoxU .navbar .navbar-logo img {
  width: auto;
}
.cid-tYFGn9uoxU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYFGn9uoxU .navbar.collapsed {
  justify-content: center;
}
.cid-tYFGn9uoxU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYFGn9uoxU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYFGn9uoxU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tYFGn9uoxU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYFGn9uoxU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYFGn9uoxU .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-tYFGn9uoxU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYFGn9uoxU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYFGn9uoxU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYFGn9uoxU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYFGn9uoxU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYFGn9uoxU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYFGn9uoxU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYFGn9uoxU .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-tYFGn9uoxU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYFGn9uoxU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYFGn9uoxU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYFGn9uoxU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYFGn9uoxU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYFGn9uoxU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYFGn9uoxU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYFGn9uoxU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYFGn9uoxU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYFGn9uoxU .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-tYFGn9uoxU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYFGn9uoxU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYFGn9uoxU .dropdown-item.active,
.cid-tYFGn9uoxU .dropdown-item:active {
  background-color: transparent;
}
.cid-tYFGn9uoxU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYFGn9uoxU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYFGn9uoxU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYFGn9uoxU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-tYFGn9uoxU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYFGn9uoxU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYFGn9uoxU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYFGn9uoxU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYFGn9uoxU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYFGn9uoxU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYFGn9uoxU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYFGn9uoxU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYFGn9uoxU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYFGn9uoxU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYFGn9uoxU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYFGn9uoxU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYFGn9uoxU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYFGn9uoxU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYFGn9uoxU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYFGn9uoxU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYFGn9uoxU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYFGn9uoxU .navbar {
    height: 70px;
  }
  .cid-tYFGn9uoxU .navbar.opened {
    height: auto;
  }
  .cid-tYFGn9uoxU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYFGnaSQRh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x602.jpg");
}
.cid-tYFGnaSQRh .mbr-text,
.cid-tYFGnaSQRh .mbr-section-btn {
  color: #1b2026;
}
.cid-tYFGnaSQRh .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-tYFGnaSQRh .button p {
  padding: 0;
  margin: 0;
}
.cid-tYFGnaSQRh .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tYFGncphhQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f6c8c8;
}
.cid-tYFGncphhQ .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-tYFGncphhQ .content_wrapper:hover .mbr-section-title a {
  color: #1b2026 !important;
}
.cid-tYFGncphhQ .mbr-section-title,
.cid-tYFGncphhQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tYFGncphhQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tYFGncphhQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-tYFGncphhQ .mbr-section-btn .btn-secondary-outline .active,
.cid-tYFGncphhQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tYFGncphhQ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-tYFGnf7tNw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tYFGnf7tNw p {
  text-align: center;
}
.cid-tYFGnf7tNw .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-tYFGnf7tNw .social-list a:focus {
  text-decoration: none;
}
.cid-tYFGnf7tNw .text-copyright {
  width: 100%;
  color: #efefef;
}
.cid-tYFGnf7tNw .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tYFGnf7tNw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #dce8eb;
}
.cid-tYFGnf7tNw .logo-footer {
  line-height: normal;
}
.cid-tYFGnf7tNw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYFGnf7tNw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYFGnf7tNw .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYFGnf7tNw img {
  display: inline;
}
