@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);



body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Casper Bold';
  font-size: 3.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Casper';
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #575756 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #575756 !important;
  border-color: #575756 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #313130 !important;
  border-color: #313130 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #313130 !important;
  border-color: #313130 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cf0a2c !important;
  border-color: #cf0a2c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #86061c !important;
  border-color: #86061c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #86061c !important;
  border-color: #86061c !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #242423;
  color: #242423;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #575756;
  border-color: #575756;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #575756 !important;
  border-color: #575756 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6e0517;
  color: #6e0517;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cf0a2c;
  border-color: #cf0a2c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cf0a2c !important;
  border-color: #cf0a2c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #575756 !important;
}
.text-secondary {
  color: #cf0a2c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #242423 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6e0517 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #575756;
  border-color: #575756;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #575756;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #979796;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #575756;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #575756;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #575756;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #575756;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #575756;
  border-bottom-color: #575756;
}
.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: #575756 !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: #cf0a2c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23575756' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s7sTFhYxaI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s7sTFhYxaI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s7sTFhYxaI a {
  font-style: normal;
}
.cid-s7sTFhYxaI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s7sTFhYxaI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s7sTFhYxaI .nav-item:focus,
.cid-s7sTFhYxaI .nav-link:focus {
  outline: none;
}
.cid-s7sTFhYxaI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7sTFhYxaI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s7sTFhYxaI .menu-logo {
  margin-right: auto;
}
.cid-s7sTFhYxaI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7sTFhYxaI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7sTFhYxaI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7sTFhYxaI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7sTFhYxaI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7sTFhYxaI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7sTFhYxaI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s7sTFhYxaI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s7sTFhYxaI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7sTFhYxaI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7sTFhYxaI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7sTFhYxaI .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s7sTFhYxaI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s7sTFhYxaI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7sTFhYxaI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7sTFhYxaI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s7sTFhYxaI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s7sTFhYxaI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s7sTFhYxaI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s7sTFhYxaI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7sTFhYxaI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7sTFhYxaI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7sTFhYxaI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7sTFhYxaI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s7sTFhYxaI button.navbar-toggler:focus {
  outline: none;
}
.cid-s7sTFhYxaI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s7sTFhYxaI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7sTFhYxaI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7sTFhYxaI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7sTFhYxaI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7sTFhYxaI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7sTFhYxaI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7sTFhYxaI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7sTFhYxaI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7sTFhYxaI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7sTFhYxaI .collapsed .btn {
  display: -webkit-flex;
}
.cid-s7sTFhYxaI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7sTFhYxaI .collapsed .navbar-collapse.collapsing,
.cid-s7sTFhYxaI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7sTFhYxaI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7sTFhYxaI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7sTFhYxaI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7sTFhYxaI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7sTFhYxaI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7sTFhYxaI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s7sTFhYxaI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7sTFhYxaI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s7sTFhYxaI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-s7sTFhYxaI .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7sTFhYxaI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s7sTFhYxaI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7sTFhYxaI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7sTFhYxaI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7sTFhYxaI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7sTFhYxaI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s7sTFhYxaI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7sTFhYxaI img {
    height: 3.8rem !important;
  }
  .cid-s7sTFhYxaI .btn {
    display: -webkit-flex;
  }
  .cid-s7sTFhYxaI button.navbar-toggler {
    display: block;
  }
  .cid-s7sTFhYxaI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s7sTFhYxaI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7sTFhYxaI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7sTFhYxaI .navbar-collapse.collapsing,
  .cid-s7sTFhYxaI .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7sTFhYxaI .navbar-collapse.collapsing .navbar-nav,
  .cid-s7sTFhYxaI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7sTFhYxaI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7sTFhYxaI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7sTFhYxaI .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7sTFhYxaI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s7sTFhYxaI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7sTFhYxaI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7sTFhYxaI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7sTFhYxaI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7sTFhYxaI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7sTFhYxaI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s7sTFhYxaI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s7sTFhYxaI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s7sTFhYxaI .nav-link:hover,
.cid-s7sTFhYxaI .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sbq3Rkgm4h .modal-body .close {
  background: #1b1b1b;
}
.cid-sbq3Rkgm4h .modal-body .close span {
  font-style: normal;
}
.cid-sbq3Rkgm4h .carousel-inner > .active,
.cid-sbq3Rkgm4h .carousel-inner > .next,
.cid-sbq3Rkgm4h .carousel-inner > .prev {
  display: table;
}
.cid-sbq3Rkgm4h .carousel-control .icon-next,
.cid-sbq3Rkgm4h .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sbq3Rkgm4h .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbq3Rkgm4h .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sbq3Rkgm4h .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sbq3Rkgm4h .boxed-slider > div {
  position: relative;
}
.cid-sbq3Rkgm4h .container img {
  width: 100%;
}
.cid-sbq3Rkgm4h .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sbq3Rkgm4h .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbq3Rkgm4h .mbr-table-cell {
  padding: 0;
}
.cid-sbq3Rkgm4h .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sbq3Rkgm4h .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sbq3Rkgm4h .mbr-overlay {
  z-index: 1;
}
.cid-sbq3Rkgm4h .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbq3Rkgm4h .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sbq3Rkgm4h .carousel-item .container {
    width: 100%;
  }
}
.cid-sbq3Rkgm4h .carousel-item-next.carousel-item-left,
.cid-sbq3Rkgm4h .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sbq3Rkgm4h .active.carousel-item-right,
.cid-sbq3Rkgm4h .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sbq3Rkgm4h .active.carousel-item-left,
.cid-sbq3Rkgm4h .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sbq3Rkgm4h .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-indicators li.active,
.cid-sbq3Rkgm4h .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-indicators li::after,
.cid-sbq3Rkgm4h .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sbq3Rkgm4h .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sbq3Rkgm4h .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sbq3Rkgm4h .mbr-slider > .container img {
  width: 100%;
}
.cid-sbq3Rkgm4h .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sbq3Rkgm4h .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sbq3Rkgm4h .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sbq3Rkgm4h .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbq3Rkgm4h .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sbq3Rkgm4h .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sbq3Rkgm4h .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sbq3Rkgm4h .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sbq3Rkgm4h .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sbq3Rkgm4h .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbq3Rkgm4h .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sbq3Rkgm4h .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sbq3Rkgm4h .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s7t34Qpf0i {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-s7t34Qpf0i .image-block {
  margin: auto;
}
.cid-s7t34Qpf0i figcaption {
  position: relative;
}
.cid-s7t34Qpf0i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7t34Qpf0i .image-block {
    width: 100% !important;
  }
}
.cid-s7sYtoz9x4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7sYtoz9x4 .mbr-section-subtitle {
  color: #575756;
}
.cid-s7sYtoz9x4 H2 {
  color: #cf0a2c;
}
.cid-s7zyMC5kw8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7zyMC5kw8 .mbr-text {
  color: #575756;
}
.cid-s7zyMC5kw8 .mbr-text P {
  text-align: left;
}
.cid-s9rrAirHwt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9rrAirHwt .card {
  align-self: stretch;
}
.cid-s9rrAirHwt .card-box {
  height: 100%;
  background-color: #dedede;
  padding: 2rem;
}
.cid-s9rrAirHwt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9rrAirHwt p {
  color: #767676;
  text-align: left;
}
.cid-s9rrAirHwt .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9rrAirHwt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s9rrAirHwt .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s9rrAirHwt P {
  color: #575756;
}
.cid-s9rrAirHwt .card-title {
  color: #575756;
}
.cid-s9rs332nN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9rs332nN9 .card {
  align-self: stretch;
}
.cid-s9rs332nN9 .card-box {
  height: 100%;
  background-color: #dedede;
  padding: 2rem;
}
.cid-s9rs332nN9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9rs332nN9 p {
  color: #767676;
  text-align: left;
}
.cid-s9rs332nN9 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9rs332nN9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s9rs332nN9 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s9rs332nN9 P {
  color: #575756;
}
.cid-s9rs332nN9 .card-title {
  color: #575756;
}
.cid-s7tQKM7IDx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s7tQKM7IDx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s7tQKM7IDx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7tQKM7IDx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7tQKM7IDx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7tQKM7IDx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cf0a2c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s7tQKM7IDx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7tQKM7IDx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s7tQKM7IDx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s7tQKM7IDx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #cf0a2c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s7tDnRCMNm {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/img-917.jpg");
}
.cid-s7tEMvKLq0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7tEMvKLq0 .mbr-section-subtitle {
  color: #575756;
  text-align: center;
}
.cid-s7tEMvKLq0 H2 {
  color: #cf0a2c;
  text-align: center;
}
.cid-s7zxVl5jvN {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7zxVl5jvN .mbr-text {
  color: #575756;
}
.cid-s7zxVl5jvN .mbr-text P {
  text-align: center;
}
.cid-s7ugHODXXi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-s7ugHODXXi .image-block {
  margin: auto;
}
.cid-s7ugHODXXi figcaption {
  position: relative;
}
.cid-s7ugHODXXi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7ugHODXXi .image-block {
    width: 100% !important;
  }
}
.cid-s7u01bYp2Q {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-s7tZqVE8Zv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7tZqVE8Zv .mbr-section-subtitle {
  color: #575756;
}
.cid-s7tZqVE8Zv H2 {
  color: #cf0a2c;
}
.cid-s7ukcG3Ubq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ukcG3Ubq .card-box {
  padding: 0 2rem;
}
.cid-s7ukcG3Ubq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7ukcG3Ubq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7ukcG3Ubq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7ukcG3Ubq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s7ukcG3Ubq .mbr-text {
  color: #767676;
}
.cid-s7ukcG3Ubq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7ukcG3Ubq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s7ukcG3Ubq .card-title {
  text-align: center;
}
.cid-s7um3hOdWN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7um3hOdWN .card-box {
  padding: 0 2rem;
}
.cid-s7um3hOdWN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7um3hOdWN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7um3hOdWN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7um3hOdWN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s7um3hOdWN .mbr-text {
  color: #767676;
}
.cid-s7um3hOdWN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7um3hOdWN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sc5ckfmYSI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sc5ckfmYSI .mbr-section-subtitle {
  color: #767676;
}
.cid-sc5ckfmYSI H2 {
  color: #cf0a2c;
}
.cid-sc5cIvTDjk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sc5cIvTDjk .mbr-text {
  color: #575756;
}
.cid-sc5cIvTDjk .mbr-text P {
  text-align: center;
}
.cid-s7u5YaTkuh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s7u5YaTkuh .image-block {
  margin: auto;
}
.cid-s7u5YaTkuh figcaption {
  position: relative;
}
.cid-s7u5YaTkuh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7u5YaTkuh .image-block {
    width: 100% !important;
  }
}
.cid-s7zAe6VYj2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s7zAe6VYj2 .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-s7zAe6VYj2 .social-list a:focus {
  text-decoration: none;
}
.cid-s7ux84QQlH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-s9rvPyrNQ9 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9rvPyrNQ9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s9rvPyrNQ9 a {
  font-style: normal;
}
.cid-s9rvPyrNQ9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9rvPyrNQ9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s9rvPyrNQ9 .nav-item:focus,
.cid-s9rvPyrNQ9 .nav-link:focus {
  outline: none;
}
.cid-s9rvPyrNQ9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s9rvPyrNQ9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9rvPyrNQ9 .menu-logo {
  margin-right: auto;
}
.cid-s9rvPyrNQ9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9rvPyrNQ9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9rvPyrNQ9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9rvPyrNQ9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9rvPyrNQ9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9rvPyrNQ9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9rvPyrNQ9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s9rvPyrNQ9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9rvPyrNQ9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9rvPyrNQ9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9rvPyrNQ9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9rvPyrNQ9 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9rvPyrNQ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9rvPyrNQ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9rvPyrNQ9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9rvPyrNQ9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s9rvPyrNQ9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9rvPyrNQ9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9rvPyrNQ9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9rvPyrNQ9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9rvPyrNQ9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9rvPyrNQ9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9rvPyrNQ9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9rvPyrNQ9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9rvPyrNQ9 button.navbar-toggler:focus {
  outline: none;
}
.cid-s9rvPyrNQ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s9rvPyrNQ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9rvPyrNQ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9rvPyrNQ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9rvPyrNQ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9rvPyrNQ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9rvPyrNQ9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9rvPyrNQ9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9rvPyrNQ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9rvPyrNQ9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9rvPyrNQ9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.collapsing,
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9rvPyrNQ9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s9rvPyrNQ9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-s9rvPyrNQ9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9rvPyrNQ9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9rvPyrNQ9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9rvPyrNQ9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9rvPyrNQ9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9rvPyrNQ9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s9rvPyrNQ9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9rvPyrNQ9 img {
    height: 3.8rem !important;
  }
  .cid-s9rvPyrNQ9 .btn {
    display: -webkit-flex;
  }
  .cid-s9rvPyrNQ9 button.navbar-toggler {
    display: block;
  }
  .cid-s9rvPyrNQ9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9rvPyrNQ9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9rvPyrNQ9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9rvPyrNQ9 .navbar-collapse.collapsing,
  .cid-s9rvPyrNQ9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9rvPyrNQ9 .navbar-collapse.collapsing .navbar-nav,
  .cid-s9rvPyrNQ9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9rvPyrNQ9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9rvPyrNQ9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9rvPyrNQ9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9rvPyrNQ9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9rvPyrNQ9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9rvPyrNQ9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9rvPyrNQ9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9rvPyrNQ9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9rvPyrNQ9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9rvPyrNQ9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9rvPyrNQ9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s9rvPyrNQ9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s9rvPyrNQ9 .nav-link:hover,
