body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #6592e6;
}
.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-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-suvKwZ8JR4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-suvKwZ8JR4 img,
.cid-suvKwZ8JR4 iframe {
  display: block;
  width: 300px;
}
.cid-suvIzel73k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suvIzel73k nav.navbar {
  position: fixed;
}
.cid-suvIzel73k .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-suvIzel73k .dropdown-menu {
  padding: 0;
}
.cid-suvIzel73k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suvIzel73k .dropdown-item:hover,
.cid-suvIzel73k .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suvIzel73k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suvIzel73k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suvIzel73k .nav-link {
  position: relative;
}
.cid-suvIzel73k .container {
  display: flex;
  margin: auto;
}
.cid-suvIzel73k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suvIzel73k .navbar-caption {
  padding-right: 4rem;
}
.cid-suvIzel73k .dropdown-menu,
.cid-suvIzel73k .navbar.opened {
  background: #ffffff !important;
}
.cid-suvIzel73k .nav-item:focus,
.cid-suvIzel73k .nav-link:focus {
  outline: none;
}
.cid-suvIzel73k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suvIzel73k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suvIzel73k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suvIzel73k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suvIzel73k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suvIzel73k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suvIzel73k .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suvIzel73k .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suvIzel73k .navbar.opened {
  transition: all .3s;
}
.cid-suvIzel73k .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suvIzel73k .navbar .navbar-logo img {
  width: auto;
}
.cid-suvIzel73k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suvIzel73k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suvIzel73k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suvIzel73k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suvIzel73k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suvIzel73k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suvIzel73k .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: 55%;
}
.cid-suvIzel73k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suvIzel73k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suvIzel73k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suvIzel73k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suvIzel73k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suvIzel73k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suvIzel73k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suvIzel73k .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: 55%;
  }
  .cid-suvIzel73k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suvIzel73k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suvIzel73k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suvIzel73k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suvIzel73k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suvIzel73k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suvIzel73k .navbar.navbar-short {
  min-height: 60px;
}
.cid-suvIzel73k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suvIzel73k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suvIzel73k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suvIzel73k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suvIzel73k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suvIzel73k .dropdown-item.active,
.cid-suvIzel73k .dropdown-item:active {
  background-color: transparent;
}
.cid-suvIzel73k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suvIzel73k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suvIzel73k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suvIzel73k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suvIzel73k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suvIzel73k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suvIzel73k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suvIzel73k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suvIzel73k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suvIzel73k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suvIzel73k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suvIzel73k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suvIzel73k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suvIzel73k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suvIzel73k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suvIzel73k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suvIzel73k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suvIzel73k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suvIzel73k .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suvIzel73k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suvIzel73k .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-suvIzel73k .navbar {
    height: 77px;
  }
  .cid-suvIzel73k .navbar.opened {
    height: auto;
  }
  .cid-suvIzel73k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-j6 {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-j6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-j6 p {
  font-size: 60px;
  color: #777;
}
#custom-html-j6 .byebye {
  display: none;
}
#custom-html-j6 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-j6 #myImg:hover {
  opacity: 0.7;
}
#custom-html-j6 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-j6 .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-j6 #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-j6 .modal-content,
#custom-html-j6 #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-j6 .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-j6 .close:hover,
#custom-html-j6 .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-j6 .modal-content {
    width: 100%;
  }
}
.cid-suxIEQSG17 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-suxIEQSG17 img,
.cid-suxIEQSG17 iframe {
  display: block;
  width: 100%;
  max-width: 500px;
}
.cid-suxIERdw1R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suxIERdw1R nav.navbar {
  position: fixed;
}
.cid-suxIERdw1R .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-suxIERdw1R .dropdown-menu {
  padding: 0;
}
.cid-suxIERdw1R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIERdw1R .dropdown-item:hover,
.cid-suxIERdw1R .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suxIERdw1R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suxIERdw1R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suxIERdw1R .nav-link {
  position: relative;
}
.cid-suxIERdw1R .container {
  display: flex;
  margin: auto;
}
.cid-suxIERdw1R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suxIERdw1R .navbar-caption {
  padding-right: 4rem;
}
.cid-suxIERdw1R .dropdown-menu,
.cid-suxIERdw1R .navbar.opened {
  background: #ffffff !important;
}
.cid-suxIERdw1R .nav-item:focus,
.cid-suxIERdw1R .nav-link:focus {
  outline: none;
}
.cid-suxIERdw1R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suxIERdw1R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suxIERdw1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxIERdw1R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suxIERdw1R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suxIERdw1R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suxIERdw1R .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suxIERdw1R .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIERdw1R .navbar.opened {
  transition: all .3s;
}
.cid-suxIERdw1R .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suxIERdw1R .navbar .navbar-logo img {
  width: auto;
}
.cid-suxIERdw1R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suxIERdw1R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suxIERdw1R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suxIERdw1R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suxIERdw1R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suxIERdw1R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suxIERdw1R .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: 55%;
}
.cid-suxIERdw1R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suxIERdw1R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suxIERdw1R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suxIERdw1R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suxIERdw1R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suxIERdw1R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suxIERdw1R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suxIERdw1R .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: 55%;
  }
  .cid-suxIERdw1R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suxIERdw1R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suxIERdw1R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suxIERdw1R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suxIERdw1R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suxIERdw1R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suxIERdw1R .navbar.navbar-short {
  min-height: 60px;
}
.cid-suxIERdw1R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suxIERdw1R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suxIERdw1R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suxIERdw1R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suxIERdw1R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suxIERdw1R .dropdown-item.active,
.cid-suxIERdw1R .dropdown-item:active {
  background-color: transparent;
}
.cid-suxIERdw1R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suxIERdw1R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suxIERdw1R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suxIERdw1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suxIERdw1R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suxIERdw1R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxIERdw1R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suxIERdw1R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suxIERdw1R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suxIERdw1R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suxIERdw1R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suxIERdw1R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIERdw1R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIERdw1R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suxIERdw1R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIERdw1R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suxIERdw1R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suxIERdw1R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIERdw1R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suxIERdw1R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suxIERdw1R .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-suxIERdw1R .navbar {
    height: 77px;
  }
  .cid-suxIERdw1R .navbar.opened {
    height: auto;
  }
  .cid-suxIERdw1R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-j7 {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-j7 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-j7 p {
  font-size: 60px;
  color: #777;
}
#custom-html-j7 .byebye {
  display: none;
}
#custom-html-j7 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-j7 #myImg:hover {
  opacity: 0.7;
}
#custom-html-j7 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-j7 .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-j7 #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-j7 .modal-content,
#custom-html-j7 #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-j7 .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-j7 .closeMe:hover,
#custom-html-j7 .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-j7 .modal-content {
    width: 100%;
  }
}
.cid-suxIyt7uxH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-suxIyt7uxH img,
.cid-suxIyt7uxH iframe {
  display: block;
  width: 100%;
  max-width: 600px;
}
.cid-suxIytykMs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suxIytykMs nav.navbar {
  position: fixed;
}
.cid-suxIytykMs .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-suxIytykMs .dropdown-menu {
  padding: 0;
}
.cid-suxIytykMs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIytykMs .dropdown-item:hover,
.cid-suxIytykMs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suxIytykMs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suxIytykMs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suxIytykMs .nav-link {
  position: relative;
}
.cid-suxIytykMs .container {
  display: flex;
  margin: auto;
}
.cid-suxIytykMs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suxIytykMs .navbar-caption {
  padding-right: 4rem;
}
.cid-suxIytykMs .dropdown-menu,
.cid-suxIytykMs .navbar.opened {
  background: #ffffff !important;
}
.cid-suxIytykMs .nav-item:focus,
.cid-suxIytykMs .nav-link:focus {
  outline: none;
}
.cid-suxIytykMs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suxIytykMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suxIytykMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxIytykMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suxIytykMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suxIytykMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suxIytykMs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suxIytykMs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIytykMs .navbar.opened {
  transition: all .3s;
}
.cid-suxIytykMs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suxIytykMs .navbar .navbar-logo img {
  width: auto;
}
.cid-suxIytykMs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suxIytykMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suxIytykMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suxIytykMs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suxIytykMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suxIytykMs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suxIytykMs .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: 55%;
}
.cid-suxIytykMs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suxIytykMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suxIytykMs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suxIytykMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suxIytykMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suxIytykMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suxIytykMs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suxIytykMs .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: 55%;
  }
  .cid-suxIytykMs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suxIytykMs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suxIytykMs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suxIytykMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suxIytykMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suxIytykMs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suxIytykMs .navbar.navbar-short {
  min-height: 60px;
}
.cid-suxIytykMs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suxIytykMs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suxIytykMs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suxIytykMs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suxIytykMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suxIytykMs .dropdown-item.active,
.cid-suxIytykMs .dropdown-item:active {
  background-color: transparent;
}
.cid-suxIytykMs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suxIytykMs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suxIytykMs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suxIytykMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suxIytykMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suxIytykMs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxIytykMs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suxIytykMs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suxIytykMs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suxIytykMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suxIytykMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suxIytykMs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIytykMs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIytykMs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suxIytykMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIytykMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suxIytykMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suxIytykMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIytykMs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suxIytykMs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suxIytykMs .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-suxIytykMs .navbar {
    height: 77px;
  }
  .cid-suxIytykMs .navbar.opened {
    height: auto;
  }
  .cid-suxIytykMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-j8 {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-j8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-j8 p {
  font-size: 60px;
  color: #777;
}
#custom-html-j8 .byebye {
  display: none;
}
#custom-html-j8 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-j8 #myImg:hover {
  opacity: 0.7;
}
#custom-html-j8 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-j8 .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-j8 #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-j8 .modal-content,
#custom-html-j8 #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-j8 .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-j8 .closeMe:hover,
#custom-html-j8 .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-j8 .modal-content {
    width: 100%;
  }
}
.cid-suxIJnvh62 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-suxIJnvh62 img,
.cid-suxIJnvh62 iframe {
  display: block;
  width: 300px;
}
.cid-suxIJnRGoO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suxIJnRGoO nav.navbar {
  position: fixed;
}
.cid-suxIJnRGoO .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-suxIJnRGoO .dropdown-menu {
  padding: 0;
}
.cid-suxIJnRGoO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIJnRGoO .dropdown-item:hover,
.cid-suxIJnRGoO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suxIJnRGoO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suxIJnRGoO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suxIJnRGoO .nav-link {
  position: relative;
}
.cid-suxIJnRGoO .container {
  display: flex;
  margin: auto;
}
.cid-suxIJnRGoO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suxIJnRGoO .navbar-caption {
  padding-right: 4rem;
}
.cid-suxIJnRGoO .dropdown-menu,
.cid-suxIJnRGoO .navbar.opened {
  background: #ffffff !important;
}
.cid-suxIJnRGoO .nav-item:focus,
.cid-suxIJnRGoO .nav-link:focus {
  outline: none;
}
.cid-suxIJnRGoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suxIJnRGoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suxIJnRGoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxIJnRGoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suxIJnRGoO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suxIJnRGoO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suxIJnRGoO .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suxIJnRGoO .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIJnRGoO .navbar.opened {
  transition: all .3s;
}
.cid-suxIJnRGoO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suxIJnRGoO .navbar .navbar-logo img {
  width: auto;
}
.cid-suxIJnRGoO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suxIJnRGoO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suxIJnRGoO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suxIJnRGoO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suxIJnRGoO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suxIJnRGoO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suxIJnRGoO .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: 55%;
}
.cid-suxIJnRGoO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suxIJnRGoO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suxIJnRGoO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suxIJnRGoO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suxIJnRGoO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suxIJnRGoO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suxIJnRGoO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suxIJnRGoO .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: 55%;
  }
  .cid-suxIJnRGoO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suxIJnRGoO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suxIJnRGoO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suxIJnRGoO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suxIJnRGoO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suxIJnRGoO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suxIJnRGoO .navbar.navbar-short {
  min-height: 60px;
}
.cid-suxIJnRGoO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suxIJnRGoO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suxIJnRGoO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suxIJnRGoO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suxIJnRGoO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suxIJnRGoO .dropdown-item.active,
.cid-suxIJnRGoO .dropdown-item:active {
  background-color: transparent;
}
.cid-suxIJnRGoO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suxIJnRGoO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suxIJnRGoO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suxIJnRGoO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suxIJnRGoO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suxIJnRGoO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxIJnRGoO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suxIJnRGoO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suxIJnRGoO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suxIJnRGoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suxIJnRGoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suxIJnRGoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIJnRGoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIJnRGoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suxIJnRGoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIJnRGoO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suxIJnRGoO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suxIJnRGoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIJnRGoO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suxIJnRGoO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suxIJnRGoO .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-suxIJnRGoO .navbar {
    height: 77px;
  }
  .cid-suxIJnRGoO .navbar.opened {
    height: auto;
  }
  .cid-suxIJnRGoO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-j9 {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-j9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-j9 p {
  font-size: 60px;
  color: #777;
}
#custom-html-j9 .byebye {
  display: none;
}
#custom-html-j9 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-j9 #myImg:hover {
  opacity: 0.7;
}
#custom-html-j9 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-j9 .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-j9 #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-j9 .modal-content,
#custom-html-j9 #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-j9 .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-j9 .closeMe:hover,
#custom-html-j9 .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-j9 .modal-content {
    width: 100%;
  }
}
.cid-suxINXk5Aw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-suxINXk5Aw img,
.cid-suxINXk5Aw iframe {
  display: block;
  width: 300px;
}
.cid-suxINXEPiv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suxINXEPiv nav.navbar {
  position: fixed;
}
.cid-suxINXEPiv .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-suxINXEPiv .dropdown-menu {
  padding: 0;
}
.cid-suxINXEPiv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxINXEPiv .dropdown-item:hover,
.cid-suxINXEPiv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suxINXEPiv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suxINXEPiv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suxINXEPiv .nav-link {
  position: relative;
}
.cid-suxINXEPiv .container {
  display: flex;
  margin: auto;
}
.cid-suxINXEPiv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suxINXEPiv .navbar-caption {
  padding-right: 4rem;
}
.cid-suxINXEPiv .dropdown-menu,
.cid-suxINXEPiv .navbar.opened {
  background: #ffffff !important;
}
.cid-suxINXEPiv .nav-item:focus,
.cid-suxINXEPiv .nav-link:focus {
  outline: none;
}
.cid-suxINXEPiv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suxINXEPiv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suxINXEPiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxINXEPiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suxINXEPiv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suxINXEPiv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suxINXEPiv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suxINXEPiv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxINXEPiv .navbar.opened {
  transition: all .3s;
}
.cid-suxINXEPiv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suxINXEPiv .navbar .navbar-logo img {
  width: auto;
}
.cid-suxINXEPiv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suxINXEPiv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suxINXEPiv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suxINXEPiv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suxINXEPiv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suxINXEPiv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suxINXEPiv .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: 55%;
}
.cid-suxINXEPiv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suxINXEPiv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suxINXEPiv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suxINXEPiv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suxINXEPiv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suxINXEPiv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suxINXEPiv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suxINXEPiv .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: 55%;
  }
  .cid-suxINXEPiv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suxINXEPiv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suxINXEPiv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suxINXEPiv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suxINXEPiv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suxINXEPiv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suxINXEPiv .navbar.navbar-short {
  min-height: 60px;
}
.cid-suxINXEPiv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suxINXEPiv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suxINXEPiv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suxINXEPiv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suxINXEPiv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suxINXEPiv .dropdown-item.active,
.cid-suxINXEPiv .dropdown-item:active {
  background-color: transparent;
}
.cid-suxINXEPiv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suxINXEPiv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suxINXEPiv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suxINXEPiv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suxINXEPiv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suxINXEPiv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxINXEPiv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suxINXEPiv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suxINXEPiv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suxINXEPiv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suxINXEPiv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suxINXEPiv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suxINXEPiv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suxINXEPiv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suxINXEPiv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxINXEPiv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suxINXEPiv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suxINXEPiv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxINXEPiv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suxINXEPiv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suxINXEPiv .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-suxINXEPiv .navbar {
    height: 77px;
  }
  .cid-suxINXEPiv .navbar.opened {
    height: auto;
  }
  .cid-suxINXEPiv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-ja {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-ja div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ja p {
  font-size: 60px;
  color: #777;
}
#custom-html-ja .byebye {
  display: none;
}
#custom-html-ja #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-ja #myImg:hover {
  opacity: 0.7;
}
#custom-html-ja .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-ja .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-ja #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-ja .modal-content,
#custom-html-ja #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-ja .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-ja .closeMe:hover,
#custom-html-ja .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-ja .modal-content {
    width: 100%;
  }
}
.cid-suxIQSgCwm {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-sNEXhCLWc6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
@media (max-width: 991px) {
  .cid-sNEXhCLWc6 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sNEXhCLWc6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNEXhCLWc6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sNEXhCLWc6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNEXhCLWc6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sNEXhCLWc6 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sNEXhCLWc6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNEXhWUqZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
@media (max-width: 991px) {
  .cid-sNEXhWUqZg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNEXhWUqZg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sNEXhWUqZg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNEXhWUqZg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sNEXhWUqZg .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sNEXhWUqZg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNEYv3eggA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-sNEYv3eggA img,
.cid-sNEYv3eggA iframe {
  display: block;
  width: 300px;
}
.cid-suxIQSB6jd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suxIQSB6jd nav.navbar {
  position: fixed;
}
.cid-suxIQSB6jd .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-suxIQSB6jd .dropdown-menu {
  padding: 0;
}
.cid-suxIQSB6jd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIQSB6jd .dropdown-item:hover,
.cid-suxIQSB6jd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suxIQSB6jd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suxIQSB6jd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suxIQSB6jd .nav-link {
  position: relative;
}
.cid-suxIQSB6jd .container {
  display: flex;
  margin: auto;
}
.cid-suxIQSB6jd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suxIQSB6jd .navbar-caption {
  padding-right: 4rem;
}
.cid-suxIQSB6jd .dropdown-menu,
.cid-suxIQSB6jd .navbar.opened {
  background: #ffffff !important;
}
.cid-suxIQSB6jd .nav-item:focus,
.cid-suxIQSB6jd .nav-link:focus {
  outline: none;
}
.cid-suxIQSB6jd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suxIQSB6jd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suxIQSB6jd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxIQSB6jd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suxIQSB6jd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suxIQSB6jd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suxIQSB6jd .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suxIQSB6jd .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxIQSB6jd .navbar.opened {
  transition: all .3s;
}
.cid-suxIQSB6jd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suxIQSB6jd .navbar .navbar-logo img {
  width: auto;
}
.cid-suxIQSB6jd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suxIQSB6jd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suxIQSB6jd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suxIQSB6jd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suxIQSB6jd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suxIQSB6jd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suxIQSB6jd .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: 55%;
}
.cid-suxIQSB6jd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suxIQSB6jd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suxIQSB6jd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suxIQSB6jd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suxIQSB6jd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suxIQSB6jd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suxIQSB6jd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suxIQSB6jd .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: 55%;
  }
  .cid-suxIQSB6jd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suxIQSB6jd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suxIQSB6jd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suxIQSB6jd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suxIQSB6jd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suxIQSB6jd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suxIQSB6jd .navbar.navbar-short {
  min-height: 60px;
}
.cid-suxIQSB6jd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suxIQSB6jd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suxIQSB6jd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suxIQSB6jd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suxIQSB6jd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suxIQSB6jd .dropdown-item.active,
.cid-suxIQSB6jd .dropdown-item:active {
  background-color: transparent;
}
.cid-suxIQSB6jd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suxIQSB6jd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suxIQSB6jd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suxIQSB6jd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suxIQSB6jd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suxIQSB6jd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxIQSB6jd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suxIQSB6jd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suxIQSB6jd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suxIQSB6jd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suxIQSB6jd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suxIQSB6jd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIQSB6jd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suxIQSB6jd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suxIQSB6jd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIQSB6jd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suxIQSB6jd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suxIQSB6jd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxIQSB6jd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suxIQSB6jd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suxIQSB6jd .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-suxIQSB6jd .navbar {
    height: 77px;
  }
  .cid-suxIQSB6jd .navbar.opened {
    height: auto;
  }
  .cid-suxIQSB6jd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-jb {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-jb div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jb p {
  font-size: 60px;
  color: #777;
}
#custom-html-jb .byebye {
  display: none;
}
#custom-html-jb #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-jb #myImg:hover {
  opacity: 0.7;
}
#custom-html-jb .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-jb .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-jb #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-jb .modal-content,
#custom-html-jb #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-jb .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-jb .closeMe:hover,
#custom-html-jb .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-jb .modal-content {
    width: 100%;
  }
}
.cid-suxK1FLJMf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-suxK1FLJMf img,
.cid-suxK1FLJMf iframe {
  display: block;
  width: 300px;
}
.cid-suxK1G6I05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suxK1G6I05 nav.navbar {
  position: fixed;
}
.cid-suxK1G6I05 .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-suxK1G6I05 .dropdown-menu {
  padding: 0;
}
.cid-suxK1G6I05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxK1G6I05 .dropdown-item:hover,
.cid-suxK1G6I05 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suxK1G6I05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suxK1G6I05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suxK1G6I05 .nav-link {
  position: relative;
}
.cid-suxK1G6I05 .container {
  display: flex;
  margin: auto;
}
.cid-suxK1G6I05 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suxK1G6I05 .navbar-caption {
  padding-right: 4rem;
}
.cid-suxK1G6I05 .dropdown-menu,
.cid-suxK1G6I05 .navbar.opened {
  background: #ffffff !important;
}
.cid-suxK1G6I05 .nav-item:focus,
.cid-suxK1G6I05 .nav-link:focus {
  outline: none;
}
.cid-suxK1G6I05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suxK1G6I05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suxK1G6I05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxK1G6I05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suxK1G6I05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suxK1G6I05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suxK1G6I05 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suxK1G6I05 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxK1G6I05 .navbar.opened {
  transition: all .3s;
}
.cid-suxK1G6I05 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suxK1G6I05 .navbar .navbar-logo img {
  width: auto;
}
.cid-suxK1G6I05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suxK1G6I05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suxK1G6I05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suxK1G6I05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suxK1G6I05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suxK1G6I05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suxK1G6I05 .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: 55%;
}
.cid-suxK1G6I05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suxK1G6I05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suxK1G6I05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suxK1G6I05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suxK1G6I05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suxK1G6I05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suxK1G6I05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suxK1G6I05 .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: 55%;
  }
  .cid-suxK1G6I05 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suxK1G6I05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suxK1G6I05 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suxK1G6I05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suxK1G6I05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suxK1G6I05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suxK1G6I05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-suxK1G6I05 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suxK1G6I05 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suxK1G6I05 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suxK1G6I05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suxK1G6I05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suxK1G6I05 .dropdown-item.active,
