.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-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy0FCmpTdA {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1976-3by6-597x387.png");
}
.cid-uy0FCmpTdA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uy0FCmpTdA .mbr-text,
.cid-uy0FCmpTdA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uy0FCo1GFb {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uy0FCozUvd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1976-3by15-597x387.png");
}
.cid-uy0FCozUvd .showAlerts {
  display: block !important;
}
.cid-uy0FCozUvd .rowflexrev {
  display: -webkit-flex;
}
.cid-uy0FCozUvd .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uy0FCozUvd .title {
  margin-bottom: 2rem;
}
.cid-uy0FCozUvd .mbr-section-subtitle {
  color: #000000;
}
.cid-uy0FCozUvd textarea.form-control {
  min-height: 188px;
}
.cid-uy0FCozUvd LABEL {
  color: #232323;
  display: initial;
}
.cid-uy0FCozUvd .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uy0FCozUvd .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uy0FCozUvd .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uy0FCozUvd .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uy0FCozUvd .alert {
  margin-bottom: 0;
}
.cid-uy0FCozUvd .alert-success {
  background-color: #70c770;
}
.cid-uy0FCozUvd .alert-danger {
  background-color: #ff4a52;
}
.cid-uy0FCozUvd .btn {
  display: inline-flex;
}
.cid-uy0FCozUvd .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uy0FCozUvd .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uy0FCozUvd input,
.cid-uy0FCozUvd option,
.cid-uy0FCozUvd textarea {
  color: #000000;
}
.cid-uy0FCy5HcM {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uy0FCyQOP0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uy0FCyQOP0 img {
  width: auto;
}
.cid-uy0FCA0Bvd {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uy0FCADISA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uy0FCADISA .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uy0FCADISA img,
.cid-uy0FCADISA .item-img {
  width: 100%;
}
.cid-uy0FCADISA .item:focus,
.cid-uy0FCADISA span:focus {
  outline: none;
}
.cid-uy0FCADISA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uy0FCADISA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uy0FCADISA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uy0FCADISA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uy0FCADISA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uy0FCADISA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uy0FCADISA .item-wrapper {
  background: transparent;
}
.cid-uy0FCADISA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uy0FCADISA .mbr-section-title {
  color: #232323;
}
.cid-uy0FCADISA .mbr-text,
.cid-uy0FCADISA .mbr-section-btn {
  text-align: center;
}
.cid-uy0FCADISA .item-title {
  text-align: left;
}
.cid-uy0FCADISA .item-subtitle {
  text-align: center;
}
.cid-uy0FCBphur {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTSZ9SReBi {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1951-a107.jpg-596x386.jpg");
}
.cid-uTSZ9SReBi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTSZ9SReBi .mbr-text,
.cid-uTSZ9SReBi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTSZ9T8Rhp {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uTSZ9TpXwX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1951-a107.jpg-596x386.jpg");
}
.cid-uTSZ9TpXwX .showAlerts {
  display: block !important;
}
.cid-uTSZ9TpXwX .rowflexrev {
  display: -webkit-flex;
}
.cid-uTSZ9TpXwX .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uTSZ9TpXwX .title {
  margin-bottom: 2rem;
}
.cid-uTSZ9TpXwX .mbr-section-subtitle {
  color: #000000;
}
.cid-uTSZ9TpXwX textarea.form-control {
  min-height: 188px;
}
.cid-uTSZ9TpXwX LABEL {
  color: #232323;
  display: initial;
}
.cid-uTSZ9TpXwX .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uTSZ9TpXwX .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uTSZ9TpXwX .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uTSZ9TpXwX .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uTSZ9TpXwX .alert {
  margin-bottom: 0;
}
.cid-uTSZ9TpXwX .alert-success {
  background-color: #70c770;
}
.cid-uTSZ9TpXwX .alert-danger {
  background-color: #ff4a52;
}
.cid-uTSZ9TpXwX .btn {
  display: inline-flex;
}
.cid-uTSZ9TpXwX .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uTSZ9TpXwX .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uTSZ9TpXwX input,
.cid-uTSZ9TpXwX option,
.cid-uTSZ9TpXwX textarea {
  color: #000000;
}
.cid-uTSZa3BFFt {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uTSZa43yJR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTSZa43yJR img {
  width: auto;
}
.cid-uTSZa58L1M {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uTSZa5xLGE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uTSZa5xLGE .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uTSZa5xLGE img,
.cid-uTSZa5xLGE .item-img {
  width: 100%;
}
.cid-uTSZa5xLGE .item:focus,
.cid-uTSZa5xLGE span:focus {
  outline: none;
}
.cid-uTSZa5xLGE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTSZa5xLGE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTSZa5xLGE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uTSZa5xLGE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTSZa5xLGE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTSZa5xLGE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTSZa5xLGE .item-wrapper {
  background: transparent;
}
.cid-uTSZa5xLGE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTSZa5xLGE .mbr-section-title {
  color: #232323;
}
.cid-uTSZa5xLGE .mbr-text,
.cid-uTSZa5xLGE .mbr-section-btn {
  text-align: center;
}
.cid-uTSZa5xLGE .item-title {
  text-align: left;
}
.cid-uTSZa5xLGE .item-subtitle {
  text-align: center;
}
.cid-uTSZa62d5S {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUan9VuLUS {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/not-used-unknown-ref.png");
}
.cid-uUan9VuLUS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUan9VuLUS .mbr-text,
.cid-uUan9VuLUS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUan9VP4FP {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uUan9WdSVs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/not-used-unknown-ref.png");
}
.cid-uUan9WdSVs .showAlerts {
  display: block !important;
}
.cid-uUan9WdSVs .rowflexrev {
  display: -webkit-flex;
}
.cid-uUan9WdSVs .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uUan9WdSVs .title {
  margin-bottom: 2rem;
}
.cid-uUan9WdSVs .mbr-section-subtitle {
  color: #000000;
}
.cid-uUan9WdSVs textarea.form-control {
  min-height: 188px;
}
.cid-uUan9WdSVs LABEL {
  color: #232323;
  display: initial;
}
.cid-uUan9WdSVs .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUan9WdSVs .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uUan9WdSVs .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUan9WdSVs .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUan9WdSVs .alert {
  margin-bottom: 0;
}
.cid-uUan9WdSVs .alert-success {
  background-color: #70c770;
}
.cid-uUan9WdSVs .alert-danger {
  background-color: #ff4a52;
}
.cid-uUan9WdSVs .btn {
  display: inline-flex;
}
.cid-uUan9WdSVs .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uUan9WdSVs .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uUan9WdSVs input,
.cid-uUan9WdSVs option,
.cid-uUan9WdSVs textarea {
  color: #000000;
}
.cid-uUana6B9Lb {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uUana72FER {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUana72FER img {
  width: auto;
}
.cid-uUana7YvCI {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uUana8o0I4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uUana8o0I4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uUana8o0I4 img,
.cid-uUana8o0I4 .item-img {
  width: 100%;
}
.cid-uUana8o0I4 .item:focus,
.cid-uUana8o0I4 span:focus {
  outline: none;
}
.cid-uUana8o0I4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUana8o0I4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUana8o0I4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUana8o0I4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUana8o0I4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUana8o0I4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUana8o0I4 .item-wrapper {
  background: transparent;
}
.cid-uUana8o0I4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUana8o0I4 .mbr-section-title {
  color: #232323;
}
.cid-uUana8o0I4 .mbr-text,
.cid-uUana8o0I4 .mbr-section-btn {
  text-align: center;
}
.cid-uUana8o0I4 .item-title {
  text-align: left;
}
.cid-uUana8o0I4 .item-subtitle {
  text-align: center;
}
.cid-uUana90pDm {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUaP6UxLCS {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/butlinlogo-619x372.jpg");
}
.cid-uUaP6UxLCS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUaP6UxLCS .mbr-text,
.cid-uUaP6UxLCS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUaP6UQTTh {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uUaP6V8EbI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/butlinlogo-619x372.jpg");
}
.cid-uUaP6V8EbI .showAlerts {
  display: block !important;
}
.cid-uUaP6V8EbI .rowflexrev {
  display: -webkit-flex;
}
.cid-uUaP6V8EbI .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uUaP6V8EbI .title {
  margin-bottom: 2rem;
}
.cid-uUaP6V8EbI .mbr-section-subtitle {
  color: #000000;
}
.cid-uUaP6V8EbI textarea.form-control {
  min-height: 188px;
}
.cid-uUaP6V8EbI LABEL {
  color: #232323;
  display: initial;
}
.cid-uUaP6V8EbI .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUaP6V8EbI .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uUaP6V8EbI .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUaP6V8EbI .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUaP6V8EbI .alert {
  margin-bottom: 0;
}
.cid-uUaP6V8EbI .alert-success {
  background-color: #70c770;
}
.cid-uUaP6V8EbI .alert-danger {
  background-color: #ff4a52;
}
.cid-uUaP6V8EbI .btn {
  display: inline-flex;
}
.cid-uUaP6V8EbI .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uUaP6V8EbI .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uUaP6V8EbI input,
.cid-uUaP6V8EbI option,
.cid-uUaP6V8EbI textarea {
  color: #000000;
}
.cid-uUaP74EEub {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uUaP75FbG3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUaP75FbG3 img {
  width: auto;
}
.cid-uUaP77DSWW {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-vefwQayf81 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-vefwQayf81 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-vefwQayf81 img,
.cid-vefwQayf81 .item-img {
  width: 100%;
}
.cid-vefwQayf81 .item:focus,
.cid-vefwQayf81 span:focus {
  outline: none;
}
.cid-vefwQayf81 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vefwQayf81 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vefwQayf81 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vefwQayf81 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vefwQayf81 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vefwQayf81 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vefwQayf81 .item-wrapper {
  background: transparent;
}
.cid-vefwQayf81 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vefwQayf81 .mbr-section-title {
  color: #232323;
}
.cid-vefwQayf81 .mbr-text,
.cid-vefwQayf81 .mbr-section-btn {
  text-align: center;
}
.cid-vefwQayf81 .item-title {
  text-align: left;
}
.cid-vefwQayf81 .item-subtitle {
  text-align: center;
}
.cid-uUaP79PUHJ {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUgwRwXeQk {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1963-c18.jpg-597x387.jpeg");
}
.cid-uUgwRwXeQk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUgwRwXeQk .mbr-text,
.cid-uUgwRwXeQk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUgwRxd73e {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUgwRxuehQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1963-c18.jpg-597x387.jpeg");
}
.cid-uUgwRxuehQ .showAlerts {
  display: block !important;
}
.cid-uUgwRxuehQ .rowflexrev {
  display: -webkit-flex;
}
.cid-uUgwRxuehQ .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uUgwRxuehQ .title {
  margin-bottom: 2rem;
}
.cid-uUgwRxuehQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uUgwRxuehQ textarea.form-control {
  min-height: 188px;
}
.cid-uUgwRxuehQ LABEL {
  color: #232323;
  display: initial;
}
.cid-uUgwRxuehQ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUgwRxuehQ .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uUgwRxuehQ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUgwRxuehQ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUgwRxuehQ .alert {
  margin-bottom: 0;
}
.cid-uUgwRxuehQ .alert-success {
  background-color: #70c770;
}
.cid-uUgwRxuehQ .alert-danger {
  background-color: #ff4a52;
}
.cid-uUgwRxuehQ .btn {
  display: inline-flex;
}
.cid-uUgwRxuehQ .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uUgwRxuehQ .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uUgwRxuehQ input,
.cid-uUgwRxuehQ option,
.cid-uUgwRxuehQ textarea {
  color: #000000;
}
.cid-uUgwRH9kjp {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUgwRHFE0w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUgwRHFE0w img {
  width: auto;
}
.cid-uUgwRIEhkX {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUgwRJ35Ze {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uUgwRJ35Ze .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uUgwRJ35Ze img,
.cid-uUgwRJ35Ze .item-img {
  width: 100%;
}
.cid-uUgwRJ35Ze .item:focus,
.cid-uUgwRJ35Ze span:focus {
  outline: none;
}
.cid-uUgwRJ35Ze .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUgwRJ35Ze .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUgwRJ35Ze .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUgwRJ35Ze .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUgwRJ35Ze .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUgwRJ35Ze .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUgwRJ35Ze .item-wrapper {
  background: transparent;
}
.cid-uUgwRJ35Ze .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUgwRJ35Ze .mbr-section-title {
  color: #232323;
}
.cid-uUgwRJ35Ze .mbr-text,
.cid-uUgwRJ35Ze .mbr-section-btn {
  text-align: center;
}
.cid-uUgwRJ35Ze .item-title {
  text-align: left;
}
.cid-uUgwRJ35Ze .item-subtitle {
  text-align: center;
}
.cid-uUgwRJAC7z {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUm8hZ0lTk {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/not-used-no-ref-2.jpg-597x385.jpeg");
}
.cid-uUm8hZ0lTk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUm8hZ0lTk .mbr-text,
.cid-uUm8hZ0lTk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUm8hZmFgV {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUm8hZD235 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/not-used-no-ref-2.jpg-597x385.jpeg");
}
.cid-uUm8hZD235 .showAlerts {
  display: block !important;
}
.cid-uUm8hZD235 .rowflexrev {
  display: -webkit-flex;
}
.cid-uUm8hZD235 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uUm8hZD235 .title {
  margin-bottom: 2rem;
}
.cid-uUm8hZD235 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUm8hZD235 textarea.form-control {
  min-height: 188px;
}
.cid-uUm8hZD235 LABEL {
  color: #232323;
  display: initial;
}
.cid-uUm8hZD235 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUm8hZD235 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uUm8hZD235 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUm8hZD235 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUm8hZD235 .alert {
  margin-bottom: 0;
}
.cid-uUm8hZD235 .alert-success {
  background-color: #70c770;
}
.cid-uUm8hZD235 .alert-danger {
  background-color: #ff4a52;
}
.cid-uUm8hZD235 .btn {
  display: inline-flex;
}
.cid-uUm8hZD235 .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uUm8hZD235 .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uUm8hZD235 input,
.cid-uUm8hZD235 option,
.cid-uUm8hZD235 textarea {
  color: #000000;
}
.cid-uUm8i9kDBD {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUm8i9M47h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUm8i9M47h img {
  width: auto;
}
.cid-uUm8ib1XUS {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUm8ibsLSI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uUm8ibsLSI .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uUm8ibsLSI img,
.cid-uUm8ibsLSI .item-img {
  width: 100%;
}
.cid-uUm8ibsLSI .item:focus,
.cid-uUm8ibsLSI span:focus {
  outline: none;
}
.cid-uUm8ibsLSI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUm8ibsLSI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUm8ibsLSI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUm8ibsLSI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUm8ibsLSI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUm8ibsLSI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUm8ibsLSI .item-wrapper {
  background: transparent;
}
.cid-uUm8ibsLSI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUm8ibsLSI .mbr-section-title {
  color: #232323;
}
.cid-uUm8ibsLSI .mbr-text,
.cid-uUm8ibsLSI .mbr-section-btn {
  text-align: center;
}
.cid-uUm8ibsLSI .item-title {
  text-align: left;
}
.cid-uUm8ibsLSI .item-subtitle {
  text-align: center;
}
.cid-uUm8ic6dI3 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUx5XwSQ9R {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/notused-3m01.jpg-596x386.jpeg");
}
.cid-uUx5XwSQ9R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUx5XwSQ9R .mbr-text,
.cid-uUx5XwSQ9R .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUx5Xx7DTx {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUx5XxkrwV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/notused-3m01.jpg-596x386.jpeg");
}
.cid-uUx5XxkrwV .showAlerts {
  display: block !important;
}
.cid-uUx5XxkrwV .rowflexrev {
  display: -webkit-flex;
}
.cid-uUx5XxkrwV .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uUx5XxkrwV .title {
  margin-bottom: 2rem;
}
.cid-uUx5XxkrwV .mbr-section-subtitle {
  color: #000000;
}
.cid-uUx5XxkrwV textarea.form-control {
  min-height: 188px;
}
.cid-uUx5XxkrwV LABEL {
  color: #232323;
  display: initial;
}
.cid-uUx5XxkrwV .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUx5XxkrwV .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uUx5XxkrwV .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUx5XxkrwV .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUx5XxkrwV .alert {
  margin-bottom: 0;
}
.cid-uUx5XxkrwV .alert-success {
  background-color: #70c770;
}
.cid-uUx5XxkrwV .alert-danger {
  background-color: #ff4a52;
}
.cid-uUx5XxkrwV .btn {
  display: inline-flex;
}
.cid-uUx5XxkrwV .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uUx5XxkrwV .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uUx5XxkrwV input,
.cid-uUx5XxkrwV option,
.cid-uUx5XxkrwV textarea {
  color: #000000;
}
.cid-uUx5XGGfV5 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUx5XHHehV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUx5XHHehV img {
  width: auto;
}
.cid-uUx5XJUhWp {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUx5XKIZi4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uUx5XKIZi4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uUx5XKIZi4 img,
.cid-uUx5XKIZi4 .item-img {
  width: 100%;
}
.cid-uUx5XKIZi4 .item:focus,
.cid-uUx5XKIZi4 span:focus {
  outline: none;
}
.cid-uUx5XKIZi4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUx5XKIZi4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUx5XKIZi4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUx5XKIZi4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUx5XKIZi4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUx5XKIZi4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUx5XKIZi4 .item-wrapper {
  background: transparent;
}
.cid-uUx5XKIZi4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUx5XKIZi4 .mbr-section-title {
  color: #232323;
}
.cid-uUx5XKIZi4 .mbr-text,
.cid-uUx5XKIZi4 .mbr-section-btn {
  text-align: center;
}
.cid-uUx5XKIZi4 .item-title {
  text-align: left;
}
.cid-uUx5XKIZi4 .item-subtitle {
  text-align: center;
}
.cid-uUx5XLzcR7 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUPN9tKXpI {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1953-10.jpg-597x386.jpeg");
}
.cid-uUPN9tKXpI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUPN9tKXpI .mbr-text,
.cid-uUPN9tKXpI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUPN9tYb7h {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUPN9ubI6y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1953-10.jpg-597x386.jpeg");
}
.cid-uUPN9ubI6y .showAlerts {
  display: block !important;
}
.cid-uUPN9ubI6y .rowflexrev {
  display: -webkit-flex;
}
.cid-uUPN9ubI6y .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uUPN9ubI6y .title {
  margin-bottom: 2rem;
}
.cid-uUPN9ubI6y .mbr-section-subtitle {
  color: #000000;
}
.cid-uUPN9ubI6y textarea.form-control {
  min-height: 188px;
}
.cid-uUPN9ubI6y LABEL {
  color: #232323;
  display: initial;
}
.cid-uUPN9ubI6y .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUPN9ubI6y .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uUPN9ubI6y .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUPN9ubI6y .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUPN9ubI6y .alert {
  margin-bottom: 0;
}
.cid-uUPN9ubI6y .alert-success {
  background-color: #70c770;
}
.cid-uUPN9ubI6y .alert-danger {
  background-color: #ff4a52;
}
.cid-uUPN9ubI6y .btn {
  display: inline-flex;
}
.cid-uUPN9ubI6y .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uUPN9ubI6y .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uUPN9ubI6y input,
.cid-uUPN9ubI6y option,
.cid-uUPN9ubI6y textarea {
  color: #000000;
}
.cid-uUPN9D8sgy {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUPN9Dsvec {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUPN9Dsvec img {
  width: auto;
}
.cid-uUPN9EkY3J {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUPN9EF5JV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uUPN9EF5JV .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uUPN9EF5JV img,
.cid-uUPN9EF5JV .item-img {
  width: 100%;
}
.cid-uUPN9EF5JV .item:focus,
.cid-uUPN9EF5JV span:focus {
  outline: none;
}
.cid-uUPN9EF5JV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUPN9EF5JV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUPN9EF5JV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUPN9EF5JV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUPN9EF5JV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUPN9EF5JV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUPN9EF5JV .item-wrapper {
  background: transparent;
}
.cid-uUPN9EF5JV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUPN9EF5JV .mbr-section-title {
  color: #232323;
}
.cid-uUPN9EF5JV .mbr-text,
.cid-uUPN9EF5JV .mbr-section-btn {
  text-align: center;
}
.cid-uUPN9EF5JV .item-title {
  text-align: left;
}
.cid-uUPN9EF5JV .item-subtitle {
  text-align: center;
}
.cid-uUPN9Fe7Kj {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUPORFJp8Z {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1972-b-37.jpg-597x386.jpeg");
}
.cid-uUPORFJp8Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUPORFJp8Z .mbr-text,
.cid-uUPORFJp8Z .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUPORFZs23 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUPORGcDSG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1972-b-37.jpg-597x386.jpeg");
}
.cid-uUPORGcDSG .showAlerts {
  display: block !important;
}
.cid-uUPORGcDSG .rowflexrev {
  display: -webkit-flex;
}
.cid-uUPORGcDSG .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uUPORGcDSG .title {
  margin-bottom: 2rem;
}
.cid-uUPORGcDSG .mbr-section-subtitle {
  color: #000000;
}
.cid-uUPORGcDSG textarea.form-control {
  min-height: 188px;
}
.cid-uUPORGcDSG LABEL {
  color: #232323;
  display: initial;
}
.cid-uUPORGcDSG .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUPORGcDSG .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uUPORGcDSG .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUPORGcDSG .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uUPORGcDSG .alert {
  margin-bottom: 0;
}
.cid-uUPORGcDSG .alert-success {
  background-color: #70c770;
}
.cid-uUPORGcDSG .alert-danger {
  background-color: #ff4a52;
}
.cid-uUPORGcDSG .btn {
  display: inline-flex;
}
.cid-uUPORGcDSG .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uUPORGcDSG .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uUPORGcDSG input,
.cid-uUPORGcDSG option,
.cid-uUPORGcDSG textarea {
  color: #000000;
}
.cid-uUPORPbSKl {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUPORPvz7x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUPORPvz7x img {
  width: auto;
}
.cid-uUPORQpSNX {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uUPORQKmTK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uUPORQKmTK .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uUPORQKmTK img,
.cid-uUPORQKmTK .item-img {
  width: 100%;
}
.cid-uUPORQKmTK .item:focus,
.cid-uUPORQKmTK span:focus {
  outline: none;
}
.cid-uUPORQKmTK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUPORQKmTK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUPORQKmTK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUPORQKmTK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUPORQKmTK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUPORQKmTK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUPORQKmTK .item-wrapper {
  background: transparent;
}
.cid-uUPORQKmTK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUPORQKmTK .mbr-section-title {
  color: #232323;
}
.cid-uUPORQKmTK .mbr-text,
.cid-uUPORQKmTK .mbr-section-btn {
  text-align: center;
}
.cid-uUPORQKmTK .item-title {
  text-align: left;
}
.cid-uUPORQKmTK .item-subtitle {
  text-align: center;
}
.cid-uUPORRgbUk {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVcYZqn5uH {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1953-10.jpg-597x386.jpeg");
}
.cid-uVcYZqn5uH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVcYZqn5uH .mbr-text,
.cid-uVcYZqn5uH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uVcYZqB9lE {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVcYZqN9vj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1953-10.jpg-597x386.jpeg");
}
.cid-uVcYZqN9vj .showAlerts {
  display: block !important;
}
.cid-uVcYZqN9vj .rowflexrev {
  display: -webkit-flex;
}
.cid-uVcYZqN9vj .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uVcYZqN9vj .title {
  margin-bottom: 2rem;
}
.cid-uVcYZqN9vj .mbr-section-subtitle {
  color: #000000;
}
.cid-uVcYZqN9vj textarea.form-control {
  min-height: 188px;
}
.cid-uVcYZqN9vj LABEL {
  color: #232323;
  display: initial;
}
.cid-uVcYZqN9vj .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uVcYZqN9vj .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uVcYZqN9vj .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uVcYZqN9vj .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uVcYZqN9vj .alert {
  margin-bottom: 0;
}
.cid-uVcYZqN9vj .alert-success {
  background-color: #70c770;
}
.cid-uVcYZqN9vj .alert-danger {
  background-color: #ff4a52;
}
.cid-uVcYZqN9vj .btn {
  display: inline-flex;
}
.cid-uVcYZqN9vj .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uVcYZqN9vj .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uVcYZqN9vj input,
.cid-uVcYZqN9vj option,
.cid-uVcYZqN9vj textarea {
  color: #000000;
}
.cid-uVcYZzH1pF {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVcYZA3lsF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVcYZA3lsF img {
  width: auto;
}
.cid-uVcYZAYbEc {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVcYZBng5e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uVcYZBng5e .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uVcYZBng5e img,
.cid-uVcYZBng5e .item-img {
  width: 100%;
}
.cid-uVcYZBng5e .item:focus,
.cid-uVcYZBng5e span:focus {
  outline: none;
}
.cid-uVcYZBng5e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVcYZBng5e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVcYZBng5e .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uVcYZBng5e .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVcYZBng5e .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uVcYZBng5e .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uVcYZBng5e .item-wrapper {
  background: transparent;
}
.cid-uVcYZBng5e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVcYZBng5e .mbr-section-title {
  color: #232323;
}
.cid-uVcYZBng5e .mbr-text,
.cid-uVcYZBng5e .mbr-section-btn {
  text-align: center;
}
.cid-uVcYZBng5e .item-title {
  text-align: left;
}
.cid-uVcYZBng5e .item-subtitle {
  text-align: center;
}
.cid-uVcYZBZWIx {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVtJTGPzn2 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2007-23333.jpg-595x386.jpeg");
}
.cid-uVtJTGPzn2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVtJTGPzn2 .mbr-text,
.cid-uVtJTGPzn2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uVtJTHaufY {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVtJTHr47q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2007-23333.jpg-595x386.jpeg");
}
.cid-uVtJTHr47q .showAlerts {
  display: block !important;
}
.cid-uVtJTHr47q .rowflexrev {
  display: -webkit-flex;
}
.cid-uVtJTHr47q .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uVtJTHr47q .title {
  margin-bottom: 2rem;
}
.cid-uVtJTHr47q .mbr-section-subtitle {
  color: #000000;
}
.cid-uVtJTHr47q textarea.form-control {
  min-height: 188px;
}
.cid-uVtJTHr47q LABEL {
  color: #232323;
  display: initial;
}
.cid-uVtJTHr47q .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uVtJTHr47q .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uVtJTHr47q .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uVtJTHr47q .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uVtJTHr47q .alert {
  margin-bottom: 0;
}
.cid-uVtJTHr47q .alert-success {
  background-color: #70c770;
}
.cid-uVtJTHr47q .alert-danger {
  background-color: #ff4a52;
}
.cid-uVtJTHr47q .btn {
  display: inline-flex;
}
.cid-uVtJTHr47q .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uVtJTHr47q .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uVtJTHr47q input,
.cid-uVtJTHr47q option,
.cid-uVtJTHr47q textarea {
  color: #000000;
}
.cid-uVtJTR6Wjc {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVtJTRqjJB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVtJTRqjJB img {
  width: auto;
}
.cid-uVtJTSgaax {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVtJTSEaWt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uVtJTSEaWt .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uVtJTSEaWt img,
.cid-uVtJTSEaWt .item-img {
  width: 100%;
}
.cid-uVtJTSEaWt .item:focus,
.cid-uVtJTSEaWt span:focus {
  outline: none;
}
.cid-uVtJTSEaWt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVtJTSEaWt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVtJTSEaWt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uVtJTSEaWt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVtJTSEaWt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uVtJTSEaWt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uVtJTSEaWt .item-wrapper {
  background: transparent;
}
.cid-uVtJTSEaWt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVtJTSEaWt .mbr-section-title {
  color: #232323;
}
.cid-uVtJTSEaWt .mbr-text,
.cid-uVtJTSEaWt .mbr-section-btn {
  text-align: center;
}
.cid-uVtJTSEaWt .item-title {
  text-align: left;
}
.cid-uVtJTSEaWt .item-subtitle {
  text-align: center;
}
.cid-uVtJTTbQ4O {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVtJ140PYs {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1953-10.jpg-597x386.jpeg");
}
.cid-uVtJ140PYs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVtJ140PYs .mbr-text,
.cid-uVtJ140PYs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uVtJ1dxwnE {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVtJ1dS2Kk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVtJ1dS2Kk img {
  width: auto;
}
.cid-uVtJ1eMe2R {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVtJem2UWq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/not-used-m-248-596x386.jpeg");
}
.cid-uVtJem2UWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtJem2UWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtJem2UWq .mbr-text,
.cid-uVtJem2UWq .mbr-section-btn {
  color: #232323;
}
.cid-uVtJem2UWq .card-title,
.cid-uVtJem2UWq .card-box {
  color: #000000;
}
.cid-uVtJem2UWq .mbr-text,
.cid-uVtJem2UWq .link-wrap {
  color: #ffffff;
}
.cid-uVtJem2UWq .card-box .mbr-text,
.cid-uVtJem2UWq .mbr-section-btn {
  color: #000000;
}
.cid-v74rJcClwG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/not-used-m-248-596x386.jpeg");
}
.cid-v74rJcClwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74rJcClwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74rJcClwG .mbr-text,
.cid-v74rJcClwG .mbr-section-btn {
  color: #232323;
}
.cid-v74rJcClwG .card-title,
.cid-v74rJcClwG .card-box {
  color: #000000;
}
.cid-v74rJcClwG .mbr-text,
.cid-v74rJcClwG .link-wrap {
  color: #ffffff;
}
.cid-v74rJcClwG .card-box .mbr-text,
.cid-v74rJcClwG .mbr-section-btn {
  color: #000000;
}
.cid-uVtJ14dSC9 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-uVtJ1f7V2x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uVtJ1f7V2x .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uVtJ1f7V2x img,
.cid-uVtJ1f7V2x .item-img {
  width: 100%;
}
.cid-uVtJ1f7V2x .item:focus,
.cid-uVtJ1f7V2x span:focus {
  outline: none;
}
.cid-uVtJ1f7V2x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVtJ1f7V2x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVtJ1f7V2x .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uVtJ1f7V2x .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVtJ1f7V2x .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uVtJ1f7V2x .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uVtJ1f7V2x .item-wrapper {
  background: transparent;
}
.cid-uVtJ1f7V2x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVtJ1f7V2x .mbr-section-title {
  color: #232323;
}
.cid-uVtJ1f7V2x .mbr-text,
.cid-uVtJ1f7V2x .mbr-section-btn {
  text-align: center;
}
.cid-uVtJ1f7V2x .item-title {
  text-align: left;
}
.cid-uVtJ1f7V2x .item-subtitle {
  text-align: center;
}
.cid-uVtJ1fGAVA {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWHDQZpTDy {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/train.jpg-1280x853.jpg");
}
.cid-uWHDQZpTDy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWHDQZpTDy .mbr-text,
.cid-uWHDQZpTDy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uWHDQZMSjs {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uWHDR036Ym {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/train.jpg-1280x853.jpg");
}
.cid-uWHDR036Ym .showAlerts {
  display: block !important;
}
.cid-uWHDR036Ym .rowflexrev {
  display: -webkit-flex;
}
.cid-uWHDR036Ym .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uWHDR036Ym .title {
  margin-bottom: 2rem;
}
.cid-uWHDR036Ym .mbr-section-subtitle {
  color: #000000;
}
.cid-uWHDR036Ym textarea.form-control {
  min-height: 188px;
}
.cid-uWHDR036Ym LABEL {
  color: #232323;
  display: initial;
}
.cid-uWHDR036Ym .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uWHDR036Ym .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uWHDR036Ym .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uWHDR036Ym .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uWHDR036Ym .alert {
  margin-bottom: 0;
}
.cid-uWHDR036Ym .alert-success {
  background-color: #70c770;
}
.cid-uWHDR036Ym .alert-danger {
  background-color: #ff4a52;
}
.cid-uWHDR036Ym .btn {
  display: inline-flex;
}
.cid-uWHDR036Ym .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uWHDR036Ym .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uWHDR036Ym input,
.cid-uWHDR036Ym option,
.cid-uWHDR036Ym textarea {
  color: #000000;
}
.cid-uWHDRaRlyX {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uWHDRbgA2j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWHDRbgA2j img {
  width: auto;
}
.cid-uWHDRcDT83 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-uWHDRd2Qpx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uWHDRd2Qpx .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uWHDRd2Qpx img,
.cid-uWHDRd2Qpx .item-img {
  width: 100%;
}
.cid-uWHDRd2Qpx .item:focus,
.cid-uWHDRd2Qpx span:focus {
  outline: none;
}
.cid-uWHDRd2Qpx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWHDRd2Qpx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uWHDRd2Qpx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uWHDRd2Qpx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWHDRd2Qpx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWHDRd2Qpx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uWHDRd2Qpx .item-wrapper {
  background: transparent;
}
.cid-uWHDRd2Qpx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWHDRd2Qpx .mbr-section-title {
  color: #232323;
}
.cid-uWHDRd2Qpx .mbr-text,
.cid-uWHDRd2Qpx .mbr-section-btn {
  text-align: center;
}
.cid-uWHDRd2Qpx .item-title {
  text-align: left;
}
.cid-uWHDRd2Qpx .item-subtitle {
  text-align: center;
}
.cid-uWHDRdETox {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYCOLQ0AH {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grand-bahama-badge.gif");
}
.cid-uAYCOLQ0AH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYCOLQ0AH .mbr-text,
.cid-uAYCOLQ0AH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uAYCOMs9Kr {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/main-information-433x249.jpg");
}
.cid-uAYCOOeNef {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grand-bahama-badge.gif");
}
.cid-uAYCOOeNef .showAlerts {
  display: block !important;
}
.cid-uAYCOOeNef .rowflexrev {
  display: -webkit-flex;
}
.cid-uAYCOOeNef .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uAYCOOeNef .title {
  margin-bottom: 2rem;
}
.cid-uAYCOOeNef .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYCOOeNef textarea.form-control {
  min-height: 188px;
}
.cid-uAYCOOeNef LABEL {
  color: #232323;
  display: initial;
}
.cid-uAYCOOeNef .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uAYCOOeNef .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uAYCOOeNef .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uAYCOOeNef .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uAYCOOeNef .alert {
  margin-bottom: 0;
}
.cid-uAYCOOeNef .alert-success {
  background-color: #70c770;
}
.cid-uAYCOOeNef .alert-danger {
  background-color: #ff4a52;
}
.cid-uAYCOOeNef .btn {
  display: inline-flex;
}
.cid-uAYCOOeNef .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uAYCOOeNef .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uAYCOOeNef input,
.cid-uAYCOOeNef option,
.cid-uAYCOOeNef textarea {
  color: #000000;
}
.cid-uAYCP04Oi1 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/main-information-433x249.jpg");
}
.cid-uAYCP157RZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uAYCP157RZ img {
  width: auto;
}
.cid-uAYCP2DpOZ {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/main-information-433x249.jpg");
}
.cid-uAYCP3yBar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uAYCP3yBar .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uAYCP3yBar img,
.cid-uAYCP3yBar .item-img {
  width: 100%;
}
.cid-uAYCP3yBar .item:focus,
.cid-uAYCP3yBar span:focus {
  outline: none;
}
.cid-uAYCP3yBar .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAYCP3yBar .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAYCP3yBar .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAYCP3yBar .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAYCP3yBar .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAYCP3yBar .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAYCP3yBar .item-wrapper {
  background: transparent;
}
.cid-uAYCP3yBar .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAYCP3yBar .mbr-section-title {
  color: #232323;
}
.cid-uAYCP3yBar .mbr-text,
.cid-uAYCP3yBar .mbr-section-btn {
  text-align: center;
}
.cid-uAYCP3yBar .item-title {
  text-align: left;
}
.cid-uAYCP3yBar .item-subtitle {
  text-align: center;
}
.cid-uAYCP5fZ1j {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/main-information-433x249.jpg");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdVDlK5ST6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-vdVDlK5ST6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdVDlK5ST6 .mbr-text,
.cid-vdVDlK5ST6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v73HrqarCh {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-vdVDw5WidF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-vdVDw5WidF .showAlerts {
  display: block !important;
}
.cid-vdVDw5WidF .rowflexrev {
  display: -webkit-flex;
}
.cid-vdVDw5WidF .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vdVDw5WidF .title {
  margin-bottom: 2rem;
}
.cid-vdVDw5WidF .mbr-section-subtitle {
  color: #000000;
}
.cid-vdVDw5WidF textarea.form-control {
  min-height: 188px;
}
.cid-vdVDw5WidF LABEL {
  color: #232323;
  display: initial;
}
.cid-vdVDw5WidF .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vdVDw5WidF .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vdVDw5WidF .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vdVDw5WidF .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vdVDw5WidF .alert {
  margin-bottom: 0;
}
.cid-vdVDw5WidF .alert-success {
  background-color: #70c770;
}
.cid-vdVDw5WidF .alert-danger {
  background-color: #ff4a52;
}
.cid-vdVDw5WidF .btn {
  display: inline-flex;
}
.cid-vdVDw5WidF .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-vdVDw5WidF .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-vdVDw5WidF input,
.cid-vdVDw5WidF option,
.cid-vdVDw5WidF textarea {
  color: #000000;
}
.cid-uxJ7mpq6sE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxJ7mpq6sE img {
  width: auto;
}
.cid-uxOVG4YNbd {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-vefwIQ3xus {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-vefwIQ3xus .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-vefwIQ3xus img,
.cid-vefwIQ3xus .item-img {
  width: 100%;
}
.cid-vefwIQ3xus .item:focus,
.cid-vefwIQ3xus span:focus {
  outline: none;
}
.cid-vefwIQ3xus .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vefwIQ3xus .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vefwIQ3xus .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vefwIQ3xus .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vefwIQ3xus .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vefwIQ3xus .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vefwIQ3xus .item-wrapper {
  background: transparent;
}
.cid-vefwIQ3xus .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vefwIQ3xus .mbr-section-title {
  color: #232323;
}
.cid-vefwIQ3xus .mbr-text,
.cid-vefwIQ3xus .mbr-section-btn {
  text-align: center;
}
.cid-vefwIQ3xus .item-title {
  text-align: left;
}
.cid-vefwIQ3xus .item-subtitle {
  text-align: center;
}
.cid-v75fZlJFuF {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uxOVF9wkDn {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdXb98TigF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/freshfields-570x331.jpg");
}
.cid-vdXb98TigF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdXb98TigF .mbr-text,
.cid-vdXb98TigF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vdXb999VPU {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-vdXb99pXSp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/freshfields-570x331.jpg");
}
.cid-vdXb99pXSp .showAlerts {
  display: block !important;
}
.cid-vdXb99pXSp .rowflexrev {
  display: -webkit-flex;
}
.cid-vdXb99pXSp .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vdXb99pXSp .title {
  margin-bottom: 2rem;
}
.cid-vdXb99pXSp .mbr-section-subtitle {
  color: #000000;
}
.cid-vdXb99pXSp textarea.form-control {
  min-height: 188px;
}
.cid-vdXb99pXSp LABEL {
  color: #232323;
  display: initial;
}
.cid-vdXb99pXSp .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vdXb99pXSp .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vdXb99pXSp .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vdXb99pXSp .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vdXb99pXSp .alert {
  margin-bottom: 0;
}
.cid-vdXb99pXSp .alert-success {
  background-color: #70c770;
}
.cid-vdXb99pXSp .alert-danger {
  background-color: #ff4a52;
}
.cid-vdXb99pXSp .btn {
  display: inline-flex;
}
.cid-vdXb99pXSp .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-vdXb99pXSp .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-vdXb99pXSp input,
.cid-vdXb99pXSp option,
.cid-vdXb99pXSp textarea {
  color: #000000;
}
.cid-vdXb9i18KX {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-vdXb9iplPA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdXb9iplPA img {
  width: auto;
}
.cid-vdXb9jgg7L {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-vdXb9jHcoe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-vdXb9jHcoe .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-vdXb9jHcoe img,
.cid-vdXb9jHcoe .item-img {
  width: 100%;
}
.cid-vdXb9jHcoe .item:focus,
.cid-vdXb9jHcoe span:focus {
  outline: none;
}
.cid-vdXb9jHcoe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdXb9jHcoe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vdXb9jHcoe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vdXb9jHcoe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdXb9jHcoe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vdXb9jHcoe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vdXb9jHcoe .item-wrapper {
  background: transparent;
}
.cid-vdXb9jHcoe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdXb9jHcoe .mbr-section-title {
  color: #232323;
}
.cid-vdXb9jHcoe .mbr-text,
.cid-vdXb9jHcoe .mbr-section-btn {
  text-align: center;
}
.cid-vdXb9jHcoe .item-title {
  text-align: left;
}
.cid-vdXb9jHcoe .item-subtitle {
  text-align: center;
}
.cid-vdXb9kbIAa {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1979.jpg-595x386.jpeg");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve4KdwrsLl {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/not20used20-20m201-597x387.png");
}
.cid-ve4KdwrsLl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ve4KdwrsLl .mbr-text,
.cid-ve4KdwrsLl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ve4KdwG2R3 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KdwTKtY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/not20used20-20m201-597x387.png");
}
.cid-ve4KdwTKtY .showAlerts {
  display: block !important;
}
.cid-ve4KdwTKtY .rowflexrev {
  display: -webkit-flex;
}
.cid-ve4KdwTKtY .ws-form-alerts {
  margin-top: 1rem;
}
.cid-ve4KdwTKtY .title {
  margin-bottom: 2rem;
}
.cid-ve4KdwTKtY .mbr-section-subtitle {
  color: #000000;
}
.cid-ve4KdwTKtY textarea.form-control {
  min-height: 188px;
}
.cid-ve4KdwTKtY LABEL {
  color: #232323;
  display: initial;
}
.cid-ve4KdwTKtY .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ve4KdwTKtY .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ve4KdwTKtY .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ve4KdwTKtY .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ve4KdwTKtY .alert {
  margin-bottom: 0;
}
.cid-ve4KdwTKtY .alert-success {
  background-color: #70c770;
}
.cid-ve4KdwTKtY .alert-danger {
  background-color: #ff4a52;
}
.cid-ve4KdwTKtY .btn {
  display: inline-flex;
}
.cid-ve4KdwTKtY .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-ve4KdwTKtY .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-ve4KdwTKtY input,
.cid-ve4KdwTKtY option,
.cid-ve4KdwTKtY textarea {
  color: #000000;
}
.cid-ve4KdFGDat {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KdG3QFR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ve4KdG3QFR img {
  width: auto;
}
.cid-ve4KdHKmN5 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KdIGfYN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-ve4KdIGfYN .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-ve4KdIGfYN img,
.cid-ve4KdIGfYN .item-img {
  width: 100%;
}
.cid-ve4KdIGfYN .item:focus,
.cid-ve4KdIGfYN span:focus {
  outline: none;
}
.cid-ve4KdIGfYN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ve4KdIGfYN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ve4KdIGfYN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ve4KdIGfYN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve4KdIGfYN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ve4KdIGfYN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ve4KdIGfYN .item-wrapper {
  background: transparent;
}
.cid-ve4KdIGfYN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ve4KdIGfYN .mbr-section-title {
  color: #232323;
}
.cid-ve4KdIGfYN .mbr-text,
.cid-ve4KdIGfYN .mbr-section-btn {
  text-align: center;
}
.cid-ve4KdIGfYN .item-title {
  text-align: left;
}
.cid-ve4KdIGfYN .item-subtitle {
  text-align: center;
}
.cid-ve4KdJGDcE {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-ve4KWQjtHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ve4KWQjtHB .media-container-row .mbr-text {
  color: #000000;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: relative !important;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  position: absolute !important;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vefzFJ1EGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vefzFJ1EGi .dropdown-item:hover,
.cid-vefzFJ1EGi .dropdown-item:focus {
  background: #840f2e !important;
  color: white !important;
}
.cid-vefzFJ1EGi .dropdown-item:hover span {
  color: white;
}
.cid-vefzFJ1EGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vefzFJ1EGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vefzFJ1EGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vefzFJ1EGi .nav-link {
  position: relative;
}
.cid-vefzFJ1EGi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vefzFJ1EGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown-menu,
.cid-vefzFJ1EGi .navbar.opened {
  background: #ffffff !important;
}
.cid-vefzFJ1EGi .nav-item:focus,
.cid-vefzFJ1EGi .nav-link:focus {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vefzFJ1EGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vefzFJ1EGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vefzFJ1EGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vefzFJ1EGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vefzFJ1EGi .navbar.opened {
  transition: all 0.3s;
}
.cid-vefzFJ1EGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vefzFJ1EGi .navbar .navbar-logo img {
  width: auto;
}
.cid-vefzFJ1EGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vefzFJ1EGi .navbar.collapsed {
  justify-content: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vefzFJ1EGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vefzFJ1EGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vefzFJ1EGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vefzFJ1EGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vefzFJ1EGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vefzFJ1EGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vefzFJ1EGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vefzFJ1EGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vefzFJ1EGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vefzFJ1EGi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vefzFJ1EGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vefzFJ1EGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vefzFJ1EGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vefzFJ1EGi .dropdown-item.active,
.cid-vefzFJ1EGi .dropdown-item:active {
  background-color: transparent;
}
.cid-vefzFJ1EGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vefzFJ1EGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vefzFJ1EGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vefzFJ1EGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vefzFJ1EGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vefzFJ1EGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vefzFJ1EGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vefzFJ1EGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vefzFJ1EGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vefzFJ1EGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vefzFJ1EGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vefzFJ1EGi .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-vefzFJ1EGi .navbar {
    height: 70px;
  }
  .cid-vefzFJ1EGi .navbar.opened {
    height: auto;
  }
  .cid-vefzFJ1EGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vefy5e53n8 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/195920p11-597x387.jpeg");
}
.cid-vefy5e53n8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vefy5e53n8 .mbr-text,
.cid-vefy5e53n8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vefy5ekrMQ {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-vefy5eA1L4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/195920p11-597x387.jpeg");
}
.cid-vefy5eA1L4 .showAlerts {
  display: block !important;
}
.cid-vefy5eA1L4 .rowflexrev {
  display: -webkit-flex;
}
.cid-vefy5eA1L4 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vefy5eA1L4 .title {
  margin-bottom: 2rem;
}
.cid-vefy5eA1L4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vefy5eA1L4 textarea.form-control {
  min-height: 188px;
}
.cid-vefy5eA1L4 LABEL {
  color: #232323;
  display: initial;
}
.cid-vefy5eA1L4 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vefy5eA1L4 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vefy5eA1L4 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vefy5eA1L4 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vefy5eA1L4 .alert {
  margin-bottom: 0;
}
.cid-vefy5eA1L4 .alert-success {
  background-color: #70c770;
}
.cid-vefy5eA1L4 .alert-danger {
  background-color: #ff4a52;
}
.cid-vefy5eA1L4 .btn {
  display: inline-flex;
}
.cid-vefy5eA1L4 .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-vefy5eA1L4 .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-vefy5eA1L4 input,
.cid-vefy5eA1L4 option,
.cid-vefy5eA1L4 textarea {
  color: #000000;
}
.cid-vefy5nmiQH {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-vefy5nFN66 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vefy5nFN66 img {
  width: auto;
}
.cid-vefy5oqFpK {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-vefy5oMWmY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-vefy5oMWmY .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-vefy5oMWmY img,
.cid-vefy5oMWmY .item-img {
  width: 100%;
}
.cid-vefy5oMWmY .item:focus,
.cid-vefy5oMWmY span:focus {
  outline: none;
}
.cid-vefy5oMWmY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vefy5oMWmY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vefy5oMWmY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vefy5oMWmY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vefy5oMWmY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vefy5oMWmY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vefy5oMWmY .item-wrapper {
  background: transparent;
}
.cid-vefy5oMWmY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vefy5oMWmY .mbr-section-title {
  color: #232323;
}
.cid-vefy5oMWmY .mbr-text,
.cid-vefy5oMWmY .mbr-section-btn {
  text-align: center;
}
.cid-vefy5oMWmY .item-title {
  text-align: left;
}
.cid-vefy5oMWmY .item-subtitle {
  text-align: center;
}
.cid-vefy5pk2oG {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../../../assets/images/1978-brr-151-plx-28091-copy-597x387.png");
}
.cid-vefy5pFraw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-vefy5pFraw .media-container-row .mbr-text {
  color: #000000;
}