.cid-s9rvPyrNQ9 .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-s9rvPzhoHj {
  background-image: url("../../../assets/images/caja02-1.jpg");
}
.cid-s9rvPzYVFf {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-s9rvPzYVFf .image-block {
  margin: auto;
}
.cid-s9rvPzYVFf figcaption {
  position: relative;
}
.cid-s9rvPzYVFf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9rvPzYVFf .image-block {
    width: 100% !important;
  }
}
.cid-s9rvPAlPvh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9rvPAlPvh .mbr-section-subtitle {
  color: #575756;
}
.cid-s9rvPAlPvh H2 {
  color: #cf0a2c;
}
.cid-s9rzHD0FkS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s9rzHD0FkS .mbr-text {
  color: #575756;
}
.cid-s9rvPDZ8VZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-s9rvPDZ8VZ .image-block {
  margin: auto;
}
.cid-s9rvPDZ8VZ figcaption {
  position: relative;
}
.cid-s9rvPDZ8VZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9rvPDZ8VZ .image-block {
    width: 100% !important;
  }
}
.cid-s9rvPEfYJk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/261083-wallpapers-fruit-apples-food-image-7133x5184-h.jpg");
}
.cid-s9rvPG1LgM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s9rvPG1LgM .image-block {
  margin: auto;
}
.cid-s9rvPG1LgM figcaption {
  position: relative;
}
.cid-s9rvPG1LgM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9rvPG1LgM .image-block {
    width: 100% !important;
  }
}
.cid-s9rvPGiDy0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s9rvPGiDy0 .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-s9rvPGiDy0 .social-list a:focus {
  text-decoration: none;
}
.cid-s9rvPGJHMD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-s9ycHoQUsW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9ycHoQUsW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s9ycHoQUsW a {
  font-style: normal;
}
.cid-s9ycHoQUsW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9ycHoQUsW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s9ycHoQUsW .nav-item:focus,
.cid-s9ycHoQUsW .nav-link:focus {
  outline: none;
}
.cid-s9ycHoQUsW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s9ycHoQUsW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9ycHoQUsW .menu-logo {
  margin-right: auto;
}
.cid-s9ycHoQUsW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9ycHoQUsW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9ycHoQUsW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9ycHoQUsW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9ycHoQUsW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9ycHoQUsW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9ycHoQUsW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s9ycHoQUsW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9ycHoQUsW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9ycHoQUsW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9ycHoQUsW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9ycHoQUsW .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9ycHoQUsW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9ycHoQUsW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9ycHoQUsW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9ycHoQUsW .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s9ycHoQUsW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9ycHoQUsW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9ycHoQUsW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9ycHoQUsW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9ycHoQUsW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9ycHoQUsW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9ycHoQUsW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9ycHoQUsW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9ycHoQUsW button.navbar-toggler:focus {
  outline: none;
}
.cid-s9ycHoQUsW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s9ycHoQUsW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9ycHoQUsW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9ycHoQUsW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9ycHoQUsW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9ycHoQUsW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9ycHoQUsW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9ycHoQUsW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9ycHoQUsW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9ycHoQUsW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9ycHoQUsW .collapsed .btn {
  display: -webkit-flex;
}
.cid-s9ycHoQUsW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9ycHoQUsW .collapsed .navbar-collapse.collapsing,
.cid-s9ycHoQUsW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9ycHoQUsW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9ycHoQUsW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9ycHoQUsW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9ycHoQUsW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9ycHoQUsW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9ycHoQUsW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9ycHoQUsW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9ycHoQUsW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s9ycHoQUsW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-s9ycHoQUsW .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9ycHoQUsW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9ycHoQUsW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9ycHoQUsW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9ycHoQUsW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9ycHoQUsW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9ycHoQUsW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s9ycHoQUsW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9ycHoQUsW img {
    height: 3.8rem !important;
  }
  .cid-s9ycHoQUsW .btn {
    display: -webkit-flex;
  }
  .cid-s9ycHoQUsW button.navbar-toggler {
    display: block;
  }
  .cid-s9ycHoQUsW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9ycHoQUsW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9ycHoQUsW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9ycHoQUsW .navbar-collapse.collapsing,
  .cid-s9ycHoQUsW .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9ycHoQUsW .navbar-collapse.collapsing .navbar-nav,
  .cid-s9ycHoQUsW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9ycHoQUsW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9ycHoQUsW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9ycHoQUsW .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9ycHoQUsW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9ycHoQUsW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9ycHoQUsW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9ycHoQUsW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9ycHoQUsW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9ycHoQUsW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9ycHoQUsW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9ycHoQUsW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s9ycHoQUsW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s9ycHoQUsW .nav-link:hover,