.cid-suxK1G6I05 .dropdown-item:active {
  background-color: transparent;
}
.cid-suxK1G6I05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suxK1G6I05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suxK1G6I05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suxK1G6I05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suxK1G6I05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suxK1G6I05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxK1G6I05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suxK1G6I05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suxK1G6I05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suxK1G6I05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suxK1G6I05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suxK1G6I05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suxK1G6I05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suxK1G6I05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suxK1G6I05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxK1G6I05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suxK1G6I05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suxK1G6I05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxK1G6I05 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suxK1G6I05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suxK1G6I05 .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-suxK1G6I05 .navbar {
    height: 77px;
  }
  .cid-suxK1G6I05 .navbar.opened {
    height: auto;
  }
  .cid-suxK1G6I05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-jc {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-jc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jc p {
  font-size: 60px;
  color: #777;
}
#custom-html-jc .byebye {
  display: none;
}
#custom-html-jc #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-jc #myImg:hover {
  opacity: 0.7;
}
#custom-html-jc .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-jc .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-jc #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-jc .modal-content,
#custom-html-jc #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-jc .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-jc .closeMe:hover,
#custom-html-jc .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-jc .modal-content {
    width: 100%;
  }
}
.cid-suxK0YigLe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-suxK0YigLe img,
.cid-suxK0YigLe iframe {
  display: block;
  width: 300px;
}
.cid-suxK0YJ5az {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suxK0YJ5az nav.navbar {
  position: fixed;
}
.cid-suxK0YJ5az .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-suxK0YJ5az .dropdown-menu {
  padding: 0;
}
.cid-suxK0YJ5az .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxK0YJ5az .dropdown-item:hover,
.cid-suxK0YJ5az .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suxK0YJ5az .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suxK0YJ5az .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suxK0YJ5az .nav-link {
  position: relative;
}
.cid-suxK0YJ5az .container {
  display: flex;
  margin: auto;
}
.cid-suxK0YJ5az .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suxK0YJ5az .navbar-caption {
  padding-right: 4rem;
}
.cid-suxK0YJ5az .dropdown-menu,
.cid-suxK0YJ5az .navbar.opened {
  background: #ffffff !important;
}
.cid-suxK0YJ5az .nav-item:focus,
.cid-suxK0YJ5az .nav-link:focus {
  outline: none;
}
.cid-suxK0YJ5az .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suxK0YJ5az .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suxK0YJ5az .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suxK0YJ5az .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suxK0YJ5az .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suxK0YJ5az .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suxK0YJ5az .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suxK0YJ5az .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suxK0YJ5az .navbar.opened {
  transition: all .3s;
}
.cid-suxK0YJ5az .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suxK0YJ5az .navbar .navbar-logo img {
  width: auto;
}
.cid-suxK0YJ5az .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suxK0YJ5az .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suxK0YJ5az .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suxK0YJ5az .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suxK0YJ5az .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suxK0YJ5az .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suxK0YJ5az .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: 55%;
}
.cid-suxK0YJ5az .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suxK0YJ5az .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suxK0YJ5az .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suxK0YJ5az .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suxK0YJ5az .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suxK0YJ5az .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suxK0YJ5az .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suxK0YJ5az .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: 55%;
  }
  .cid-suxK0YJ5az .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suxK0YJ5az .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suxK0YJ5az .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suxK0YJ5az .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suxK0YJ5az .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suxK0YJ5az .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suxK0YJ5az .navbar.navbar-short {
  min-height: 60px;
}
.cid-suxK0YJ5az .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suxK0YJ5az .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suxK0YJ5az .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suxK0YJ5az .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suxK0YJ5az .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suxK0YJ5az .dropdown-item.active,
.cid-suxK0YJ5az .dropdown-item:active {
  background-color: transparent;
}
.cid-suxK0YJ5az .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suxK0YJ5az .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suxK0YJ5az .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suxK0YJ5az .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suxK0YJ5az .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suxK0YJ5az .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suxK0YJ5az ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suxK0YJ5az .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suxK0YJ5az button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suxK0YJ5az button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suxK0YJ5az button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suxK0YJ5az button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suxK0YJ5az button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suxK0YJ5az button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suxK0YJ5az nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxK0YJ5az nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suxK0YJ5az nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suxK0YJ5az nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suxK0YJ5az .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suxK0YJ5az a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suxK0YJ5az .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-suxK0YJ5az .navbar {
    height: 77px;
  }
  .cid-suxK0YJ5az .navbar.opened {
    height: auto;
  }
  .cid-suxK0YJ5az .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-jd {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-jd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jd p {
  font-size: 60px;
  color: #777;
}
#custom-html-jd .byebye {
  display: none;
}
#custom-html-jd #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-jd #myImg:hover {
  opacity: 0.7;
}
#custom-html-jd .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-jd .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-jd #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-jd .modal-content,
#custom-html-jd #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-jd .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-jd .closeMe:hover,
#custom-html-jd .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-jd .modal-content {
    width: 100%;
  }
}
.cid-sNwXgOQDdE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-39.jpg");
}
.cid-sNwXgOQDdE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sNwXgOQDdE .card {
    margin-bottom: 2rem!important;
  }
  .cid-sNwXgOQDdE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNwXgOQDdE .link-wrap {
    align-items: center;
  }
}
.cid-sNwXgOQDdE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNN6gh05YD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-sNN6gh05YD .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sNN6gh05YD .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sNN6gh05YD .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sNN6gh05YD .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNN6gh05YD .mbr-section-title {
  text-align: center;
}
.cid-sNEttk8gy0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-sNEttk8gy0 .mbr-text,
.cid-sNEttk8gy0 .mbr-section-btn {
  color: #232323;
}
.cid-sNEttk8gy0 .card-title,
.cid-sNEttk8gy0 .card-box {
  color: #000000;
  text-align: center;
}
.cid-sNEttk8gy0 .mbr-text,
.cid-sNEttk8gy0 .link-wrap {
  color: #ffffff;
}
.cid-stKamcDNf3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stKamcDNf3 nav.navbar {
  position: fixed;
}
.cid-stKamcDNf3 .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-stKamcDNf3 .dropdown-menu {
  padding: 0;
}
.cid-stKamcDNf3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stKamcDNf3 .dropdown-item:hover,
.cid-stKamcDNf3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-stKamcDNf3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-stKamcDNf3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stKamcDNf3 .nav-link {
  position: relative;
}
.cid-stKamcDNf3 .container {
  display: flex;
  margin: auto;
}
.cid-stKamcDNf3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stKamcDNf3 .navbar-caption {
  padding-right: 4rem;
}
.cid-stKamcDNf3 .dropdown-menu,
.cid-stKamcDNf3 .navbar.opened {
  background: #ffffff !important;
}
.cid-stKamcDNf3 .nav-item:focus,
.cid-stKamcDNf3 .nav-link:focus {
  outline: none;
}
.cid-stKamcDNf3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stKamcDNf3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stKamcDNf3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stKamcDNf3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stKamcDNf3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stKamcDNf3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stKamcDNf3 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-stKamcDNf3 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stKamcDNf3 .navbar.opened {
  transition: all .3s;
}
.cid-stKamcDNf3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-stKamcDNf3 .navbar .navbar-logo img {
  width: auto;
}
.cid-stKamcDNf3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stKamcDNf3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stKamcDNf3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stKamcDNf3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-stKamcDNf3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stKamcDNf3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stKamcDNf3 .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: 55%;
}
.cid-stKamcDNf3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stKamcDNf3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-stKamcDNf3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stKamcDNf3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stKamcDNf3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stKamcDNf3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stKamcDNf3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stKamcDNf3 .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: 55%;
  }
  .cid-stKamcDNf3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stKamcDNf3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stKamcDNf3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stKamcDNf3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stKamcDNf3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stKamcDNf3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stKamcDNf3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-stKamcDNf3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stKamcDNf3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stKamcDNf3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stKamcDNf3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stKamcDNf3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stKamcDNf3 .dropdown-item.active,
