.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: #e43f3f;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !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: #a61717 !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: #e43f3f;
}
.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: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.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*/
.form-control {
  font-family: 'Rajdhani', 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: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rajdhani', 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: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !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='%23e43f3f' %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-suzhYyz2yR {
  z-index: 1000;
  width: 100%;
}
.cid-suzhYyz2yR nav.navbar {
  position: fixed;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzhYyz2yR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzhYyz2yR .dropdown-item:hover,
.cid-suzhYyz2yR .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzhYyz2yR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzhYyz2yR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzhYyz2yR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzhYyz2yR .nav-link {
  position: relative;
}
.cid-suzhYyz2yR .container {
  display: flex;
  margin: auto;
}
.cid-suzhYyz2yR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown-menu,
.cid-suzhYyz2yR .navbar.opened {
  background: #000000 !important;
}
.cid-suzhYyz2yR .nav-item:focus,
.cid-suzhYyz2yR .nav-link:focus {
  outline: none;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzhYyz2yR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzhYyz2yR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzhYyz2yR .navbar.opened {
  transition: all 0.3s;
}
.cid-suzhYyz2yR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzhYyz2yR .navbar .navbar-logo img {
  width: auto;
}
.cid-suzhYyz2yR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar.collapsed {
  justify-content: center;
}
.cid-suzhYyz2yR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzhYyz2yR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzhYyz2yR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzhYyz2yR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzhYyz2yR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzhYyz2yR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzhYyz2yR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzhYyz2yR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzhYyz2yR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzhYyz2yR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzhYyz2yR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzhYyz2yR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzhYyz2yR .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzhYyz2yR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzhYyz2yR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzhYyz2yR .dropdown-item.active,
.cid-suzhYyz2yR .dropdown-item:active {
  background-color: transparent;
}
.cid-suzhYyz2yR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzhYyz2yR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzhYyz2yR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzhYyz2yR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzhYyz2yR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzhYyz2yR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .navbar {
    height: 70px;
  }
  .cid-suzhYyz2yR .navbar.opened {
    height: auto;
  }
  .cid-suzhYyz2yR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGqmrww6b2 {
  background-image: url("../../../assets/images/1-1920x1044.png");
}
.cid-tGqmrww6b2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t48o2Vn56g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t48o2Vn56g img,
.cid-t48o2Vn56g .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t48o2Vn56g .item:focus,
.cid-t48o2Vn56g span:focus {
  outline: none;
}
.cid-t48o2Vn56g .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t48o2Vn56g .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t48o2Vn56g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t48o2Vn56g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t48o2Vn56g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t48o2Vn56g .mbr-section-title {
  color: #ffffff;
}
.cid-t48o2Vn56g .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sD4G7p9zOE {
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpg");
}
.cid-sD4G7p9zOE .mbr-section-title {
  color: #ffffff;
}
.cid-sD4G7p9zOE .mbr-text,
.cid-sD4G7p9zOE .mbr-section-btn {
  color: #fafafa;
}
.cid-suzwT6C2Te {
  z-index: 1000;
  width: 100%;
}
.cid-suzwT6C2Te nav.navbar {
  position: fixed;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzwT6C2Te .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzwT6C2Te .dropdown-item:hover,
.cid-suzwT6C2Te .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzwT6C2Te .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzwT6C2Te .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzwT6C2Te .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzwT6C2Te .nav-link {
  position: relative;
}
.cid-suzwT6C2Te .container {
  display: flex;
  margin: auto;
}
.cid-suzwT6C2Te .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown-menu,
.cid-suzwT6C2Te .navbar.opened {
  background: #000000 !important;
}
.cid-suzwT6C2Te .nav-item:focus,
.cid-suzwT6C2Te .nav-link:focus {
  outline: none;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzwT6C2Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzwT6C2Te .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzwT6C2Te .navbar.opened {
  transition: all 0.3s;
}
.cid-suzwT6C2Te .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzwT6C2Te .navbar .navbar-logo img {
  width: auto;
}
.cid-suzwT6C2Te .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar.collapsed {
  justify-content: center;
}
.cid-suzwT6C2Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzwT6C2Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzwT6C2Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzwT6C2Te .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzwT6C2Te .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzwT6C2Te .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzwT6C2Te .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzwT6C2Te .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzwT6C2Te .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzwT6C2Te .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzwT6C2Te .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzwT6C2Te .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzwT6C2Te .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzwT6C2Te .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzwT6C2Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzwT6C2Te .dropdown-item.active,
.cid-suzwT6C2Te .dropdown-item:active {
  background-color: transparent;
}
.cid-suzwT6C2Te .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzwT6C2Te .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzwT6C2Te ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzwT6C2Te .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzwT6C2Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzwT6C2Te a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .navbar {
    height: 70px;
  }
  .cid-suzwT6C2Te .navbar.opened {
    height: auto;
  }
  .cid-suzwT6C2Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBgtQ52RFE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBgtQ52RFE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBgtQ52RFE .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBgtQ52RFE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sBgtQ52RFE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBgtQ52RFE .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-sBgtQ52RFE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBgtQ52RFE .carousel-control,
.cid-sBgtQ52RFE .close {
  background: #1b1b1b;
}
.cid-sBgtQ52RFE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBgtQ52RFE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBgtQ52RFE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBgtQ52RFE .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBgtQ52RFE .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-sBgtQ52RFE .close::before {
  content: '\e91a';
}
.cid-sBgtQ52RFE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBgtQ52RFE .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-sBgtQ52RFE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBgtQ52RFE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBgtQ52RFE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBgtQ52RFE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBgtQ52RFE .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-sBgtQ52RFE .carousel-indicators li.active,
.cid-sBgtQ52RFE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBgtQ52RFE .carousel-indicators li::after,
.cid-sBgtQ52RFE .carousel-indicators li::before {
  content: none;
}
.cid-sBgtQ52RFE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBgtQ52RFE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBgtQ52RFE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBgtQ52RFE .carousel-indicators {
    display: none;
  }
}
.cid-sBgtQ52RFE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBgtQ52RFE .carousel-inner > .active {
  display: block;
}
.cid-sBgtQ52RFE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBgtQ52RFE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBgtQ52RFE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBgtQ52RFE .carousel-control,
  .cid-sBgtQ52RFE .carousel-indicators,
  .cid-sBgtQ52RFE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBgtQ52RFE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBgtQ52RFE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBgtQ52RFE .carousel-indicators .active,
.cid-sBgtQ52RFE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBgtQ52RFE .carousel-indicators .active {
  background: #fff;
}
.cid-sBgtQ52RFE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBgtQ52RFE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBgtQ52RFE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBgtQ52RFE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBgtQ52RFE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBgtQ52RFE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBgtQ52RFE .carousel {
  width: 100%;
}
.cid-sBgtQ52RFE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBgtQ52RFE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBgtQ52RFE .modal.fade .modal-dialog,
.cid-sBgtQ52RFE .modal.in .modal-dialog {
  transform: none;
}
.cid-sBgtQ52RFE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBgtQ52RFE H6 {
  text-align: center;
}
.cid-tFNGsB6Esr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFNGsB6Esr img,
.cid-tFNGsB6Esr .item-img {
  width: 100%;
}
.cid-tFNGsB6Esr .item:focus,
.cid-tFNGsB6Esr span:focus {
  outline: none;
}
.cid-tFNGsB6Esr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFNGsB6Esr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFNGsB6Esr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFNGsB6Esr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tFNGsB6Esr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFNGsB6Esr .mbr-section-title {
  color: #232323;
}
.cid-tFNGsB6Esr .mbr-text,
.cid-tFNGsB6Esr .mbr-section-btn {
  text-align: left;
}
.cid-tFNGsB6Esr .item-title {
  text-align: left;
}
.cid-tFNGsB6Esr .item-subtitle {
  text-align: center;
}
.cid-tFNGKl7Xh4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tFNGKl7Xh4 p {
  color: #767676;
}
.cid-tFNGKl7Xh4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tFNGKl7Xh4 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tFNGKl7Xh4 .panel-group {
  width: 100%;
}
.cid-tFNGKl7Xh4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tFNGKl7Xh4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tFNGKl7Xh4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tFNGKl7Xh4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tFNGKl7Xh4 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tFNGKl7Xh4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tFNGKl7Xh4 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tFNGKl7Xh4 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tFNGKl7Xh4 H2 {
  color: #000000;
}
.cid-tFNGKl7Xh4 H4 {
  color: #ffffff;
}
.cid-tFNGKl7Xh4 .panel-text {
  color: #ffffff;
}
.cid-sD4n2oqLaz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sD4n2oqLaz .video-wrapper iframe {
  width: 100%;
}
.cid-sD4n2oqLaz .mbr-section-title,
.cid-sD4n2oqLaz .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sD4n2oqLaz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFNHQHOxN4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFNHQHOxN4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tFNHQHOxN4 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tFNHQHOxN4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tFNHQHOxN4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tFNHQHOxN4 .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-tFNHQHOxN4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tFNHQHOxN4 .carousel-control,
.cid-tFNHQHOxN4 .close {
  background: #1b1b1b;
}
.cid-tFNHQHOxN4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tFNHQHOxN4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tFNHQHOxN4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tFNHQHOxN4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tFNHQHOxN4 .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-tFNHQHOxN4 .close::before {
  content: '\e91a';
}
.cid-tFNHQHOxN4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tFNHQHOxN4 .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-tFNHQHOxN4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFNHQHOxN4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFNHQHOxN4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFNHQHOxN4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tFNHQHOxN4 .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-tFNHQHOxN4 .carousel-indicators li.active,
.cid-tFNHQHOxN4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tFNHQHOxN4 .carousel-indicators li::after,
.cid-tFNHQHOxN4 .carousel-indicators li::before {
  content: none;
}
.cid-tFNHQHOxN4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tFNHQHOxN4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tFNHQHOxN4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tFNHQHOxN4 .carousel-indicators {
    display: none;
  }
}
.cid-tFNHQHOxN4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tFNHQHOxN4 .carousel-inner > .active {
  display: block;
}
.cid-tFNHQHOxN4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFNHQHOxN4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFNHQHOxN4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tFNHQHOxN4 .carousel-control,
  .cid-tFNHQHOxN4 .carousel-indicators,
  .cid-tFNHQHOxN4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tFNHQHOxN4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tFNHQHOxN4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFNHQHOxN4 .carousel-indicators .active,
.cid-tFNHQHOxN4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tFNHQHOxN4 .carousel-indicators .active {
  background: #fff;
}
.cid-tFNHQHOxN4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tFNHQHOxN4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tFNHQHOxN4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tFNHQHOxN4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tFNHQHOxN4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tFNHQHOxN4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tFNHQHOxN4 .carousel {
  width: 100%;
}
.cid-tFNHQHOxN4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tFNHQHOxN4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tFNHQHOxN4 .modal.fade .modal-dialog,
.cid-tFNHQHOxN4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tFNHQHOxN4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tFNHQHOxN4 H6 {
  text-align: center;
}
.cid-tFNILibXM0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tFNILibXM0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFNILibXM0 .row {
  flex-direction: row-reverse;
}
.cid-tFNILibXM0 img {
  width: 100%;
}
.cid-tFNILibXM0 .mbr-description {
  color: #ffffff;
}
.cid-tFNJyCh6FR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tFNJ66cSQS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/girl-1258739.webp");
}
.cid-tFNJ66cSQS .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tFNJ66cSQS .plan-body {
  padding-bottom: 2rem;
}
.cid-tFNJ66cSQS .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tFNJ66cSQS .price {
  color: #e43f3f;
  text-align: center;
}
.cid-tFNJ66cSQS .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-tFNJ66cSQS .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tFNJ66cSQS .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-tFNJ66cSQS .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tFNJ66cSQS .plan {
    margin-bottom: 2rem;
  }
}
.cid-tFNJ66cSQS .plan-title {
  color: #000000;
}
.cid-tFNJ66cSQS UL {
  text-align: center;
}
.cid-uAazg8Ea1s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uAazg8Ea1s .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uAazg8Ea1s .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uAazg8Ea1s .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAazg8Ea1s .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAazg8Ea1s .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAazg8Ea1s .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uAazg8Ea1s .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uAazg8Ea1s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAazg8Ea1s .card-title {
  color: #ffffff;
}
.cid-uAazg8Ea1s .mbr-text,
.cid-uAazg8Ea1s .mbr-section-btn {
  color: #fafafa;
}
.cid-sD4F9GJFDq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD4F9GJFDq .mbr-section-title {
  color: #000000;
}
.cid-sD4F9GJFDq .mbr-section-subtitle {
  color: #000000;
}
.cid-sD4F0SAJKt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sD4F0SAJKt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD4F0SAJKt .row {
  flex-direction: row-reverse;
}
.cid-sD4F0SAJKt img {
  width: 100%;
}
.cid-sD4F0SAJKt .mbr-description {
  color: #ffffff;
}
.cid-sD4F1JF6Sx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sD4F1JF6Sx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD4F1JF6Sx .row {
  flex-direction: row-reverse;
}
.cid-sD4F1JF6Sx img {
  width: 100%;
}
.cid-sD4F1JF6Sx .mbr-description {
  color: #ffffff;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzwT6C2Te {
  z-index: 1000;
  width: 100%;
}
.cid-suzwT6C2Te nav.navbar {
  position: fixed;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzwT6C2Te .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzwT6C2Te .dropdown-item:hover,
.cid-suzwT6C2Te .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzwT6C2Te .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzwT6C2Te .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzwT6C2Te .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzwT6C2Te .nav-link {
  position: relative;
}
.cid-suzwT6C2Te .container {
  display: flex;
  margin: auto;
}
.cid-suzwT6C2Te .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown-menu,
.cid-suzwT6C2Te .navbar.opened {
  background: #000000 !important;
}
.cid-suzwT6C2Te .nav-item:focus,
.cid-suzwT6C2Te .nav-link:focus {
  outline: none;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzwT6C2Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzwT6C2Te .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzwT6C2Te .navbar.opened {
  transition: all 0.3s;
}
.cid-suzwT6C2Te .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzwT6C2Te .navbar .navbar-logo img {
  width: auto;
}
.cid-suzwT6C2Te .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar.collapsed {
  justify-content: center;
}
.cid-suzwT6C2Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzwT6C2Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzwT6C2Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzwT6C2Te .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzwT6C2Te .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzwT6C2Te .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzwT6C2Te .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzwT6C2Te .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzwT6C2Te .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzwT6C2Te .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzwT6C2Te .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzwT6C2Te .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzwT6C2Te .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzwT6C2Te .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzwT6C2Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzwT6C2Te .dropdown-item.active,
.cid-suzwT6C2Te .dropdown-item:active {
  background-color: transparent;
}
.cid-suzwT6C2Te .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzwT6C2Te .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzwT6C2Te ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzwT6C2Te .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzwT6C2Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzwT6C2Te a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .navbar {
    height: 70px;
  }
  .cid-suzwT6C2Te .navbar.opened {
    height: auto;
  }
  .cid-suzwT6C2Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szX7WI2FAn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-szX7WI2FAn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-szX7WI2FAn .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-szX7WI2FAn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7WI2FAn .mbr-text {
    text-align: center;
  }
}
.cid-szX7WI2FAn H1 {
  color: #e43f3f;
}
.cid-sBPk8tYJ3W {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-szX87drdDh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-szX87drdDh .image-block {
  margin: auto;
}
.cid-szX87drdDh figcaption {
  position: relative;
}
.cid-szX87drdDh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szX87drdDh .image-block {
    width: 100% !important;
  }
}
.cid-szX8dmgclG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szX8dmgclG .mbr-section-subtitle {
  color: #767676;
}
.cid-szX9l2S6ZF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szX9l2S6ZF .counter-container {
  color: #767676;
}
.cid-szX9l2S6ZF .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-szX9l2S6ZF .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-szX9l2S6ZF .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-szX9l2S6ZF .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #e43f3f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-szX8gA2BHe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-szX8gA2BHe .image-block {
  margin: auto;
}
.cid-szX8gA2BHe figcaption {
  position: relative;
}
.cid-szX8gA2BHe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szX8gA2BHe .image-block {
    width: 100% !important;
  }
}
.cid-szX9B9oe4Q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szX9B9oe4Q .mbr-section-subtitle {
  color: #767676;
}
.cid-sCANkYSEDY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sCANkYSEDY .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sCANkYSEDY .currentcost {
  color: #232323;
}
.cid-sCANkYSEDY .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCANkYSEDY .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCANkYSEDY .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCANkYSEDY .text-box {
    padding: 1rem;
  }
}
.cid-sCANkYSEDY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCANxeftT0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sCANxeftT0 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sCANxeftT0 .currentcost {
  color: #232323;
}
.cid-sCANxeftT0 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCANxeftT0 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCANxeftT0 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCANxeftT0 .text-box {
    padding: 1rem;
  }
}
.cid-sCANxeftT0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCAN4kGi7E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sCAN4kGi7E .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sCAN4kGi7E .currentcost {
  color: #232323;
}
.cid-sCAN4kGi7E .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCAN4kGi7E .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCAN4kGi7E .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCAN4kGi7E .text-box {
    padding: 1rem;
  }
}
.cid-sCAN4kGi7E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCAMDiazp4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sCAMDiazp4 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sCAMDiazp4 .currentcost {
  color: #232323;
}
.cid-sCAMDiazp4 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCAMDiazp4 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCAMDiazp4 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCAMDiazp4 .text-box {
    padding: 1rem;
  }
}
.cid-sCAMDiazp4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAaIbjuvm5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uAaIbjuvm5 .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uAaIbjuvm5 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uAaIbjuvm5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAaIbjuvm5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAaIbjuvm5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAaIbjuvm5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uAaIbjuvm5 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uAaIbjuvm5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAaIbjuvm5 .card-title {
  color: #ffffff;
}
.cid-uAaIbjuvm5 .mbr-text,
.cid-uAaIbjuvm5 .mbr-section-btn {
  color: #fafafa;
}
.cid-szX8Eczdk9 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #efefef;
}
.cid-szX8Eczdk9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-szX8Eczdk9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-szX8Eczdk9 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-szX8Eczdk9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szX8Eczdk9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-szX8Eczdk9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-szX8Eczdk9 .card .panel-body {
  color: #767676;
}
.cid-szX8Eczdk9 H4 {
  color: #e43f3f;
}
.cid-szX8Eczdk9 H2 {
  color: #232323;
}
.cid-szX8IkZRcU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szX8IkZRcU .mbr-section-subtitle {
  color: #767676;
}
.cid-szX8J8mIXT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-szX8J8mIXT .image-block {
  margin: auto;
}
.cid-szX8J8mIXT figcaption {
  position: relative;
}
.cid-szX8J8mIXT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szX8J8mIXT .image-block {
    width: 100% !important;
  }
}
.cid-szX8KvqQ1U {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-szX8KvqQ1U .image-block {
  margin: auto;
}
.cid-szX8KvqQ1U figcaption {
  position: relative;
}
.cid-szX8KvqQ1U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szX8KvqQ1U .image-block {
    width: 100% !important;
  }
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzhYyz2yR {
  z-index: 1000;
  width: 100%;
}
.cid-suzhYyz2yR nav.navbar {
  position: fixed;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzhYyz2yR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzhYyz2yR .dropdown-item:hover,
.cid-suzhYyz2yR .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzhYyz2yR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzhYyz2yR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzhYyz2yR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzhYyz2yR .nav-link {
  position: relative;
}
.cid-suzhYyz2yR .container {
  display: flex;
  margin: auto;
}
.cid-suzhYyz2yR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown-menu,
.cid-suzhYyz2yR .navbar.opened {
  background: #000000 !important;
}
.cid-suzhYyz2yR .nav-item:focus,
.cid-suzhYyz2yR .nav-link:focus {
  outline: none;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzhYyz2yR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzhYyz2yR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzhYyz2yR .navbar.opened {
  transition: all 0.3s;
}
.cid-suzhYyz2yR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzhYyz2yR .navbar .navbar-logo img {
  width: auto;
}
.cid-suzhYyz2yR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar.collapsed {
  justify-content: center;
}
.cid-suzhYyz2yR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzhYyz2yR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzhYyz2yR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzhYyz2yR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzhYyz2yR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzhYyz2yR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzhYyz2yR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzhYyz2yR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzhYyz2yR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzhYyz2yR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzhYyz2yR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzhYyz2yR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzhYyz2yR .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzhYyz2yR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzhYyz2yR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzhYyz2yR .dropdown-item.active,
.cid-suzhYyz2yR .dropdown-item:active {
  background-color: transparent;
}
.cid-suzhYyz2yR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzhYyz2yR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzhYyz2yR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzhYyz2yR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzhYyz2yR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzhYyz2yR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .navbar {
    height: 70px;
  }
  .cid-suzhYyz2yR .navbar.opened {
    height: auto;
  }
  .cid-suzhYyz2yR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCuoKHfO3p {
  background-image: url("../../../assets/images/mbr-1920x1199.jpg");
}
.cid-sCur0TJt2d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sCur0TJt2d .mbr-section-title {
  color: #ffffff;
}
.cid-sCur0TJt2d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCveiRgi1K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/web-tatuadores-diseos-ultimos-2000x1272.png");
}
.cid-sCveiRgi1K .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sCveiRgi1K .item:last-child .icon-box:before {
  display: none;
}
.cid-sCveiRgi1K .item.last .icon-box:before {
  display: none;
}
.cid-sCveiRgi1K .icon-box {
  background: #e43f3f;
  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-sCveiRgi1K .icon-box {
    margin-right: 1rem;
  }
}
.cid-sCveiRgi1K .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #e43f3f;
  transform: translate(-50%, 0);
}
.cid-sCveiRgi1K span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCveiRgi1K .card {
    margin-bottom: 2rem;
  }
  .cid-sCveiRgi1K .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCveiRgi1K .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sCveiRgi1K .icon-box::before {
    top: 114%;
  }
}
.cid-sCveiRgi1K .icon-title {
  color: #ffffff;
}
.cid-sCveiRgi1K .icon-text {
  color: #ffffff;
}
.cid-sCveiRgi1K .mbr-text,
.cid-sCveiRgi1K .mbr-section-btn {
  color: #ffffff;
}
.cid-sCveiRgi1K .card-title,
.cid-sCveiRgi1K .card-box {
  color: #ffffff;
}
.cid-sCAceFRDgw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-sCAceFRDgw .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sCAceFRDgw .row {
    flex-direction: column-reverse;
  }
  .cid-sCAceFRDgw .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sCAceFRDgw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sCAceFRDgw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sCAceFRDgw .media-content,