.cid-s9ycHoQUsW .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-s9ycHpNfD9 {
  background-image: url("../../../assets/images/m-v.jpg");
}
.cid-s9ycHqJAD7 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-s9ycHqJAD7 .image-block {
  margin: auto;
}
.cid-s9ycHqJAD7 figcaption {
  position: relative;
}
.cid-s9ycHqJAD7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9ycHqJAD7 .image-block {
    width: 100% !important;
  }
}
.cid-s9ycHqZjO0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9ycHqZjO0 .mbr-section-subtitle {
  color: #575756;
}
.cid-s9ycHqZjO0 H2 {
  color: #cf0a2c;
}
.cid-s9yhYdWiKE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s9yhYdWiKE .card {
  align-self: stretch;
}
.cid-s9yhYdWiKE .card-box {
  height: 100%;
  background-color: #dedede;
  padding: 2rem;
}
.cid-s9yhYdWiKE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9yhYdWiKE p {
  color: #767676;
  text-align: left;
}
.cid-s9yhYdWiKE .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9yhYdWiKE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s9yhYdWiKE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s9yhYdWiKE P {
  color: #575756;
}
.cid-s9yhYdWiKE .card-title {
  color: #575756;
}
.cid-s9ycHs3Rvl {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-s9ycHs3Rvl .image-block {
  margin: auto;
}
.cid-s9ycHs3Rvl figcaption {
  position: relative;
}
.cid-s9ycHs3Rvl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9ycHs3Rvl .image-block {
    width: 100% !important;
  }
}
.cid-s9ycHslOWJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-s9ycHsE4Xx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s9ycHsE4Xx .image-block {
  margin: auto;
}
.cid-s9ycHsE4Xx figcaption {
  position: relative;
}
.cid-s9ycHsE4Xx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9ycHsE4Xx .image-block {
    width: 100% !important;
  }
}
.cid-s9ycHsS4c1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s9ycHsS4c1 .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-s9ycHsS4c1 .social-list a:focus {
  text-decoration: none;
}
.cid-s9ycHtkWU6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-s9yrVZq5cs .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9yrVZq5cs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s9yrVZq5cs a {
  font-style: normal;
}
.cid-s9yrVZq5cs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9yrVZq5cs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s9yrVZq5cs .nav-item:focus,
.cid-s9yrVZq5cs .nav-link:focus {
  outline: none;
}
.cid-s9yrVZq5cs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s9yrVZq5cs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9yrVZq5cs .menu-logo {
  margin-right: auto;
}
.cid-s9yrVZq5cs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9yrVZq5cs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9yrVZq5cs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9yrVZq5cs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9yrVZq5cs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9yrVZq5cs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9yrVZq5cs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s9yrVZq5cs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9yrVZq5cs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9yrVZq5cs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9yrVZq5cs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9yrVZq5cs .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9yrVZq5cs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9yrVZq5cs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9yrVZq5cs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9yrVZq5cs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s9yrVZq5cs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9yrVZq5cs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9yrVZq5cs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9yrVZq5cs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9yrVZq5cs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9yrVZq5cs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9yrVZq5cs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9yrVZq5cs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9yrVZq5cs button.navbar-toggler:focus {
  outline: none;
}
.cid-s9yrVZq5cs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s9yrVZq5cs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9yrVZq5cs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9yrVZq5cs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9yrVZq5cs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9yrVZq5cs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9yrVZq5cs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9yrVZq5cs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9yrVZq5cs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9yrVZq5cs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9yrVZq5cs .collapsed .btn {
  display: -webkit-flex;
}
.cid-s9yrVZq5cs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9yrVZq5cs .collapsed .navbar-collapse.collapsing,
.cid-s9yrVZq5cs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9yrVZq5cs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9yrVZq5cs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9yrVZq5cs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9yrVZq5cs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9yrVZq5cs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9yrVZq5cs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9yrVZq5cs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9yrVZq5cs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s9yrVZq5cs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-s9yrVZq5cs .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9yrVZq5cs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9yrVZq5cs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9yrVZq5cs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9yrVZq5cs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9yrVZq5cs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9yrVZq5cs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s9yrVZq5cs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9yrVZq5cs img {
    height: 3.8rem !important;
  }
  .cid-s9yrVZq5cs .btn {
    display: -webkit-flex;
  }
  .cid-s9yrVZq5cs button.navbar-toggler {
    display: block;
  }
  .cid-s9yrVZq5cs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9yrVZq5cs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9yrVZq5cs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9yrVZq5cs .navbar-collapse.collapsing,
  .cid-s9yrVZq5cs .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9yrVZq5cs .navbar-collapse.collapsing .navbar-nav,
  .cid-s9yrVZq5cs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9yrVZq5cs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9yrVZq5cs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9yrVZq5cs .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9yrVZq5cs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9yrVZq5cs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9yrVZq5cs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9yrVZq5cs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9yrVZq5cs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9yrVZq5cs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9yrVZq5cs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9yrVZq5cs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s9yrVZq5cs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s9yrVZq5cs .nav-link:hover,