.cid-stKamcDNf3 .dropdown-item:active {
  background-color: transparent;
}
.cid-stKamcDNf3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stKamcDNf3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stKamcDNf3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stKamcDNf3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stKamcDNf3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stKamcDNf3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stKamcDNf3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stKamcDNf3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stKamcDNf3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-stKamcDNf3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-stKamcDNf3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stKamcDNf3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stKamcDNf3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stKamcDNf3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stKamcDNf3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stKamcDNf3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stKamcDNf3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stKamcDNf3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stKamcDNf3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stKamcDNf3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stKamcDNf3 .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-stKamcDNf3 .navbar {
    height: 77px;
  }
  .cid-stKamcDNf3 .navbar.opened {
    height: auto;
  }
  .cid-stKamcDNf3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCtj64efGI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-sCtj64efGI .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sCtj64efGI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sCtj64efGI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtj64efGI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCtj64efGI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCtj64efGI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCtj64efGI .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCtj64efGI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCtj6j2bJe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-sCtj6j2bJe .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sCtj6j2bJe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtj6j2bJe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCtj6j2bJe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCtj6j2bJe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCtj6j2bJe .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCtj6j2bJe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCtj6t6lMV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-sCtj6t6lMV .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sCtj6t6lMV .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sCtj6t6lMV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtj6t6lMV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCtj6t6lMV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCtj6t6lMV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCtj6t6lMV .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCtj6t6lMV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCtj6D8KpK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-sCtj6D8KpK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sCtj6D8KpK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtj6D8KpK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCtj6D8KpK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCtj6D8KpK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCtj6D8KpK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCtj6D8KpK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNEy5nSZvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-41.jpg");
}
.cid-sNEy5nSZvt .twitter-wrapper,
.cid-sNEy5nSZvt iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-sNEy5nSZvt a.twitter-timeline {
  display: none;
}
.cid-sNEy6ckbTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-43.jpg");
}
.cid-sNEy6ckbTI .fb-page,
.cid-sNEy6ckbTI span,
.cid-sNEy6ckbTI iframe {
  width: 500px;
  height: 620px;
}
.cid-sNEy6ckbTI blockquote {
  display: none;
}
.cid-sNEy6ckbTI .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-jf {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-jf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jf p {
  font-size: 60px;
  color: #777;
}
#custom-html-jf .byebye {
  display: none;
}
#custom-html-jf #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-jf #myImg:hover {
  opacity: 0.7;
}
#custom-html-jf .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-jf .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-jf #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-jf .modal-content,
#custom-html-jf #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-jf .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-jf .closeMe:hover,
#custom-html-jf .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-jf .modal-content {
    width: 100%;
  }
}
.cid-sNEHkrKdH2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-16.jpg");
}
.cid-sNEHkrKdH2 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sNEHkrKdH2 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sNEHkrKdH2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNEHkrKdH2 .link-wrap {
    align-items: center;
  }
}
.cid-sNEHkrKdH2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNEHkrKdH2 .card-title,
.cid-sNEHkrKdH2 .card-box {
  text-align: left;
}
.cid-sNEMYHojaf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-sNEMYHojaf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sNEMYHojaf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sNEMYHojaf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sNEMYHojaf H3 {
  text-align: center;
}
.cid-sPvDEKSqWk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-sPvDEKSqWk img,
.cid-sPvDEKSqWk iframe {
  display: block;
  width: 300px;
}
.cid-sPvDFlW7ll {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-11.jpg");
}
.cid-sPvDFlW7ll img,
.cid-sPvDFlW7ll iframe {
  display: block;
  width: 300px;
}
.cid-sNF4zetUgY {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-20.jpg");
}
@media (min-width: 1500px) {
  .cid-sNF4zetUgY .container {
    max-width: 1400px;
  }
}
.cid-sNF4zetUgY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sNF4zetUgY .card-wrapper {
  margin-top: 3rem;
}
.cid-sNF4zetUgY .row {
  justify-content: center;
}
.cid-stKc7VObI7 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-29.jpg");
}
@media (min-width: 1500px) {
  .cid-stKc7VObI7 .container {
    max-width: 1400px;
  }
}
.cid-stKc7VObI7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-stKc7VObI7 .card-wrapper {
  margin-top: 3rem;
}
.cid-stKc7VObI7 .row {
  justify-content: center;
}
.cid-stKc7W5fqE {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-30.jpeg");
}
@media (min-width: 1500px) {
  .cid-stKc7W5fqE .container {
    max-width: 1400px;
  }
}
.cid-stKc7W5fqE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-stKc7W5fqE .card-wrapper {
  margin-top: 3rem;
}
.cid-stKc7W5fqE .row {
  justify-content: center;
}
.cid-sNGG15bpKv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-sNGG15bpKv .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-sNGG15bpKv .item {
    margin-bottom: 4rem;
  }
}
.cid-sNGG15bpKv .item:last-child .icon-box:before {
  display: none;
}
.cid-sNGG15bpKv .item.last .icon-box:before {
  display: none;
}
.cid-sNGG15bpKv .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sNGG15bpKv .icon-box {
    margin-right: 1rem;
  }
}
.cid-sNGG15bpKv .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-sNGG15bpKv span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNGG15bpKv .card {
    margin-bottom: 2rem;
  }
  .cid-sNGG15bpKv .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sNGG15bpKv .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sNGG15bpKv .icon-box::before {
    top: 114%;
  }
}
.cid-sNGTG5wLhj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-35.jpg");
}
.cid-sNGTG5wLhj .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sNGTG5wLhj .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sNGTG5wLhj .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sNGTG5wLhj .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNGTG5wLhj .mbr-section-title {
  text-align: center;
}
.cid-sNGTG5wLhj .mbr-text {
  text-align: left;
}
.cid-sNGTG5wLhj .mbr-text,
.cid-sNGTG5wLhj .mbr-section-btn {
  text-align: left;
}
.cid-sCt8tIEwO9 {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sCt8tIEwO9 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sCt8tIEwO9 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sCt8tIEwO9 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sCt8tIEwO9 .mbr-text {
  color: #ffffff;
}
.cid-sCt8tIEwO9 .card {
  padding-bottom: 1.5rem;
}
.cid-sCt8tIEwO9 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCt8tIEwO9 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sCt8tIEwO9 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-stKc7Wn2ro {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stKc7Wn2ro nav.navbar {
  position: fixed;
}
.cid-stKc7Wn2ro .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-stKc7Wn2ro .dropdown-menu {
  padding: 0;
}
.cid-stKc7Wn2ro .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stKc7Wn2ro .dropdown-item:hover,
.cid-stKc7Wn2ro .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-stKc7Wn2ro .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-stKc7Wn2ro .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stKc7Wn2ro .nav-link {
  position: relative;
}
.cid-stKc7Wn2ro .container {
  display: flex;
  margin: auto;
}
.cid-stKc7Wn2ro .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stKc7Wn2ro .navbar-caption {
  padding-right: 4rem;
}
.cid-stKc7Wn2ro .dropdown-menu,
.cid-stKc7Wn2ro .navbar.opened {
  background: #ffffff !important;
}
.cid-stKc7Wn2ro .nav-item:focus,
.cid-stKc7Wn2ro .nav-link:focus {
  outline: none;
}
.cid-stKc7Wn2ro .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stKc7Wn2ro .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stKc7Wn2ro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stKc7Wn2ro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stKc7Wn2ro .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stKc7Wn2ro .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stKc7Wn2ro .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-stKc7Wn2ro .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stKc7Wn2ro .navbar.opened {
  transition: all .3s;
}
.cid-stKc7Wn2ro .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-stKc7Wn2ro .navbar .navbar-logo img {
  width: auto;
}
.cid-stKc7Wn2ro .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stKc7Wn2ro .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stKc7Wn2ro .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stKc7Wn2ro .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-stKc7Wn2ro .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stKc7Wn2ro .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stKc7Wn2ro .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: 55%;
}
.cid-stKc7Wn2ro .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stKc7Wn2ro .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-stKc7Wn2ro .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stKc7Wn2ro .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stKc7Wn2ro .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stKc7Wn2ro .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stKc7Wn2ro .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stKc7Wn2ro .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: 55%;
  }
  .cid-stKc7Wn2ro .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stKc7Wn2ro .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stKc7Wn2ro .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stKc7Wn2ro .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stKc7Wn2ro .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stKc7Wn2ro .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stKc7Wn2ro .navbar.navbar-short {
  min-height: 60px;
}
.cid-stKc7Wn2ro .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stKc7Wn2ro .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stKc7Wn2ro .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stKc7Wn2ro .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stKc7Wn2ro .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stKc7Wn2ro .dropdown-item.active,
.cid-stKc7Wn2ro .dropdown-item:active {
  background-color: transparent;
}
.cid-stKc7Wn2ro .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stKc7Wn2ro .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stKc7Wn2ro .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stKc7Wn2ro .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stKc7Wn2ro .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stKc7Wn2ro .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stKc7Wn2ro ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stKc7Wn2ro .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stKc7Wn2ro button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-stKc7Wn2ro button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-stKc7Wn2ro button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stKc7Wn2ro button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stKc7Wn2ro button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stKc7Wn2ro button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stKc7Wn2ro nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stKc7Wn2ro nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stKc7Wn2ro nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stKc7Wn2ro nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stKc7Wn2ro .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stKc7Wn2ro a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stKc7Wn2ro .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-stKc7Wn2ro .navbar {
    height: 77px;
  }
  .cid-stKc7Wn2ro .navbar.opened {
    height: auto;
  }
  .cid-stKc7Wn2ro .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-je {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-je div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-je p {
  font-size: 60px;
  color: #777;
}
#custom-html-je .byebye {
  display: none;
}
#custom-html-je #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-je #myImg:hover {
  opacity: 0.7;
}
#custom-html-je .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-je .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-je #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-je .modal-content,
#custom-html-je #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-je .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-je .closeMe:hover,
#custom-html-je .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-je .modal-content {
    width: 100%;
  }
}
.cid-suydkdPN9d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suydkdPN9d nav.navbar {
  position: fixed;
}
.cid-suydkdPN9d .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-suydkdPN9d .dropdown-menu {
  padding: 0;
}
.cid-suydkdPN9d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suydkdPN9d .dropdown-item:hover,
.cid-suydkdPN9d .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-suydkdPN9d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suydkdPN9d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suydkdPN9d .nav-link {
  position: relative;
}
.cid-suydkdPN9d .container {
  display: flex;
  margin: auto;
}
.cid-suydkdPN9d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suydkdPN9d .navbar-caption {
  padding-right: 4rem;
}
.cid-suydkdPN9d .dropdown-menu,
.cid-suydkdPN9d .navbar.opened {
  background: #ffffff !important;
}
.cid-suydkdPN9d .nav-item:focus,
.cid-suydkdPN9d .nav-link:focus {
  outline: none;
}
.cid-suydkdPN9d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suydkdPN9d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suydkdPN9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suydkdPN9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suydkdPN9d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suydkdPN9d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suydkdPN9d .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-suydkdPN9d .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suydkdPN9d .navbar.opened {
  transition: all .3s;
}
.cid-suydkdPN9d .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suydkdPN9d .navbar .navbar-logo img {
  width: auto;
}
.cid-suydkdPN9d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suydkdPN9d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suydkdPN9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suydkdPN9d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suydkdPN9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suydkdPN9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suydkdPN9d .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: 55%;
}
.cid-suydkdPN9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suydkdPN9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suydkdPN9d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suydkdPN9d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suydkdPN9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suydkdPN9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suydkdPN9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suydkdPN9d .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: 55%;
  }
  .cid-suydkdPN9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suydkdPN9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suydkdPN9d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suydkdPN9d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suydkdPN9d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suydkdPN9d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suydkdPN9d .navbar.navbar-short {
  min-height: 60px;
}
.cid-suydkdPN9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suydkdPN9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suydkdPN9d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suydkdPN9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suydkdPN9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suydkdPN9d .dropdown-item.active,
.cid-suydkdPN9d .dropdown-item:active {
  background-color: transparent;
}
.cid-suydkdPN9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suydkdPN9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suydkdPN9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suydkdPN9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suydkdPN9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suydkdPN9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suydkdPN9d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suydkdPN9d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suydkdPN9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suydkdPN9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-suydkdPN9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suydkdPN9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suydkdPN9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suydkdPN9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suydkdPN9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suydkdPN9d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suydkdPN9d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suydkdPN9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suydkdPN9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suydkdPN9d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suydkdPN9d .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-suydkdPN9d .navbar {
    height: 77px;
  }
  .cid-suydkdPN9d .navbar.opened {
    height: auto;
  }
  .cid-suydkdPN9d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNEAFATHCW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-36.jpg");
}
@media (max-width: 991px) {
  .cid-sNEAFATHCW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNEAFATHCW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNEAFATHCW .text-wrapper {
    padding: 2rem;
  }
}
.cid-sNEAFVKa8M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-37.jpg");
}
@media (max-width: 991px) {
  .cid-sNEAFVKa8M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNEAFVKa8M .row {
  flex-direction: row-reverse;
}
.cid-sNEAFVKa8M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNEAFVKa8M .text-wrapper {
    padding: 2rem;
  }
}
.cid-sNEAG8I0XT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-38.jpg");
}
@media (max-width: 991px) {
  .cid-sNEAG8I0XT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNEAG8I0XT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNEAG8I0XT .text-wrapper {
    padding: 2rem;
  }
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
#custom-html-jg {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-jg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jg p {
  font-size: 60px;
  color: #777;
}
#custom-html-jg .byebye {
  display: none;
}
#custom-html-jg #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-jg #myImg:hover {
  opacity: 0.7;
}
#custom-html-jg .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-jg .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-jg #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-jg .modal-content,
#custom-html-jg #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-jg .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-jg .closeMe:hover,
#custom-html-jg .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-jg .modal-content {
    width: 100%;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNTzUxGz8y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-sNTzUxGz8y .item {
  padding-bottom: 2rem;
}
.cid-sNTzUxGz8y .item-wrapper {
  position: relative;
}
.cid-sNTzUxGz8y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTzUxGz8y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTzUxGz8y .carousel-control,
.cid-sNTzUxGz8y .close {
  background: #1b1b1b;
}
.cid-sNTzUxGz8y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTzUxGz8y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTzUxGz8y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTzUxGz8y .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTzUxGz8y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTzUxGz8y .close::before {
  content: '\e91a';
}
.cid-sNTzUxGz8y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTzUxGz8y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTzUxGz8y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUxGz8y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTzUxGz8y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTzUxGz8y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTzUxGz8y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTzUxGz8y .carousel-indicators li.active,
.cid-sNTzUxGz8y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTzUxGz8y .carousel-indicators li::after,
.cid-sNTzUxGz8y .carousel-indicators li::before {
  content: none;
}
.cid-sNTzUxGz8y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTzUxGz8y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTzUxGz8y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUxGz8y .carousel-indicators {
    display: none;
  }
}
.cid-sNTzUxGz8y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTzUxGz8y .carousel-inner > .active {
  display: block;
}
.cid-sNTzUxGz8y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUxGz8y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTzUxGz8y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTzUxGz8y .carousel-control,
  .cid-sNTzUxGz8y .carousel-indicators,
  .cid-sNTzUxGz8y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUxGz8y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTzUxGz8y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTzUxGz8y .carousel-indicators .active,