.cid-sCAceFRDgw .mbr-figure {
  align-self: center;
}
.cid-sCAceFRDgw .mbr-figure iframe {
  width: 100%;
}
.cid-sCAceFRDgw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sCAceFRDgw .mbr-text,
.cid-sCAceFRDgw .mbr-section-btn {
  color: #ffffff;
}
.cid-tFNy910PG0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFNyzTRTT9 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tFNyzTRTT9 .image-block {
  margin: auto;
}
.cid-tFNyzTRTT9 figcaption {
  position: relative;
}
.cid-tFNyzTRTT9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tFNyzTRTT9 .image-block {
    width: 100% !important;
  }
}
.cid-tFNzrc2Ckj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFNzrc2Ckj .mbr-section-subtitle {
  color: #767676;
}
.cid-tFNyAVYKEJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFNyAVYKEJ .counter-container {
  color: #767676;
}
.cid-tFNyAVYKEJ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tFNyAVYKEJ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tFNyAVYKEJ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tFNyAVYKEJ .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #e43f3f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tFNzwrZ3FZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uziFvrBziP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uziFvrBziP .video-wrapper iframe {
  width: 100%;
}
.cid-uziFvrBziP .mbr-section-title,
.cid-uziFvrBziP .mbr-section-subtitle,
.cid-uziFvrBziP .mbr-text {
  text-align: center;
}
.cid-suzhYyz2yR {
  z-index: 1000;
  width: 100%;
}
.cid-suzhYyz2yR nav.navbar {
  position: fixed;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzhYyz2yR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzhYyz2yR .dropdown-item:hover,
.cid-suzhYyz2yR .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzhYyz2yR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzhYyz2yR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzhYyz2yR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzhYyz2yR .nav-link {
  position: relative;
}
.cid-suzhYyz2yR .container {
  display: flex;
  margin: auto;
}
.cid-suzhYyz2yR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown-menu,
.cid-suzhYyz2yR .navbar.opened {
  background: #000000 !important;
}
.cid-suzhYyz2yR .nav-item:focus,
.cid-suzhYyz2yR .nav-link:focus {
  outline: none;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzhYyz2yR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzhYyz2yR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzhYyz2yR .navbar.opened {
  transition: all 0.3s;
}
.cid-suzhYyz2yR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzhYyz2yR .navbar .navbar-logo img {
  width: auto;
}
.cid-suzhYyz2yR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar.collapsed {
  justify-content: center;
}
.cid-suzhYyz2yR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzhYyz2yR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzhYyz2yR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzhYyz2yR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzhYyz2yR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzhYyz2yR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzhYyz2yR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzhYyz2yR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzhYyz2yR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzhYyz2yR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzhYyz2yR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzhYyz2yR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzhYyz2yR .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzhYyz2yR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzhYyz2yR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzhYyz2yR .dropdown-item.active,
.cid-suzhYyz2yR .dropdown-item:active {
  background-color: transparent;
}
.cid-suzhYyz2yR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzhYyz2yR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzhYyz2yR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzhYyz2yR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzhYyz2yR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzhYyz2yR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .navbar {
    height: 70px;
  }
  .cid-suzhYyz2yR .navbar.opened {
    height: auto;
  }
  .cid-suzhYyz2yR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzhYyz2yR {
  z-index: 1000;
  width: 100%;
}
.cid-suzhYyz2yR nav.navbar {
  position: fixed;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzhYyz2yR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzhYyz2yR .dropdown-item:hover,
.cid-suzhYyz2yR .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzhYyz2yR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzhYyz2yR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzhYyz2yR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzhYyz2yR .nav-link {
  position: relative;
}
.cid-suzhYyz2yR .container {
  display: flex;
  margin: auto;
}
.cid-suzhYyz2yR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown-menu,
.cid-suzhYyz2yR .navbar.opened {
  background: #000000 !important;
}
.cid-suzhYyz2yR .nav-item:focus,
.cid-suzhYyz2yR .nav-link:focus {
  outline: none;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzhYyz2yR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzhYyz2yR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzhYyz2yR .navbar.opened {
  transition: all 0.3s;
}
.cid-suzhYyz2yR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzhYyz2yR .navbar .navbar-logo img {
  width: auto;
}
.cid-suzhYyz2yR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar.collapsed {
  justify-content: center;
}
.cid-suzhYyz2yR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzhYyz2yR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzhYyz2yR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzhYyz2yR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzhYyz2yR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzhYyz2yR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzhYyz2yR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzhYyz2yR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzhYyz2yR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzhYyz2yR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzhYyz2yR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzhYyz2yR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzhYyz2yR .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzhYyz2yR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzhYyz2yR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzhYyz2yR .dropdown-item.active,
.cid-suzhYyz2yR .dropdown-item:active {
  background-color: transparent;
}
.cid-suzhYyz2yR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzhYyz2yR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzhYyz2yR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzhYyz2yR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzhYyz2yR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzhYyz2yR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .navbar {
    height: 70px;
  }
  .cid-suzhYyz2yR .navbar.opened {
    height: auto;
  }
  .cid-suzhYyz2yR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t489hSuaO4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t489hSuaO4 img,
.cid-t489hSuaO4 .item-img {
  width: 100%;
}
.cid-t489hSuaO4 .item:focus,
.cid-t489hSuaO4 span:focus {
  outline: none;
}
.cid-t489hSuaO4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t489hSuaO4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t489hSuaO4 .item {
  padding: 0;
  margin: 0;
}
.cid-t489hSuaO4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t489hSuaO4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t489hSuaO4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t489hSuaO4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t489hSuaO4 .mbr-section-title {
  color: #232323;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t48nGcUdSU {
  z-index: 1000;
  width: 100%;
}
.cid-t48nGcUdSU nav.navbar {
  position: fixed;
}
.cid-t48nGcUdSU .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-t48nGcUdSU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t48nGcUdSU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t48nGcUdSU .dropdown-item:hover,
.cid-t48nGcUdSU .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-t48nGcUdSU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t48nGcUdSU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t48nGcUdSU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t48nGcUdSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t48nGcUdSU .nav-link {
  position: relative;
}
.cid-t48nGcUdSU .container {
  display: flex;
  margin: auto;
}
.cid-t48nGcUdSU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t48nGcUdSU .dropdown-menu,
.cid-t48nGcUdSU .navbar.opened {
  background: #000000 !important;
}
.cid-t48nGcUdSU .nav-item:focus,
.cid-t48nGcUdSU .nav-link:focus {
  outline: none;
}
.cid-t48nGcUdSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t48nGcUdSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t48nGcUdSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t48nGcUdSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t48nGcUdSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t48nGcUdSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t48nGcUdSU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-t48nGcUdSU .navbar.opened {
  transition: all 0.3s;
}
.cid-t48nGcUdSU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t48nGcUdSU .navbar .navbar-logo img {
  width: auto;
}
.cid-t48nGcUdSU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t48nGcUdSU .navbar.collapsed {
  justify-content: center;
}
.cid-t48nGcUdSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t48nGcUdSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t48nGcUdSU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t48nGcUdSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t48nGcUdSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t48nGcUdSU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t48nGcUdSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t48nGcUdSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t48nGcUdSU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t48nGcUdSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t48nGcUdSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t48nGcUdSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t48nGcUdSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t48nGcUdSU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t48nGcUdSU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t48nGcUdSU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t48nGcUdSU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t48nGcUdSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t48nGcUdSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t48nGcUdSU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t48nGcUdSU .navbar.navbar-short {
  min-height: 60px;
}
.cid-t48nGcUdSU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t48nGcUdSU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t48nGcUdSU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t48nGcUdSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t48nGcUdSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t48nGcUdSU .dropdown-item.active,
.cid-t48nGcUdSU .dropdown-item:active {
  background-color: transparent;
}
.cid-t48nGcUdSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t48nGcUdSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t48nGcUdSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t48nGcUdSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t48nGcUdSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t48nGcUdSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t48nGcUdSU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t48nGcUdSU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t48nGcUdSU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t48nGcUdSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-t48nGcUdSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t48nGcUdSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t48nGcUdSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t48nGcUdSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t48nGcUdSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t48nGcUdSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t48nGcUdSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t48nGcUdSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t48nGcUdSU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t48nGcUdSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t48nGcUdSU .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-t48nGcUdSU .navbar {
    height: 70px;
  }
  .cid-t48nGcUdSU .navbar.opened {
    height: auto;
  }
  .cid-t48nGcUdSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t48nGdXYFI .modal-body .close {
  background: #1b1b1b;
}
.cid-t48nGdXYFI .modal-body .close span {
  font-style: normal;
}
.cid-t48nGdXYFI .carousel-inner > .active,
.cid-t48nGdXYFI .carousel-inner > .next,
.cid-t48nGdXYFI .carousel-inner > .prev {
  display: table;
}
.cid-t48nGdXYFI .carousel-control .icon-next,
.cid-t48nGdXYFI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t48nGdXYFI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t48nGdXYFI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t48nGdXYFI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t48nGdXYFI .boxed-slider > div {
  position: relative;
}
.cid-t48nGdXYFI .container img {
  width: 100%;
}
.cid-t48nGdXYFI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t48nGdXYFI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t48nGdXYFI .mbr-table-cell {
  padding: 0;
}
.cid-t48nGdXYFI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t48nGdXYFI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t48nGdXYFI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t48nGdXYFI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t48nGdXYFI .carousel-item .container {
    width: 100%;
  }
}
.cid-t48nGdXYFI .carousel-item-next.carousel-item-left,
.cid-t48nGdXYFI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t48nGdXYFI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t48nGdXYFI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t48nGdXYFI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t48nGdXYFI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t48nGdXYFI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t48nGdXYFI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t48nGdXYFI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t48nGdXYFI .mbr-slider .carousel-indicators li.active,
.cid-t48nGdXYFI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t48nGdXYFI .mbr-slider .carousel-indicators li::after,
.cid-t48nGdXYFI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t48nGdXYFI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t48nGdXYFI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t48nGdXYFI .mbr-slider > .container img {
  width: 100%;
}
.cid-t48nGdXYFI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t48nGdXYFI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t48nGdXYFI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t48nGdXYFI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t48nGdXYFI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t48nGdXYFI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t48nGdXYFI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t48nGdXYFI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t48nGdXYFI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t48nGdXYFI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t48nGdXYFI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t48nGdXYFI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t48nGdXYFI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t48nGdXYFI P {
  color: #cccccc;
}
.cid-t48nGdXYFI H2 {
  color: #ffffff;
}
.cid-t48nGekrPX {
  background: #000000;
}
.cid-t48nGekrPX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t48nGekrPX figcaption {
  position: relative;
}
.cid-t48nGekrPX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t48nGekrPX .image-block {
    width: 100% !important;
  }
}
.cid-t48nGeH4Z9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t48nGeH4Z9 .item {
  padding-bottom: 2rem;
}
.cid-t48nGeH4Z9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t48nGeH4Z9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t48nGeH4Z9 .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-t48nGeH4Z9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t48nGeH4Z9 .carousel-control,
.cid-t48nGeH4Z9 .close {
  background: #1b1b1b;
}
.cid-t48nGeH4Z9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t48nGeH4Z9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t48nGeH4Z9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t48nGeH4Z9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t48nGeH4Z9 .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-t48nGeH4Z9 .close::before {
  content: '\e91a';
}
.cid-t48nGeH4Z9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t48nGeH4Z9 .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-t48nGeH4Z9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t48nGeH4Z9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t48nGeH4Z9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t48nGeH4Z9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t48nGeH4Z9 .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-t48nGeH4Z9 .carousel-indicators li.active,
.cid-t48nGeH4Z9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t48nGeH4Z9 .carousel-indicators li::after,
.cid-t48nGeH4Z9 .carousel-indicators li::before {
  content: none;
}
.cid-t48nGeH4Z9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t48nGeH4Z9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t48nGeH4Z9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t48nGeH4Z9 .carousel-indicators {
    display: none;
  }
}
.cid-t48nGeH4Z9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t48nGeH4Z9 .carousel-inner > .active {
  display: block;
}
.cid-t48nGeH4Z9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t48nGeH4Z9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t48nGeH4Z9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t48nGeH4Z9 .carousel-control,
  .cid-t48nGeH4Z9 .carousel-indicators,
  .cid-t48nGeH4Z9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t48nGeH4Z9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t48nGeH4Z9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t48nGeH4Z9 .carousel-indicators .active,
.cid-t48nGeH4Z9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t48nGeH4Z9 .carousel-indicators .active {
  background: #fff;
}
.cid-t48nGeH4Z9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t48nGeH4Z9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t48nGeH4Z9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t48nGeH4Z9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t48nGeH4Z9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t48nGeH4Z9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t48nGeH4Z9 .carousel {
  width: 100%;
}
.cid-t48nGeH4Z9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t48nGeH4Z9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t48nGeH4Z9 .modal.fade .modal-dialog,
.cid-t48nGeH4Z9 .modal.in .modal-dialog {
  transform: none;
}
.cid-t48nGeH4Z9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t48nGeH4Z9 H6 {
  text-align: center;
}
.cid-t48nGeH4Z9 H4 {
  color: #e43f3f;
}
.cid-t48nGeH4Z9 H3 {
  color: #bbbbbb;
}
.cid-t48nGgfyQx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-t48nGgfyQx .card-box {
    padding: 1rem;
  }
  .cid-t48nGgfyQx .mbr-section-btn,
  .cid-t48nGgfyQx .price {
    text-align: center;
  }
  .cid-t48nGgfyQx .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-t48nGgfyQx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t48nGgfyQx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t48nGgfyQx .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t48nGgfyQx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t48nGgfyQx .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t48nGgSdHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-t48nGgSdHe .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-t48nGgSdHe .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-t48nGgSdHe .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-t48nGgSdHe .wrapper {
  padding: 30px 0;
}
.cid-t48nGgSdHe .mbr-section-title {
  color: #fafafa;
}
.cid-t48nGgSdHe .mbr-text,
.cid-t48nGgSdHe .mbr-section-btn {
  color: #ffffff;
}
.cid-t48nGi15IG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/devushka-sidit-zadom-1332x850.jpg");
}
.cid-t48nGi15IG .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-t48nGi15IG .currentcost {
  color: #232323;
}
.cid-t48nGi15IG .card-wrapper {
  border-radius: 4px;
  background: #bbbbbb;
}
@media (min-width: 992px) {
  .cid-t48nGi15IG .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t48nGi15IG .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t48nGi15IG .text-box {
    padding: 1rem;
  }
}
.cid-t48nGi15IG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t48nGiBFBx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t48nGiBFBx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t48nGiBFBx .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t48nGiBFBx .item-wrapper {
  position: relative;
}
.cid-t48nGiBFBx .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-t48nGiBFBx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t48nGiBFBx .carousel-control,
.cid-t48nGiBFBx .close {
  background: #1b1b1b;
}
.cid-t48nGiBFBx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t48nGiBFBx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t48nGiBFBx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t48nGiBFBx .carousel-control-next span {
  margin-left: 5px;
}
.cid-t48nGiBFBx .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-t48nGiBFBx .close::before {
  content: '\e91a';
}
.cid-t48nGiBFBx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t48nGiBFBx .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-t48nGiBFBx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t48nGiBFBx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t48nGiBFBx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t48nGiBFBx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t48nGiBFBx .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-t48nGiBFBx .carousel-indicators li.active,
.cid-t48nGiBFBx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t48nGiBFBx .carousel-indicators li::after,
.cid-t48nGiBFBx .carousel-indicators li::before {
  content: none;
}
.cid-t48nGiBFBx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t48nGiBFBx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t48nGiBFBx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t48nGiBFBx .carousel-indicators {
    display: none;
  }
}
.cid-t48nGiBFBx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t48nGiBFBx .carousel-inner > .active {
  display: block;
}
.cid-t48nGiBFBx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t48nGiBFBx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t48nGiBFBx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t48nGiBFBx .carousel-control,
  .cid-t48nGiBFBx .carousel-indicators,
  .cid-t48nGiBFBx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t48nGiBFBx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t48nGiBFBx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t48nGiBFBx .carousel-indicators .active,