.cid-s9yrVZq5cs .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-s9yrW0I1lr {
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-s9yrW1KUtX {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-s9yrW1KUtX .image-block {
  margin: auto;
}
.cid-s9yrW1KUtX figcaption {
  position: relative;
}
.cid-s9yrW1KUtX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yrW1KUtX .image-block {
    width: 100% !important;
  }
}
.cid-s9yrW2ji36 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9yrW2ji36 .mbr-section-subtitle {
  color: #575756;
}
.cid-s9yrW2ji36 H2 {
  color: #cf0a2c;
}
.cid-s9yDzSWPf5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s9yDzSWPf5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s9yDzSWPf5 .container-table {
  margin: 0 auto;
}
.cid-s9yDzSWPf5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9yDzSWPf5 .dataTables_wrapper {
  display: block;
}
.cid-s9yDzSWPf5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9yDzSWPf5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9yDzSWPf5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s9yDzSWPf5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9yDzSWPf5 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s9yDzSWPf5 table td {
  border-top: 1px solid #cccccc;
}
.cid-s9yDzSWPf5 table.table {
  background: #efefef;
}
.cid-s9yDzSWPf5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9yDzSWPf5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9yDzSWPf5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9yDzSWPf5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s9yDzSWPf5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9yDzSWPf5 .dataTables_filter {
    text-align: center;
  }
  .cid-s9yDzSWPf5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9yDzSWPf5 .body-item {
  color: #575756;
  text-align: left;
}
.cid-s9yDzSWPf5 .head-item {
  color: #575756;
}
.cid-s9ySklJxnl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9ySklJxnl .mbr-section-subtitle {
  color: #575756;
}
.cid-s9yPSIcyfg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-s9yPSIcyfg .image-block {
  margin: auto;
}
.cid-s9yPSIcyfg figcaption {
  position: relative;
}
.cid-s9yPSIcyfg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yPSIcyfg .image-block {
    width: 100% !important;
  }
}
.cid-s9yrW3PnnM {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-s9yrW3PnnM .image-block {
  margin: auto;
}
.cid-s9yrW3PnnM figcaption {
  position: relative;
}
.cid-s9yrW3PnnM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yrW3PnnM .image-block {
    width: 100% !important;
  }
}
.cid-s9yrW4lhUY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-s9yrW4PoRo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s9yrW4PoRo .image-block {
  margin: auto;
}
.cid-s9yrW4PoRo figcaption {
  position: relative;
}
.cid-s9yrW4PoRo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yrW4PoRo .image-block {
    width: 100% !important;
  }
}
.cid-s9yrW5jOOd {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s9yrW5jOOd .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-s9yrW5jOOd .social-list a:focus {
  text-decoration: none;
}
.cid-s9yrW68aLE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-s9yYuJIKA6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9yYuJIKA6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s9yYuJIKA6 a {
  font-style: normal;
}
.cid-s9yYuJIKA6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9yYuJIKA6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s9yYuJIKA6 .nav-item:focus,
.cid-s9yYuJIKA6 .nav-link:focus {
  outline: none;
}
.cid-s9yYuJIKA6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s9yYuJIKA6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9yYuJIKA6 .menu-logo {
  margin-right: auto;
}
.cid-s9yYuJIKA6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9yYuJIKA6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9yYuJIKA6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9yYuJIKA6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9yYuJIKA6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9yYuJIKA6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9yYuJIKA6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s9yYuJIKA6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9yYuJIKA6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9yYuJIKA6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9yYuJIKA6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9yYuJIKA6 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9yYuJIKA6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9yYuJIKA6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9yYuJIKA6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9yYuJIKA6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s9yYuJIKA6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9yYuJIKA6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9yYuJIKA6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9yYuJIKA6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9yYuJIKA6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9yYuJIKA6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9yYuJIKA6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9yYuJIKA6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9yYuJIKA6 button.navbar-toggler:focus {
  outline: none;
}
.cid-s9yYuJIKA6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s9yYuJIKA6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9yYuJIKA6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9yYuJIKA6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9yYuJIKA6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9yYuJIKA6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9yYuJIKA6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9yYuJIKA6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9yYuJIKA6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9yYuJIKA6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9yYuJIKA6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s9yYuJIKA6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.collapsing,
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9yYuJIKA6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s9yYuJIKA6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-s9yYuJIKA6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9yYuJIKA6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9yYuJIKA6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9yYuJIKA6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9yYuJIKA6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9yYuJIKA6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9yYuJIKA6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s9yYuJIKA6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9yYuJIKA6 img {
    height: 3.8rem !important;
  }
  .cid-s9yYuJIKA6 .btn {
    display: -webkit-flex;
  }
  .cid-s9yYuJIKA6 button.navbar-toggler {
    display: block;
  }
  .cid-s9yYuJIKA6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9yYuJIKA6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9yYuJIKA6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9yYuJIKA6 .navbar-collapse.collapsing,
  .cid-s9yYuJIKA6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9yYuJIKA6 .navbar-collapse.collapsing .navbar-nav,
  .cid-s9yYuJIKA6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9yYuJIKA6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9yYuJIKA6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9yYuJIKA6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9yYuJIKA6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9yYuJIKA6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9yYuJIKA6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9yYuJIKA6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9yYuJIKA6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9yYuJIKA6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9yYuJIKA6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9yYuJIKA6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s9yYuJIKA6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s9yYuJIKA6 .nav-link:hover,
.cid-s9yYuJIKA6 .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-s9yYuKeCtC {
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-s9yYuKLQXq {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-s9yYuKLQXq .image-block {
  margin: auto;
}
.cid-s9yYuKLQXq figcaption {
  position: relative;
}
.cid-s9yYuKLQXq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yYuKLQXq .image-block {
    width: 100% !important;
  }
}
.cid-s9yYuL6bCh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9yYuL6bCh .mbr-section-subtitle {
  color: #575756;
}
.cid-s9yYuL6bCh H2 {
  color: #cf0a2c;
}
.cid-s9yYuLmB3x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9yYuLmB3x .mbr-section-subtitle {
  color: #767676;
}
.cid-s9yYuLmB3x .container-table {
  margin: 0 auto;
}
.cid-s9yYuLmB3x .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9yYuLmB3x .dataTables_wrapper {
  display: block;
}
.cid-s9yYuLmB3x .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9yYuLmB3x .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9yYuLmB3x table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s9yYuLmB3x table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9yYuLmB3x table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s9yYuLmB3x table td {
  border-top: 1px solid #cccccc;
}
.cid-s9yYuLmB3x table.table {
  background: #efefef;
}
.cid-s9yYuLmB3x .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9yYuLmB3x .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9yYuLmB3x .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9yYuLmB3x .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s9yYuLmB3x .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9yYuLmB3x .dataTables_filter {
    text-align: center;
  }
  .cid-s9yYuLmB3x .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9yYuLmB3x .body-item {
  color: #575756;
}
.cid-s9yYuLmB3x .head-item {
  color: #575756;
}
.cid-s9z7tUXzfj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9z7tUXzfj .mbr-section-subtitle {
  color: #767676;
}
.cid-s9z7tUXzfj .container-table {
  margin: 0 auto;
}
.cid-s9z7tUXzfj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9z7tUXzfj .dataTables_wrapper {
  display: block;
}
.cid-s9z7tUXzfj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9z7tUXzfj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9z7tUXzfj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s9z7tUXzfj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9z7tUXzfj table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s9z7tUXzfj table td {
  border-top: 1px solid #cccccc;
}
.cid-s9z7tUXzfj table.table {
  background: #efefef;
}
.cid-s9z7tUXzfj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9z7tUXzfj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9z7tUXzfj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9z7tUXzfj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s9z7tUXzfj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9z7tUXzfj .dataTables_filter {
    text-align: center;
  }
  .cid-s9z7tUXzfj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9z7tUXzfj .body-item {
  color: #575756;
}
.cid-s9z7tUXzfj .head-item {
  color: #575756;
}
.cid-s9z8xygHz0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s9z8xygHz0 .mbr-section-subtitle {
  color: #767676;
}
.cid-s9z8xygHz0 .container-table {
  margin: 0 auto;
}
.cid-s9z8xygHz0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9z8xygHz0 .dataTables_wrapper {
  display: block;
}
.cid-s9z8xygHz0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9z8xygHz0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9z8xygHz0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s9z8xygHz0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9z8xygHz0 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s9z8xygHz0 table td {
  border-top: 1px solid #cccccc;
}
.cid-s9z8xygHz0 table.table {
  background: #efefef;
}
.cid-s9z8xygHz0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9z8xygHz0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9z8xygHz0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9z8xygHz0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s9z8xygHz0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9z8xygHz0 .dataTables_filter {
    text-align: center;
  }
  .cid-s9z8xygHz0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9z8xygHz0 .body-item {
  color: #575756;
}
.cid-s9z8xygHz0 .head-item {
  color: #575756;
}
.cid-s9yYuMRCHK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9yYuMRCHK .mbr-section-subtitle {
  color: #575756;
}
.cid-s9yYuN9Avc {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-s9yYuN9Avc .image-block {
  margin: auto;
}
.cid-s9yYuN9Avc figcaption {
  position: relative;
}
.cid-s9yYuN9Avc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yYuN9Avc .image-block {
    width: 100% !important;
  }
}
.cid-s9yYuNZU9H {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-s9yYuNZU9H .image-block {
  margin: auto;
}
.cid-s9yYuNZU9H figcaption {
  position: relative;
}
.cid-s9yYuNZU9H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yYuNZU9H .image-block {
    width: 100% !important;
  }
}
.cid-s9yYuOddef {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-s9yYuOAsld {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s9yYuOAsld .image-block {
  margin: auto;
}
.cid-s9yYuOAsld figcaption {
  position: relative;
}
.cid-s9yYuOAsld figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9yYuOAsld .image-block {
    width: 100% !important;
  }
}
.cid-s9yYuOPI7A {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s9yYuOPI7A .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-s9yYuOPI7A .social-list a:focus {
  text-decoration: none;
}
.cid-s9yYuPd17k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-s9EMsQ9YH3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9EMsQ9YH3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s9EMsQ9YH3 a {
  font-style: normal;
}
.cid-s9EMsQ9YH3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9EMsQ9YH3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s9EMsQ9YH3 .nav-item:focus,
.cid-s9EMsQ9YH3 .nav-link:focus {
  outline: none;
}
.cid-s9EMsQ9YH3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s9EMsQ9YH3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9EMsQ9YH3 .menu-logo {
  margin-right: auto;
}
.cid-s9EMsQ9YH3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9EMsQ9YH3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9EMsQ9YH3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9EMsQ9YH3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9EMsQ9YH3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9EMsQ9YH3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9EMsQ9YH3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s9EMsQ9YH3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9EMsQ9YH3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9EMsQ9YH3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9EMsQ9YH3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9EMsQ9YH3 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9EMsQ9YH3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9EMsQ9YH3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9EMsQ9YH3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9EMsQ9YH3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s9EMsQ9YH3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9EMsQ9YH3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9EMsQ9YH3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9EMsQ9YH3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9EMsQ9YH3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9EMsQ9YH3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9EMsQ9YH3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9EMsQ9YH3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9EMsQ9YH3 button.navbar-toggler:focus {
  outline: none;
}
.cid-s9EMsQ9YH3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s9EMsQ9YH3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9EMsQ9YH3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9EMsQ9YH3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9EMsQ9YH3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9EMsQ9YH3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9EMsQ9YH3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9EMsQ9YH3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9EMsQ9YH3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9EMsQ9YH3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9EMsQ9YH3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.collapsing,
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9EMsQ9YH3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s9EMsQ9YH3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-s9EMsQ9YH3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9EMsQ9YH3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9EMsQ9YH3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9EMsQ9YH3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9EMsQ9YH3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9EMsQ9YH3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s9EMsQ9YH3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9EMsQ9YH3 img {
    height: 3.8rem !important;
  }
  .cid-s9EMsQ9YH3 .btn {
    display: -webkit-flex;
  }
  .cid-s9EMsQ9YH3 button.navbar-toggler {
    display: block;
  }
  .cid-s9EMsQ9YH3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9EMsQ9YH3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9EMsQ9YH3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9EMsQ9YH3 .navbar-collapse.collapsing,
  .cid-s9EMsQ9YH3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9EMsQ9YH3 .navbar-collapse.collapsing .navbar-nav,
  .cid-s9EMsQ9YH3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9EMsQ9YH3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9EMsQ9YH3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9EMsQ9YH3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9EMsQ9YH3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9EMsQ9YH3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9EMsQ9YH3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9EMsQ9YH3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9EMsQ9YH3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9EMsQ9YH3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9EMsQ9YH3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9EMsQ9YH3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s9EMsQ9YH3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s9EMsQ9YH3 .nav-link:hover,
.cid-s9EMsQ9YH3 .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-s9EMsRd1dg {
  background-image: url("../../../assets/images/manzana-up.jpg");
}
.cid-s9EMsROLhJ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-s9EMsROLhJ .image-block {
  margin: auto;
}
.cid-s9EMsROLhJ figcaption {
  position: relative;
}
.cid-s9EMsROLhJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9EMsROLhJ .image-block {
    width: 100% !important;
  }
}
.cid-s9EMsS68vg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9EMsS68vg .mbr-section-subtitle {
  color: #575756;
}
.cid-s9EMsS68vg H2 {
  color: #cf0a2c;
}
.cid-s9EMsSlYsC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9EMsSlYsC .mbr-section-subtitle {
  color: #767676;
}
.cid-s9EMsSlYsC .container-table {
  margin: 0 auto;
}
.cid-s9EMsSlYsC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9EMsSlYsC .dataTables_wrapper {
  display: block;
}
.cid-s9EMsSlYsC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9EMsSlYsC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9EMsSlYsC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s9EMsSlYsC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9EMsSlYsC table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s9EMsSlYsC table td {
  border-top: 1px solid #cccccc;
}
.cid-s9EMsSlYsC table.table {
  background: #efefef;
}
.cid-s9EMsSlYsC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9EMsSlYsC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9EMsSlYsC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9EMsSlYsC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s9EMsSlYsC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9EMsSlYsC .dataTables_filter {
    text-align: center;
  }
  .cid-s9EMsSlYsC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9EMsSlYsC .body-item {
  color: #575756;
}
.cid-s9EMsSlYsC .head-item {
  color: #575756;
}
.cid-s9EMsTUS3n {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9EMsTUS3n .mbr-section-subtitle {
  color: #767676;
}
.cid-s9EMsTUS3n .container-table {
  margin: 0 auto;
}
.cid-s9EMsTUS3n .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9EMsTUS3n .dataTables_wrapper {
  display: block;
}
.cid-s9EMsTUS3n .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9EMsTUS3n .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9EMsTUS3n table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s9EMsTUS3n table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9EMsTUS3n table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s9EMsTUS3n table td {
  border-top: 1px solid #cccccc;
}
.cid-s9EMsTUS3n table.table {
  background: #efefef;
}
.cid-s9EMsTUS3n .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9EMsTUS3n .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9EMsTUS3n .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9EMsTUS3n .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s9EMsTUS3n .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9EMsTUS3n .dataTables_filter {
    text-align: center;
  }
  .cid-s9EMsTUS3n .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9EMsTUS3n .body-item {
  color: #575756;
}
.cid-s9EMsTUS3n .head-item {
  color: #575756;
}
.cid-s9EMsV8f2Q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s9EMsV8f2Q .mbr-section-subtitle {
  color: #767676;
}
.cid-s9EMsV8f2Q .container-table {
  margin: 0 auto;
}
.cid-s9EMsV8f2Q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9EMsV8f2Q .dataTables_wrapper {
  display: block;
}
.cid-s9EMsV8f2Q .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9EMsV8f2Q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9EMsV8f2Q table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s9EMsV8f2Q table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9EMsV8f2Q table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s9EMsV8f2Q table td {
  border-top: 1px solid #cccccc;
}
.cid-s9EMsV8f2Q table.table {
  background: #efefef;
}
.cid-s9EMsV8f2Q .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9EMsV8f2Q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9EMsV8f2Q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9EMsV8f2Q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s9EMsV8f2Q .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9EMsV8f2Q .dataTables_filter {
    text-align: center;
  }
  .cid-s9EMsV8f2Q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9EMsV8f2Q .body-item {
  color: #575756;
}
.cid-s9EMsV8f2Q .head-item {
  color: #575756;
}
.cid-s9EMsWw1gT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9EMsWw1gT .mbr-section-subtitle {
  color: #575756;
}
.cid-s9EMsWUwP6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-s9EMsWUwP6 .image-block {
  margin: auto;
}
.cid-s9EMsWUwP6 figcaption {
  position: relative;
}
.cid-s9EMsWUwP6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9EMsWUwP6 .image-block {
    width: 100% !important;
  }
}
.cid-s9EMsYWcfl {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-s9EMsYWcfl .image-block {
  margin: auto;
}
.cid-s9EMsYWcfl figcaption {
  position: relative;
}
.cid-s9EMsYWcfl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9EMsYWcfl .image-block {
    width: 100% !important;
  }
}
.cid-s9EMsZbhSo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-s9EMsZwfWN {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-s9EMsZwfWN .image-block {
  margin: auto;
}
.cid-s9EMsZwfWN figcaption {
  position: relative;
}
.cid-s9EMsZwfWN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9EMsZwfWN .image-block {
    width: 100% !important;
  }
}
.cid-s9EMsZN8JM {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s9EMsZN8JM .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-s9EMsZN8JM .social-list a:focus {
  text-decoration: none;
}
.cid-s9EMt0gLxD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sa0VTFT5q8 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sa0VTFT5q8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sa0VTFT5q8 a {
  font-style: normal;
}
.cid-sa0VTFT5q8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sa0VTFT5q8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sa0VTFT5q8 .nav-item:focus,
.cid-sa0VTFT5q8 .nav-link:focus {
  outline: none;
}
.cid-sa0VTFT5q8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sa0VTFT5q8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sa0VTFT5q8 .menu-logo {
  margin-right: auto;
}
.cid-sa0VTFT5q8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa0VTFT5q8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sa0VTFT5q8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sa0VTFT5q8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sa0VTFT5q8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sa0VTFT5q8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sa0VTFT5q8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sa0VTFT5q8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sa0VTFT5q8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sa0VTFT5q8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sa0VTFT5q8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sa0VTFT5q8 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sa0VTFT5q8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sa0VTFT5q8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sa0VTFT5q8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sa0VTFT5q8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sa0VTFT5q8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sa0VTFT5q8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sa0VTFT5q8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sa0VTFT5q8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sa0VTFT5q8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sa0VTFT5q8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sa0VTFT5q8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sa0VTFT5q8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sa0VTFT5q8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sa0VTFT5q8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sa0VTFT5q8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa0VTFT5q8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa0VTFT5q8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa0VTFT5q8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa0VTFT5q8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa0VTFT5q8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa0VTFT5q8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa0VTFT5q8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa0VTFT5q8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa0VTFT5q8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sa0VTFT5q8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.collapsing,
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sa0VTFT5q8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sa0VTFT5q8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-sa0VTFT5q8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sa0VTFT5q8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sa0VTFT5q8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa0VTFT5q8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sa0VTFT5q8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sa0VTFT5q8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sa0VTFT5q8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sa0VTFT5q8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa0VTFT5q8 img {
    height: 3.8rem !important;
  }
  .cid-sa0VTFT5q8 .btn {
    display: -webkit-flex;
  }
  .cid-sa0VTFT5q8 button.navbar-toggler {
    display: block;
  }
  .cid-sa0VTFT5q8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sa0VTFT5q8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa0VTFT5q8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sa0VTFT5q8 .navbar-collapse.collapsing,
  .cid-sa0VTFT5q8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sa0VTFT5q8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sa0VTFT5q8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sa0VTFT5q8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sa0VTFT5q8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sa0VTFT5q8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sa0VTFT5q8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sa0VTFT5q8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sa0VTFT5q8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sa0VTFT5q8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sa0VTFT5q8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sa0VTFT5q8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sa0VTFT5q8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sa0VTFT5q8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sa0VTFT5q8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sa0VTFT5q8 .nav-link:hover,
.cid-sa0VTFT5q8 .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sa0VTGZAY7 {
  background-image: url("../../../assets/images/pera-bn.jpg");
}
.cid-sa0VTI0pWi {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sa0VTI0pWi .image-block {
  margin: auto;
}
.cid-sa0VTI0pWi figcaption {
  position: relative;
}
.cid-sa0VTI0pWi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa0VTI0pWi .image-block {
    width: 100% !important;
  }
}
.cid-sa0VTIDBMx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sa0VTIDBMx .mbr-section-subtitle {
  color: #575756;
}
.cid-sa0VTIDBMx H2 {
  color: #cf0a2c;
}
.cid-sa0VTJ6iHw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sa0VTJ6iHw .mbr-section-subtitle {
  color: #767676;
}
.cid-sa0VTJ6iHw .container-table {
  margin: 0 auto;
}
.cid-sa0VTJ6iHw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sa0VTJ6iHw .dataTables_wrapper {
  display: block;
}
.cid-sa0VTJ6iHw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sa0VTJ6iHw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sa0VTJ6iHw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sa0VTJ6iHw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sa0VTJ6iHw table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sa0VTJ6iHw table td {
  border-top: 1px solid #cccccc;
}
.cid-sa0VTJ6iHw table.table {
  background: #efefef;
}
.cid-sa0VTJ6iHw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sa0VTJ6iHw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sa0VTJ6iHw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sa0VTJ6iHw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sa0VTJ6iHw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sa0VTJ6iHw .dataTables_filter {
    text-align: center;
  }
  .cid-sa0VTJ6iHw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sa0VTJ6iHw .body-item {
  color: #575756;
}
.cid-sa0VTJ6iHw .head-item {
  color: #575756;
}
.cid-sa0VTSczZM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sa0VTSczZM .mbr-section-subtitle {
  color: #575756;
}
.cid-sa0VTSEzIl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sa0VTSEzIl .image-block {
  margin: auto;
}
.cid-sa0VTSEzIl figcaption {
  position: relative;
}
.cid-sa0VTSEzIl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa0VTSEzIl .image-block {
    width: 100% !important;
  }
}
.cid-sa0VTUf64U {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-sa0VTUf64U .image-block {
  margin: auto;
}
.cid-sa0VTUf64U figcaption {
  position: relative;
}
.cid-sa0VTUf64U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa0VTUf64U .image-block {
    width: 100% !important;
  }
}
.cid-sa0VTULZ3P {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-33.jpg");
}
.cid-sa0VTVoAlh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sa0VTVoAlh .image-block {
  margin: auto;
}
.cid-sa0VTVoAlh figcaption {
  position: relative;
}
.cid-sa0VTVoAlh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa0VTVoAlh .image-block {
    width: 100% !important;
  }
}
.cid-sa0VTW6QyE {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sa0VTW6QyE .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-sa0VTW6QyE .social-list a:focus {
  text-decoration: none;
}
.cid-sa0VTWUi6h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sa1Krr6vPL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sa1Krr6vPL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sa1Krr6vPL a {
  font-style: normal;
}
.cid-sa1Krr6vPL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sa1Krr6vPL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sa1Krr6vPL .nav-item:focus,
.cid-sa1Krr6vPL .nav-link:focus {
  outline: none;
}
.cid-sa1Krr6vPL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sa1Krr6vPL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sa1Krr6vPL .menu-logo {
  margin-right: auto;
}
.cid-sa1Krr6vPL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa1Krr6vPL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sa1Krr6vPL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sa1Krr6vPL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sa1Krr6vPL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sa1Krr6vPL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sa1Krr6vPL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sa1Krr6vPL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sa1Krr6vPL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sa1Krr6vPL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sa1Krr6vPL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sa1Krr6vPL .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sa1Krr6vPL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sa1Krr6vPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sa1Krr6vPL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sa1Krr6vPL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sa1Krr6vPL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sa1Krr6vPL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sa1Krr6vPL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sa1Krr6vPL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sa1Krr6vPL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sa1Krr6vPL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sa1Krr6vPL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sa1Krr6vPL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sa1Krr6vPL button.navbar-toggler:focus {
  outline: none;
}
.cid-sa1Krr6vPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sa1Krr6vPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa1Krr6vPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa1Krr6vPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa1Krr6vPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa1Krr6vPL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa1Krr6vPL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa1Krr6vPL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa1Krr6vPL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa1Krr6vPL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa1Krr6vPL .collapsed .btn {
  display: -webkit-flex;
}
.cid-sa1Krr6vPL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sa1Krr6vPL .collapsed .navbar-collapse.collapsing,
.cid-sa1Krr6vPL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sa1Krr6vPL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sa1Krr6vPL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sa1Krr6vPL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sa1Krr6vPL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sa1Krr6vPL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sa1Krr6vPL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sa1Krr6vPL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sa1Krr6vPL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sa1Krr6vPL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-sa1Krr6vPL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sa1Krr6vPL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sa1Krr6vPL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa1Krr6vPL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sa1Krr6vPL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sa1Krr6vPL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sa1Krr6vPL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sa1Krr6vPL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa1Krr6vPL img {
    height: 3.8rem !important;
  }
  .cid-sa1Krr6vPL .btn {
    display: -webkit-flex;
  }
  .cid-sa1Krr6vPL button.navbar-toggler {
    display: block;
  }
  .cid-sa1Krr6vPL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sa1Krr6vPL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa1Krr6vPL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sa1Krr6vPL .navbar-collapse.collapsing,
  .cid-sa1Krr6vPL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sa1Krr6vPL .navbar-collapse.collapsing .navbar-nav,
  .cid-sa1Krr6vPL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sa1Krr6vPL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sa1Krr6vPL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sa1Krr6vPL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sa1Krr6vPL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sa1Krr6vPL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sa1Krr6vPL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sa1Krr6vPL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sa1Krr6vPL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sa1Krr6vPL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sa1Krr6vPL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sa1Krr6vPL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sa1Krr6vPL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sa1Krr6vPL .nav-link:hover,
.cid-sa1Krr6vPL .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sa1KrrRawA {
  background-image: url("../../../assets/images/mbr-35.jpg");
}
.cid-sa1Krst8QG {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sa1Krst8QG .image-block {
  margin: auto;
}
.cid-sa1Krst8QG figcaption {
  position: relative;
}
.cid-sa1Krst8QG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1Krst8QG .image-block {
    width: 100% !important;
  }
}
.cid-sa1KrsY4BA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sa1KrsY4BA .mbr-section-subtitle {
  color: #575756;
}
.cid-sa1KrsY4BA H2 {
  color: #cf0a2c;
}
.cid-sa1KrtCN3b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sa1KrtCN3b .mbr-section-subtitle {
  color: #767676;
}
.cid-sa1KrtCN3b .container-table {
  margin: 0 auto;
}
.cid-sa1KrtCN3b .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sa1KrtCN3b .dataTables_wrapper {
  display: block;
}
.cid-sa1KrtCN3b .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sa1KrtCN3b .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sa1KrtCN3b table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sa1KrtCN3b table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sa1KrtCN3b table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sa1KrtCN3b table td {
  border-top: 1px solid #cccccc;
}
.cid-sa1KrtCN3b table.table {
  background: #efefef;
}
.cid-sa1KrtCN3b .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sa1KrtCN3b .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sa1KrtCN3b .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sa1KrtCN3b .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sa1KrtCN3b .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sa1KrtCN3b .dataTables_filter {
    text-align: center;
  }
  .cid-sa1KrtCN3b .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sa1KrtCN3b .body-item {
  color: #575756;
}
.cid-sa1KrtCN3b .head-item {
  color: #575756;
}
.cid-sa1KruMHD6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sa1KruMHD6 .mbr-section-subtitle {
  color: #575756;
}
.cid-sa1Krv0VpG {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sa1Krv0VpG .image-block {
  margin: auto;
}
.cid-sa1Krv0VpG figcaption {
  position: relative;
}
.cid-sa1Krv0VpG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1Krv0VpG .image-block {
    width: 100% !important;
  }
}
.cid-sa1KrvUaR9 {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-sa1KrvUaR9 .image-block {
  margin: auto;
}
.cid-sa1KrvUaR9 figcaption {
  position: relative;
}
.cid-sa1KrvUaR9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1KrvUaR9 .image-block {
    width: 100% !important;
  }
}
.cid-sa1Krwa2Vv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-sa1KrwyI3B {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sa1KrwyI3B .image-block {
  margin: auto;
}
.cid-sa1KrwyI3B figcaption {
  position: relative;
}
.cid-sa1KrwyI3B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1KrwyI3B .image-block {
    width: 100% !important;
  }
}
.cid-sa1KrwMGqS {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sa1KrwMGqS .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-sa1KrwMGqS .social-list a:focus {
  text-decoration: none;
}
.cid-sa1KrxaE0M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sa1SFMITTW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sa1SFMITTW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sa1SFMITTW a {
  font-style: normal;
}
.cid-sa1SFMITTW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sa1SFMITTW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sa1SFMITTW .nav-item:focus,
.cid-sa1SFMITTW .nav-link:focus {
  outline: none;
}
.cid-sa1SFMITTW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sa1SFMITTW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sa1SFMITTW .menu-logo {
  margin-right: auto;
}
.cid-sa1SFMITTW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa1SFMITTW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sa1SFMITTW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sa1SFMITTW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sa1SFMITTW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sa1SFMITTW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sa1SFMITTW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sa1SFMITTW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sa1SFMITTW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sa1SFMITTW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sa1SFMITTW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sa1SFMITTW .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sa1SFMITTW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sa1SFMITTW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sa1SFMITTW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sa1SFMITTW .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sa1SFMITTW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sa1SFMITTW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sa1SFMITTW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sa1SFMITTW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sa1SFMITTW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sa1SFMITTW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sa1SFMITTW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sa1SFMITTW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sa1SFMITTW button.navbar-toggler:focus {
  outline: none;
}
.cid-sa1SFMITTW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sa1SFMITTW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa1SFMITTW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa1SFMITTW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa1SFMITTW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa1SFMITTW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa1SFMITTW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa1SFMITTW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa1SFMITTW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa1SFMITTW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa1SFMITTW .collapsed .btn {
  display: -webkit-flex;
}
.cid-sa1SFMITTW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sa1SFMITTW .collapsed .navbar-collapse.collapsing,
.cid-sa1SFMITTW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sa1SFMITTW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sa1SFMITTW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sa1SFMITTW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sa1SFMITTW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sa1SFMITTW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sa1SFMITTW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sa1SFMITTW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sa1SFMITTW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sa1SFMITTW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-sa1SFMITTW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sa1SFMITTW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sa1SFMITTW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa1SFMITTW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sa1SFMITTW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sa1SFMITTW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sa1SFMITTW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sa1SFMITTW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa1SFMITTW img {
    height: 3.8rem !important;
  }
  .cid-sa1SFMITTW .btn {
    display: -webkit-flex;
  }
  .cid-sa1SFMITTW button.navbar-toggler {
    display: block;
  }
  .cid-sa1SFMITTW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sa1SFMITTW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa1SFMITTW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sa1SFMITTW .navbar-collapse.collapsing,
  .cid-sa1SFMITTW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sa1SFMITTW .navbar-collapse.collapsing .navbar-nav,
  .cid-sa1SFMITTW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sa1SFMITTW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sa1SFMITTW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sa1SFMITTW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sa1SFMITTW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sa1SFMITTW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sa1SFMITTW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sa1SFMITTW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sa1SFMITTW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sa1SFMITTW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sa1SFMITTW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sa1SFMITTW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sa1SFMITTW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sa1SFMITTW .nav-link:hover,
.cid-sa1SFMITTW .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sa1SFNnikJ {
  background-image: url("../../../assets/images/uva-b.jpg");
}
.cid-sa1SFNXrZz {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sa1SFNXrZz .image-block {
  margin: auto;
}
.cid-sa1SFNXrZz figcaption {
  position: relative;
}
.cid-sa1SFNXrZz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1SFNXrZz .image-block {
    width: 100% !important;
  }
}
.cid-sa1SFOopKO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sa1SFOopKO .mbr-section-subtitle {
  color: #575756;
}
.cid-sa1SFOopKO H2 {
  color: #cf0a2c;
}
.cid-sa1SFOJnp3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sa1SFOJnp3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sa1SFOJnp3 .container-table {
  margin: 0 auto;
}
.cid-sa1SFOJnp3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sa1SFOJnp3 .dataTables_wrapper {
  display: block;
}
.cid-sa1SFOJnp3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sa1SFOJnp3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sa1SFOJnp3 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sa1SFOJnp3 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sa1SFOJnp3 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sa1SFOJnp3 table td {
  border-top: 1px solid #cccccc;
}
.cid-sa1SFOJnp3 table.table {
  background: #efefef;
}
.cid-sa1SFOJnp3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sa1SFOJnp3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sa1SFOJnp3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sa1SFOJnp3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sa1SFOJnp3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sa1SFOJnp3 .dataTables_filter {
    text-align: center;
  }
  .cid-sa1SFOJnp3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sa1SFOJnp3 .body-item {
  color: #575756;
}
.cid-sa1SFOJnp3 .head-item {
  color: #575756;
}
.cid-sa20j9Q01u {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sa20j9Q01u .mbr-section-subtitle {
  color: #767676;
}
.cid-sa20j9Q01u .container-table {
  margin: 0 auto;
}
.cid-sa20j9Q01u .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sa20j9Q01u .dataTables_wrapper {
  display: block;
}
.cid-sa20j9Q01u .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sa20j9Q01u .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sa20j9Q01u table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sa20j9Q01u table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sa20j9Q01u table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sa20j9Q01u table td {
  border-top: 1px solid #cccccc;
}
.cid-sa20j9Q01u table.table {
  background: #efefef;
}
.cid-sa20j9Q01u .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sa20j9Q01u .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sa20j9Q01u .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sa20j9Q01u .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sa20j9Q01u .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sa20j9Q01u .dataTables_filter {
    text-align: center;
  }
  .cid-sa20j9Q01u .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sa20j9Q01u .body-item {
  color: #575756;
}
.cid-sa20j9Q01u .head-item {
  color: #575756;
}
.cid-sa21mtyf9Y {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sa21mtyf9Y .mbr-section-subtitle {
  color: #767676;
}
.cid-sa21mtyf9Y .container-table {
  margin: 0 auto;
}
.cid-sa21mtyf9Y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sa21mtyf9Y .dataTables_wrapper {
  display: block;
}
.cid-sa21mtyf9Y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sa21mtyf9Y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sa21mtyf9Y table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sa21mtyf9Y table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sa21mtyf9Y table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sa21mtyf9Y table td {
  border-top: 1px solid #cccccc;
}
.cid-sa21mtyf9Y table.table {
  background: #efefef;
}
.cid-sa21mtyf9Y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sa21mtyf9Y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sa21mtyf9Y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sa21mtyf9Y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sa21mtyf9Y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sa21mtyf9Y .dataTables_filter {
    text-align: center;
  }
  .cid-sa21mtyf9Y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sa21mtyf9Y .body-item {
  color: #575756;
}
.cid-sa21mtyf9Y .head-item {
  color: #575756;
}
.cid-sa23ziCtNY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sa23ziCtNY .mbr-section-subtitle {
  color: #767676;
}
.cid-sa23ziCtNY .container-table {
  margin: 0 auto;
}
.cid-sa23ziCtNY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sa23ziCtNY .dataTables_wrapper {
  display: block;
}
.cid-sa23ziCtNY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sa23ziCtNY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sa23ziCtNY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sa23ziCtNY table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sa23ziCtNY table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sa23ziCtNY table td {
  border-top: 1px solid #cccccc;
}
.cid-sa23ziCtNY table.table {
  background: #efefef;
}
.cid-sa23ziCtNY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sa23ziCtNY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sa23ziCtNY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sa23ziCtNY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sa23ziCtNY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sa23ziCtNY .dataTables_filter {
    text-align: center;
  }
  .cid-sa23ziCtNY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sa23ziCtNY .body-item {
  color: #575756;
}
.cid-sa23ziCtNY .head-item {
  color: #575756;
}
.cid-sa1SFPBgl6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sa1SFPBgl6 .mbr-section-subtitle {
  color: #575756;
}
.cid-sa1SFQ0nxx {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sa1SFQ0nxx .image-block {
  margin: auto;
}
.cid-sa1SFQ0nxx figcaption {
  position: relative;
}
.cid-sa1SFQ0nxx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1SFQ0nxx .image-block {
    width: 100% !important;
  }
}
.cid-sa1SFR8Cow {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-sa1SFR8Cow .image-block {
  margin: auto;
}
.cid-sa1SFR8Cow figcaption {
  position: relative;
}
.cid-sa1SFR8Cow figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1SFR8Cow .image-block {
    width: 100% !important;
  }
}
.cid-sa1SFRsuVu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-41.jpg");
}
.cid-sa1SFRZCM9 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sa1SFRZCM9 .image-block {
  margin: auto;
}
.cid-sa1SFRZCM9 figcaption {
  position: relative;
}
.cid-sa1SFRZCM9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa1SFRZCM9 .image-block {
    width: 100% !important;
  }
}
.cid-sa1SFSmfHu {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sa1SFSmfHu .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-sa1SFSmfHu .social-list a:focus {
  text-decoration: none;
}
.cid-sa1SFSZ63F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sa29QKx79q .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sa29QKx79q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sa29QKx79q a {
  font-style: normal;
}
.cid-sa29QKx79q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sa29QKx79q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sa29QKx79q .nav-item:focus,
.cid-sa29QKx79q .nav-link:focus {
  outline: none;
}
.cid-sa29QKx79q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sa29QKx79q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sa29QKx79q .menu-logo {
  margin-right: auto;
}
.cid-sa29QKx79q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa29QKx79q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sa29QKx79q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sa29QKx79q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sa29QKx79q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sa29QKx79q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sa29QKx79q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sa29QKx79q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sa29QKx79q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sa29QKx79q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sa29QKx79q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sa29QKx79q .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sa29QKx79q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sa29QKx79q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sa29QKx79q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sa29QKx79q .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sa29QKx79q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sa29QKx79q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sa29QKx79q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sa29QKx79q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sa29QKx79q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sa29QKx79q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sa29QKx79q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sa29QKx79q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sa29QKx79q button.navbar-toggler:focus {
  outline: none;
}
.cid-sa29QKx79q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sa29QKx79q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa29QKx79q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa29QKx79q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa29QKx79q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa29QKx79q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa29QKx79q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa29QKx79q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa29QKx79q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa29QKx79q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa29QKx79q .collapsed .btn {
  display: -webkit-flex;
}
.cid-sa29QKx79q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sa29QKx79q .collapsed .navbar-collapse.collapsing,
.cid-sa29QKx79q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sa29QKx79q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sa29QKx79q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sa29QKx79q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sa29QKx79q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sa29QKx79q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sa29QKx79q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sa29QKx79q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sa29QKx79q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sa29QKx79q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-sa29QKx79q .collapsed button.navbar-toggler {
  display: block;
}
.cid-sa29QKx79q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sa29QKx79q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa29QKx79q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sa29QKx79q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sa29QKx79q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sa29QKx79q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sa29QKx79q.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa29QKx79q img {
    height: 3.8rem !important;
  }
  .cid-sa29QKx79q .btn {
    display: -webkit-flex;
  }
  .cid-sa29QKx79q button.navbar-toggler {
    display: block;
  }
  .cid-sa29QKx79q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sa29QKx79q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa29QKx79q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sa29QKx79q .navbar-collapse.collapsing,
  .cid-sa29QKx79q .navbar-collapse.show {
    display: block !important;
  }
  .cid-sa29QKx79q .navbar-collapse.collapsing .navbar-nav,
  .cid-sa29QKx79q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sa29QKx79q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sa29QKx79q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sa29QKx79q .navbar-collapse.collapsing .navbar-buttons,
  .cid-sa29QKx79q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sa29QKx79q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sa29QKx79q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sa29QKx79q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sa29QKx79q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sa29QKx79q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sa29QKx79q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sa29QKx79q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sa29QKx79q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sa29QKx79q .nav-link:hover,
.cid-sa29QKx79q .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sa29QLx6pG {
  background-image: url("../../../assets/images/mbr-48.jpg");
}
.cid-sa29QMklEV {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sa29QMklEV .image-block {
  margin: auto;
}
.cid-sa29QMklEV figcaption {
  position: relative;
}
.cid-sa29QMklEV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa29QMklEV .image-block {
    width: 100% !important;
  }
}
.cid-sa29QMUPtx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sa29QMUPtx .mbr-section-subtitle {
  color: #575756;
}
.cid-sa29QMUPtx H2 {
  color: #cf0a2c;
}
.cid-sa29QP531X {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sa29QP531X .mbr-section-subtitle {
  color: #767676;
}
.cid-sa29QP531X .container-table {
  margin: 0 auto;
}
.cid-sa29QP531X .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sa29QP531X .dataTables_wrapper {
  display: block;
}
.cid-sa29QP531X .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sa29QP531X .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sa29QP531X table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sa29QP531X table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sa29QP531X table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sa29QP531X table td {
  border-top: 1px solid #cccccc;
}
.cid-sa29QP531X table.table {
  background: #efefef;
}
.cid-sa29QP531X .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sa29QP531X .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sa29QP531X .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sa29QP531X .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sa29QP531X .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sa29QP531X .dataTables_filter {
    text-align: center;
  }
  .cid-sa29QP531X .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sa29QP531X .body-item {
  color: #575756;
}
.cid-sa29QP531X .head-item {
  color: #575756;
}
.cid-sa29QU9iF3 {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-sa29QU9iF3 .image-block {
  margin: auto;
}
.cid-sa29QU9iF3 figcaption {
  position: relative;
}
.cid-sa29QU9iF3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa29QU9iF3 .image-block {
    width: 100% !important;
  }
}
.cid-sa29QUqdWK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-46.jpg");
}
.cid-sa29QUNIwf {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sa29QUNIwf .image-block {
  margin: auto;
}
.cid-sa29QUNIwf figcaption {
  position: relative;
}
.cid-sa29QUNIwf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa29QUNIwf .image-block {
    width: 100% !important;
  }
}
.cid-sa29QV4LUE {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sa29QV4LUE .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-sa29QV4LUE .social-list a:focus {
  text-decoration: none;
}
.cid-sa29QVAQv6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sbq7GUDCQt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sbq7GUDCQt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sbq7GUDCQt a {
  font-style: normal;
}
.cid-sbq7GUDCQt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sbq7GUDCQt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sbq7GUDCQt .nav-item:focus,
.cid-sbq7GUDCQt .nav-link:focus {
  outline: none;
}
.cid-sbq7GUDCQt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbq7GUDCQt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sbq7GUDCQt .menu-logo {
  margin-right: auto;
}
.cid-sbq7GUDCQt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbq7GUDCQt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sbq7GUDCQt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sbq7GUDCQt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sbq7GUDCQt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sbq7GUDCQt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sbq7GUDCQt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sbq7GUDCQt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sbq7GUDCQt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sbq7GUDCQt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbq7GUDCQt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sbq7GUDCQt .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sbq7GUDCQt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sbq7GUDCQt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbq7GUDCQt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sbq7GUDCQt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sbq7GUDCQt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sbq7GUDCQt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sbq7GUDCQt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sbq7GUDCQt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sbq7GUDCQt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sbq7GUDCQt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sbq7GUDCQt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sbq7GUDCQt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sbq7GUDCQt button.navbar-toggler:focus {
  outline: none;
}
.cid-sbq7GUDCQt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sbq7GUDCQt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbq7GUDCQt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbq7GUDCQt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbq7GUDCQt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbq7GUDCQt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbq7GUDCQt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbq7GUDCQt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbq7GUDCQt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbq7GUDCQt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sbq7GUDCQt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sbq7GUDCQt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sbq7GUDCQt .collapsed .navbar-collapse.collapsing,
.cid-sbq7GUDCQt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sbq7GUDCQt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sbq7GUDCQt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sbq7GUDCQt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sbq7GUDCQt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sbq7GUDCQt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sbq7GUDCQt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sbq7GUDCQt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sbq7GUDCQt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sbq7GUDCQt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-sbq7GUDCQt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sbq7GUDCQt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sbq7GUDCQt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sbq7GUDCQt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sbq7GUDCQt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sbq7GUDCQt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sbq7GUDCQt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sbq7GUDCQt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sbq7GUDCQt img {
    height: 3.8rem !important;
  }
  .cid-sbq7GUDCQt .btn {
    display: -webkit-flex;
  }
  .cid-sbq7GUDCQt button.navbar-toggler {
    display: block;
  }
  .cid-sbq7GUDCQt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sbq7GUDCQt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sbq7GUDCQt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sbq7GUDCQt .navbar-collapse.collapsing,
  .cid-sbq7GUDCQt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sbq7GUDCQt .navbar-collapse.collapsing .navbar-nav,
  .cid-sbq7GUDCQt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sbq7GUDCQt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sbq7GUDCQt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sbq7GUDCQt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sbq7GUDCQt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sbq7GUDCQt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sbq7GUDCQt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sbq7GUDCQt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sbq7GUDCQt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sbq7GUDCQt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sbq7GUDCQt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sbq7GUDCQt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sbq7GUDCQt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sbq7GUDCQt .nav-link:hover,
.cid-sbq7GUDCQt .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sbq7ZZSmoF {
  background-image: url("../../../assets/images/b1.jpg");
}
.cid-sbq7GVPZva {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sbq7GVPZva .image-block {
  margin: auto;
}
.cid-sbq7GVPZva figcaption {
  position: relative;
}
.cid-sbq7GVPZva figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbq7GVPZva .image-block {
    width: 100% !important;
  }
}
.cid-sbq7GW6Y7R {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sbq7GW6Y7R .mbr-section-subtitle {
  color: #575756;
}
.cid-sbq7GW6Y7R H2 {
  color: #cf0a2c;
}
.cid-sbqx1JFZlx {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sbqx1JFZlx .title {
  margin-bottom: 2rem;
}
.cid-sbqx1JFZlx .mbr-section-subtitle {
  color: #767676;
}
.cid-sbqx1JFZlx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sbqx1JFZlx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sbqx1JFZlx textarea.form-control {
  min-height: 188px;
}
.cid-sbqxyZOMy4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sbqxyZOMy4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sbqxyZOMy4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sbqxyZOMy4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sbqxyZOMy4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sbq7H1eATw {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sbq7H1eATw .image-block {
  margin: auto;
}
.cid-sbq7H1eATw figcaption {
  position: relative;
}
.cid-sbq7H1eATw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbq7H1eATw .image-block {
    width: 100% !important;
  }
}
.cid-sbq7H1t2Ue {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sbq7H1t2Ue .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-sbq7H1t2Ue .social-list a:focus {
  text-decoration: none;
}
.cid-sbq7H1XXOp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sc6AZhNDxs .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sc6AZhNDxs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sc6AZhNDxs a {
  font-style: normal;
}
.cid-sc6AZhNDxs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc6AZhNDxs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sc6AZhNDxs .nav-item:focus,
.cid-sc6AZhNDxs .nav-link:focus {
  outline: none;
}
.cid-sc6AZhNDxs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sc6AZhNDxs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc6AZhNDxs .menu-logo {
  margin-right: auto;
}
.cid-sc6AZhNDxs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sc6AZhNDxs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc6AZhNDxs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc6AZhNDxs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc6AZhNDxs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc6AZhNDxs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc6AZhNDxs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sc6AZhNDxs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc6AZhNDxs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc6AZhNDxs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc6AZhNDxs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc6AZhNDxs .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc6AZhNDxs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc6AZhNDxs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc6AZhNDxs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc6AZhNDxs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sc6AZhNDxs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc6AZhNDxs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc6AZhNDxs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc6AZhNDxs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc6AZhNDxs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc6AZhNDxs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc6AZhNDxs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc6AZhNDxs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc6AZhNDxs button.navbar-toggler:focus {
  outline: none;
}
.cid-sc6AZhNDxs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sc6AZhNDxs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc6AZhNDxs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc6AZhNDxs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc6AZhNDxs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc6AZhNDxs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc6AZhNDxs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc6AZhNDxs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc6AZhNDxs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc6AZhNDxs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc6AZhNDxs .collapsed .btn {
  display: -webkit-flex;
}
.cid-sc6AZhNDxs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc6AZhNDxs .collapsed .navbar-collapse.collapsing,
.cid-sc6AZhNDxs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc6AZhNDxs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc6AZhNDxs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc6AZhNDxs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc6AZhNDxs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc6AZhNDxs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc6AZhNDxs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc6AZhNDxs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc6AZhNDxs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sc6AZhNDxs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-sc6AZhNDxs .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc6AZhNDxs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc6AZhNDxs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc6AZhNDxs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc6AZhNDxs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc6AZhNDxs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc6AZhNDxs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sc6AZhNDxs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc6AZhNDxs img {
    height: 3.8rem !important;
  }
  .cid-sc6AZhNDxs .btn {
    display: -webkit-flex;
  }
  .cid-sc6AZhNDxs button.navbar-toggler {
    display: block;
  }
  .cid-sc6AZhNDxs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc6AZhNDxs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc6AZhNDxs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc6AZhNDxs .navbar-collapse.collapsing,
  .cid-sc6AZhNDxs .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc6AZhNDxs .navbar-collapse.collapsing .navbar-nav,
  .cid-sc6AZhNDxs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc6AZhNDxs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc6AZhNDxs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc6AZhNDxs .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc6AZhNDxs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc6AZhNDxs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc6AZhNDxs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc6AZhNDxs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc6AZhNDxs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc6AZhNDxs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc6AZhNDxs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc6AZhNDxs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sc6AZhNDxs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sc6AZhNDxs .nav-link:hover,
.cid-sc6AZhNDxs .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sc6AZm7eXc {
  background-image: url("../../../assets/images/s02.jpg");
}
.cid-sc6AZo5rma {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sc6AZo5rma .image-block {
  margin: auto;
}
.cid-sc6AZo5rma figcaption {
  position: relative;
}
.cid-sc6AZo5rma figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sc6AZo5rma .image-block {
    width: 100% !important;
  }
}
.cid-sc6AZoxn3P {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sc6AZoxn3P .mbr-section-subtitle {
  color: #575756;
}
.cid-sc6AZoxn3P H2 {
  color: #cf0a2c;
}
.cid-sc6BjuTM1M {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sc6BjuTM1M .image-block {
  margin: auto;
}
.cid-sc6BjuTM1M figcaption {
  position: relative;
}
.cid-sc6BjuTM1M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sc6BjuTM1M .image-block {
    width: 100% !important;
  }
}
.cid-sccjrUrlW4 {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}
.cid-sccjrUrlW4 .image-block {
  margin: auto;
}
.cid-sccjrUrlW4 figcaption {
  position: relative;
}
.cid-sccjrUrlW4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sccjrUrlW4 .image-block {
    width: 100% !important;
  }
}
.cid-sc6D6xJ0wq {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/img-917.jpg");
}
.cid-sc6AZrM0mf {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sc6AZrM0mf .image-block {
  margin: auto;
}
.cid-sc6AZrM0mf figcaption {
  position: relative;
}
.cid-sc6AZrM0mf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sc6AZrM0mf .image-block {
    width: 100% !important;
  }
}
.cid-sc6AZs3DnF {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sc6AZs3DnF .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-sc6AZs3DnF .social-list a:focus {
  text-decoration: none;
}
.cid-sc6AZtgypM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-sfQGcYNgkE .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfQGcYNgkE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfQGcYNgkE a {
  font-style: normal;
}
.cid-sfQGcYNgkE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfQGcYNgkE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfQGcYNgkE .nav-item:focus,
.cid-sfQGcYNgkE .nav-link:focus {
  outline: none;
}
.cid-sfQGcYNgkE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfQGcYNgkE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfQGcYNgkE .menu-logo {
  margin-right: auto;
}
.cid-sfQGcYNgkE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfQGcYNgkE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfQGcYNgkE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfQGcYNgkE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfQGcYNgkE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfQGcYNgkE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfQGcYNgkE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfQGcYNgkE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfQGcYNgkE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfQGcYNgkE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfQGcYNgkE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfQGcYNgkE .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfQGcYNgkE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfQGcYNgkE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfQGcYNgkE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfQGcYNgkE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfQGcYNgkE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfQGcYNgkE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfQGcYNgkE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfQGcYNgkE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfQGcYNgkE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfQGcYNgkE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfQGcYNgkE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfQGcYNgkE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfQGcYNgkE button.navbar-toggler:focus {
  outline: none;
}
.cid-sfQGcYNgkE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sfQGcYNgkE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfQGcYNgkE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfQGcYNgkE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfQGcYNgkE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfQGcYNgkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfQGcYNgkE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfQGcYNgkE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfQGcYNgkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfQGcYNgkE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfQGcYNgkE .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfQGcYNgkE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfQGcYNgkE .collapsed .navbar-collapse.collapsing,
.cid-sfQGcYNgkE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfQGcYNgkE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfQGcYNgkE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfQGcYNgkE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfQGcYNgkE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfQGcYNgkE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfQGcYNgkE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfQGcYNgkE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfQGcYNgkE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfQGcYNgkE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-sfQGcYNgkE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfQGcYNgkE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfQGcYNgkE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfQGcYNgkE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfQGcYNgkE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfQGcYNgkE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfQGcYNgkE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfQGcYNgkE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfQGcYNgkE img {
    height: 3.8rem !important;
  }
  .cid-sfQGcYNgkE .btn {
    display: -webkit-flex;
  }
  .cid-sfQGcYNgkE button.navbar-toggler {
    display: block;
  }
  .cid-sfQGcYNgkE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfQGcYNgkE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfQGcYNgkE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfQGcYNgkE .navbar-collapse.collapsing,
  .cid-sfQGcYNgkE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfQGcYNgkE .navbar-collapse.collapsing .navbar-nav,
  .cid-sfQGcYNgkE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfQGcYNgkE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfQGcYNgkE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfQGcYNgkE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfQGcYNgkE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfQGcYNgkE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfQGcYNgkE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfQGcYNgkE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfQGcYNgkE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfQGcYNgkE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfQGcYNgkE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfQGcYNgkE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfQGcYNgkE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfQGcYNgkE .nav-link:hover,
.cid-sfQGcYNgkE .dropdown-item:hover {
  color: #cf0a2c !important;
}
.cid-sfQGcZsyba {
  background-image: url("../../../assets/images/05.jpg");
}
.cid-sfQGcZM6cp {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sfQGcZM6cp .image-block {
  margin: auto;
}
.cid-sfQGcZM6cp figcaption {
  position: relative;
}
.cid-sfQGcZM6cp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfQGcZM6cp .image-block {
    width: 100% !important;
  }
}
.cid-sfQGcZZhAb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfQGcZZhAb .mbr-section-subtitle {
  color: #575756;
}
.cid-sfQGcZZhAb H2 {
  color: #cf0a2c;
}
.cid-sfQHeAU3nj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfQHeAU3nj .mbr-text {
  color: #767676;
}
.cid-sfQHeAU3nj .mbr-text P {
  text-align: center;
}
.cid-sfQHG7M8L3 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sfQHG7M8L3 .image-block {
  margin: auto;
}
.cid-sfQHG7M8L3 figcaption {
  position: relative;
}
.cid-sfQHG7M8L3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfQHG7M8L3 .image-block {
    width: 100% !important;
  }
}
.cid-sfQGd18VKa {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sfQGd18VKa .image-block {
  margin: auto;
}
.cid-sfQGd18VKa figcaption {
  position: relative;
}
.cid-sfQGd18VKa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfQGd18VKa .image-block {
    width: 100% !important;
  }
}
.cid-sfQGd1mlOv {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sfQGd1mlOv .mbr-iconfont-social {
  font-size: 32px;
  color: #575756;
}
.cid-sfQGd1mlOv .social-list a:focus {
  text-decoration: none;
}
.cid-sfQGd1OZL7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