.cid-sNTzUxGz8y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTzUxGz8y .carousel-indicators .active {
  background: #fff;
}
.cid-sNTzUxGz8y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTzUxGz8y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTzUxGz8y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTzUxGz8y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTzUxGz8y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTzUxGz8y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTzUxGz8y .carousel {
  width: 100%;
}
.cid-sNTzUxGz8y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTzUxGz8y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTzUxGz8y .modal.fade .modal-dialog,
.cid-sNTzUxGz8y .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTzUxGz8y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTzUxGz8y H6 {
  text-align: center;
}
.cid-sNTzUBp9RW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-sNTzUBp9RW .item {
  padding-bottom: 2rem;
}
.cid-sNTzUBp9RW .item-wrapper {
  position: relative;
}
.cid-sNTzUBp9RW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTzUBp9RW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTzUBp9RW .carousel-control,
.cid-sNTzUBp9RW .close {
  background: #1b1b1b;
}
.cid-sNTzUBp9RW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTzUBp9RW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTzUBp9RW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTzUBp9RW .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTzUBp9RW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTzUBp9RW .close::before {
  content: '\e91a';
}
.cid-sNTzUBp9RW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTzUBp9RW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTzUBp9RW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUBp9RW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTzUBp9RW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTzUBp9RW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTzUBp9RW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTzUBp9RW .carousel-indicators li.active,
.cid-sNTzUBp9RW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTzUBp9RW .carousel-indicators li::after,
.cid-sNTzUBp9RW .carousel-indicators li::before {
  content: none;
}
.cid-sNTzUBp9RW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTzUBp9RW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTzUBp9RW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUBp9RW .carousel-indicators {
    display: none;
  }
}
.cid-sNTzUBp9RW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTzUBp9RW .carousel-inner > .active {
  display: block;
}
.cid-sNTzUBp9RW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUBp9RW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTzUBp9RW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTzUBp9RW .carousel-control,
  .cid-sNTzUBp9RW .carousel-indicators,
  .cid-sNTzUBp9RW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUBp9RW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTzUBp9RW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTzUBp9RW .carousel-indicators .active,