.cid-t48nGiBFBx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t48nGiBFBx .carousel-indicators .active {
  background: #fff;
}
.cid-t48nGiBFBx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t48nGiBFBx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t48nGiBFBx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t48nGiBFBx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t48nGiBFBx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t48nGiBFBx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t48nGiBFBx .carousel {
  width: 100%;
}
.cid-t48nGiBFBx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t48nGiBFBx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t48nGiBFBx .modal.fade .modal-dialog,
.cid-t48nGiBFBx .modal.in .modal-dialog {
  transform: none;
}
.cid-t48nGiBFBx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t48nGiBFBx H6 {
  text-align: center;
}
.cid-t48nGiBFBx H3 {
  color: #ffffff;
}
.cid-t48nGjoX2m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t48nGjoX2m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t48nGjoX2m .row {
  flex-direction: row-reverse;
}
.cid-t48nGjoX2m img {
  width: 100%;
}
.cid-t48nGjQCT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-t48nGjQCT5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t48nGjQCT5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t48nGjQCT5 .row {
    text-align: center;
  }
  .cid-t48nGjQCT5 .row > div {
    margin: auto;
  }
  .cid-t48nGjQCT5 .social-row {
    justify-content: center;
  }
}
.cid-t48nGjQCT5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t48nGjQCT5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t48nGjQCT5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t48nGjQCT5 .list {
    margin-bottom: 0rem;
  }
}
.cid-t48nGjQCT5 .mbr-text {
  color: #bbbbbb;
}
.cid-t48nGjQCT5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t48nGjQCT5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t48nGjQCT5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzwT6C2Te {
  z-index: 1000;
  width: 100%;
}
.cid-suzwT6C2Te nav.navbar {
  position: fixed;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzwT6C2Te .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzwT6C2Te .dropdown-item:hover,
.cid-suzwT6C2Te .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzwT6C2Te .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzwT6C2Te .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzwT6C2Te .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzwT6C2Te .nav-link {
  position: relative;
}
.cid-suzwT6C2Te .container {
  display: flex;
  margin: auto;
}
.cid-suzwT6C2Te .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown-menu,
.cid-suzwT6C2Te .navbar.opened {
  background: #000000 !important;
}
.cid-suzwT6C2Te .nav-item:focus,
.cid-suzwT6C2Te .nav-link:focus {
  outline: none;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzwT6C2Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzwT6C2Te .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzwT6C2Te .navbar.opened {
  transition: all 0.3s;
}
.cid-suzwT6C2Te .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzwT6C2Te .navbar .navbar-logo img {
  width: auto;
}
.cid-suzwT6C2Te .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar.collapsed {
  justify-content: center;
}
.cid-suzwT6C2Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzwT6C2Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzwT6C2Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzwT6C2Te .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzwT6C2Te .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzwT6C2Te .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzwT6C2Te .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzwT6C2Te .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzwT6C2Te .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzwT6C2Te .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzwT6C2Te .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzwT6C2Te .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzwT6C2Te .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzwT6C2Te .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzwT6C2Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzwT6C2Te .dropdown-item.active,
.cid-suzwT6C2Te .dropdown-item:active {
  background-color: transparent;
}
.cid-suzwT6C2Te .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzwT6C2Te .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzwT6C2Te ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzwT6C2Te .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzwT6C2Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzwT6C2Te a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .navbar {
    height: 70px;
  }
  .cid-suzwT6C2Te .navbar.opened {
    height: auto;
  }
  .cid-suzwT6C2Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sClT8NqwAV {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-sClT8NqwAV .mbr-section-title,
  .cid-sClT8NqwAV .mbr-section-subtitle,
  .cid-sClT8NqwAV .mbr-section-btn,
  .cid-sClT8NqwAV .mbr-text {
    text-align: center;
  }
}
.cid-sClT8NqwAV .mbr-section-title {
  color: #ffffff;
}
.cid-sClT8NqwAV .mbr-text,
.cid-sClT8NqwAV .mbr-section-btn {
  color: #ffffff;
}
.cid-sBgL7W4XpJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBgL7W4XpJ img,
.cid-sBgL7W4XpJ .item-img {
  width: 100%;
}
.cid-sBgL7W4XpJ .item:focus,
.cid-sBgL7W4XpJ span:focus {
  outline: none;
}
.cid-sBgL7W4XpJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBgL7W4XpJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sBgL7W4XpJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBgL7W4XpJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sBgL7W4XpJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sBgL7W4XpJ .mbr-section-title {
  color: #232323;
}
.cid-sBgL7W4XpJ .mbr-text,
.cid-sBgL7W4XpJ .mbr-section-btn {
  text-align: left;
}
.cid-sBgL7W4XpJ .item-title {
  text-align: left;
}
.cid-sBgL7W4XpJ .item-subtitle {
  text-align: center;
}
.cid-sBhPDWKjFX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBgOtDmGYY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-sBgOtDmGYY .row {
  flex-direction: row-reverse;
}
.cid-sBgOtDmGYY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sBgOtDmGYY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sBgOtDmGYY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sBgOtDmGYY .mbr-section-title {
  color: #ffffff;
}
.cid-sBgPwF51Eh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFNRPn0WUP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFNRPn0WUP p {
  color: #767676;
}
.cid-tFNRPn0WUP .mbr-section-subtitle {
  color: #767676;
}
.cid-tFNRPn0WUP .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tFNRPn0WUP .panel-group {
  width: 100%;
}
.cid-tFNRPn0WUP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tFNRPn0WUP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tFNRPn0WUP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tFNRPn0WUP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tFNRPn0WUP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tFNRPn0WUP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tFNRPn0WUP .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tFNRPn0WUP .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tFNRPn0WUP H2 {
  color: #000000;
}
.cid-sD4lTGv0r1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ban1-2000x1181.png");
}
.cid-sD4lTGv0r1 .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-sD4lTGv0r1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD4lTGv0r1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sD4lTGv0r1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sD4lTGv0r1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sD4lTGv0r1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sD4lTGv0r1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD4lTGv0r1 .card-title {
  color: #ffffff;
}
.cid-sD4lTGv0r1 .mbr-text,
.cid-sD4lTGv0r1 .mbr-section-btn {
  color: #fafafa;
}
.cid-sCujR5tivP {
  background: #000000;
}
.cid-sCujR5tivP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sCujR5tivP figcaption {
  position: relative;
}
.cid-sCujR5tivP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCujR5tivP .image-block {
    width: 100% !important;
  }
}
.cid-sCujSe6YXH {
  background: #000000;
}
.cid-sCujSe6YXH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sCujSe6YXH figcaption {
  position: relative;
}
.cid-sCujSe6YXH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCujSe6YXH .image-block {
    width: 100% !important;
  }
}
.cid-sBhfa3TX64 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sBhfa3TX64 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBhfa3TX64 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBhfa3TX64 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sBhfa3TX64 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBhfa3TX64 .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-sBhfa3TX64 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBhfa3TX64 .carousel-control,
.cid-sBhfa3TX64 .close {
  background: #1b1b1b;
}
.cid-sBhfa3TX64 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBhfa3TX64 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBhfa3TX64 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBhfa3TX64 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBhfa3TX64 .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-sBhfa3TX64 .close::before {
  content: '\e91a';
}
.cid-sBhfa3TX64 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBhfa3TX64 .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-sBhfa3TX64 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBhfa3TX64 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBhfa3TX64 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBhfa3TX64 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBhfa3TX64 .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-sBhfa3TX64 .carousel-indicators li.active,
.cid-sBhfa3TX64 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBhfa3TX64 .carousel-indicators li::after,
.cid-sBhfa3TX64 .carousel-indicators li::before {
  content: none;
}
.cid-sBhfa3TX64 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBhfa3TX64 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBhfa3TX64 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBhfa3TX64 .carousel-indicators {
    display: none;
  }
}
.cid-sBhfa3TX64 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBhfa3TX64 .carousel-inner > .active {
  display: block;
}
.cid-sBhfa3TX64 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBhfa3TX64 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBhfa3TX64 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBhfa3TX64 .carousel-control,
  .cid-sBhfa3TX64 .carousel-indicators,
  .cid-sBhfa3TX64 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBhfa3TX64 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBhfa3TX64 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBhfa3TX64 .carousel-indicators .active,
