.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Apalu';
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-2 {
  font-family: 'Olivia Dhorgent';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'WeekdaysRomanSlant';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'WeekdaysRomanSlant';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.17rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #840f2e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #840f2e !important;
  border-color: #840f2e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #360613 !important;
  border-color: #360613 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #360613 !important;
  border-color: #360613 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #840f2e !important;
  border-color: #840f2e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #360613 !important;
  border-color: #360613 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #360613 !important;
  border-color: #360613 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #840f2e;
  color: #840f2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #360613 !important;
  background-color: transparent!important;
  border-color: #360613 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #840f2e !important;
  border-color: #840f2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #840f2e;
  color: #840f2e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #360613 !important;
  background-color: transparent!important;
  border-color: #360613 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #840f2e !important;
  border-color: #840f2e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #840f2e !important;
}
.text-secondary {
  color: #840f2e !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #28050e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #28050e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #840f2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #840f2e;
  border-color: #840f2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #840f2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e72c5d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #840f2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #840f2e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #840f2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #840f2e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #840f2e;
  border-bottom-color: #840f2e;
}
.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: #840f2e !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: #840f2e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23840f2e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v75T9pgT3R .navbar-dropdown {
  position: relative !important;
}
.cid-v75T9pgT3R .navbar-dropdown {
  position: absolute !important;
}
.cid-v75T9pgT3R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v75T9pgT3R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v75T9pgT3R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v75T9pgT3R .dropdown-item:hover,
.cid-v75T9pgT3R .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-v75T9pgT3R .dropdown-item:hover span {
  color: white;
}
.cid-v75T9pgT3R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v75T9pgT3R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v75T9pgT3R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v75T9pgT3R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v75T9pgT3R .nav-link {
  position: relative;
}
.cid-v75T9pgT3R .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v75T9pgT3R .container {
    flex-wrap: wrap;
  }
}
.cid-v75T9pgT3R .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v75T9pgT3R .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v75T9pgT3R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v75T9pgT3R .dropdown-menu,
.cid-v75T9pgT3R .navbar.opened {
  background: #ffffff !important;
}
.cid-v75T9pgT3R .nav-item:focus,
.cid-v75T9pgT3R .nav-link:focus {
  outline: none;
}
.cid-v75T9pgT3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v75T9pgT3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v75T9pgT3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v75T9pgT3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v75T9pgT3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v75T9pgT3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v75T9pgT3R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v75T9pgT3R .navbar.opened {
  transition: all 0.3s;
}
.cid-v75T9pgT3R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v75T9pgT3R .navbar .navbar-logo img {
  width: auto;
}
.cid-v75T9pgT3R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v75T9pgT3R .navbar.collapsed {
  justify-content: center;
}
.cid-v75T9pgT3R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v75T9pgT3R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v75T9pgT3R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v75T9pgT3R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v75T9pgT3R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v75T9pgT3R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v75T9pgT3R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v75T9pgT3R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v75T9pgT3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v75T9pgT3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v75T9pgT3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v75T9pgT3R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v75T9pgT3R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v75T9pgT3R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v75T9pgT3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v75T9pgT3R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v75T9pgT3R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v75T9pgT3R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v75T9pgT3R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v75T9pgT3R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v75T9pgT3R .navbar.navbar-short {
  min-height: 60px;
}
.cid-v75T9pgT3R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v75T9pgT3R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v75T9pgT3R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v75T9pgT3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v75T9pgT3R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v75T9pgT3R .dropdown-item.active,
.cid-v75T9pgT3R .dropdown-item:active {
  background-color: transparent;
}
.cid-v75T9pgT3R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v75T9pgT3R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v75T9pgT3R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v75T9pgT3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v75T9pgT3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v75T9pgT3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v75T9pgT3R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v75T9pgT3R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v75T9pgT3R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v75T9pgT3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v75T9pgT3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v75T9pgT3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v75T9pgT3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v75T9pgT3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v75T9pgT3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v75T9pgT3R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v75T9pgT3R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v75T9pgT3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v75T9pgT3R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v75T9pgT3R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v75T9pgT3R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v75T9pgT3R .navbar {
    height: 70px;
  }
  .cid-v75T9pgT3R .navbar.opened {
    height: auto;
  }
  .cid-v75T9pgT3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwv7DoSEt2 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bropreview.png");
}
.cid-uwv7DoSEt2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uwv7DoSEt2 .mbr-text,
.cid-uwv7DoSEt2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uwv7DoSEt2 .mbr-section-subtitle {
  text-align: center;
}
.cid-v7exHmZofM {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-uTGKNEuGht {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-uTGKNEuGht .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTGKNEuGht .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-uTGKNEuGht .btn {
  margin-bottom: 2rem;
}
.cid-uTGKNEuGht .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-uTGKNEuGht .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTGKNEuGht .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-uTGKNEuGht .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTGKNEuGht .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTGKNEuGht .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-uTGKNEuGht .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-uTGKNEuGht .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-uTGKNEuGht .links {
  color: #232323;
  text-align: center;
}
.cid-v7exD7Kpn3 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-uNgPAp7efl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uNgPAp7efl img {
  width: auto;
}
.cid-v7exCytgDZ {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-uTShmZ88l3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bropreview.png");
}
.cid-uTShmZ88l3 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-uTShmZ88l3 img,
.cid-uTShmZ88l3 .item-img {
  width: 100%;
}
.cid-uTShmZ88l3 .item:focus,
.cid-uTShmZ88l3 span:focus {
  outline: none;
}
.cid-uTShmZ88l3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTShmZ88l3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTShmZ88l3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uTShmZ88l3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTShmZ88l3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTShmZ88l3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTShmZ88l3 .item-wrapper {
  background: transparent;
}
.cid-uTShmZ88l3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTShmZ88l3 .mbr-section-title {
  color: #232323;
}
.cid-uTShmZ88l3 .mbr-text,
.cid-uTShmZ88l3 .mbr-section-btn {
  text-align: center;
}
.cid-uTShmZ88l3 .item-title {
  text-align: center;
}
.cid-uTShmZ88l3 .item-subtitle {
  text-align: center;
}
.cid-v7exTnfO5O {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-uNgQslbqzh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-uNgQslbqzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgQslbqzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgQslbqzh .mbr-section-title {
  color: #000000;
}
.cid-v7exAWROJB {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-uNgQ8afkP9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uNgQ8afkP9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-uNgQ8afkP9 img,
.cid-uNgQ8afkP9 .item-img {
  width: 100%;
}
.cid-uNgQ8afkP9 .item:focus,
.cid-uNgQ8afkP9 span:focus {
  outline: none;
}
.cid-uNgQ8afkP9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNgQ8afkP9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNgQ8afkP9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNgQ8afkP9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNgQ8afkP9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNgQ8afkP9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNgQ8afkP9 .item-wrapper {
  background: transparent;
}
.cid-uNgQ8afkP9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNgQ8afkP9 .mbr-section-title {
  color: #232323;
}
.cid-uNgQ8afkP9 .mbr-text,
.cid-uNgQ8afkP9 .mbr-section-btn {
  text-align: center;
}
.cid-uNgQ8afkP9 .item-title {
  text-align: left;
}
.cid-uNgQ8afkP9 .item-subtitle {
  text-align: center;
}
.cid-uTBfY0jDSE {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v75TcK6lWH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v75TcK6lWH .media-container-row .mbr-text {
  color: #000000;
}
.cid-v7exAokn3k {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eA2lx6bH .navbar-dropdown {
  position: relative !important;
}
.cid-v7eA2lx6bH .navbar-dropdown {
  position: absolute !important;
}
.cid-v7eA2lx6bH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eA2lx6bH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eA2lx6bH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eA2lx6bH .dropdown-item:hover,
.cid-v7eA2lx6bH .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-v7eA2lx6bH .dropdown-item:hover span {
  color: white;
}
.cid-v7eA2lx6bH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eA2lx6bH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eA2lx6bH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eA2lx6bH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eA2lx6bH .nav-link {
  position: relative;
}
.cid-v7eA2lx6bH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eA2lx6bH .container {
    flex-wrap: wrap;
  }
}
.cid-v7eA2lx6bH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eA2lx6bH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7eA2lx6bH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7eA2lx6bH .dropdown-menu,
.cid-v7eA2lx6bH .navbar.opened {
  background: #ffffff !important;
}
.cid-v7eA2lx6bH .nav-item:focus,
.cid-v7eA2lx6bH .nav-link:focus {
  outline: none;
}
.cid-v7eA2lx6bH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eA2lx6bH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eA2lx6bH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eA2lx6bH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eA2lx6bH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eA2lx6bH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eA2lx6bH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v7eA2lx6bH .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eA2lx6bH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eA2lx6bH .navbar .navbar-logo img {
  width: auto;
}
.cid-v7eA2lx6bH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eA2lx6bH .navbar.collapsed {
  justify-content: center;
}
.cid-v7eA2lx6bH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eA2lx6bH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7eA2lx6bH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eA2lx6bH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eA2lx6bH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7eA2lx6bH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eA2lx6bH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7eA2lx6bH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7eA2lx6bH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eA2lx6bH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eA2lx6bH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eA2lx6bH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eA2lx6bH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7eA2lx6bH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7eA2lx6bH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eA2lx6bH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eA2lx6bH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7eA2lx6bH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7eA2lx6bH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7eA2lx6bH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7eA2lx6bH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7eA2lx6bH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7eA2lx6bH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7eA2lx6bH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7eA2lx6bH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7eA2lx6bH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eA2lx6bH .dropdown-item.active,
.cid-v7eA2lx6bH .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eA2lx6bH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eA2lx6bH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eA2lx6bH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eA2lx6bH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7eA2lx6bH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eA2lx6bH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eA2lx6bH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eA2lx6bH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7eA2lx6bH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7eA2lx6bH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7eA2lx6bH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7eA2lx6bH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eA2lx6bH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eA2lx6bH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7eA2lx6bH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eA2lx6bH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7eA2lx6bH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7eA2lx6bH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eA2lx6bH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7eA2lx6bH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eA2lx6bH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7eA2lx6bH .navbar {
    height: 70px;
  }
  .cid-v7eA2lx6bH .navbar.opened {
    height: auto;
  }
  .cid-v7eA2lx6bH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eA2lZpv3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1988-192x260.jpeg");
}
.cid-v7eA2lZpv3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7eA2lZpv3 .mbr-text,
.cid-v7eA2lZpv3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7eA2lZpv3 .mbr-section-subtitle {
  text-align: center;
}
.cid-v7eA2mmw1a {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eA2mB9hN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-v7eA2mB9hN .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7eA2mB9hN .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-v7eA2mB9hN .btn {
  margin-bottom: 2rem;
}
.cid-v7eA2mB9hN .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-v7eA2mB9hN .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7eA2mB9hN .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-v7eA2mB9hN .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7eA2mB9hN .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7eA2mB9hN .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-v7eA2mB9hN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-v7eA2mB9hN .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-v7eA2mB9hN .links {
  color: #232323;
  text-align: center;
}
.cid-v7eA2mZyrv {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eA2nef5p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7eA2nef5p img {
  width: auto;
}
.cid-v7eA2o31eR {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eE8NbpAu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1988-192x260.jpg");
}
.cid-v7eE8NbpAu .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eE8NbpAu img,
.cid-v7eE8NbpAu .item-img {
  width: 100%;
}
.cid-v7eE8NbpAu .item:focus,
.cid-v7eE8NbpAu span:focus {
  outline: none;
}
.cid-v7eE8NbpAu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eE8NbpAu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eE8NbpAu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eE8NbpAu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7eE8NbpAu .item-wrapper {
  background: transparent;
}
.cid-v7eE8NbpAu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eE8NbpAu .mbr-section-title {
  color: #232323;
}
.cid-v7eE8NbpAu .mbr-text,
.cid-v7eE8NbpAu .mbr-section-btn {
  text-align: left;
}
.cid-v7eE8NbpAu .item-title {
  text-align: left;
}
.cid-v7eE8NbpAu .item-subtitle {
  text-align: center;
}
.cid-v7eA2oSRNT {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eA2p76s0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-v7eA2p76s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eA2p76s0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eA2p76s0 .mbr-section-title {
  color: #000000;
}
.cid-v7eA2pnSYW {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eA2pCbgN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-v7eA2pCbgN .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eA2pCbgN img,
.cid-v7eA2pCbgN .item-img {
  width: 100%;
}
.cid-v7eA2pCbgN .item:focus,
.cid-v7eA2pCbgN span:focus {
  outline: none;
}
.cid-v7eA2pCbgN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eA2pCbgN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eA2pCbgN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7eA2pCbgN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eA2pCbgN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7eA2pCbgN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7eA2pCbgN .item-wrapper {
  background: transparent;
}
.cid-v7eA2pCbgN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eA2pCbgN .mbr-section-title {
  color: #232323;
}
.cid-v7eA2pCbgN .mbr-text,
.cid-v7eA2pCbgN .mbr-section-btn {
  text-align: center;
}
.cid-v7eA2pCbgN .item-title {
  text-align: left;
}
.cid-v7eA2pCbgN .item-subtitle {
  text-align: center;
}
.cid-v7eA2pZZVH {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eA2qhdQJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v7eA2qhdQJ .media-container-row .mbr-text {
  color: #000000;
}
.cid-v7eA2qx2zp {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eFsFEHJg .navbar-dropdown {
  position: relative !important;
}
.cid-v7eFsFEHJg .navbar-dropdown {
  position: absolute !important;
}
.cid-v7eFsFEHJg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eFsFEHJg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eFsFEHJg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eFsFEHJg .dropdown-item:hover,
.cid-v7eFsFEHJg .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-v7eFsFEHJg .dropdown-item:hover span {
  color: white;
}
.cid-v7eFsFEHJg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eFsFEHJg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eFsFEHJg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eFsFEHJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eFsFEHJg .nav-link {
  position: relative;
}
.cid-v7eFsFEHJg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eFsFEHJg .container {
    flex-wrap: wrap;
  }
}
.cid-v7eFsFEHJg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eFsFEHJg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7eFsFEHJg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7eFsFEHJg .dropdown-menu,
.cid-v7eFsFEHJg .navbar.opened {
  background: #ffffff !important;
}
.cid-v7eFsFEHJg .nav-item:focus,
.cid-v7eFsFEHJg .nav-link:focus {
  outline: none;
}
.cid-v7eFsFEHJg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eFsFEHJg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eFsFEHJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eFsFEHJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eFsFEHJg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eFsFEHJg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eFsFEHJg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v7eFsFEHJg .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eFsFEHJg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eFsFEHJg .navbar .navbar-logo img {
  width: auto;
}
.cid-v7eFsFEHJg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eFsFEHJg .navbar.collapsed {
  justify-content: center;
}
.cid-v7eFsFEHJg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eFsFEHJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7eFsFEHJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eFsFEHJg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eFsFEHJg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7eFsFEHJg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eFsFEHJg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7eFsFEHJg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7eFsFEHJg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eFsFEHJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eFsFEHJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eFsFEHJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eFsFEHJg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7eFsFEHJg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7eFsFEHJg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eFsFEHJg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eFsFEHJg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7eFsFEHJg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7eFsFEHJg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7eFsFEHJg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7eFsFEHJg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7eFsFEHJg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7eFsFEHJg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7eFsFEHJg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7eFsFEHJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7eFsFEHJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eFsFEHJg .dropdown-item.active,
.cid-v7eFsFEHJg .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eFsFEHJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eFsFEHJg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eFsFEHJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eFsFEHJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7eFsFEHJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eFsFEHJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eFsFEHJg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eFsFEHJg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7eFsFEHJg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7eFsFEHJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7eFsFEHJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7eFsFEHJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eFsFEHJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eFsFEHJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7eFsFEHJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eFsFEHJg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7eFsFEHJg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7eFsFEHJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eFsFEHJg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7eFsFEHJg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eFsFEHJg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7eFsFEHJg .navbar {
    height: 70px;
  }
  .cid-v7eFsFEHJg .navbar.opened {
    height: auto;
  }
  .cid-v7eFsFEHJg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eFsGzozr {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1989-192x276.jpeg");
}
.cid-v7eFsGzozr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7eFsGzozr .mbr-text,
.cid-v7eFsGzozr .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7eFsGzozr .mbr-section-subtitle {
  text-align: center;
}
.cid-v7eFsHr8TG {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eFsHKh4V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-v7eFsHKh4V .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7eFsHKh4V .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-v7eFsHKh4V .btn {
  margin-bottom: 2rem;
}
.cid-v7eFsHKh4V .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-v7eFsHKh4V .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7eFsHKh4V .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-v7eFsHKh4V .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7eFsHKh4V .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7eFsHKh4V .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-v7eFsHKh4V .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-v7eFsHKh4V .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-v7eFsHKh4V .links {
  color: #232323;
  text-align: center;
}
.cid-v7eFsIbwAU {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eFsIpgbb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7eFsIpgbb img {
  width: auto;
}
.cid-v7eFsK2oXW {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eFsKivg8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1989-192x276.jpeg");
}
.cid-v7eFsKivg8 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eFsKivg8 img,
.cid-v7eFsKivg8 .item-img {
  width: 100%;
}
.cid-v7eFsKivg8 .item:focus,
.cid-v7eFsKivg8 span:focus {
  outline: none;
}
.cid-v7eFsKivg8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eFsKivg8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eFsKivg8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eFsKivg8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7eFsKivg8 .item-wrapper {
  background: transparent;
}
.cid-v7eFsKivg8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eFsKivg8 .mbr-section-title {
  color: #232323;
}
.cid-v7eFsKivg8 .mbr-text,
.cid-v7eFsKivg8 .mbr-section-btn {
  text-align: left;
}
.cid-v7eFsKivg8 .item-title {
  text-align: left;
}
.cid-v7eFsKivg8 .item-subtitle {
  text-align: center;
}
.cid-v7eFsNMFh0 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eFsO9TBm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-v7eFsO9TBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eFsO9TBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eFsO9TBm .mbr-section-title {
  color: #000000;
}
.cid-v7eFsOApOl {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eFsP2UW3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-v7eFsP2UW3 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eFsP2UW3 img,
.cid-v7eFsP2UW3 .item-img {
  width: 100%;
}
.cid-v7eFsP2UW3 .item:focus,
.cid-v7eFsP2UW3 span:focus {
  outline: none;
}
.cid-v7eFsP2UW3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eFsP2UW3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eFsP2UW3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7eFsP2UW3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eFsP2UW3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7eFsP2UW3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7eFsP2UW3 .item-wrapper {
  background: transparent;
}
.cid-v7eFsP2UW3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eFsP2UW3 .mbr-section-title {
  color: #232323;
}
.cid-v7eFsP2UW3 .mbr-text,
.cid-v7eFsP2UW3 .mbr-section-btn {
  text-align: center;
}
.cid-v7eFsP2UW3 .item-title {
  text-align: left;
}
.cid-v7eFsP2UW3 .item-subtitle {
  text-align: center;
}
.cid-v7eFsPA2Il {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eFsPVKgm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v7eFsPVKgm .media-container-row .mbr-text {
  color: #000000;
}
.cid-v7eFsQifdA {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eI3n5hCs .navbar-dropdown {
  position: relative !important;
}
.cid-v7eI3n5hCs .navbar-dropdown {
  position: absolute !important;
}
.cid-v7eI3n5hCs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eI3n5hCs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eI3n5hCs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eI3n5hCs .dropdown-item:hover,
.cid-v7eI3n5hCs .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-v7eI3n5hCs .dropdown-item:hover span {
  color: white;
}
.cid-v7eI3n5hCs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eI3n5hCs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eI3n5hCs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eI3n5hCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eI3n5hCs .nav-link {
  position: relative;
}
.cid-v7eI3n5hCs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eI3n5hCs .container {
    flex-wrap: wrap;
  }
}
.cid-v7eI3n5hCs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eI3n5hCs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7eI3n5hCs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7eI3n5hCs .dropdown-menu,
.cid-v7eI3n5hCs .navbar.opened {
  background: #ffffff !important;
}
.cid-v7eI3n5hCs .nav-item:focus,
.cid-v7eI3n5hCs .nav-link:focus {
  outline: none;
}
.cid-v7eI3n5hCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eI3n5hCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eI3n5hCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eI3n5hCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eI3n5hCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eI3n5hCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eI3n5hCs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v7eI3n5hCs .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eI3n5hCs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eI3n5hCs .navbar .navbar-logo img {
  width: auto;
}
.cid-v7eI3n5hCs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eI3n5hCs .navbar.collapsed {
  justify-content: center;
}
.cid-v7eI3n5hCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eI3n5hCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7eI3n5hCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eI3n5hCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eI3n5hCs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7eI3n5hCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eI3n5hCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7eI3n5hCs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7eI3n5hCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eI3n5hCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eI3n5hCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eI3n5hCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eI3n5hCs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7eI3n5hCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7eI3n5hCs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eI3n5hCs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eI3n5hCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7eI3n5hCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7eI3n5hCs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7eI3n5hCs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7eI3n5hCs .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7eI3n5hCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7eI3n5hCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7eI3n5hCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7eI3n5hCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7eI3n5hCs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eI3n5hCs .dropdown-item.active,
.cid-v7eI3n5hCs .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eI3n5hCs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eI3n5hCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eI3n5hCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eI3n5hCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7eI3n5hCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eI3n5hCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eI3n5hCs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eI3n5hCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7eI3n5hCs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7eI3n5hCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7eI3n5hCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7eI3n5hCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eI3n5hCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eI3n5hCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7eI3n5hCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eI3n5hCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7eI3n5hCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7eI3n5hCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eI3n5hCs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7eI3n5hCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eI3n5hCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7eI3n5hCs .navbar {
    height: 70px;
  }
  .cid-v7eI3n5hCs .navbar.opened {
    height: auto;
  }
  .cid-v7eI3n5hCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eI3nEUoT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1991-192x260.jpeg");
}
.cid-v7eI3nEUoT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7eI3nEUoT .mbr-text,
.cid-v7eI3nEUoT .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7eI3nEUoT .mbr-section-subtitle {
  text-align: center;
}
.cid-v7eI3o0CPr {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eI3ohq4b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-v7eI3ohq4b .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7eI3ohq4b .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-v7eI3ohq4b .btn {
  margin-bottom: 2rem;
}
.cid-v7eI3ohq4b .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-v7eI3ohq4b .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7eI3ohq4b .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-v7eI3ohq4b .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7eI3ohq4b .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7eI3ohq4b .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-v7eI3ohq4b .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-v7eI3ohq4b .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-v7eI3ohq4b .links {
  color: #232323;
  text-align: center;
}
.cid-v7eI3oJOoD {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eI3oYW5l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7eI3oYW5l img {
  width: auto;
}
.cid-v7eI3pND3L {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eISQUSxX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1991-192x260.jpg");
}
.cid-v7eISQUSxX .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eISQUSxX img,
.cid-v7eISQUSxX .item-img {
  width: 100%;
}
.cid-v7eISQUSxX .item:focus,
.cid-v7eISQUSxX span:focus {
  outline: none;
}
.cid-v7eISQUSxX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eISQUSxX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eISQUSxX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eISQUSxX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7eISQUSxX .item-wrapper {
  background: transparent;
}
.cid-v7eISQUSxX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eISQUSxX .mbr-section-title {
  color: #232323;
}
.cid-v7eISQUSxX .mbr-text,
.cid-v7eISQUSxX .mbr-section-btn {
  text-align: left;
}
.cid-v7eISQUSxX .item-title {
  text-align: left;
}
.cid-v7eISQUSxX .item-subtitle {
  text-align: center;
}
.cid-v7eI3u0azG {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eI3unH9h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-v7eI3unH9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eI3unH9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eI3unH9h .mbr-section-title {
  color: #000000;
}
.cid-v7eI3v29fV {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eI3vXW9T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-v7eI3vXW9T .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eI3vXW9T img,
.cid-v7eI3vXW9T .item-img {
  width: 100%;
}
.cid-v7eI3vXW9T .item:focus,
.cid-v7eI3vXW9T span:focus {
  outline: none;
}
.cid-v7eI3vXW9T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eI3vXW9T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eI3vXW9T .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7eI3vXW9T .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eI3vXW9T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7eI3vXW9T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7eI3vXW9T .item-wrapper {
  background: transparent;
}
.cid-v7eI3vXW9T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eI3vXW9T .mbr-section-title {
  color: #232323;
}
.cid-v7eI3vXW9T .mbr-text,
.cid-v7eI3vXW9T .mbr-section-btn {
  text-align: center;
}
.cid-v7eI3vXW9T .item-title {
  text-align: left;
}
.cid-v7eI3vXW9T .item-subtitle {
  text-align: center;
}
.cid-v7eI3wMbYe {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eI3xjRiP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v7eI3xjRiP .media-container-row .mbr-text {
  color: #000000;
}
.cid-v7eI3xOEpO {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eOG3RgLG .navbar-dropdown {
  position: relative !important;
}
.cid-v7eOG3RgLG .navbar-dropdown {
  position: absolute !important;
}
.cid-v7eOG3RgLG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eOG3RgLG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eOG3RgLG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eOG3RgLG .dropdown-item:hover,
.cid-v7eOG3RgLG .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-v7eOG3RgLG .dropdown-item:hover span {
  color: white;
}
.cid-v7eOG3RgLG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eOG3RgLG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eOG3RgLG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eOG3RgLG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eOG3RgLG .nav-link {
  position: relative;
}
.cid-v7eOG3RgLG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eOG3RgLG .container {
    flex-wrap: wrap;
  }
}
.cid-v7eOG3RgLG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eOG3RgLG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7eOG3RgLG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7eOG3RgLG .dropdown-menu,
.cid-v7eOG3RgLG .navbar.opened {
  background: #ffffff !important;
}
.cid-v7eOG3RgLG .nav-item:focus,
.cid-v7eOG3RgLG .nav-link:focus {
  outline: none;
}
.cid-v7eOG3RgLG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eOG3RgLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eOG3RgLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eOG3RgLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eOG3RgLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eOG3RgLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eOG3RgLG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v7eOG3RgLG .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eOG3RgLG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eOG3RgLG .navbar .navbar-logo img {
  width: auto;
}
.cid-v7eOG3RgLG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eOG3RgLG .navbar.collapsed {
  justify-content: center;
}
.cid-v7eOG3RgLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eOG3RgLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7eOG3RgLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eOG3RgLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eOG3RgLG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7eOG3RgLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eOG3RgLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7eOG3RgLG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7eOG3RgLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eOG3RgLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eOG3RgLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eOG3RgLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eOG3RgLG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7eOG3RgLG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7eOG3RgLG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eOG3RgLG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eOG3RgLG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7eOG3RgLG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7eOG3RgLG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7eOG3RgLG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7eOG3RgLG .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7eOG3RgLG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7eOG3RgLG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7eOG3RgLG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7eOG3RgLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7eOG3RgLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eOG3RgLG .dropdown-item.active,
.cid-v7eOG3RgLG .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eOG3RgLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eOG3RgLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eOG3RgLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eOG3RgLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7eOG3RgLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eOG3RgLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eOG3RgLG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eOG3RgLG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7eOG3RgLG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7eOG3RgLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7eOG3RgLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7eOG3RgLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eOG3RgLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eOG3RgLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7eOG3RgLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eOG3RgLG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7eOG3RgLG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7eOG3RgLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eOG3RgLG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7eOG3RgLG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eOG3RgLG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7eOG3RgLG .navbar {
    height: 70px;
  }
  .cid-v7eOG3RgLG .navbar.opened {
    height: auto;
  }
  .cid-v7eOG3RgLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eOG4jQOB {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1993l-192x260.jpeg");
}
.cid-v7eOG4jQOB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7eOG4jQOB .mbr-text,
.cid-v7eOG4jQOB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7eOG4jQOB .mbr-section-subtitle {
  text-align: center;
}
.cid-v7eOG4BrE6 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eOG4XQJP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-v7eOG4XQJP .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7eOG4XQJP .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-v7eOG4XQJP .btn {
  margin-bottom: 2rem;
}
.cid-v7eOG4XQJP .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-v7eOG4XQJP .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7eOG4XQJP .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-v7eOG4XQJP .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7eOG4XQJP .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7eOG4XQJP .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-v7eOG4XQJP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-v7eOG4XQJP .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-v7eOG4XQJP .links {
  color: #232323;
  text-align: center;
}
.cid-v7eOG5mszp {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eOG5DsM7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7eOG5DsM7 img {
  width: auto;
}
.cid-v7eOG6nqxm {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7ePqs1nqi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1993l-192x260.jpg");
}
.cid-v7ePqs1nqi .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7ePqs1nqi img,
.cid-v7ePqs1nqi .item-img {
  width: 100%;
}
.cid-v7ePqs1nqi .item:focus,
.cid-v7ePqs1nqi span:focus {
  outline: none;
}
.cid-v7ePqs1nqi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7ePqs1nqi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7ePqs1nqi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7ePqs1nqi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7ePqs1nqi .item-wrapper {
  background: transparent;
}
.cid-v7ePqs1nqi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7ePqs1nqi .mbr-section-title {
  color: #232323;
}
.cid-v7ePqs1nqi .mbr-text,
.cid-v7ePqs1nqi .mbr-section-btn {
  text-align: left;
}
.cid-v7ePqs1nqi .item-title {
  text-align: left;
}
.cid-v7ePqs1nqi .item-subtitle {
  text-align: center;
}
.cid-v7eOG83g89 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eOG8lBjv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-v7eOG8lBjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eOG8lBjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eOG8lBjv .mbr-section-title {
  color: #000000;
}
.cid-v7eOG8E9zE {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eOG8Y0HY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-v7eOG8Y0HY .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eOG8Y0HY img,
.cid-v7eOG8Y0HY .item-img {
  width: 100%;
}
.cid-v7eOG8Y0HY .item:focus,
.cid-v7eOG8Y0HY span:focus {
  outline: none;
}
.cid-v7eOG8Y0HY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eOG8Y0HY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eOG8Y0HY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7eOG8Y0HY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eOG8Y0HY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7eOG8Y0HY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7eOG8Y0HY .item-wrapper {
  background: transparent;
}
.cid-v7eOG8Y0HY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eOG8Y0HY .mbr-section-title {
  color: #232323;
}
.cid-v7eOG8Y0HY .mbr-text,
.cid-v7eOG8Y0HY .mbr-section-btn {
  text-align: center;
}
.cid-v7eOG8Y0HY .item-title {
  text-align: left;
}
.cid-v7eOG8Y0HY .item-subtitle {
  text-align: center;
}
.cid-v7eOG9syRR {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eOG9K7L7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v7eOG9K7L7 .media-container-row .mbr-text {
  color: #000000;
}
.cid-v7eOGa59yU {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eT5GTZYd .navbar-dropdown {
  position: relative !important;
}
.cid-v7eT5GTZYd .navbar-dropdown {
  position: absolute !important;
}
.cid-v7eT5GTZYd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eT5GTZYd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eT5GTZYd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eT5GTZYd .dropdown-item:hover,
.cid-v7eT5GTZYd .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-v7eT5GTZYd .dropdown-item:hover span {
  color: white;
}
.cid-v7eT5GTZYd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eT5GTZYd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eT5GTZYd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eT5GTZYd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eT5GTZYd .nav-link {
  position: relative;
}
.cid-v7eT5GTZYd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eT5GTZYd .container {
    flex-wrap: wrap;
  }
}
.cid-v7eT5GTZYd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eT5GTZYd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7eT5GTZYd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7eT5GTZYd .dropdown-menu,
.cid-v7eT5GTZYd .navbar.opened {
  background: #ffffff !important;
}
.cid-v7eT5GTZYd .nav-item:focus,
.cid-v7eT5GTZYd .nav-link:focus {
  outline: none;
}
.cid-v7eT5GTZYd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eT5GTZYd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eT5GTZYd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eT5GTZYd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eT5GTZYd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eT5GTZYd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eT5GTZYd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v7eT5GTZYd .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eT5GTZYd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eT5GTZYd .navbar .navbar-logo img {
  width: auto;
}
.cid-v7eT5GTZYd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eT5GTZYd .navbar.collapsed {
  justify-content: center;
}
.cid-v7eT5GTZYd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eT5GTZYd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7eT5GTZYd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eT5GTZYd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eT5GTZYd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7eT5GTZYd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eT5GTZYd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7eT5GTZYd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7eT5GTZYd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eT5GTZYd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eT5GTZYd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eT5GTZYd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eT5GTZYd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7eT5GTZYd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7eT5GTZYd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eT5GTZYd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eT5GTZYd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7eT5GTZYd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7eT5GTZYd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7eT5GTZYd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7eT5GTZYd .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7eT5GTZYd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7eT5GTZYd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7eT5GTZYd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7eT5GTZYd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7eT5GTZYd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eT5GTZYd .dropdown-item.active,
.cid-v7eT5GTZYd .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eT5GTZYd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eT5GTZYd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eT5GTZYd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eT5GTZYd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7eT5GTZYd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eT5GTZYd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eT5GTZYd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eT5GTZYd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7eT5GTZYd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7eT5GTZYd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7eT5GTZYd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7eT5GTZYd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eT5GTZYd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eT5GTZYd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7eT5GTZYd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eT5GTZYd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7eT5GTZYd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7eT5GTZYd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eT5GTZYd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7eT5GTZYd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eT5GTZYd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7eT5GTZYd .navbar {
    height: 70px;
  }
  .cid-v7eT5GTZYd .navbar.opened {
    height: auto;
  }
  .cid-v7eT5GTZYd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eT5Hlfhd {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1996-sel-192x260.jpeg");
}
.cid-v7eT5Hlfhd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7eT5Hlfhd .mbr-text,
.cid-v7eT5Hlfhd .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7eT5Hlfhd .mbr-section-subtitle {
  text-align: center;
}
.cid-v7eT5HDWMO {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eT5HUOHg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-v7eT5HUOHg .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7eT5HUOHg .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-v7eT5HUOHg .btn {
  margin-bottom: 2rem;
}
.cid-v7eT5HUOHg .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-v7eT5HUOHg .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7eT5HUOHg .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-v7eT5HUOHg .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7eT5HUOHg .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7eT5HUOHg .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-v7eT5HUOHg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-v7eT5HUOHg .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-v7eT5HUOHg .links {
  color: #232323;
  text-align: center;
}
.cid-v7eT5IhoLp {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eT5IvuFl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7eT5IvuFl img {
  width: auto;
}
.cid-v7eT5J9wc8 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eTZMhGtA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1996-sel-192x260.jpg");
}
.cid-v7eTZMhGtA .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eTZMhGtA img,
.cid-v7eTZMhGtA .item-img {
  width: 100%;
}
.cid-v7eTZMhGtA .item:focus,
.cid-v7eTZMhGtA span:focus {
  outline: none;
}
.cid-v7eTZMhGtA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eTZMhGtA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eTZMhGtA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eTZMhGtA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7eTZMhGtA .item-wrapper {
  background: transparent;
}
.cid-v7eTZMhGtA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eTZMhGtA .mbr-section-title {
  color: #232323;
}
.cid-v7eTZMhGtA .mbr-text,
.cid-v7eTZMhGtA .mbr-section-btn {
  text-align: left;
}
.cid-v7eTZMhGtA .item-title {
  text-align: left;
}
.cid-v7eTZMhGtA .item-subtitle {
  text-align: center;
}
.cid-v7eT5NE4Rm {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eT5NZD3Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-v7eT5NZD3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eT5NZD3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eT5NZD3Z .mbr-section-title {
  color: #000000;
}
.cid-v7eT5OoQmF {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eT5OLnwQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-v7eT5OLnwQ .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eT5OLnwQ img,
.cid-v7eT5OLnwQ .item-img {
  width: 100%;
}
.cid-v7eT5OLnwQ .item:focus,
.cid-v7eT5OLnwQ span:focus {
  outline: none;
}
.cid-v7eT5OLnwQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eT5OLnwQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eT5OLnwQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7eT5OLnwQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eT5OLnwQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7eT5OLnwQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7eT5OLnwQ .item-wrapper {
  background: transparent;
}
.cid-v7eT5OLnwQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eT5OLnwQ .mbr-section-title {
  color: #232323;
}
.cid-v7eT5OLnwQ .mbr-text,
.cid-v7eT5OLnwQ .mbr-section-btn {
  text-align: center;
}
.cid-v7eT5OLnwQ .item-title {
  text-align: left;
}
.cid-v7eT5OLnwQ .item-subtitle {
  text-align: center;
}
.cid-v7eT5PgsaE {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eT5PGicj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v7eT5PGicj .media-container-row .mbr-text {
  color: #000000;
}
.cid-v7eT5Q8dNX {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eV3zYF3r .navbar-dropdown {
  position: relative !important;
}
.cid-v7eV3zYF3r .navbar-dropdown {
  position: absolute !important;
}
.cid-v7eV3zYF3r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eV3zYF3r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eV3zYF3r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eV3zYF3r .dropdown-item:hover,
.cid-v7eV3zYF3r .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-v7eV3zYF3r .dropdown-item:hover span {
  color: white;
}
.cid-v7eV3zYF3r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eV3zYF3r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eV3zYF3r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eV3zYF3r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eV3zYF3r .nav-link {
  position: relative;
}
.cid-v7eV3zYF3r .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eV3zYF3r .container {
    flex-wrap: wrap;
  }
}
.cid-v7eV3zYF3r .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7eV3zYF3r .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7eV3zYF3r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7eV3zYF3r .dropdown-menu,
.cid-v7eV3zYF3r .navbar.opened {
  background: #ffffff !important;
}
.cid-v7eV3zYF3r .nav-item:focus,
.cid-v7eV3zYF3r .nav-link:focus {
  outline: none;
}
.cid-v7eV3zYF3r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eV3zYF3r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eV3zYF3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eV3zYF3r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eV3zYF3r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eV3zYF3r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eV3zYF3r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v7eV3zYF3r .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eV3zYF3r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eV3zYF3r .navbar .navbar-logo img {
  width: auto;
}
.cid-v7eV3zYF3r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eV3zYF3r .navbar.collapsed {
  justify-content: center;
}
.cid-v7eV3zYF3r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eV3zYF3r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7eV3zYF3r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eV3zYF3r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eV3zYF3r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7eV3zYF3r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eV3zYF3r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7eV3zYF3r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7eV3zYF3r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eV3zYF3r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eV3zYF3r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eV3zYF3r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eV3zYF3r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7eV3zYF3r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7eV3zYF3r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eV3zYF3r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eV3zYF3r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7eV3zYF3r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7eV3zYF3r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7eV3zYF3r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7eV3zYF3r .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7eV3zYF3r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7eV3zYF3r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7eV3zYF3r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7eV3zYF3r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7eV3zYF3r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eV3zYF3r .dropdown-item.active,
.cid-v7eV3zYF3r .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eV3zYF3r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eV3zYF3r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eV3zYF3r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eV3zYF3r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7eV3zYF3r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eV3zYF3r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eV3zYF3r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eV3zYF3r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7eV3zYF3r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7eV3zYF3r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7eV3zYF3r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7eV3zYF3r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eV3zYF3r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7eV3zYF3r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7eV3zYF3r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eV3zYF3r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7eV3zYF3r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7eV3zYF3r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eV3zYF3r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7eV3zYF3r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eV3zYF3r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7eV3zYF3r .navbar {
    height: 70px;
  }
  .cid-v7eV3zYF3r .navbar.opened {
    height: auto;
  }
  .cid-v7eV3zYF3r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eV3AsMJR {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1998-192x260.jpeg");
}
.cid-v7eV3AsMJR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7eV3AsMJR .mbr-text,
.cid-v7eV3AsMJR .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7eV3AsMJR .mbr-section-subtitle {
  text-align: center;
}
.cid-v7eV3ANKH6 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eV3B53Gd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-v7eV3B53Gd .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v7eV3B53Gd .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-v7eV3B53Gd .btn {
  margin-bottom: 2rem;
}
.cid-v7eV3B53Gd .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-v7eV3B53Gd .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7eV3B53Gd .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-v7eV3B53Gd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7eV3B53Gd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7eV3B53Gd .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-v7eV3B53Gd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-v7eV3B53Gd .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-v7eV3B53Gd .links {
  color: #232323;
  text-align: center;
}
.cid-v7eV3BuwFY {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eV3BKPQF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7eV3BKPQF img {
  width: auto;
}
.cid-v7eV3CtT3x {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eVJNwuq9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1998-192x260.jpg");
}
.cid-v7eVJNwuq9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eVJNwuq9 img,
.cid-v7eVJNwuq9 .item-img {
  width: 100%;
}
.cid-v7eVJNwuq9 .item:focus,
.cid-v7eVJNwuq9 span:focus {
  outline: none;
}
.cid-v7eVJNwuq9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eVJNwuq9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eVJNwuq9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eVJNwuq9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v7eVJNwuq9 .item-wrapper {
  background: transparent;
}
.cid-v7eVJNwuq9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eVJNwuq9 .mbr-section-title {
  color: #232323;
}
.cid-v7eVJNwuq9 .mbr-text,
.cid-v7eVJNwuq9 .mbr-section-btn {
  text-align: left;
}
.cid-v7eVJNwuq9 .item-title {
  text-align: left;
}
.cid-v7eVJNwuq9 .item-subtitle {
  text-align: center;
}
.cid-v7eV3Fxq1v {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eV3FV7vW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-v7eV3FV7vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eV3FV7vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eV3FV7vW .mbr-section-title {
  color: #000000;
}
.cid-v7eV3GjDcv {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eV3GIH6c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-v7eV3GIH6c .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-v7eV3GIH6c img,
.cid-v7eV3GIH6c .item-img {
  width: 100%;
}
.cid-v7eV3GIH6c .item:focus,
.cid-v7eV3GIH6c span:focus {
  outline: none;
}
.cid-v7eV3GIH6c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7eV3GIH6c .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7eV3GIH6c .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7eV3GIH6c .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7eV3GIH6c .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7eV3GIH6c .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7eV3GIH6c .item-wrapper {
  background: transparent;
}
.cid-v7eV3GIH6c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7eV3GIH6c .mbr-section-title {
  color: #232323;
}
.cid-v7eV3GIH6c .mbr-text,
.cid-v7eV3GIH6c .mbr-section-btn {
  text-align: center;
}
.cid-v7eV3GIH6c .item-title {
  text-align: left;
}
.cid-v7eV3GIH6c .item-subtitle {
  text-align: center;
}
.cid-v7eV3Hn96F {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
.cid-v7eV3HLQfc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v7eV3HLQfc .media-container-row .mbr-text {
  color: #000000;
}
.cid-v7eV3I996U {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/bropreview.gif");
}