.cid-sNTzUBp9RW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTzUBp9RW .carousel-indicators .active {
  background: #fff;
}
.cid-sNTzUBp9RW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTzUBp9RW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTzUBp9RW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTzUBp9RW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTzUBp9RW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTzUBp9RW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTzUBp9RW .carousel {
  width: 100%;
}
.cid-sNTzUBp9RW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTzUBp9RW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTzUBp9RW .modal.fade .modal-dialog,
.cid-sNTzUBp9RW .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTzUBp9RW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTzUBp9RW H6 {
  text-align: center;
}
.cid-sNTzUinEEO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-sNTzUinEEO .item {
  padding-bottom: 2rem;
}
.cid-sNTzUinEEO .item-wrapper {
  position: relative;
}
.cid-sNTzUinEEO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTzUinEEO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTzUinEEO .carousel-control,
.cid-sNTzUinEEO .close {
  background: #1b1b1b;
}
.cid-sNTzUinEEO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTzUinEEO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTzUinEEO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTzUinEEO .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTzUinEEO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTzUinEEO .close::before {
  content: '\e91a';
}
.cid-sNTzUinEEO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTzUinEEO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTzUinEEO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUinEEO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTzUinEEO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTzUinEEO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTzUinEEO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTzUinEEO .carousel-indicators li.active,
.cid-sNTzUinEEO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTzUinEEO .carousel-indicators li::after,
.cid-sNTzUinEEO .carousel-indicators li::before {
  content: none;
}
.cid-sNTzUinEEO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTzUinEEO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTzUinEEO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUinEEO .carousel-indicators {
    display: none;
  }
}
.cid-sNTzUinEEO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTzUinEEO .carousel-inner > .active {
  display: block;
}
.cid-sNTzUinEEO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUinEEO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTzUinEEO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTzUinEEO .carousel-control,
  .cid-sNTzUinEEO .carousel-indicators,
  .cid-sNTzUinEEO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUinEEO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTzUinEEO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTzUinEEO .carousel-indicators .active,
.cid-sNTzUinEEO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTzUinEEO .carousel-indicators .active {
  background: #fff;
}
.cid-sNTzUinEEO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTzUinEEO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTzUinEEO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTzUinEEO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTzUinEEO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTzUinEEO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTzUinEEO .carousel {
  width: 100%;
}
.cid-sNTzUinEEO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTzUinEEO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTzUinEEO .modal.fade .modal-dialog,
.cid-sNTzUinEEO .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTzUinEEO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTzUinEEO H6 {
  text-align: center;
}
.cid-sNTzUU6uyF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-sNTzUU6uyF .item {
  padding-bottom: 2rem;
}
.cid-sNTzUU6uyF .item-wrapper {
  position: relative;
}
.cid-sNTzUU6uyF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTzUU6uyF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTzUU6uyF .carousel-control,
.cid-sNTzUU6uyF .close {
  background: #1b1b1b;
}
.cid-sNTzUU6uyF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTzUU6uyF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTzUU6uyF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTzUU6uyF .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTzUU6uyF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTzUU6uyF .close::before {
  content: '\e91a';
}
.cid-sNTzUU6uyF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTzUU6uyF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTzUU6uyF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUU6uyF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTzUU6uyF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTzUU6uyF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTzUU6uyF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTzUU6uyF .carousel-indicators li.active,
.cid-sNTzUU6uyF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTzUU6uyF .carousel-indicators li::after,
.cid-sNTzUU6uyF .carousel-indicators li::before {
  content: none;
}
.cid-sNTzUU6uyF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTzUU6uyF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTzUU6uyF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUU6uyF .carousel-indicators {
    display: none;
  }
}
.cid-sNTzUU6uyF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTzUU6uyF .carousel-inner > .active {
  display: block;
}
.cid-sNTzUU6uyF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUU6uyF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTzUU6uyF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTzUU6uyF .carousel-control,
  .cid-sNTzUU6uyF .carousel-indicators,
  .cid-sNTzUU6uyF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUU6uyF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTzUU6uyF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTzUU6uyF .carousel-indicators .active,
.cid-sNTzUU6uyF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTzUU6uyF .carousel-indicators .active {
  background: #fff;
}
.cid-sNTzUU6uyF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTzUU6uyF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTzUU6uyF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTzUU6uyF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTzUU6uyF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTzUU6uyF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTzUU6uyF .carousel {
  width: 100%;
}
.cid-sNTzUU6uyF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTzUU6uyF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTzUU6uyF .modal.fade .modal-dialog,
.cid-sNTzUU6uyF .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTzUU6uyF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTzUU6uyF H6 {
  text-align: center;
}
.cid-sNTDUzErjY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sNTDUzErjY .item {
  padding-bottom: 2rem;
}
.cid-sNTDUzErjY .item-wrapper {
  position: relative;
}
.cid-sNTDUzErjY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTDUzErjY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTDUzErjY .carousel-control,
.cid-sNTDUzErjY .close {
  background: #1b1b1b;
}
.cid-sNTDUzErjY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTDUzErjY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTDUzErjY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTDUzErjY .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTDUzErjY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTDUzErjY .close::before {
  content: '\e91a';
}
.cid-sNTDUzErjY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTDUzErjY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTDUzErjY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDUzErjY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTDUzErjY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTDUzErjY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTDUzErjY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTDUzErjY .carousel-indicators li.active,
.cid-sNTDUzErjY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTDUzErjY .carousel-indicators li::after,
.cid-sNTDUzErjY .carousel-indicators li::before {
  content: none;
}
.cid-sNTDUzErjY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTDUzErjY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTDUzErjY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTDUzErjY .carousel-indicators {
    display: none;
  }
}
.cid-sNTDUzErjY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTDUzErjY .carousel-inner > .active {
  display: block;
}
.cid-sNTDUzErjY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDUzErjY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTDUzErjY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTDUzErjY .carousel-control,
  .cid-sNTDUzErjY .carousel-indicators,
  .cid-sNTDUzErjY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTDUzErjY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTDUzErjY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTDUzErjY .carousel-indicators .active,
.cid-sNTDUzErjY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTDUzErjY .carousel-indicators .active {
  background: #fff;
}
.cid-sNTDUzErjY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTDUzErjY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTDUzErjY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTDUzErjY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTDUzErjY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTDUzErjY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTDUzErjY .carousel {
  width: 100%;
}
.cid-sNTDUzErjY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTDUzErjY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTDUzErjY .modal.fade .modal-dialog,
.cid-sNTDUzErjY .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTDUzErjY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTDUzErjY H6 {
  text-align: center;
}
.cid-sNTjiqhIzJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-sNTjiqhIzJ .item {
  padding-bottom: 2rem;
}
.cid-sNTjiqhIzJ .item-wrapper {
  position: relative;
}
.cid-sNTjiqhIzJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTjiqhIzJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTjiqhIzJ .carousel-control,
.cid-sNTjiqhIzJ .close {
  background: #1b1b1b;
}
.cid-sNTjiqhIzJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTjiqhIzJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTjiqhIzJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTjiqhIzJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTjiqhIzJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTjiqhIzJ .close::before {
  content: '\e91a';
}
.cid-sNTjiqhIzJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTjiqhIzJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTjiqhIzJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTjiqhIzJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTjiqhIzJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTjiqhIzJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTjiqhIzJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTjiqhIzJ .carousel-indicators li.active,
.cid-sNTjiqhIzJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTjiqhIzJ .carousel-indicators li::after,
.cid-sNTjiqhIzJ .carousel-indicators li::before {
  content: none;
}
.cid-sNTjiqhIzJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTjiqhIzJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTjiqhIzJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTjiqhIzJ .carousel-indicators {
    display: none;
  }
}
.cid-sNTjiqhIzJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTjiqhIzJ .carousel-inner > .active {
  display: block;
}
.cid-sNTjiqhIzJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTjiqhIzJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTjiqhIzJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTjiqhIzJ .carousel-control,
  .cid-sNTjiqhIzJ .carousel-indicators,
  .cid-sNTjiqhIzJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTjiqhIzJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTjiqhIzJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTjiqhIzJ .carousel-indicators .active,
.cid-sNTjiqhIzJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTjiqhIzJ .carousel-indicators .active {
  background: #fff;
}
.cid-sNTjiqhIzJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTjiqhIzJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTjiqhIzJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTjiqhIzJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTjiqhIzJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTjiqhIzJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTjiqhIzJ .carousel {
  width: 100%;
}
.cid-sNTjiqhIzJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTjiqhIzJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTjiqhIzJ .modal.fade .modal-dialog,
.cid-sNTjiqhIzJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTjiqhIzJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTjiqhIzJ H6 {
  text-align: center;
}
.cid-sNTzUrYkhx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sNTzUrYkhx .item {
  padding-bottom: 2rem;
}
.cid-sNTzUrYkhx .item-wrapper {
  position: relative;
}
.cid-sNTzUrYkhx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTzUrYkhx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTzUrYkhx .carousel-control,
.cid-sNTzUrYkhx .close {
  background: #1b1b1b;
}
.cid-sNTzUrYkhx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTzUrYkhx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTzUrYkhx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTzUrYkhx .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTzUrYkhx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTzUrYkhx .close::before {
  content: '\e91a';
}
.cid-sNTzUrYkhx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTzUrYkhx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTzUrYkhx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUrYkhx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTzUrYkhx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTzUrYkhx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTzUrYkhx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTzUrYkhx .carousel-indicators li.active,
.cid-sNTzUrYkhx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTzUrYkhx .carousel-indicators li::after,
.cid-sNTzUrYkhx .carousel-indicators li::before {
  content: none;
}
.cid-sNTzUrYkhx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTzUrYkhx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTzUrYkhx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUrYkhx .carousel-indicators {
    display: none;
  }
}
.cid-sNTzUrYkhx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTzUrYkhx .carousel-inner > .active {
  display: block;
}
.cid-sNTzUrYkhx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTzUrYkhx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTzUrYkhx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTzUrYkhx .carousel-control,
  .cid-sNTzUrYkhx .carousel-indicators,
  .cid-sNTzUrYkhx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTzUrYkhx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTzUrYkhx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTzUrYkhx .carousel-indicators .active,
.cid-sNTzUrYkhx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTzUrYkhx .carousel-indicators .active {
  background: #fff;
}
.cid-sNTzUrYkhx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTzUrYkhx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTzUrYkhx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTzUrYkhx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTzUrYkhx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTzUrYkhx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTzUrYkhx .carousel {
  width: 100%;
}
.cid-sNTzUrYkhx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTzUrYkhx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTzUrYkhx .modal.fade .modal-dialog,
.cid-sNTzUrYkhx .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTzUrYkhx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTzUrYkhx H6 {
  text-align: center;
}
.cid-sNUHvFcGyW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sNUHvFcGyW .item {
  padding-bottom: 2rem;
}
.cid-sNUHvFcGyW .item-wrapper {
  position: relative;
}
.cid-sNUHvFcGyW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNUHvFcGyW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNUHvFcGyW .carousel-control,
.cid-sNUHvFcGyW .close {
  background: #1b1b1b;
}
.cid-sNUHvFcGyW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNUHvFcGyW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNUHvFcGyW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNUHvFcGyW .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNUHvFcGyW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNUHvFcGyW .close::before {
  content: '\e91a';
}
.cid-sNUHvFcGyW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNUHvFcGyW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNUHvFcGyW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNUHvFcGyW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNUHvFcGyW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNUHvFcGyW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNUHvFcGyW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNUHvFcGyW .carousel-indicators li.active,
.cid-sNUHvFcGyW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNUHvFcGyW .carousel-indicators li::after,
.cid-sNUHvFcGyW .carousel-indicators li::before {
  content: none;
}
.cid-sNUHvFcGyW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNUHvFcGyW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNUHvFcGyW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNUHvFcGyW .carousel-indicators {
    display: none;
  }
}
.cid-sNUHvFcGyW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNUHvFcGyW .carousel-inner > .active {
  display: block;
}
.cid-sNUHvFcGyW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNUHvFcGyW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNUHvFcGyW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNUHvFcGyW .carousel-control,
  .cid-sNUHvFcGyW .carousel-indicators,
  .cid-sNUHvFcGyW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNUHvFcGyW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNUHvFcGyW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNUHvFcGyW .carousel-indicators .active,