.cid-sBhfa3TX64 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBhfa3TX64 .carousel-indicators .active {
  background: #fff;
}
.cid-sBhfa3TX64 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBhfa3TX64 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBhfa3TX64 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBhfa3TX64 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBhfa3TX64 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBhfa3TX64 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBhfa3TX64 .carousel {
  width: 100%;
}
.cid-sBhfa3TX64 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBhfa3TX64 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBhfa3TX64 .modal.fade .modal-dialog,
.cid-sBhfa3TX64 .modal.in .modal-dialog {
  transform: none;
}
.cid-sBhfa3TX64 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBhfa3TX64 H6 {
  text-align: center;
}
.cid-sBhRKJJwyH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBhRKJJwyH .carousel-item {
  justify-content: center;
}
.cid-sBhRKJJwyH .carousel-item.active,
.cid-sBhRKJJwyH .carousel-item-next,
.cid-sBhRKJJwyH .carousel-item-prev {
  display: flex;
}
.cid-sBhRKJJwyH .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-sBhRKJJwyH .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-sBhRKJJwyH .carousel-control-next span {
  padding-left: 5px;
}
.cid-sBhRKJJwyH .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sBhRKJJwyH .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sBhRKJJwyH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sBhRKJJwyH .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sBi6E88jgn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-sBi6E88jgn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBi6E88jgn .row {
  flex-direction: row-reverse;
}
.cid-sBi6E88jgn img {
  width: 100%;
}
.cid-sBi6E88jgn .mbr-description {
  color: #ffffff;
}
.cid-tFNJhVeoWk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBhS2WD859 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sBhS2WD859 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sBhS2WD859 .plan-body {
  padding-bottom: 2rem;
}
.cid-sBhS2WD859 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBhS2WD859 .price {
  color: #e43f3f;
  text-align: center;
}
.cid-sBhS2WD859 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sBhS2WD859 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sBhS2WD859 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sBhS2WD859 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sBhS2WD859 .plan {
    margin-bottom: 2rem;
  }
}
.cid-sBhS2WD859 .plan-title {
  color: #000000;
}
.cid-sBhS2WD859 UL {
  text-align: left;
}
.cid-sBhMsn0VPj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBhLBnTNYf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sBhLBnTNYf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBhLBnTNYf .row {
  flex-direction: row-reverse;
}
.cid-sBhLBnTNYf img {
  width: 100%;
}
.cid-sBhLBnTNYf .mbr-description {
  color: #ffffff;
}
.cid-sBhLOeikeE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sBhLOeikeE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBhLOeikeE .row {
  flex-direction: row-reverse;
}
.cid-sBhLOeikeE img {
  width: 100%;
}
.cid-sBhLOeikeE .mbr-description {
  color: #ffffff;
}
.cid-sBhRq1C1BG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBhRkDG9dP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sBhRkDG9dP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBhRkDG9dP .row {
  flex-direction: row-reverse;
}
.cid-sBhRkDG9dP img {
  width: 100%;
}
.cid-sBsF3xbHoA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBsF1n9oUh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sBsF1n9oUh .image-block {
  margin: auto;
}
.cid-sBsF1n9oUh figcaption {
  position: relative;
}
.cid-sBsF1n9oUh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBsF1n9oUh .image-block {
    width: 100% !important;
  }
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzwT6C2Te {
  z-index: 1000;
  width: 100%;
}
.cid-suzwT6C2Te nav.navbar {
  position: fixed;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzwT6C2Te .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzwT6C2Te .dropdown-item:hover,
.cid-suzwT6C2Te .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzwT6C2Te .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzwT6C2Te .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzwT6C2Te .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzwT6C2Te .nav-link {
  position: relative;
}
.cid-suzwT6C2Te .container {
  display: flex;
  margin: auto;
}
.cid-suzwT6C2Te .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown-menu,
.cid-suzwT6C2Te .navbar.opened {
  background: #000000 !important;
}
.cid-suzwT6C2Te .nav-item:focus,
.cid-suzwT6C2Te .nav-link:focus {
  outline: none;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzwT6C2Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzwT6C2Te .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzwT6C2Te .navbar.opened {
  transition: all 0.3s;
}
.cid-suzwT6C2Te .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzwT6C2Te .navbar .navbar-logo img {
  width: auto;
}
.cid-suzwT6C2Te .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar.collapsed {
  justify-content: center;
}
.cid-suzwT6C2Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzwT6C2Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzwT6C2Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzwT6C2Te .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzwT6C2Te .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzwT6C2Te .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzwT6C2Te .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzwT6C2Te .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzwT6C2Te .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzwT6C2Te .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzwT6C2Te .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzwT6C2Te .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzwT6C2Te .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzwT6C2Te .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzwT6C2Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzwT6C2Te .dropdown-item.active,
.cid-suzwT6C2Te .dropdown-item:active {
  background-color: transparent;
}
.cid-suzwT6C2Te .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzwT6C2Te .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzwT6C2Te ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzwT6C2Te .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzwT6C2Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzwT6C2Te a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .navbar {
    height: 70px;
  }
  .cid-suzwT6C2Te .navbar.opened {
    height: auto;
  }
  .cid-suzwT6C2Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFNScoMvTS {
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-tFNScoMvTS .mbr-section-title {
  color: #ffffff;
}
.cid-tFNScoMvTS .mbr-text,
.cid-tFNScoMvTS .mbr-section-btn {
  color: #fafafa;
}
.cid-tFNTTQykiN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/logo-inked-2000x1041.png");
}
.cid-tG2w4ytDvX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFNSQuqopS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tFNSQuqopS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFNSQuqopS .row {
  flex-direction: row-reverse;
}
.cid-tFNSQuqopS img {
  width: 100%;
}
.cid-tFNSQuqopS .mbr-description {
  color: #ffffff;
}
.cid-tFNSRFBnjq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tFNSRFBnjq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFNSRFBnjq .row {
  flex-direction: row-reverse;
}
.cid-tFNSRFBnjq img {
  width: 100%;
}
.cid-tFNSRFBnjq .mbr-description {
  color: #ffffff;
}
.cid-uia4IUsLTx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uia4IUsLTx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uia4IUsLTx .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uia4IUsLTx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uia4IUsLTx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uia4IUsLTx .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-uia4IUsLTx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uia4IUsLTx .carousel-control,
.cid-uia4IUsLTx .close {
  background: #1b1b1b;
}
.cid-uia4IUsLTx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uia4IUsLTx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uia4IUsLTx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uia4IUsLTx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uia4IUsLTx .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-uia4IUsLTx .close::before {
  content: '\e91a';
}
.cid-uia4IUsLTx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uia4IUsLTx .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-uia4IUsLTx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uia4IUsLTx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uia4IUsLTx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uia4IUsLTx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uia4IUsLTx .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-uia4IUsLTx .carousel-indicators li.active,
.cid-uia4IUsLTx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uia4IUsLTx .carousel-indicators li::after,
.cid-uia4IUsLTx .carousel-indicators li::before {
  content: none;
}
.cid-uia4IUsLTx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uia4IUsLTx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uia4IUsLTx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uia4IUsLTx .carousel-indicators {
    display: none;
  }
}
.cid-uia4IUsLTx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uia4IUsLTx .carousel-inner > .active {
  display: block;
}
.cid-uia4IUsLTx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uia4IUsLTx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uia4IUsLTx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uia4IUsLTx .carousel-control,
  .cid-uia4IUsLTx .carousel-indicators,
  .cid-uia4IUsLTx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uia4IUsLTx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uia4IUsLTx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uia4IUsLTx .carousel-indicators .active,
.cid-uia4IUsLTx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uia4IUsLTx .carousel-indicators .active {
  background: #fff;
}
.cid-uia4IUsLTx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uia4IUsLTx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uia4IUsLTx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uia4IUsLTx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uia4IUsLTx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uia4IUsLTx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uia4IUsLTx .carousel {
  width: 100%;
}
.cid-uia4IUsLTx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uia4IUsLTx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uia4IUsLTx .modal.fade .modal-dialog,
.cid-uia4IUsLTx .modal.in .modal-dialog {
  transform: none;
}
.cid-uia4IUsLTx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uia4IUsLTx H6 {
  text-align: center;
}
.cid-tFNWTxfsPR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #343333;
}
@media (max-width: 991px) {
  .cid-tFNWTxfsPR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFNWTxfsPR .row {
  flex-direction: row-reverse;
}
.cid-tFNWTxfsPR img {
  width: 100%;
}
.cid-tFNWTxfsPR .mbr-description {
  color: #ffffff;
}
.cid-tG2pA0F8Do {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tG2pA0F8Do .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tG2pA0F8Do .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tG2pA0F8Do .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tG2pA0F8Do .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tG2pA0F8Do .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-tG2pA0F8Do .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tG2pA0F8Do .carousel-control,
.cid-tG2pA0F8Do .close {
  background: #1b1b1b;
}
.cid-tG2pA0F8Do .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tG2pA0F8Do .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tG2pA0F8Do .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tG2pA0F8Do .carousel-control-next span {
  margin-left: 5px;
}
.cid-tG2pA0F8Do .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-tG2pA0F8Do .close::before {
  content: '\e91a';
}
.cid-tG2pA0F8Do .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tG2pA0F8Do .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-tG2pA0F8Do .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG2pA0F8Do .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tG2pA0F8Do .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tG2pA0F8Do .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tG2pA0F8Do .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-tG2pA0F8Do .carousel-indicators li.active,
.cid-tG2pA0F8Do .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tG2pA0F8Do .carousel-indicators li::after,
.cid-tG2pA0F8Do .carousel-indicators li::before {
  content: none;
}
.cid-tG2pA0F8Do .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tG2pA0F8Do .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tG2pA0F8Do .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tG2pA0F8Do .carousel-indicators {
    display: none;
  }
}
.cid-tG2pA0F8Do .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tG2pA0F8Do .carousel-inner > .active {
  display: block;
}
.cid-tG2pA0F8Do .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG2pA0F8Do .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tG2pA0F8Do .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tG2pA0F8Do .carousel-control,
  .cid-tG2pA0F8Do .carousel-indicators,
  .cid-tG2pA0F8Do .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tG2pA0F8Do .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tG2pA0F8Do .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tG2pA0F8Do .carousel-indicators .active,
.cid-tG2pA0F8Do .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tG2pA0F8Do .carousel-indicators .active {
  background: #fff;
}
.cid-tG2pA0F8Do .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tG2pA0F8Do .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tG2pA0F8Do .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tG2pA0F8Do .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tG2pA0F8Do .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tG2pA0F8Do .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tG2pA0F8Do .carousel {
  width: 100%;
}
.cid-tG2pA0F8Do .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tG2pA0F8Do .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tG2pA0F8Do .modal.fade .modal-dialog,
.cid-tG2pA0F8Do .modal.in .modal-dialog {
  transform: none;
}
.cid-tG2pA0F8Do .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tG2pA0F8Do H6 {
  text-align: center;
}
.cid-tFNVWomyvp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tFNVWomyvp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFNVWomyvp .row {
  flex-direction: row-reverse;
}
.cid-tFNVWomyvp img {
  width: 100%;
}
.cid-tFNVWomyvp .mbr-description {
  color: #ffffff;
}
.cid-tG2xbRJ9Sm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 991px) {
  .cid-tG2xbRJ9Sm .container-fluid {
    padding-left: 0;
  }
}
.cid-tG2xbRJ9Sm .mbr-text,
.cid-tG2xbRJ9Sm .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tG2xbRJ9Sm .mbr-text,
  .cid-tG2xbRJ9Sm .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tG2xbRJ9Sm .mbr-text,
  .cid-tG2xbRJ9Sm .mbr-section-title {
    text-align: center;
  }
}
.cid-tG2xbRJ9Sm a.btn {
  height: 100%;
  margin: 0;
}
.cid-tG2xbRJ9Sm .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tG2xbRJ9Sm .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tG2xbRJ9Sm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tG2xbRJ9Sm .justify-content-center {
  align-items: center;
}
.cid-tG2xbRJ9Sm .mbr-section-title {
  color: #ffffff;
}
.cid-tG2xbRJ9Sm .mbr-text {
  color: #ffffff;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzwT6C2Te {
  z-index: 1000;
  width: 100%;
}
.cid-suzwT6C2Te nav.navbar {
  position: fixed;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzwT6C2Te .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzwT6C2Te .dropdown-item:hover,
.cid-suzwT6C2Te .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzwT6C2Te .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzwT6C2Te .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzwT6C2Te .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzwT6C2Te .nav-link {
  position: relative;
}
.cid-suzwT6C2Te .container {
  display: flex;
  margin: auto;
}
.cid-suzwT6C2Te .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown-menu,
.cid-suzwT6C2Te .navbar.opened {
  background: #000000 !important;
}
.cid-suzwT6C2Te .nav-item:focus,
.cid-suzwT6C2Te .nav-link:focus {
  outline: none;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzwT6C2Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzwT6C2Te .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzwT6C2Te .navbar.opened {
  transition: all 0.3s;
}
.cid-suzwT6C2Te .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzwT6C2Te .navbar .navbar-logo img {
  width: auto;
}
.cid-suzwT6C2Te .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar.collapsed {
  justify-content: center;
}
.cid-suzwT6C2Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzwT6C2Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzwT6C2Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzwT6C2Te .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzwT6C2Te .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzwT6C2Te .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzwT6C2Te .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzwT6C2Te .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzwT6C2Te .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzwT6C2Te .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzwT6C2Te .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzwT6C2Te .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzwT6C2Te .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzwT6C2Te .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzwT6C2Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzwT6C2Te .dropdown-item.active,
.cid-suzwT6C2Te .dropdown-item:active {
  background-color: transparent;
}
.cid-suzwT6C2Te .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzwT6C2Te .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzwT6C2Te ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzwT6C2Te .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzwT6C2Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzwT6C2Te a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .navbar {
    height: 70px;
  }
  .cid-suzwT6C2Te .navbar.opened {
    height: auto;
  }
  .cid-suzwT6C2Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz7vjCioAS {
  background-image: url("../../../assets/images/1-1920x1080.png");
}
.cid-uz7vjCioAS .mbr-section-title {
  color: #ffffff;
}
.cid-uz7vjCioAS .mbr-text,
.cid-uz7vjCioAS .mbr-section-btn {
  color: #fafafa;
}
.cid-suzwT7Hgr6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-suzwT7Hgr6 img,
.cid-suzwT7Hgr6 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-suzwT7Hgr6 .item:focus,
.cid-suzwT7Hgr6 span:focus {
  outline: none;
}
.cid-suzwT7Hgr6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-suzwT7Hgr6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-suzwT7Hgr6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-suzwT7Hgr6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-suzwT7Hgr6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-suzwT7Hgr6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-suzwT7Hgr6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-suzwT7Hgr6 .mbr-section-title {
  color: #232323;
}
.cid-suzwT7Hgr6 .mbr-text,
.cid-suzwT7Hgr6 .mbr-section-btn {
  text-align: left;
}
.cid-suzwT7Hgr6 .item-title {
  text-align: left;
}
.cid-suzwT7Hgr6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-suzwT8jb8Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-suzwT8jb8Z img,
.cid-suzwT8jb8Z .item-img {
  width: 100%;
}
.cid-suzwT8jb8Z .item:focus,
.cid-suzwT8jb8Z span:focus {
  outline: none;
}
.cid-suzwT8jb8Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-suzwT8jb8Z .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suzwT8jb8Z .item {
  padding: 0;
  margin: 0;
}
.cid-suzwT8jb8Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-suzwT8jb8Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-suzwT8jb8Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-suzwT8jb8Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-suzwT8jb8Z .mbr-section-title {
  color: #232323;
}
.cid-suzwT8Yy4v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suzwT8Yy4v img,
.cid-suzwT8Yy4v .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-suzwT8Yy4v .item:focus,
.cid-suzwT8Yy4v span:focus {
  outline: none;
}
.cid-suzwT8Yy4v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-suzwT8Yy4v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-suzwT8Yy4v .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-suzwT8Yy4v .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-suzwT8Yy4v .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-suzwT8Yy4v .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-suzwT8Yy4v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-suzwT8Yy4v .mbr-section-title {
  color: #232323;
}
.cid-suzwT8Yy4v .mbr-text,
.cid-suzwT8Yy4v .mbr-section-btn {
  text-align: left;
}
.cid-suzwT8Yy4v .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-suzwT8Yy4v .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-suzwTabVxn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-suzwTabVxn .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-suzwTabVxn .currentcost {
  color: #232323;
}
.cid-suzwTabVxn .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-suzwTabVxn .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-suzwTabVxn .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suzwTabVxn .text-box {
    padding: 1rem;
  }
}
.cid-suzwTabVxn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAazZ4H1dK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAazZ4H1dK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uAazZ4H1dK .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uAazZ4H1dK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAazZ4H1dK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAazZ4H1dK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAazZ4H1dK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uAazZ4H1dK .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uAazZ4H1dK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAazZ4H1dK .card-title {
  color: #ffffff;
}
.cid-uAazZ4H1dK .mbr-text,
.cid-uAazZ4H1dK .mbr-section-btn {
  color: #fafafa;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzwT6C2Te {
  z-index: 1000;
  width: 100%;
}
.cid-suzwT6C2Te nav.navbar {
  position: fixed;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzwT6C2Te .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzwT6C2Te .dropdown-item:hover,
.cid-suzwT6C2Te .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzwT6C2Te .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzwT6C2Te .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzwT6C2Te .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzwT6C2Te .nav-link {
  position: relative;
}
.cid-suzwT6C2Te .container {
  display: flex;
  margin: auto;
}
.cid-suzwT6C2Te .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown-menu,
.cid-suzwT6C2Te .navbar.opened {
  background: #000000 !important;
}
.cid-suzwT6C2Te .nav-item:focus,
.cid-suzwT6C2Te .nav-link:focus {
  outline: none;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzwT6C2Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzwT6C2Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzwT6C2Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzwT6C2Te .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzwT6C2Te .navbar.opened {
  transition: all 0.3s;
}
.cid-suzwT6C2Te .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzwT6C2Te .navbar .navbar-logo img {
  width: auto;
}
.cid-suzwT6C2Te .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar.collapsed {
  justify-content: center;
}
.cid-suzwT6C2Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzwT6C2Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzwT6C2Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzwT6C2Te .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzwT6C2Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzwT6C2Te .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzwT6C2Te .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzwT6C2Te .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzwT6C2Te .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzwT6C2Te .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzwT6C2Te .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzwT6C2Te .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzwT6C2Te .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzwT6C2Te .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzwT6C2Te .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzwT6C2Te .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzwT6C2Te .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzwT6C2Te .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzwT6C2Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzwT6C2Te .dropdown-item.active,
.cid-suzwT6C2Te .dropdown-item:active {
  background-color: transparent;
}
.cid-suzwT6C2Te .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzwT6C2Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzwT6C2Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzwT6C2Te .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzwT6C2Te ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzwT6C2Te .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzwT6C2Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzwT6C2Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzwT6C2Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzwT6C2Te .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzwT6C2Te a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzwT6C2Te .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-suzwT6C2Te .navbar {
    height: 70px;
  }
  .cid-suzwT6C2Te .navbar.opened {
    height: auto;
  }
  .cid-suzwT6C2Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui9cM8nYe7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ui9cM8nYe7 img,
.cid-ui9cM8nYe7 .item-img {
  width: 100%;
}
.cid-ui9cM8nYe7 .item:focus,
.cid-ui9cM8nYe7 span:focus {
  outline: none;
}
.cid-ui9cM8nYe7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ui9cM8nYe7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ui9cM8nYe7 .item {
  padding: 0;
  margin: 0;
}
.cid-ui9cM8nYe7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ui9cM8nYe7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui9cM8nYe7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui9cM8nYe7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui9cM8nYe7 .mbr-section-title {
  color: #232323;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suzhYyz2yR {
  z-index: 1000;
  width: 100%;
}
.cid-suzhYyz2yR nav.navbar {
  position: fixed;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suzhYyz2yR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suzhYyz2yR .dropdown-item:hover,
.cid-suzhYyz2yR .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-suzhYyz2yR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suzhYyz2yR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suzhYyz2yR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suzhYyz2yR .nav-link {
  position: relative;
}
.cid-suzhYyz2yR .container {
  display: flex;
  margin: auto;
}
.cid-suzhYyz2yR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown-menu,
.cid-suzhYyz2yR .navbar.opened {
  background: #000000 !important;
}
.cid-suzhYyz2yR .nav-item:focus,
.cid-suzhYyz2yR .nav-link:focus {
  outline: none;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suzhYyz2yR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suzhYyz2yR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suzhYyz2yR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suzhYyz2yR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-suzhYyz2yR .navbar.opened {
  transition: all 0.3s;
}
.cid-suzhYyz2yR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suzhYyz2yR .navbar .navbar-logo img {
  width: auto;
}
.cid-suzhYyz2yR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar.collapsed {
  justify-content: center;
}
.cid-suzhYyz2yR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suzhYyz2yR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suzhYyz2yR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suzhYyz2yR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suzhYyz2yR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suzhYyz2yR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suzhYyz2yR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suzhYyz2yR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suzhYyz2yR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suzhYyz2yR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suzhYyz2yR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suzhYyz2yR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suzhYyz2yR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suzhYyz2yR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suzhYyz2yR .navbar.navbar-short {
  min-height: 60px;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suzhYyz2yR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suzhYyz2yR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suzhYyz2yR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suzhYyz2yR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suzhYyz2yR .dropdown-item.active,
.cid-suzhYyz2yR .dropdown-item:active {
  background-color: transparent;
}
.cid-suzhYyz2yR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suzhYyz2yR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suzhYyz2yR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suzhYyz2yR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suzhYyz2yR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suzhYyz2yR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suzhYyz2yR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suzhYyz2yR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suzhYyz2yR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suzhYyz2yR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suzhYyz2yR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suzhYyz2yR .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-suzhYyz2yR .navbar {
    height: 70px;
  }
  .cid-suzhYyz2yR .navbar.opened {
    height: auto;
  }
  .cid-suzhYyz2yR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui9j6DoXsM {
  background-image: url("../../../assets/images/ban1-1920x1080.jpg");
}
.cid-ui9j6DoXsM .mbr-section-title {
  color: #ffffff;
}
.cid-ui9j6DoXsM .mbr-text,
.cid-ui9j6DoXsM .mbr-section-btn {
  color: #ffffff;
}
.cid-ui9o7HC7cT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui9qvbSzvB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ui9qvbSzvB img,
.cid-ui9qvbSzvB .item-img {
  width: 100%;
}
.cid-ui9qvbSzvB .item:focus,
.cid-ui9qvbSzvB span:focus {
  outline: none;
}
.cid-ui9qvbSzvB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ui9qvbSzvB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ui9qvbSzvB .item {
  padding: 0;
  margin: 0;
}
.cid-ui9qvbSzvB .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ui9qvbSzvB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui9qvbSzvB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui9qvbSzvB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui9qvbSzvB .mbr-section-title {
  color: #232323;
}
.cid-ui9ztrDWtx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui9CQm0nEK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ui9CQm0nEK img,
.cid-ui9CQm0nEK .item-img {
  width: 100%;
}
.cid-ui9CQm0nEK .item:focus,
.cid-ui9CQm0nEK span:focus {
  outline: none;
}
.cid-ui9CQm0nEK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ui9CQm0nEK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ui9CQm0nEK .item {
  padding: 0;
  margin: 0;
}
.cid-ui9CQm0nEK .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ui9CQm0nEK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui9CQm0nEK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui9CQm0nEK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui9CQm0nEK .mbr-section-title {
  color: #232323;
}
.cid-uia30UDukp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uia2WPBTyr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-uia2WPBTyr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uia2WPBTyr .row {
  flex-direction: row-reverse;
}
.cid-uia2WPBTyr img {
  width: 100%;
}
.cid-uia2WPBTyr .mbr-description {
  color: #ffffff;
}
.cid-uAaqqajuoo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-uAaqqajuoo .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAaqqajuoo .plan-body {
  padding-bottom: 2rem;
}
.cid-uAaqqajuoo .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAaqqajuoo .price {
  color: #e43f3f;
}
.cid-uAaqqajuoo .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAaqqajuoo .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAaqqajuoo .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAaqqajuoo .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAaqqajuoo .plan {
    margin-bottom: 2rem;
  }
}
.cid-uAayDLyFDr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uAayDLyFDr .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uAayDLyFDr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uAayDLyFDr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAayDLyFDr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAayDLyFDr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAayDLyFDr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uAayDLyFDr .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uAayDLyFDr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAayDLyFDr .card-title {
  color: #ffffff;
}
.cid-uAayDLyFDr .mbr-text,
.cid-uAayDLyFDr .mbr-section-btn {
  color: #fafafa;
}
.cid-szX7Gau9oG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-szX7Gau9oG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szX7Gau9oG .row {
    text-align: center;
  }
  .cid-szX7Gau9oG .row > div {
    margin: auto;
  }
  .cid-szX7Gau9oG .social-row {
    justify-content: center;
  }
}
.cid-szX7Gau9oG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szX7Gau9oG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szX7Gau9oG .list {
    margin-bottom: 0rem;
  }
}
.cid-szX7Gau9oG .mbr-text {
  color: #bbbbbb;
}
.cid-szX7Gau9oG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szX7Gau9oG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szX7Gau9oG div > *:last-child {
    margin-top: 0 !important;
  }
}