.cid-sNUHvFcGyW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNUHvFcGyW .carousel-indicators .active {
  background: #fff;
}
.cid-sNUHvFcGyW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNUHvFcGyW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNUHvFcGyW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNUHvFcGyW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNUHvFcGyW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNUHvFcGyW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNUHvFcGyW .carousel {
  width: 100%;
}
.cid-sNUHvFcGyW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNUHvFcGyW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNUHvFcGyW .modal.fade .modal-dialog,
.cid-sNUHvFcGyW .modal.in .modal-dialog {
  transform: none;
}
.cid-sNUHvFcGyW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNUHvFcGyW H6 {
  text-align: center;
}
.cid-sNTDVk1ziT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-sNTDVk1ziT .item {
  padding-bottom: 2rem;
}
.cid-sNTDVk1ziT .item-wrapper {
  position: relative;
}
.cid-sNTDVk1ziT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTDVk1ziT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTDVk1ziT .carousel-control,
.cid-sNTDVk1ziT .close {
  background: #1b1b1b;
}
.cid-sNTDVk1ziT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTDVk1ziT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTDVk1ziT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTDVk1ziT .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTDVk1ziT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTDVk1ziT .close::before {
  content: '\e91a';
}
.cid-sNTDVk1ziT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTDVk1ziT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTDVk1ziT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDVk1ziT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTDVk1ziT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTDVk1ziT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTDVk1ziT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTDVk1ziT .carousel-indicators li.active,
.cid-sNTDVk1ziT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTDVk1ziT .carousel-indicators li::after,
.cid-sNTDVk1ziT .carousel-indicators li::before {
  content: none;
}
.cid-sNTDVk1ziT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTDVk1ziT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTDVk1ziT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTDVk1ziT .carousel-indicators {
    display: none;
  }
}
.cid-sNTDVk1ziT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTDVk1ziT .carousel-inner > .active {
  display: block;
}
.cid-sNTDVk1ziT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDVk1ziT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTDVk1ziT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTDVk1ziT .carousel-control,
  .cid-sNTDVk1ziT .carousel-indicators,
  .cid-sNTDVk1ziT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTDVk1ziT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTDVk1ziT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTDVk1ziT .carousel-indicators .active,
.cid-sNTDVk1ziT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTDVk1ziT .carousel-indicators .active {
  background: #fff;
}
.cid-sNTDVk1ziT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTDVk1ziT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTDVk1ziT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTDVk1ziT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTDVk1ziT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTDVk1ziT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTDVk1ziT .carousel {
  width: 100%;
}
.cid-sNTDVk1ziT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTDVk1ziT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTDVk1ziT .modal.fade .modal-dialog,
.cid-sNTDVk1ziT .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTDVk1ziT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTDVk1ziT H6 {
  text-align: center;
}
.cid-sNTDTO6BUD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-sNTDTO6BUD .item {
  padding-bottom: 2rem;
}
.cid-sNTDTO6BUD .item-wrapper {
  position: relative;
}
.cid-sNTDTO6BUD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTDTO6BUD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTDTO6BUD .carousel-control,
.cid-sNTDTO6BUD .close {
  background: #1b1b1b;
}
.cid-sNTDTO6BUD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTDTO6BUD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTDTO6BUD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTDTO6BUD .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTDTO6BUD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTDTO6BUD .close::before {
  content: '\e91a';
}
.cid-sNTDTO6BUD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTDTO6BUD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTDTO6BUD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDTO6BUD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTDTO6BUD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTDTO6BUD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTDTO6BUD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTDTO6BUD .carousel-indicators li.active,
.cid-sNTDTO6BUD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTDTO6BUD .carousel-indicators li::after,
.cid-sNTDTO6BUD .carousel-indicators li::before {
  content: none;
}
.cid-sNTDTO6BUD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTDTO6BUD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTDTO6BUD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTDTO6BUD .carousel-indicators {
    display: none;
  }
}
.cid-sNTDTO6BUD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTDTO6BUD .carousel-inner > .active {
  display: block;
}
.cid-sNTDTO6BUD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDTO6BUD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTDTO6BUD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTDTO6BUD .carousel-control,
  .cid-sNTDTO6BUD .carousel-indicators,
  .cid-sNTDTO6BUD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTDTO6BUD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTDTO6BUD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTDTO6BUD .carousel-indicators .active,
.cid-sNTDTO6BUD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTDTO6BUD .carousel-indicators .active {
  background: #fff;
}
.cid-sNTDTO6BUD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTDTO6BUD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTDTO6BUD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTDTO6BUD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTDTO6BUD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTDTO6BUD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTDTO6BUD .carousel {
  width: 100%;
}
.cid-sNTDTO6BUD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTDTO6BUD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTDTO6BUD .modal.fade .modal-dialog,
.cid-sNTDTO6BUD .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTDTO6BUD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTDTO6BUD H6 {
  text-align: center;
}
.cid-sNTDVXV7cT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-sNTDVXV7cT .item {
  padding-bottom: 2rem;
}
.cid-sNTDVXV7cT .item-wrapper {
  position: relative;
}
.cid-sNTDVXV7cT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sNTDVXV7cT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sNTDVXV7cT .carousel-control,
.cid-sNTDVXV7cT .close {
  background: #1b1b1b;
}
.cid-sNTDVXV7cT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNTDVXV7cT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNTDVXV7cT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNTDVXV7cT .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNTDVXV7cT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sNTDVXV7cT .close::before {
  content: '\e91a';
}
.cid-sNTDVXV7cT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sNTDVXV7cT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sNTDVXV7cT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDVXV7cT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNTDVXV7cT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNTDVXV7cT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sNTDVXV7cT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sNTDVXV7cT .carousel-indicators li.active,
.cid-sNTDVXV7cT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sNTDVXV7cT .carousel-indicators li::after,
.cid-sNTDVXV7cT .carousel-indicators li::before {
  content: none;
}
.cid-sNTDVXV7cT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sNTDVXV7cT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sNTDVXV7cT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sNTDVXV7cT .carousel-indicators {
    display: none;
  }
}
.cid-sNTDVXV7cT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sNTDVXV7cT .carousel-inner > .active {
  display: block;
}
.cid-sNTDVXV7cT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNTDVXV7cT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNTDVXV7cT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sNTDVXV7cT .carousel-control,
  .cid-sNTDVXV7cT .carousel-indicators,
  .cid-sNTDVXV7cT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sNTDVXV7cT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sNTDVXV7cT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNTDVXV7cT .carousel-indicators .active,
.cid-sNTDVXV7cT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sNTDVXV7cT .carousel-indicators .active {
  background: #fff;
}
.cid-sNTDVXV7cT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sNTDVXV7cT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNTDVXV7cT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNTDVXV7cT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sNTDVXV7cT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNTDVXV7cT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sNTDVXV7cT .carousel {
  width: 100%;
}
.cid-sNTDVXV7cT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNTDVXV7cT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNTDVXV7cT .modal.fade .modal-dialog,
.cid-sNTDVXV7cT .modal.in .modal-dialog {
  transform: none;
}
.cid-sNTDVXV7cT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sNTDVXV7cT H6 {
  text-align: center;
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
.cid-sPm5eSTkLM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sPm5eSTkLM img,
.cid-sPm5eSTkLM iframe {
  display: block;
  width: 300px;
}
.cid-sPm5eTgGqw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPm5eTgGqw nav.navbar {
  position: fixed;
}
.cid-sPm5eTgGqw .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-sPm5eTgGqw .dropdown-menu {
  padding: 0;
}
.cid-sPm5eTgGqw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPm5eTgGqw .dropdown-item:hover,
.cid-sPm5eTgGqw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sPm5eTgGqw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sPm5eTgGqw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPm5eTgGqw .nav-link {
  position: relative;
}
.cid-sPm5eTgGqw .container {
  display: flex;
  margin: auto;
}
.cid-sPm5eTgGqw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPm5eTgGqw .navbar-caption {
  padding-right: 4rem;
}
.cid-sPm5eTgGqw .dropdown-menu,
.cid-sPm5eTgGqw .navbar.opened {
  background: #ffffff !important;
}
.cid-sPm5eTgGqw .nav-item:focus,
.cid-sPm5eTgGqw .nav-link:focus {
  outline: none;
}
.cid-sPm5eTgGqw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPm5eTgGqw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPm5eTgGqw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sPm5eTgGqw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPm5eTgGqw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPm5eTgGqw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPm5eTgGqw .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPm5eTgGqw .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPm5eTgGqw .navbar.opened {
  transition: all .3s;
}
.cid-sPm5eTgGqw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sPm5eTgGqw .navbar .navbar-logo img {
  width: auto;
}
.cid-sPm5eTgGqw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPm5eTgGqw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPm5eTgGqw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPm5eTgGqw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sPm5eTgGqw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPm5eTgGqw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPm5eTgGqw .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: 55%;
}
.cid-sPm5eTgGqw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPm5eTgGqw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sPm5eTgGqw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sPm5eTgGqw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPm5eTgGqw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPm5eTgGqw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPm5eTgGqw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPm5eTgGqw .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: 55%;
  }
  .cid-sPm5eTgGqw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPm5eTgGqw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPm5eTgGqw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPm5eTgGqw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPm5eTgGqw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPm5eTgGqw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sPm5eTgGqw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPm5eTgGqw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPm5eTgGqw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPm5eTgGqw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPm5eTgGqw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPm5eTgGqw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPm5eTgGqw .dropdown-item.active,
.cid-sPm5eTgGqw .dropdown-item:active {
  background-color: transparent;
}
.cid-sPm5eTgGqw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPm5eTgGqw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPm5eTgGqw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPm5eTgGqw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPm5eTgGqw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPm5eTgGqw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPm5eTgGqw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPm5eTgGqw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPm5eTgGqw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sPm5eTgGqw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sPm5eTgGqw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPm5eTgGqw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPm5eTgGqw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPm5eTgGqw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPm5eTgGqw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPm5eTgGqw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPm5eTgGqw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPm5eTgGqw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPm5eTgGqw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sPm5eTgGqw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPm5eTgGqw .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-sPm5eTgGqw .navbar {
    height: 77px;
  }
  .cid-sPm5eTgGqw .navbar.opened {
    height: auto;
  }
  .cid-sPm5eTgGqw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPm5eTBRWR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPm5eTBRWR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sPm5eTBRWR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sPm5eTBRWR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sPm5eTBRWR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sPm5eTBRWR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sPm5eTBRWR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sPm5eTBRWR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sPm5eTBRWR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sPm5eTBRWR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sPm5eTBRWR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sPm5eTBRWR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPm5eTBRWR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sPm5eTBRWR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sPm5eTBRWR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sPm5eTBRWR .media-container-row .mbr-text {
  color: #000000;
}
.cid-sPm5eTBRWR foot-menu-item {
  color: #353535;
}
#image-modal {
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#image-modal .byebye {
  display: none;
}
#image-modal #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#image-modal #myImg:hover {
  opacity: 0.7;
}
#image-modal .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#image-modal .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#image-modal #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#image-modal .modal-content,
#image-modal #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#image-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#image-modal .close:hover,
#image-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #image-modal .modal-content {
    width: 100%;
  }
}
.cid-sMId8tFhfi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-sMId8tFhfi .mbr-section-title {
  text-align: center;
}
.cid-sMId8tFhfi .mbr-text,
.cid-sMId8tFhfi .mbr-section-btn {
  text-align: center;
}
.cid-sMId8tFhfi img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}
.cid-sMId8tFhfi iframe {
  display: block;
  width: 100%;
}
.cid-sMId8tFhfi .mbr-section-subtitle {
  text-align: center;
}
.cid-sPJ3YTCp7Q {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sPJ3YTCp7Q .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sPJ3YTCp7Q .container {
    max-width: 1400px;
  }
}
.cid-sPJ3YTCp7Q .card {
  margin: auto;
}
.cid-sPJ3YTCp7Q .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sPJ3YTCp7Q .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPJ3YTCp7Q .row {
  justify-content: center;
}
.cid-sPDNcQ5gQF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-11.jpg");
}
@media (max-width: 991px) {
  .cid-sPDNcQ5gQF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPDNcQ5gQF .row {
  flex-direction: row-reverse;
}
.cid-sPDNcQ5gQF img {
  display: block;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 992px) {
  .cid-sPDNcQ5gQF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sNwQek33OT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
@media (min-width: 1500px) {
  .cid-sNwQek33OT .container {
    max-width: 1400px;
  }
}
.cid-sNwQek33OT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sNwQek33OT .card-wrapper {
  margin-top: 3rem;
}
.cid-sNwQek33OT .row {
  justify-content: center;
}
.cid-sNwQek33OT .mbr-section-subtitle {
  text-align: center;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suFkHEREnn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suFkHEREnn .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-suFkHEREnn .number {
  color: #6592e6;
}
.cid-suFkHEREnn .period {
  display: block;
}
.cid-suFkHEREnn .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-suFkHEREnn .period {
    font-size: 0.8rem;
  }
}
.cid-suFkHEREnn .btn {
  height: 100%;
  margin: 0;
}
.cid-suFkHEREnn .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-suFkHEREnn .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-suFkHEREnn .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-suFkHEREnn .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-suFkHEREnn .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-sNCkIQvXvA {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-sNCkIQvXvA .mbr-section-title,
.cid-sNCkIQvXvA .mbr-section-subtitle {
  text-align: center;
}
.cid-sNCkIQvXvA .cost {
  word-break: normal;
}
.cid-sNCkIQvXvA .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sNCkIQvXvA .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sNCkIQvXvA .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNCkIQvXvA .card-wrapper {
    padding: 1rem;
  }
}
.cid-sNI6Se5thg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-sNI6Se5thg .top-line {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
.cid-sNI6Se5thg .mbr-section-title,
.cid-sNI6Se5thg .mbr-section-subtitle {
  text-align: center;
}
.cid-sNI6Se5thg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sNI6Se5thg .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sNI6Se5thg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sNI6Se5thg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sNI6Se5thg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNI6Se5thg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sNI6Se5thg .mbr-buttons {
  margin: 0;
}
.cid-sNI6Se5thg .mbr-buttons .btn {
  margin: 30;
}
.cid-sNNxNK3XBC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-20.jpg");
}
.cid-sNNxNK3XBC .mbr-text,
.cid-sNNxNK3XBC .mbr-section-btn {
  text-align: left;
}
.cid-sNNxNK3XBC .mbr-section-title {
  text-align: center;
}
.cid-sNI7bnsjYn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-sNI7bnsjYn .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sNI7bnsjYn .mbr-section-title,
.cid-sNI7bnsjYn .mbr-section-subtitle {
  text-align: center;
}
.cid-sNI7bnsjYn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sNI7bnsjYn .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sNI7bnsjYn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sNI7bnsjYn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sNI7bnsjYn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNI7bnsjYn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sNwPkQ02dN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-16.jpg");
}
.cid-sNwPkQ02dN .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-sNwPkQ02dN img,
.cid-sNwPkQ02dN .item-img {
  width: 100%;
}
.cid-sNwPkQ02dN .item:focus,
.cid-sNwPkQ02dN span:focus {
  outline: none;
}
.cid-sNwPkQ02dN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sNwPkQ02dN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNwPkQ02dN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNwPkQ02dN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sNwPkQ02dN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sNwPkQ02dN .mbr-section-title {
  color: #232323;
}
.cid-sNwPkQ02dN .mbr-text,
.cid-sNwPkQ02dN .mbr-section-btn {
  text-align: left;
}
.cid-sNwPkQ02dN .item-title {
  text-align: left;
}
.cid-sNwPkQ02dN .item-subtitle {
  text-align: left;
}
.cid-sNwQfq4ZMe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-sNwQfq4ZMe .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-sNwQfq4ZMe img,
.cid-sNwQfq4ZMe .item-img {
  width: 100%;
}
.cid-sNwQfq4ZMe .item:focus,
.cid-sNwQfq4ZMe span:focus {
  outline: none;
}
.cid-sNwQfq4ZMe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sNwQfq4ZMe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNwQfq4ZMe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNwQfq4ZMe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sNwQfq4ZMe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sNwQfq4ZMe .mbr-section-title {
  color: #232323;
}
.cid-sNwQfq4ZMe .mbr-text,
.cid-sNwQfq4ZMe .mbr-section-btn {
  text-align: center;
}
.cid-sNwQfq4ZMe .item-title {
  text-align: center;
}
.cid-sNwQfq4ZMe .item-subtitle {
  text-align: left;
}
.cid-svZins6lUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-svZins6lUx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-svZins6lUx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-svZins6lUx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svZins6lUx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svZins6lUx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svZins6lUx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-svZins6lUx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svZins6lUx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svZins6lUx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-svZins6lUx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svZins6lUx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svZins6lUx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svZins6lUx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svZins6lUx .media-container-row .mbr-text {
  color: #000000;
}
.cid-svZins6lUx foot-menu-item {
  color: #353535;
}
.cid-sNIngTif3s.popup-builder {
  background-color: #ffffff;
}
.cid-sNIngTif3s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sNIngTif3s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sNIngTif3s .modal-content,
.cid-sNIngTif3s .modal-dialog {
  height: auto;
}
.cid-sNIngTif3s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sNIngTif3s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sNIngTif3s .form-wrapper .mbr-form .form-group,
  .cid-sNIngTif3s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sNIngTif3s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sNIngTif3s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNIngTif3s .mbr-text {
  text-align: center;
}
.cid-sNIngTif3s .pt-0 {
  padding-top: 0 !important;
}
.cid-sNIngTif3s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sNIngTif3s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sNIngTif3s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sNIngTif3s .modal-open {
  overflow: hidden;
}
.cid-sNIngTif3s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sNIngTif3s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sNIngTif3s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sNIngTif3s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sNIngTif3s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sNIngTif3s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sNIngTif3s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sNIngTif3s .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sNIngTif3s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sNIngTif3s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sNIngTif3s .modal-backdrop.fade {
  opacity: 0;
}
.cid-sNIngTif3s .modal-backdrop.show {
  opacity: .5;
}
.cid-sNIngTif3s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sNIngTif3s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIngTif3s .modal-header {
    padding: 1rem;
  }
}
.cid-sNIngTif3s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sNIngTif3s .modal-header .close svg {
  fill: #353535;
}
.cid-sNIngTif3s .modal-header .close:hover {
  opacity: 1;
}
.cid-sNIngTif3s .modal-header .close:focus {
  outline: none;
}
.cid-sNIngTif3s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sNIngTif3s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sNIngTif3s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIngTif3s .modal-body {
    padding: 1rem;
  }
}
.cid-sNIngTif3s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sNIngTif3s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIngTif3s .modal-footer {
    padding: 1rem;
  }
}
.cid-sNIngTif3s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sNIngTif3s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sNIngTif3s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sNIngTif3s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sNIngTif3s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sNIngTif3s .modal-lg,
  .cid-sNIngTif3s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sNIngTif3s .modal-xl {
    max-width: 1140px;
  }
}
.cid-sNIngTif3s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sNIngTif3s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sNIngTif3s .form-group {
  margin-bottom: 1rem;
}
.cid-sNIngTif3s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sNIngTif3s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sNIngTif3s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sNIngTif3s .mbr-section-btn {
  margin: 0;
}
.cid-sNIngTif3s .mbr-section-btn .btn {
  margin: 0;
}
.cid-sNIMDjGoJZ.popup-builder {
  background-color: #ffffff;
}
.cid-sNIMDjGoJZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sNIMDjGoJZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sNIMDjGoJZ .modal-content,
.cid-sNIMDjGoJZ .modal-dialog {
  height: auto;
}
.cid-sNIMDjGoJZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sNIMDjGoJZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sNIMDjGoJZ .form-wrapper .mbr-form .form-group,
  .cid-sNIMDjGoJZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sNIMDjGoJZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sNIMDjGoJZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNIMDjGoJZ .mbr-text {
  text-align: center;
}
.cid-sNIMDjGoJZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sNIMDjGoJZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sNIMDjGoJZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sNIMDjGoJZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sNIMDjGoJZ .modal-open {
  overflow: hidden;
}
.cid-sNIMDjGoJZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sNIMDjGoJZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sNIMDjGoJZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sNIMDjGoJZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sNIMDjGoJZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sNIMDjGoJZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sNIMDjGoJZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sNIMDjGoJZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sNIMDjGoJZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sNIMDjGoJZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sNIMDjGoJZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sNIMDjGoJZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sNIMDjGoJZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sNIMDjGoJZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMDjGoJZ .modal-header {
    padding: 1rem;
  }
}
.cid-sNIMDjGoJZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sNIMDjGoJZ .modal-header .close svg {
  fill: #353535;
}
.cid-sNIMDjGoJZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sNIMDjGoJZ .modal-header .close:focus {
  outline: none;
}
.cid-sNIMDjGoJZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sNIMDjGoJZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sNIMDjGoJZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMDjGoJZ .modal-body {
    padding: 1rem;
  }
}
.cid-sNIMDjGoJZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sNIMDjGoJZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMDjGoJZ .modal-footer {
    padding: 1rem;
  }
}
.cid-sNIMDjGoJZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sNIMDjGoJZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sNIMDjGoJZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sNIMDjGoJZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sNIMDjGoJZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sNIMDjGoJZ .modal-lg,
  .cid-sNIMDjGoJZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sNIMDjGoJZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sNIMDjGoJZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sNIMDjGoJZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sNIMDjGoJZ .form-group {
  margin-bottom: 1rem;
}
.cid-sNIMDjGoJZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sNIMDjGoJZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sNIMDjGoJZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sNIMDjGoJZ .mbr-section-btn {
  margin: 0;
}
.cid-sNIMDjGoJZ .mbr-section-btn .btn {
  margin: 30;
}
.cid-sNIMGjJ7Av.popup-builder {
  background-color: #ffffff;
}
.cid-sNIMGjJ7Av.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sNIMGjJ7Av.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sNIMGjJ7Av .modal-content,
.cid-sNIMGjJ7Av .modal-dialog {
  height: auto;
}
.cid-sNIMGjJ7Av .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sNIMGjJ7Av .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sNIMGjJ7Av .form-wrapper .mbr-form .form-group,
  .cid-sNIMGjJ7Av .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sNIMGjJ7Av .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sNIMGjJ7Av .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNIMGjJ7Av .mbr-text {
  text-align: center;
}
.cid-sNIMGjJ7Av .pt-0 {
  padding-top: 0 !important;
}
.cid-sNIMGjJ7Av .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sNIMGjJ7Av .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sNIMGjJ7Av .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sNIMGjJ7Av .modal-open {
  overflow: hidden;
}
.cid-sNIMGjJ7Av .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sNIMGjJ7Av .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sNIMGjJ7Av .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sNIMGjJ7Av .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sNIMGjJ7Av .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sNIMGjJ7Av .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sNIMGjJ7Av .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sNIMGjJ7Av .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sNIMGjJ7Av .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sNIMGjJ7Av .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sNIMGjJ7Av .modal-backdrop.fade {
  opacity: 0;
}
.cid-sNIMGjJ7Av .modal-backdrop.show {
  opacity: .5;
}
.cid-sNIMGjJ7Av .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sNIMGjJ7Av .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGjJ7Av .modal-header {
    padding: 1rem;
  }
}
.cid-sNIMGjJ7Av .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sNIMGjJ7Av .modal-header .close svg {
  fill: #353535;
}
.cid-sNIMGjJ7Av .modal-header .close:hover {
  opacity: 1;
}
.cid-sNIMGjJ7Av .modal-header .close:focus {
  outline: none;
}
.cid-sNIMGjJ7Av .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sNIMGjJ7Av .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sNIMGjJ7Av .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGjJ7Av .modal-body {
    padding: 1rem;
  }
}
.cid-sNIMGjJ7Av .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sNIMGjJ7Av .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGjJ7Av .modal-footer {
    padding: 1rem;
  }
}
.cid-sNIMGjJ7Av .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sNIMGjJ7Av .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sNIMGjJ7Av .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sNIMGjJ7Av .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sNIMGjJ7Av .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sNIMGjJ7Av .modal-lg,
  .cid-sNIMGjJ7Av .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sNIMGjJ7Av .modal-xl {
    max-width: 1140px;
  }
}
.cid-sNIMGjJ7Av .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sNIMGjJ7Av .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sNIMGjJ7Av .form-group {
  margin-bottom: 1rem;
}
.cid-sNIMGjJ7Av .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sNIMGjJ7Av .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sNIMGjJ7Av .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sNIMGjJ7Av .mbr-section-btn {
  margin: 0;
}
.cid-sNIMGjJ7Av .mbr-section-btn .btn {
  margin: 30;
}
.cid-sNIMGyjTgG.popup-builder {
  background-color: #ffffff;
}
.cid-sNIMGyjTgG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sNIMGyjTgG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sNIMGyjTgG .modal-content,
.cid-sNIMGyjTgG .modal-dialog {
  height: auto;
}
.cid-sNIMGyjTgG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sNIMGyjTgG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sNIMGyjTgG .form-wrapper .mbr-form .form-group,
  .cid-sNIMGyjTgG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sNIMGyjTgG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sNIMGyjTgG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNIMGyjTgG .mbr-text {
  text-align: center;
}
.cid-sNIMGyjTgG .pt-0 {
  padding-top: 0 !important;
}
.cid-sNIMGyjTgG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sNIMGyjTgG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sNIMGyjTgG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sNIMGyjTgG .modal-open {
  overflow: hidden;
}
.cid-sNIMGyjTgG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sNIMGyjTgG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sNIMGyjTgG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sNIMGyjTgG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sNIMGyjTgG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sNIMGyjTgG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sNIMGyjTgG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sNIMGyjTgG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sNIMGyjTgG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sNIMGyjTgG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sNIMGyjTgG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sNIMGyjTgG .modal-backdrop.show {
  opacity: .5;
}
.cid-sNIMGyjTgG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sNIMGyjTgG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGyjTgG .modal-header {
    padding: 1rem;
  }
}
.cid-sNIMGyjTgG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sNIMGyjTgG .modal-header .close svg {
  fill: #353535;
}
.cid-sNIMGyjTgG .modal-header .close:hover {
  opacity: 1;
}
.cid-sNIMGyjTgG .modal-header .close:focus {
  outline: none;
}
.cid-sNIMGyjTgG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sNIMGyjTgG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sNIMGyjTgG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGyjTgG .modal-body {
    padding: 1rem;
  }
}
.cid-sNIMGyjTgG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sNIMGyjTgG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGyjTgG .modal-footer {
    padding: 1rem;
  }
}
.cid-sNIMGyjTgG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sNIMGyjTgG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sNIMGyjTgG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sNIMGyjTgG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sNIMGyjTgG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sNIMGyjTgG .modal-lg,
  .cid-sNIMGyjTgG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sNIMGyjTgG .modal-xl {
    max-width: 1140px;
  }
}
.cid-sNIMGyjTgG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sNIMGyjTgG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sNIMGyjTgG .form-group {
  margin-bottom: 1rem;
}
.cid-sNIMGyjTgG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sNIMGyjTgG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sNIMGyjTgG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sNIMGyjTgG .mbr-section-btn {
  margin: 0;
}
.cid-sNIMGyjTgG .mbr-section-btn .btn {
  margin: 30;
}
.cid-sNIMGPHs37.popup-builder {
  background-color: #ffffff;
}
.cid-sNIMGPHs37.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sNIMGPHs37.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sNIMGPHs37 .modal-content,
.cid-sNIMGPHs37 .modal-dialog {
  height: auto;
}
.cid-sNIMGPHs37 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sNIMGPHs37 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sNIMGPHs37 .form-wrapper .mbr-form .form-group,
  .cid-sNIMGPHs37 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sNIMGPHs37 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sNIMGPHs37 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNIMGPHs37 .mbr-text {
  text-align: center;
}
.cid-sNIMGPHs37 .pt-0 {
  padding-top: 0 !important;
}
.cid-sNIMGPHs37 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sNIMGPHs37 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sNIMGPHs37 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sNIMGPHs37 .modal-open {
  overflow: hidden;
}
.cid-sNIMGPHs37 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sNIMGPHs37 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sNIMGPHs37 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sNIMGPHs37 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sNIMGPHs37 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sNIMGPHs37 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sNIMGPHs37 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sNIMGPHs37 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sNIMGPHs37 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sNIMGPHs37 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sNIMGPHs37 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sNIMGPHs37 .modal-backdrop.show {
  opacity: .5;
}
.cid-sNIMGPHs37 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sNIMGPHs37 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGPHs37 .modal-header {
    padding: 1rem;
  }
}
.cid-sNIMGPHs37 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sNIMGPHs37 .modal-header .close svg {
  fill: #353535;
}
.cid-sNIMGPHs37 .modal-header .close:hover {
  opacity: 1;
}
.cid-sNIMGPHs37 .modal-header .close:focus {
  outline: none;
}
.cid-sNIMGPHs37 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sNIMGPHs37 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sNIMGPHs37 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGPHs37 .modal-body {
    padding: 1rem;
  }
}
.cid-sNIMGPHs37 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sNIMGPHs37 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNIMGPHs37 .modal-footer {
    padding: 1rem;
  }
}
.cid-sNIMGPHs37 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sNIMGPHs37 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sNIMGPHs37 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sNIMGPHs37 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sNIMGPHs37 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sNIMGPHs37 .modal-lg,
  .cid-sNIMGPHs37 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sNIMGPHs37 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sNIMGPHs37 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sNIMGPHs37 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sNIMGPHs37 .form-group {
  margin-bottom: 1rem;
}
.cid-sNIMGPHs37 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sNIMGPHs37 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sNIMGPHs37 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sNIMGPHs37 .mbr-buttons {
  margin: 0;
}
.cid-sNIMGPHs37 .mbr-buttons .btn {
  margin: 30;
  display: inline-block;
}
#custom-html-if {
  /* Type valid CSS here */
}
#custom-html-if div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-if p {
  font-size: 60px;
  color: #777;
}
#imageModal {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#imageModal div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#imageModal p {
  font-size: 60px;
  color: #777;
}
#imageModal .byebye {
  display: none;
}
#imageModal #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#imageModal #myImg:hover {
  opacity: 0.7;
}
#imageModal .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#imageModal .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#imageModal #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#imageModal .modal-content,
#imageModal #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#imageModal .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#imageModal .closeMe:hover,
#imageModal .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #imageModal .modal-content {
    width: 100%;
  }
}
.cid-sPIUTTn48y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-sPIUTTn48y img,
.cid-sPIUTTn48y iframe {
  display: block;
  width: 300px;
}
.cid-sPIUTTOeKw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPIUTTOeKw nav.navbar {
  position: fixed;
}
.cid-sPIUTTOeKw .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-sPIUTTOeKw .dropdown-menu {
  padding: 0;
}
.cid-sPIUTTOeKw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPIUTTOeKw .dropdown-item:hover,
.cid-sPIUTTOeKw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sPIUTTOeKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sPIUTTOeKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPIUTTOeKw .nav-link {
  position: relative;
}
.cid-sPIUTTOeKw .container {
  display: flex;
  margin: auto;
}
.cid-sPIUTTOeKw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPIUTTOeKw .navbar-caption {
  padding-right: 4rem;
}
.cid-sPIUTTOeKw .dropdown-menu,
.cid-sPIUTTOeKw .navbar.opened {
  background: #ffffff !important;
}
.cid-sPIUTTOeKw .nav-item:focus,
.cid-sPIUTTOeKw .nav-link:focus {
  outline: none;
}
.cid-sPIUTTOeKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPIUTTOeKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPIUTTOeKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sPIUTTOeKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPIUTTOeKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPIUTTOeKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPIUTTOeKw .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sPIUTTOeKw .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPIUTTOeKw .navbar.opened {
  transition: all .3s;
}
.cid-sPIUTTOeKw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sPIUTTOeKw .navbar .navbar-logo img {
  width: auto;
}
.cid-sPIUTTOeKw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPIUTTOeKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPIUTTOeKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPIUTTOeKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sPIUTTOeKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPIUTTOeKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPIUTTOeKw .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: 55%;
}
.cid-sPIUTTOeKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPIUTTOeKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sPIUTTOeKw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sPIUTTOeKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPIUTTOeKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPIUTTOeKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPIUTTOeKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPIUTTOeKw .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: 55%;
  }
  .cid-sPIUTTOeKw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPIUTTOeKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPIUTTOeKw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPIUTTOeKw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPIUTTOeKw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPIUTTOeKw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sPIUTTOeKw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPIUTTOeKw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPIUTTOeKw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPIUTTOeKw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPIUTTOeKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPIUTTOeKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPIUTTOeKw .dropdown-item.active,
.cid-sPIUTTOeKw .dropdown-item:active {
  background-color: transparent;
}
.cid-sPIUTTOeKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPIUTTOeKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPIUTTOeKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPIUTTOeKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPIUTTOeKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPIUTTOeKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPIUTTOeKw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPIUTTOeKw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPIUTTOeKw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sPIUTTOeKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sPIUTTOeKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPIUTTOeKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPIUTTOeKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPIUTTOeKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPIUTTOeKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPIUTTOeKw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPIUTTOeKw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPIUTTOeKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPIUTTOeKw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sPIUTTOeKw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPIUTTOeKw .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-sPIUTTOeKw .navbar {
    height: 77px;
  }
  .cid-sPIUTTOeKw .navbar.opened {
    height: auto;
  }
  .cid-sPIUTTOeKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPIUTUgYwk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sPIUTUgYwk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sPIUTUgYwk .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sPIUTUgYwk .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sPIUTUgYwk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sPIUTUgYwk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sPIUTUgYwk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sPIUTUgYwk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sPIUTUgYwk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sPIUTUgYwk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sPIUTUgYwk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sPIUTUgYwk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPIUTUgYwk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sPIUTUgYwk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sPIUTUgYwk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sPIUTUgYwk .media-container-row .mbr-text {
  color: #000000;
}
.cid-sPIUTUgYwk foot-menu-item {
  color: #353535;
}
#custom-html-jm {
  /* Type valid CSS here */
  /* Type valid CSS here */
  /* Style the Image Used to Trigger the Modal */
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
#custom-html-jm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-jm p {
  font-size: 60px;
  color: #777;
}
#custom-html-jm .byebye {
  display: none;
}
#custom-html-jm #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#custom-html-jm #myImg:hover {
  opacity: 0.7;
}
#custom-html-jm .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1060;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
#custom-html-jm .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
}
#custom-html-jm #caption {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#custom-html-jm .modal-content,
#custom-html-jm #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#custom-html-jm .closeMe {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#custom-html-jm .closeMe:hover,
#custom-html-jm .closeMe:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #custom-html-jm .modal-content {
    width: 100%;
  }
}
