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





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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='%23e1201d' %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;
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rymwtkmLgB {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-rymwtkmLgB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rymwtkmLgB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwtkmLgB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shQX6pR49e {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shQX6pR49e h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-shQX6pR49e h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shQX6pR49e h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shQX6pR49e .mbr-text,
.cid-shQX6pR49e .mbr-section-btn {
  color: #767676;
}
.cid-rymwtuTKPJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rymwtuTKPJ .mbr-text {
  color: #767676;
}
.cid-rymwtuTKPJ .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-rymwtuTKPJ .link {
  margin: 0;
}
.cid-rymwtuTKPJ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rymwtuTKPJ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rymwtuTKPJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rymwtuTKPJ .card {
    margin-bottom: 3rem;
  }
}
.cid-shQXZ2BLAA {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-shQXZ2BLAA .mbr-text {
  color: #767676;
}
.cid-shQXZ2BLAA .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-shQXZ2BLAA .link {
  margin: 0;
}
.cid-shQXZ2BLAA .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-shQXZ2BLAA .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-shQXZ2BLAA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-shQXZ2BLAA .card {
    margin-bottom: 3rem;
  }
}
.cid-rymwtGlkdo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rymwtGlkdo .mbr-text {
    text-align: center;
  }
}
.cid-rymwtGlkdo .container-fluid {
  padding: 0;
}
.cid-rymwtGlkdo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rymwtGlkdo img {
  height: 100%;
  object-fit: cover;
}
.cid-rymwtGlkdo .mbr-figure {
  height: 100%;
}
.cid-rymwtGlkdo .col-lg-6 {
  padding: 0;
}
.cid-rymwtGlkdo .row {
  margin: 0;
}
.cid-shRpZYdNhX {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-shRpZYdNhX .carousel {
  z-index: 2;
  position: relative;
}
.cid-shRpZYdNhX .user {
  padding: 0!important;
}
.cid-shRpZYdNhX .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 0%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-shRpZYdNhX .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-shRpZYdNhX .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 0%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-shRpZYdNhX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-shRpZYdNhX .carousel-item.active,
.cid-shRpZYdNhX .carousel-item-next,
.cid-shRpZYdNhX .carousel-item-prev {
  display: flex;
}
.cid-shRpZYdNhX .user_name {
  margin: 0;
  color: #767676;
}
.cid-shRpZYdNhX .carousel-controls a {
  font-size: 2rem;
}
.cid-shRpZYdNhX .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-shRpZYdNhX .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-shRpZYdNhX ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-shRpZYdNhX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-shRpZYdNhX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-shRpZYdNhX .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-shRpZYdNhX .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-shRpZYdNhX .user_status {
  color: #767676;
}
.cid-rymwuckbF6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rymwuckbF6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rymwuckbF6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwuckbF6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwuckbF6 .mbr-text,
.cid-rymwuckbF6 .mbr-section-btn {
  color: #767676;
}
.cid-slfPf9S07E {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slfPf9S07E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slfPf9S07E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slfPf9S07E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slfPf9S07E .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-slfPf9S07E .container {
  padding: 0;
}
.cid-slfPf9S07E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slfPf9S07E .icon-focus {
  display: none;
}
.cid-slfPf9S07E .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-slfPf9S07E .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-slfPf9S07E .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-slfPf9S07E li {
  position: relative;
}
.cid-slfPf9S07E li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-slfPf9S07E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slfPf9S07E .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-slfPf9S07E .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-slfPf9S07E .btn {
  font-family: DM Sans !important;
}
.cid-slfPf9S07E .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-slfPf9S07E .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-slfPf9S07E .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-slfPf9S07E li:not(:last-child):after {
    top: 9px;
  }
  .cid-slfPf9S07E .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sgVp8RfXiO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgVp8RfXiO .mbr-text {
    text-align: center;
  }
}
.cid-sgVp8RfXiO .mbr-text,
.cid-sgVp8RfXiO .mbr-section-btn {
  color: #767676;
}
.cid-sgVp8RfXiO H1 {
  text-align: center;
}
.cid-shRE9xoEFo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-shRE9xoEFo .mbr-text {
    text-align: center;
  }
}
.cid-shRE9xoEFo .container-fluid {
  padding: 0;
}
.cid-shRE9xoEFo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-shRE9xoEFo img {
  height: 100%;
  object-fit: cover;
}
.cid-shRE9xoEFo .mbr-figure {
  height: 100%;
}
.cid-shRE9xoEFo .col-lg-7 {
  padding: 0;
}
.cid-shRE9xoEFo .row {
  margin: 0;
}
.cid-rymwwwoGgw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rymwwwoGgw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rymwwwoGgw .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rymwwwoGgw .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rymwwwoGgw .media-content {
  padding-left: 2rem;
}
.cid-rymwwwoGgw textarea {
  min-height: 150px;
}
.cid-rymwwwoGgw .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rymwwwoGgw .form-control,
.cid-rymwwwoGgw .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rymwwwoGgw .form-control input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rymwwwoGgw .form-control input:-moz-placeholder,
.cid-rymwwwoGgw .field-input input:-moz-placeholder,
.cid-rymwwwoGgw .form-control textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rymwwwoGgw .form-control:hover,
.cid-rymwwwoGgw .field-input:hover,
.cid-rymwwwoGgw .form-control:focus,
.cid-rymwwwoGgw .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .form-control:hover input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:hover input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:focus input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:focus input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:hover textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:hover textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:focus textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rymwwwoGgw .form-control:hover input:-moz-placeholder,
.cid-rymwwwoGgw .field-input:hover input:-moz-placeholder,
.cid-rymwwwoGgw .form-control:focus input:-moz-placeholder,
.cid-rymwwwoGgw .field-input:focus input:-moz-placeholder,
.cid-rymwwwoGgw .form-control:hover textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input:hover textarea:-moz-placeholder,
.cid-rymwwwoGgw .form-control:focus textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rymwwwoGgw .jq-number__spin:hover,
.cid-rymwwwoGgw .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .jq-selectbox li,
.cid-rymwwwoGgw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rymwwwoGgw .jq-selectbox li:hover,
.cid-rymwwwoGgw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rymwwwoGgw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rymwwwoGgw .jq-number__spin.minus:hover:after,
.cid-rymwwwoGgw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rymwwwoGgw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rymwwwoGgw .jq-number__spin.minus:after,
.cid-rymwwwoGgw .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rymwwwoGgw input::-webkit-clear-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-inner-spin-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-outer-spin-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rymwwwoGgw .mbr-text,
.cid-rymwwwoGgw .mbr-section-btn {
  color: #767676;
}
.cid-rymwwwoGgw .text2,
.cid-rymwwwoGgw .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rymwwwoGgw .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sixjeKun4r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-sixjeKun4r .media-container-row .mbr-text {
  text-align: center;
}
.cid-shQSw9CkhU .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-shQSw9CkhU .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shQSw9CkhU a {
  font-style: normal;
}
.cid-shQSw9CkhU .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-shQSw9CkhU .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-shQSw9CkhU .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-shQSw9CkhU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shQSw9CkhU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shQSw9CkhU .nav-item:focus,
.cid-shQSw9CkhU .nav-link:focus {
  outline: none;
}
.cid-shQSw9CkhU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shQSw9CkhU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shQSw9CkhU .menu-logo {
  margin-right: auto;
}
.cid-shQSw9CkhU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shQSw9CkhU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shQSw9CkhU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-shQSw9CkhU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shQSw9CkhU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shQSw9CkhU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shQSw9CkhU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shQSw9CkhU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shQSw9CkhU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shQSw9CkhU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shQSw9CkhU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shQSw9CkhU .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shQSw9CkhU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shQSw9CkhU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shQSw9CkhU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shQSw9CkhU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shQSw9CkhU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shQSw9CkhU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shQSw9CkhU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shQSw9CkhU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shQSw9CkhU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shQSw9CkhU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shQSw9CkhU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shQSw9CkhU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shQSw9CkhU button.navbar-toggler:focus {
  outline: none;
}
.cid-shQSw9CkhU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shQSw9CkhU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shQSw9CkhU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shQSw9CkhU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shQSw9CkhU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shQSw9CkhU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQSw9CkhU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shQSw9CkhU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shQSw9CkhU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQSw9CkhU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shQSw9CkhU .collapsed .btn {
  display: -webkit-flex;
}
.cid-shQSw9CkhU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shQSw9CkhU .collapsed .navbar-collapse.collapsing,
.cid-shQSw9CkhU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shQSw9CkhU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shQSw9CkhU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shQSw9CkhU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shQSw9CkhU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shQSw9CkhU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shQSw9CkhU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shQSw9CkhU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shQSw9CkhU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shQSw9CkhU .collapsed button.navbar-toggler {
  display: block;
}
.cid-shQSw9CkhU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shQSw9CkhU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shQSw9CkhU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shQSw9CkhU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shQSw9CkhU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shQSw9CkhU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shQSw9CkhU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shQSw9CkhU img {
    height: 3.8rem !important;
  }
  .cid-shQSw9CkhU .icon-wrap {
    margin-top: 1rem;
  }
  .cid-shQSw9CkhU .menu-wrap {
    flex-direction: column;
  }
  .cid-shQSw9CkhU .btn {
    display: -webkit-flex;
  }
  .cid-shQSw9CkhU button.navbar-toggler {
    display: block;
  }
  .cid-shQSw9CkhU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-shQSw9CkhU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shQSw9CkhU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shQSw9CkhU .navbar-collapse.collapsing,
  .cid-shQSw9CkhU .navbar-collapse.show {
    display: block !important;
  }
  .cid-shQSw9CkhU .navbar-collapse.collapsing .navbar-nav,
  .cid-shQSw9CkhU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shQSw9CkhU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shQSw9CkhU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shQSw9CkhU .navbar-collapse.collapsing .navbar-buttons,
  .cid-shQSw9CkhU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shQSw9CkhU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shQSw9CkhU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shQSw9CkhU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shQSw9CkhU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shQSw9CkhU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shQSw9CkhU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-shQSw9CkhU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-shQSw9CkhU .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-shQSw9CkhU .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-shQSw9CkhU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shQSw9CkhU .nav-link:hover,
.cid-shQSw9CkhU .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-shQSwbaCcm {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-shQSwbaCcm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-shQSwbaCcm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shQSwbaCcm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shQSTRACeq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shQSTRACeq .mbr-text {
    text-align: center;
  }
}
.cid-shQSTRACeq .mbr-text,
.cid-shQSTRACeq .mbr-section-btn {
  color: #767676;
}
.cid-sixjeKun4r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-sixjeKun4r .media-container-row .mbr-text {
  text-align: center;
}
.cid-shQYOciq6X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-shQYOciq6X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shQYOciq6X a {
  font-style: normal;
}
.cid-shQYOciq6X .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-shQYOciq6X .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-shQYOciq6X .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-shQYOciq6X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shQYOciq6X .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shQYOciq6X .nav-item:focus,
.cid-shQYOciq6X .nav-link:focus {
  outline: none;
}
.cid-shQYOciq6X .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shQYOciq6X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shQYOciq6X .menu-logo {
  margin-right: auto;
}
.cid-shQYOciq6X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shQYOciq6X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shQYOciq6X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-shQYOciq6X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shQYOciq6X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shQYOciq6X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shQYOciq6X .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shQYOciq6X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shQYOciq6X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shQYOciq6X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shQYOciq6X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shQYOciq6X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shQYOciq6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shQYOciq6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shQYOciq6X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shQYOciq6X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shQYOciq6X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shQYOciq6X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shQYOciq6X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shQYOciq6X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shQYOciq6X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shQYOciq6X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shQYOciq6X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shQYOciq6X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shQYOciq6X button.navbar-toggler:focus {
  outline: none;
}
.cid-shQYOciq6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shQYOciq6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shQYOciq6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shQYOciq6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shQYOciq6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shQYOciq6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQYOciq6X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shQYOciq6X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shQYOciq6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shQYOciq6X .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shQYOciq6X .collapsed .btn {
  display: -webkit-flex;
}
.cid-shQYOciq6X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shQYOciq6X .collapsed .navbar-collapse.collapsing,
.cid-shQYOciq6X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shQYOciq6X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shQYOciq6X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shQYOciq6X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shQYOciq6X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shQYOciq6X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shQYOciq6X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shQYOciq6X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shQYOciq6X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shQYOciq6X .collapsed button.navbar-toggler {
  display: block;
}
.cid-shQYOciq6X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shQYOciq6X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shQYOciq6X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shQYOciq6X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shQYOciq6X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shQYOciq6X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shQYOciq6X.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shQYOciq6X img {
    height: 3.8rem !important;
  }
  .cid-shQYOciq6X .icon-wrap {
    margin-top: 1rem;
  }
  .cid-shQYOciq6X .menu-wrap {
    flex-direction: column;
  }
  .cid-shQYOciq6X .btn {
    display: -webkit-flex;
  }
  .cid-shQYOciq6X button.navbar-toggler {
    display: block;
  }
  .cid-shQYOciq6X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-shQYOciq6X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shQYOciq6X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shQYOciq6X .navbar-collapse.collapsing,
  .cid-shQYOciq6X .navbar-collapse.show {
    display: block !important;
  }
  .cid-shQYOciq6X .navbar-collapse.collapsing .navbar-nav,
  .cid-shQYOciq6X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shQYOciq6X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shQYOciq6X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shQYOciq6X .navbar-collapse.collapsing .navbar-buttons,
  .cid-shQYOciq6X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shQYOciq6X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shQYOciq6X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shQYOciq6X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shQYOciq6X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shQYOciq6X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shQYOciq6X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-shQYOciq6X .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-shQYOciq6X .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-shQYOciq6X .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-shQYOciq6X .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shQYOciq6X .nav-link:hover,
.cid-shQYOciq6X .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-shQYOdwcKh {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-shQYOdwcKh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-shQYOdwcKh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shQYOdwcKh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shQYOex5MM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shQYOex5MM .mbr-text {
    text-align: center;
  }
}
.cid-shQYOex5MM .mbr-text,
.cid-shQYOex5MM .mbr-section-btn {
  color: #767676;
}
.cid-shQYOex5MM H1 {
  text-align: center;
}
.cid-shR0Lvx9gc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shR0Lvx9gc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shR0Lvx9gc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shR0Lvx9gc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shR0Lvx9gc .mbr-gallery-item {
  width: 33.3%;
}
.cid-shR0Lvx9gc .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-shR0Lvx9gc .mbr-gallery-item {
    width: 100%;
  }
}
.cid-shR0Lvx9gc .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-shR0Lvx9gc .mbr-gallery-row {
  justify-content: center;
}
.cid-shR0Lvx9gc .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-shR0Lvx9gc .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-shR0Lvx9gc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shR0Lvx9gc .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-shR0Lvx9gc .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-shR0Lvx9gc .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-shR0Lvx9gc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shR0Lvx9gc .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-shR0Lvx9gc img {
  transition: all 2s!important;
}
.cid-shR0Lvx9gc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shR0Lvx9gc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-shR0Lvx9gc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shR3m2ql0v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shR3m2ql0v .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shR3m2ql0v .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shR3m2ql0v .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shR3m2ql0v .mbr-gallery-item {
  width: 33.3%;
}
.cid-shR3m2ql0v .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-shR3m2ql0v .mbr-gallery-item {
    width: 100%;
  }
}
.cid-shR3m2ql0v .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-shR3m2ql0v .mbr-gallery-row {
  justify-content: center;
}
.cid-shR3m2ql0v .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-shR3m2ql0v .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-shR3m2ql0v .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shR3m2ql0v .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-shR3m2ql0v .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-shR3m2ql0v .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-shR3m2ql0v .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shR3m2ql0v .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-shR3m2ql0v img {
  transition: all 2s!important;
}
.cid-shR3m2ql0v .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shR3m2ql0v .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-shR3m2ql0v .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shRegl0ano {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shRegl0ano .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shRegl0ano .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shRegl0ano .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shRegl0ano .mbr-gallery-item {
  width: 33.3%;
}
.cid-shRegl0ano .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-shRegl0ano .mbr-gallery-item {
    width: 100%;
  }
}
.cid-shRegl0ano .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-shRegl0ano .mbr-gallery-row {
  justify-content: center;
}
.cid-shRegl0ano .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-shRegl0ano .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-shRegl0ano .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shRegl0ano .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-shRegl0ano .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-shRegl0ano .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-shRegl0ano .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shRegl0ano .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-shRegl0ano img {
  transition: all 2s!important;
}
.cid-shRegl0ano .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shRegl0ano .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-shRegl0ano .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sjlVqxz1C3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjlVqxz1C3 .mbr-text {
  margin: 0;
}
.cid-sjlVqxz1C3 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sjlVqxz1C3 .row-element,
.cid-sjlVqxz1C3 .image-element {
  padding: 0;
}
.cid-sjlVqxz1C3 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjlVqxz1C3 .image-element .img-wrap {
  width: 100% !important;
}
.cid-sjlVqxz1C3 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sjlVqxz1C3 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjlVqxz1C3 .carousel-item.active,
.cid-sjlVqxz1C3 .carousel-item-next,
.cid-sjlVqxz1C3 .carousel-item-prev {
  display: flex;
}
.cid-sjlVqxz1C3 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sjlVqxz1C3 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #e1201d;
}
.cid-sjlVqxz1C3 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sjlVqxz1C3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sjlVqxz1C3 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sjlVqxz1C3 .carousel-controls {
    display: block;
  }
  .cid-sjlVqxz1C3 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sjlVqxz1C3 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sjlVqxz1C3 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sjlVqxz1C3 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sjlVqxz1C3 .text-element {
    padding: 1rem;
  }
  .cid-sjlVqxz1C3 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjlVqxz1C3 .image-element {
    min-width: 50%;
  }
  .cid-sjlVqxz1C3 .media-container-row {
    width: 100%;
  }
}
.cid-six7UFpZfB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-six7UFpZfB .mbr-text {
    text-align: center;
  }
}
.cid-six7UFpZfB .container-fluid {
  padding: 0;
}
.cid-six7UFpZfB .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-six7UFpZfB img {
  height: 100%;
  object-fit: cover;
}
.cid-six7UFpZfB .mbr-figure {
  height: 100%;
}
.cid-six7UFpZfB .col-lg-6 {
  padding: 0;
}
.cid-six7UFpZfB .row {
  margin: 0;
}
.cid-sixjeKun4r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-sixjeKun4r .media-container-row .mbr-text {
  text-align: center;
}
.cid-shRnKPrdvb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-shRnKPrdvb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-shRnKPrdvb a {
  font-style: normal;
}
.cid-shRnKPrdvb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-shRnKPrdvb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-shRnKPrdvb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-shRnKPrdvb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shRnKPrdvb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-shRnKPrdvb .nav-item:focus,
.cid-shRnKPrdvb .nav-link:focus {
  outline: none;
}
.cid-shRnKPrdvb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shRnKPrdvb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shRnKPrdvb .menu-logo {
  margin-right: auto;
}
.cid-shRnKPrdvb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shRnKPrdvb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-shRnKPrdvb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-shRnKPrdvb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shRnKPrdvb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shRnKPrdvb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shRnKPrdvb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shRnKPrdvb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shRnKPrdvb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shRnKPrdvb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shRnKPrdvb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shRnKPrdvb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shRnKPrdvb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shRnKPrdvb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shRnKPrdvb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shRnKPrdvb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shRnKPrdvb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-shRnKPrdvb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shRnKPrdvb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shRnKPrdvb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shRnKPrdvb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shRnKPrdvb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shRnKPrdvb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shRnKPrdvb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shRnKPrdvb button.navbar-toggler:focus {
  outline: none;
}
.cid-shRnKPrdvb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shRnKPrdvb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shRnKPrdvb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shRnKPrdvb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shRnKPrdvb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shRnKPrdvb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shRnKPrdvb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shRnKPrdvb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shRnKPrdvb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shRnKPrdvb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shRnKPrdvb .collapsed .btn {
  display: -webkit-flex;
}
.cid-shRnKPrdvb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shRnKPrdvb .collapsed .navbar-collapse.collapsing,
.cid-shRnKPrdvb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shRnKPrdvb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shRnKPrdvb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shRnKPrdvb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shRnKPrdvb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shRnKPrdvb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shRnKPrdvb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shRnKPrdvb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shRnKPrdvb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shRnKPrdvb .collapsed button.navbar-toggler {
  display: block;
}
.cid-shRnKPrdvb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shRnKPrdvb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shRnKPrdvb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shRnKPrdvb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shRnKPrdvb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shRnKPrdvb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-shRnKPrdvb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shRnKPrdvb img {
    height: 3.8rem !important;
  }
  .cid-shRnKPrdvb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-shRnKPrdvb .menu-wrap {
    flex-direction: column;
  }
  .cid-shRnKPrdvb .btn {
    display: -webkit-flex;
  }
  .cid-shRnKPrdvb button.navbar-toggler {
    display: block;
  }
  .cid-shRnKPrdvb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-shRnKPrdvb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shRnKPrdvb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shRnKPrdvb .navbar-collapse.collapsing,
  .cid-shRnKPrdvb .navbar-collapse.show {
    display: block !important;
  }
  .cid-shRnKPrdvb .navbar-collapse.collapsing .navbar-nav,
  .cid-shRnKPrdvb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shRnKPrdvb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shRnKPrdvb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shRnKPrdvb .navbar-collapse.collapsing .navbar-buttons,
  .cid-shRnKPrdvb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shRnKPrdvb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shRnKPrdvb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shRnKPrdvb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shRnKPrdvb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shRnKPrdvb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shRnKPrdvb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-shRnKPrdvb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-shRnKPrdvb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-shRnKPrdvb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-shRnKPrdvb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shRnKPrdvb .nav-link:hover,
.cid-shRnKPrdvb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-shRnKQzsOG {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-shRnKQzsOG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-shRnKQzsOG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shRnKQzsOG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-shRnKRYljw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shRnKRYljw .mbr-text {
    text-align: center;
  }
}
.cid-shRnKRYljw .mbr-text,
.cid-shRnKRYljw .mbr-section-btn {
  color: #767676;
}
.cid-shRnKRYljw H1 {
  text-align: center;
  color: #465052;
}
.cid-shY5DXHQGt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shY5DXHQGt .mbr-text {
    text-align: center;
  }
}
.cid-shY5DXHQGt .mbr-text,
.cid-shY5DXHQGt .mbr-section-btn {
  color: #767676;
}
.cid-shY5DXHQGt H1 {
  text-align: center;
  color: #465052;
}
.cid-sig5UtDATZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sig5UtDATZ .mbr-text {
  margin: 0;
}
.cid-sig5UtDATZ .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sig5UtDATZ .row-element,
.cid-sig5UtDATZ .image-element {
  padding: 0;
}
.cid-sig5UtDATZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sig5UtDATZ .image-element .img-wrap {
  width: 100% !important;
}
.cid-sig5UtDATZ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sig5UtDATZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sig5UtDATZ .carousel-item.active,
.cid-sig5UtDATZ .carousel-item-next,
.cid-sig5UtDATZ .carousel-item-prev {
  display: flex;
}
.cid-sig5UtDATZ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sig5UtDATZ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #e1201d;
}
.cid-sig5UtDATZ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sig5UtDATZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sig5UtDATZ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sig5UtDATZ .carousel-controls {
    display: block;
  }
  .cid-sig5UtDATZ .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sig5UtDATZ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sig5UtDATZ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sig5UtDATZ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sig5UtDATZ .text-element {
    padding: 1rem;
  }
  .cid-sig5UtDATZ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sig5UtDATZ .image-element {
    min-width: 50%;
  }
  .cid-sig5UtDATZ .media-container-row {
    width: 100%;
  }
}
.cid-sieT4IoAIa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sieT4IoAIa .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-sieT4IoAIa .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sieT4IoAIa .image-block:hover:before {
  opacity: 0.4;
}
.cid-sieT4IoAIa .image-block:hover .wrap {
  opacity: 1;
}
.cid-sieT4IoAIa .image-block:hover img {
  transform: scale(1.05);
}
.cid-sieT4IoAIa h4 {
  letter-spacing: 2px;
}
.cid-sieT4IoAIa figcaption {
  position: relative;
}
.cid-sieT4IoAIa figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sieT4IoAIa img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sieT4IoAIa .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-sieT4IoAIa .image-block {
    height: 400px;
  }
}
.cid-shY3JaIBTg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shY3JaIBTg .mbr-text {
    text-align: center;
  }
}
.cid-shY3JaIBTg .mbr-text,
.cid-shY3JaIBTg .mbr-section-btn {
  color: #767676;
}
.cid-shY3JaIBTg H1 {
  text-align: center;
}
.cid-sifBXx8aXK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sifBXx8aXK .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sifBXx8aXK .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sifBXx8aXK .image-block:hover:before {
  opacity: 0.4;
}
.cid-sifBXx8aXK .image-block:hover .wrap {
  opacity: 1;
}
.cid-sifBXx8aXK .image-block:hover img {
  transform: scale(1.05);
}
.cid-sifBXx8aXK .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sifBXx8aXK h4 {
  letter-spacing: 2px;
}
.cid-sifBXx8aXK figcaption {
  position: relative;
}
.cid-sifBXx8aXK figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sifBXx8aXK img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sifBXx8aXK .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sifBXx8aXK .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sifBXx8aXK .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sifBXx8aXK .image-block:before {
    opacity: 0.4;
  }
  .cid-sifBXx8aXK .image-block .wrap {
    opacity: 1;
  }
}
.cid-sikAvgjoCW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-sikAvgjoCW img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-sikAvgjoCW .row {
  justify-content: center;
}
.cid-sikAvgjoCW .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sikAvgjoCW .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-sikAvgjoCW .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-sikAvgjoCW .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-sikAvgjoCW .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sikAvgjoCW .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sikAvgjoCW .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sikAvgjoCW .item {
    padding: 0.5rem;
  }
  .cid-sikAvgjoCW .row {
    padding: 0 0.5rem;
  }
}
.cid-sikAvgjoCW .btn {
  border-radius: 0;
}
.cid-sikAvgjoCW .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-shY3F78dUW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shY3F78dUW .mbr-text {
    text-align: center;
  }
}
.cid-shY3F78dUW .mbr-text,
.cid-shY3F78dUW .mbr-section-btn {
  color: #767676;
}
.cid-shY3F78dUW H1 {
  text-align: center;
}
.cid-sixa486oZR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sixa486oZR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sixa486oZR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sixa486oZR .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sixa486oZR .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixa486oZR .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sixa486oZR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sixa486oZR .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sixa486oZR .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sixa486oZR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sixa486oZR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sixa486oZR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sixa486oZR .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sixa486oZR .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sixa486oZR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sixa486oZR .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sixa486oZR .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sixa486oZR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sixa486oZR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sixa486oZR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sig4SmyjUt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sig4SmyjUt .mbr-text {
    text-align: center;
  }
}
.cid-sig4SmyjUt .mbr-text,
.cid-sig4SmyjUt .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sig4SmyjUt H1 {
  text-align: center;
}
.cid-siktAhXE6q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siktAhXE6q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siktAhXE6q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siktAhXE6q .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-siktAhXE6q .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siktAhXE6q .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-siktAhXE6q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siktAhXE6q .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-siktAhXE6q .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-siktAhXE6q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siktAhXE6q .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-siktAhXE6q .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-siktAhXE6q .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-siktAhXE6q .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-siktAhXE6q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siktAhXE6q .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-siktAhXE6q .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-siktAhXE6q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-siktAhXE6q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-siktAhXE6q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sikyBRMDCt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sikyBRMDCt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sikyBRMDCt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sikyBRMDCt .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sikyBRMDCt .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sikyBRMDCt .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sikyBRMDCt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sikyBRMDCt .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sikyBRMDCt .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sikyBRMDCt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sikyBRMDCt .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sikyBRMDCt .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sikyBRMDCt .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sikyBRMDCt .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sikyBRMDCt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sikyBRMDCt .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sikyBRMDCt .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sikyBRMDCt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sikyBRMDCt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sikyBRMDCt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shY2GPfZe8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shY2GPfZe8 .mbr-text {
    text-align: center;
  }
}
.cid-shY2GPfZe8 .mbr-text,
.cid-shY2GPfZe8 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-shY2GPfZe8 H1 {
  text-align: center;
}
.cid-sigbfK1str {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sigbfK1str .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sigbfK1str .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sigbfK1str .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sigbfK1str .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sigbfK1str .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sigbfK1str .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sigbfK1str .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sigbfK1str .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sigbfK1str .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sigbfK1str .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sigbfK1str .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sigbfK1str .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sigbfK1str .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sigbfK1str .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sigbfK1str .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sigbfK1str .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sigbfK1str .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sigbfK1str .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sigbfK1str .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-siglBZWtBI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siglBZWtBI .mbr-text {
    text-align: center;
  }
}
.cid-siglBZWtBI .mbr-text,
.cid-siglBZWtBI .mbr-section-btn {
  color: #767676;
}
.cid-siglBZWtBI H1 {
  text-align: center;
}
.cid-sirlRwNEfJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sirlRwNEfJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sirlRwNEfJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sirlRwNEfJ .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sirlRwNEfJ .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sirlRwNEfJ .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sirlRwNEfJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sirlRwNEfJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sirlRwNEfJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sirlRwNEfJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sirlRwNEfJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sirlRwNEfJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sirlRwNEfJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sirlRwNEfJ .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sirlRwNEfJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sirlRwNEfJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sirlRwNEfJ .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sirlRwNEfJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sirlRwNEfJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sirlRwNEfJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sifdPI3KP2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-sifdPI3KP2 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-sifdPI3KP2 .row {
  justify-content: center;
}
.cid-sifdPI3KP2 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sifdPI3KP2 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-sifdPI3KP2 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-sifdPI3KP2 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-sifdPI3KP2 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sifdPI3KP2 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sifdPI3KP2 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sifdPI3KP2 .item {
    padding: 0.5rem;
  }
  .cid-sifdPI3KP2 .row {
    padding: 0 0.5rem;
  }
}
.cid-sifdPI3KP2 .btn {
  border-radius: 0;
}
.cid-sifdPI3KP2 .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-sirdzkogal {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sirdzkogal .mbr-text {
    text-align: center;
  }
}
.cid-sirdzkogal .mbr-text,
.cid-sirdzkogal .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sirdzkogal H1 {
  text-align: center;
}
.cid-siCrPvmwhj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siCrPvmwhj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siCrPvmwhj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siCrPvmwhj .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-siCrPvmwhj .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siCrPvmwhj .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-siCrPvmwhj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siCrPvmwhj .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-siCrPvmwhj .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-siCrPvmwhj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siCrPvmwhj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-siCrPvmwhj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-siCrPvmwhj .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-siCrPvmwhj .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-siCrPvmwhj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siCrPvmwhj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-siCrPvmwhj .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-siCrPvmwhj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-siCrPvmwhj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-siCrPvmwhj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sifdW2WAxF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sifdW2WAxF .mbr-text {
    text-align: center;
  }
}
.cid-sifdW2WAxF .mbr-text,
.cid-sifdW2WAxF .mbr-section-btn {
  color: #767676;
}
.cid-sifdW2WAxF H1 {
  text-align: center;
}
.cid-sigarYO5iI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sigarYO5iI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sigarYO5iI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sigarYO5iI .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sigarYO5iI .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sigarYO5iI .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sigarYO5iI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sigarYO5iI .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sigarYO5iI .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sigarYO5iI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sigarYO5iI .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sigarYO5iI .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sigarYO5iI .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sigarYO5iI .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sigarYO5iI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sigarYO5iI .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sigarYO5iI .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sigarYO5iI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sigarYO5iI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sigarYO5iI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-six2LHFpPC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-six2LHFpPC .mbr-text {
    text-align: center;
  }
}
.cid-six2LHFpPC .mbr-text,
.cid-six2LHFpPC .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-six2LHFpPC H1 {
  text-align: center;
}
.cid-slx4PnQsji {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slx4PnQsji .mbr-text {
    text-align: center;
  }
}
.cid-slx4PnQsji .mbr-text,
.cid-slx4PnQsji .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-slx4PnQsji H1 {
  text-align: center;
}
.cid-slx4q98UxW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slx4q98UxW .mbr-text {
    text-align: center;
  }
}
.cid-slx4q98UxW .container-fluid {
  padding: 0;
}
.cid-slx4q98UxW .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-slx4q98UxW img {
  height: 100%;
  object-fit: cover;
}
.cid-slx4q98UxW .mbr-figure {
  height: 100%;
}
.cid-slx4q98UxW .col-lg-6 {
  padding: 0;
}
.cid-slx4q98UxW .row {
  margin: 0;
}
.cid-sirhzMkf2e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sirhzMkf2e .mbr-text {
    text-align: center;
  }
}
.cid-sirhzMkf2e .container-fluid {
  padding: 0;
}
.cid-sirhzMkf2e .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sirhzMkf2e img {
  height: 100%;
  object-fit: cover;
}
.cid-sirhzMkf2e .mbr-figure {
  height: 100%;
}
.cid-sirhzMkf2e .col-lg-6 {
  padding: 0;
}
.cid-sirhzMkf2e .row {
  margin: 0;
}
.cid-sixjeKun4r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-sixjeKun4r .media-container-row .mbr-text {
  text-align: center;
}
.cid-siwZdcsm5E .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-siwZdcsm5E .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-siwZdcsm5E a {
  font-style: normal;
}
.cid-siwZdcsm5E .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-siwZdcsm5E .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-siwZdcsm5E .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-siwZdcsm5E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-siwZdcsm5E .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-siwZdcsm5E .nav-item:focus,
.cid-siwZdcsm5E .nav-link:focus {
  outline: none;
}
.cid-siwZdcsm5E .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-siwZdcsm5E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-siwZdcsm5E .menu-logo {
  margin-right: auto;
}
.cid-siwZdcsm5E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siwZdcsm5E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-siwZdcsm5E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-siwZdcsm5E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-siwZdcsm5E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-siwZdcsm5E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-siwZdcsm5E .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-siwZdcsm5E .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-siwZdcsm5E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-siwZdcsm5E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-siwZdcsm5E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-siwZdcsm5E .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-siwZdcsm5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-siwZdcsm5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siwZdcsm5E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-siwZdcsm5E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siwZdcsm5E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-siwZdcsm5E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-siwZdcsm5E .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-siwZdcsm5E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-siwZdcsm5E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-siwZdcsm5E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-siwZdcsm5E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-siwZdcsm5E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-siwZdcsm5E button.navbar-toggler:focus {
  outline: none;
}
.cid-siwZdcsm5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-siwZdcsm5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siwZdcsm5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siwZdcsm5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siwZdcsm5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siwZdcsm5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siwZdcsm5E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siwZdcsm5E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siwZdcsm5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siwZdcsm5E .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-siwZdcsm5E .collapsed .btn {
  display: -webkit-flex;
}
.cid-siwZdcsm5E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-siwZdcsm5E .collapsed .navbar-collapse.collapsing,
.cid-siwZdcsm5E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-siwZdcsm5E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-siwZdcsm5E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-siwZdcsm5E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-siwZdcsm5E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-siwZdcsm5E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-siwZdcsm5E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-siwZdcsm5E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-siwZdcsm5E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-siwZdcsm5E .collapsed button.navbar-toggler {
  display: block;
}
.cid-siwZdcsm5E .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-siwZdcsm5E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-siwZdcsm5E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-siwZdcsm5E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-siwZdcsm5E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-siwZdcsm5E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-siwZdcsm5E.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-siwZdcsm5E img {
    height: 3.8rem !important;
  }
  .cid-siwZdcsm5E .icon-wrap {
    margin-top: 1rem;
  }
  .cid-siwZdcsm5E .menu-wrap {
    flex-direction: column;
  }
  .cid-siwZdcsm5E .btn {
    display: -webkit-flex;
  }
  .cid-siwZdcsm5E button.navbar-toggler {
    display: block;
  }
  .cid-siwZdcsm5E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-siwZdcsm5E .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-siwZdcsm5E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-siwZdcsm5E .navbar-collapse.collapsing,
  .cid-siwZdcsm5E .navbar-collapse.show {
    display: block !important;
  }
  .cid-siwZdcsm5E .navbar-collapse.collapsing .navbar-nav,
  .cid-siwZdcsm5E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-siwZdcsm5E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-siwZdcsm5E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-siwZdcsm5E .navbar-collapse.collapsing .navbar-buttons,
  .cid-siwZdcsm5E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-siwZdcsm5E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-siwZdcsm5E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-siwZdcsm5E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-siwZdcsm5E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-siwZdcsm5E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-siwZdcsm5E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-siwZdcsm5E .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-siwZdcsm5E .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-siwZdcsm5E .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-siwZdcsm5E .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-siwZdcsm5E .nav-link:hover,
.cid-siwZdcsm5E .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-siwZddDzBM {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-siwZddDzBM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-siwZddDzBM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-siwZddDzBM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-siwZdeusdW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdeusdW .mbr-text {
    text-align: center;
  }
}
.cid-siwZdeusdW .mbr-text,
.cid-siwZdeusdW .mbr-section-btn {
  color: #767676;
}
.cid-siwZdeusdW H1 {
  text-align: center;
  color: #465052;
}
.cid-siwZdfyIJD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdfyIJD .mbr-text {
    text-align: center;
  }
}
.cid-siwZdfyIJD .mbr-text,
.cid-siwZdfyIJD .mbr-section-btn {
  color: #767676;
}
.cid-siwZdfyIJD H1 {
  text-align: center;
  color: #465052;
}
.cid-siwZdgorC3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siwZdgorC3 .mbr-text {
  margin: 0;
}
.cid-siwZdgorC3 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-siwZdgorC3 .row-element,
.cid-siwZdgorC3 .image-element {
  padding: 0;
}
.cid-siwZdgorC3 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siwZdgorC3 .image-element .img-wrap {
  width: 100% !important;
}
.cid-siwZdgorC3 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-siwZdgorC3 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siwZdgorC3 .carousel-item.active,
.cid-siwZdgorC3 .carousel-item-next,
.cid-siwZdgorC3 .carousel-item-prev {
  display: flex;
}
.cid-siwZdgorC3 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-siwZdgorC3 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #e1201d;
}
.cid-siwZdgorC3 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-siwZdgorC3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-siwZdgorC3 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-siwZdgorC3 .carousel-controls {
    display: block;
  }
  .cid-siwZdgorC3 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-siwZdgorC3 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-siwZdgorC3 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-siwZdgorC3 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-siwZdgorC3 .text-element {
    padding: 1rem;
  }
  .cid-siwZdgorC3 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siwZdgorC3 .image-element {
    min-width: 50%;
  }
  .cid-siwZdgorC3 .media-container-row {
    width: 100%;
  }
}
.cid-siwZdilBbZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-siwZdilBbZ .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-siwZdilBbZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-siwZdilBbZ .image-block:hover:before {
  opacity: 0.4;
}
.cid-siwZdilBbZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-siwZdilBbZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-siwZdilBbZ h4 {
  letter-spacing: 2px;
}
.cid-siwZdilBbZ figcaption {
  position: relative;
}
.cid-siwZdilBbZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-siwZdilBbZ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-siwZdilBbZ .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-siwZdilBbZ .image-block {
    height: 400px;
  }
}
.cid-siwZdjbxHa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdjbxHa .mbr-text {
    text-align: center;
  }
}
.cid-siwZdjbxHa .mbr-text,
.cid-siwZdjbxHa .mbr-section-btn {
  color: #767676;
}
.cid-siwZdjbxHa H1 {
  text-align: center;
}
.cid-siwZdk5FM4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-siwZdk5FM4 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-siwZdk5FM4 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-siwZdk5FM4 .image-block:hover:before {
  opacity: 0.4;
}
.cid-siwZdk5FM4 .image-block:hover .wrap {
  opacity: 1;
}
.cid-siwZdk5FM4 .image-block:hover img {
  transform: scale(1.05);
}
.cid-siwZdk5FM4 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-siwZdk5FM4 h4 {
  letter-spacing: 2px;
}
.cid-siwZdk5FM4 figcaption {
  position: relative;
}
.cid-siwZdk5FM4 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-siwZdk5FM4 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-siwZdk5FM4 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-siwZdk5FM4 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-siwZdk5FM4 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-siwZdk5FM4 .image-block:before {
    opacity: 0.4;
  }
  .cid-siwZdk5FM4 .image-block .wrap {
    opacity: 1;
  }
}
.cid-siwZdl0eS3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-siwZdl0eS3 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-siwZdl0eS3 .row {
  justify-content: center;
}
.cid-siwZdl0eS3 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-siwZdl0eS3 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-siwZdl0eS3 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-siwZdl0eS3 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-siwZdl0eS3 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-siwZdl0eS3 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-siwZdl0eS3 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-siwZdl0eS3 .item {
    padding: 0.5rem;
  }
  .cid-siwZdl0eS3 .row {
    padding: 0 0.5rem;
  }
}
.cid-siwZdl0eS3 .btn {
  border-radius: 0;
}
.cid-siwZdl0eS3 .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-siwZdn5tYl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdn5tYl .mbr-text {
    text-align: center;
  }
}
.cid-siwZdn5tYl .mbr-text,
.cid-siwZdn5tYl .mbr-section-btn {
  color: #767676;
}
.cid-siwZdn5tYl H1 {
  text-align: center;
}
.cid-siwZdo0JEz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siwZdo0JEz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-siwZdo0JEz p {
  color: #767676;
  text-align: left;
}
.cid-siwZdo0JEz .card-wrapper {
  height: 100%;
}
.cid-siwZdo0JEz .container-fluid {
  max-width: 1600px;
}
.cid-siwZdo0JEz .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-siwZdo0JEz img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-siwZdo0JEz .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-siwZdo0JEz .card:hover img {
  filter: blur(3px);
}
.cid-siwZdo0JEz .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-siwZdo0JEz .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-siwZdo0JEz .mbr-iconfont {
    opacity: 1;
  }
  .cid-siwZdo0JEz img {
    filter: blur(3px);
  }
}
.cid-siwZdplMpb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdplMpb .mbr-text {
    text-align: center;
  }
}
.cid-siwZdplMpb .mbr-text,
.cid-siwZdplMpb .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-siwZdplMpb H1 {
  text-align: center;
}
.cid-siwZdqjfhe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siwZdqjfhe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siwZdqjfhe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siwZdqjfhe .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-siwZdqjfhe .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siwZdqjfhe .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-siwZdqjfhe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siwZdqjfhe .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-siwZdqjfhe .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-siwZdqjfhe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siwZdqjfhe .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-siwZdqjfhe .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-siwZdqjfhe .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-siwZdqjfhe .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-siwZdqjfhe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siwZdqjfhe .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-siwZdqjfhe .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-siwZdqjfhe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-siwZdqjfhe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-siwZdqjfhe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-siwZdsChHj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siwZdsChHj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siwZdsChHj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siwZdsChHj .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-siwZdsChHj .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siwZdsChHj .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-siwZdsChHj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siwZdsChHj .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-siwZdsChHj .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-siwZdsChHj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siwZdsChHj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-siwZdsChHj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-siwZdsChHj .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-siwZdsChHj .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-siwZdsChHj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siwZdsChHj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-siwZdsChHj .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-siwZdsChHj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-siwZdsChHj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-siwZdsChHj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-siwZduHjW0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZduHjW0 .mbr-text {
    text-align: center;
  }
}
.cid-siwZduHjW0 .mbr-text,
.cid-siwZduHjW0 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-siwZduHjW0 H1 {
  text-align: center;
}
.cid-siwZdvFtub {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siwZdvFtub .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siwZdvFtub .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siwZdvFtub .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-siwZdvFtub .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siwZdvFtub .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-siwZdvFtub .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siwZdvFtub .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-siwZdvFtub .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-siwZdvFtub .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siwZdvFtub .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-siwZdvFtub .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-siwZdvFtub .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-siwZdvFtub .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-siwZdvFtub .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siwZdvFtub .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-siwZdvFtub .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-siwZdvFtub .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-siwZdvFtub .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-siwZdvFtub .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-siwZdxy91I {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdxy91I .mbr-text {
    text-align: center;
  }
}
.cid-siwZdxy91I .mbr-text,
.cid-siwZdxy91I .mbr-section-btn {
  color: #767676;
}
.cid-siwZdxy91I H1 {
  text-align: center;
}
.cid-siwZdyz7YZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-siwZdyz7YZ img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-siwZdyz7YZ .row {
  justify-content: center;
}
.cid-siwZdyz7YZ .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-siwZdyz7YZ .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-siwZdyz7YZ .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-siwZdyz7YZ .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-siwZdyz7YZ .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-siwZdyz7YZ .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-siwZdyz7YZ .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-siwZdyz7YZ .item {
    padding: 0.5rem;
  }
  .cid-siwZdyz7YZ .row {
    padding: 0 0.5rem;
  }
}
.cid-siwZdyz7YZ .btn {
  border-radius: 0;
}
.cid-siwZdyz7YZ .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-siwZdAyftN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siwZdAyftN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siwZdAyftN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siwZdAyftN .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-siwZdAyftN .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siwZdAyftN .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-siwZdAyftN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siwZdAyftN .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-siwZdAyftN .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-siwZdAyftN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siwZdAyftN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-siwZdAyftN .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-siwZdAyftN .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-siwZdAyftN .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-siwZdAyftN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siwZdAyftN .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-siwZdAyftN .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-siwZdAyftN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-siwZdAyftN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-siwZdAyftN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-siwZdCCkkd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdCCkkd .mbr-text {
    text-align: center;
  }
}
.cid-siwZdCCkkd .mbr-text,
.cid-siwZdCCkkd .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-siwZdCCkkd H1 {
  text-align: center;
}
.cid-siwZdElfXm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siwZdElfXm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-siwZdElfXm p {
  color: #767676;
  text-align: left;
}
.cid-siwZdElfXm .card-wrapper {
  height: 100%;
}
.cid-siwZdElfXm .container-fluid {
  max-width: 1600px;
}
.cid-siwZdElfXm .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-siwZdElfXm img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-siwZdElfXm .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-siwZdElfXm .card:hover img {
  filter: blur(3px);
}
.cid-siwZdElfXm .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-siwZdElfXm .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-siwZdElfXm .mbr-iconfont {
    opacity: 1;
  }
  .cid-siwZdElfXm img {
    filter: blur(3px);
  }
}
.cid-siwZdG6AqJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siwZdG6AqJ .mbr-text {
    text-align: center;
  }
}
.cid-siwZdG6AqJ .mbr-text,
.cid-siwZdG6AqJ .mbr-section-btn {
  color: #767676;
}
.cid-siwZdG6AqJ H1 {
  text-align: center;
}
.cid-siwZdHauss {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-siwZdHauss .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siwZdHauss .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-siwZdHauss .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-siwZdHauss .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siwZdHauss .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-siwZdHauss .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siwZdHauss .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-siwZdHauss .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-siwZdHauss .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siwZdHauss .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-siwZdHauss .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-siwZdHauss .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-siwZdHauss .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-siwZdHauss .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siwZdHauss .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-siwZdHauss .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-siwZdHauss .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-siwZdHauss .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-siwZdHauss .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-siwZdJCATs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siwZdJCATs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-siwZdJCATs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-siwZdJCATs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-siwZdJCATs .mbr-text,
.cid-siwZdJCATs .mbr-section-btn {
  color: #767676;
}
.cid-siwZdL1yda {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-siwZdL1yda .mbr-text {
    text-align: center;
  }
}
.cid-siwZdL1yda .container-fluid {
  padding: 0;
}
.cid-siwZdL1yda .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-siwZdL1yda img {
  height: 100%;
  object-fit: cover;
}
.cid-siwZdL1yda .mbr-figure {
  height: 100%;
}
.cid-siwZdL1yda .col-lg-6 {
  padding: 0;
}
.cid-siwZdL1yda .row {
  margin: 0;
}
.cid-sixjeKun4r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-sixjeKun4r .media-container-row .mbr-text {
  text-align: center;
}
.cid-sixlfQbAcX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sixlfQbAcX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sixlfQbAcX a {
  font-style: normal;
}
.cid-sixlfQbAcX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sixlfQbAcX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sixlfQbAcX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sixlfQbAcX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sixlfQbAcX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sixlfQbAcX .nav-item:focus,
.cid-sixlfQbAcX .nav-link:focus {
  outline: none;
}
.cid-sixlfQbAcX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sixlfQbAcX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sixlfQbAcX .menu-logo {
  margin-right: auto;
}
.cid-sixlfQbAcX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sixlfQbAcX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sixlfQbAcX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sixlfQbAcX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sixlfQbAcX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sixlfQbAcX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sixlfQbAcX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sixlfQbAcX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sixlfQbAcX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sixlfQbAcX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sixlfQbAcX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sixlfQbAcX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sixlfQbAcX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sixlfQbAcX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sixlfQbAcX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sixlfQbAcX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sixlfQbAcX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sixlfQbAcX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sixlfQbAcX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sixlfQbAcX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sixlfQbAcX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sixlfQbAcX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sixlfQbAcX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sixlfQbAcX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sixlfQbAcX button.navbar-toggler:focus {
  outline: none;
}
.cid-sixlfQbAcX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sixlfQbAcX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sixlfQbAcX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sixlfQbAcX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sixlfQbAcX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sixlfQbAcX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sixlfQbAcX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sixlfQbAcX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sixlfQbAcX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sixlfQbAcX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sixlfQbAcX .collapsed .btn {
  display: -webkit-flex;
}
.cid-sixlfQbAcX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sixlfQbAcX .collapsed .navbar-collapse.collapsing,
.cid-sixlfQbAcX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sixlfQbAcX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sixlfQbAcX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sixlfQbAcX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sixlfQbAcX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sixlfQbAcX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sixlfQbAcX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sixlfQbAcX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sixlfQbAcX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sixlfQbAcX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sixlfQbAcX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sixlfQbAcX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sixlfQbAcX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sixlfQbAcX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sixlfQbAcX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sixlfQbAcX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sixlfQbAcX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sixlfQbAcX img {
    height: 3.8rem !important;
  }
  .cid-sixlfQbAcX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sixlfQbAcX .menu-wrap {
    flex-direction: column;
  }
  .cid-sixlfQbAcX .btn {
    display: -webkit-flex;
  }
  .cid-sixlfQbAcX button.navbar-toggler {
    display: block;
  }
  .cid-sixlfQbAcX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sixlfQbAcX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sixlfQbAcX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sixlfQbAcX .navbar-collapse.collapsing,
  .cid-sixlfQbAcX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sixlfQbAcX .navbar-collapse.collapsing .navbar-nav,
  .cid-sixlfQbAcX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sixlfQbAcX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sixlfQbAcX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sixlfQbAcX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sixlfQbAcX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sixlfQbAcX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sixlfQbAcX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sixlfQbAcX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sixlfQbAcX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sixlfQbAcX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sixlfQbAcX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sixlfQbAcX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sixlfQbAcX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sixlfQbAcX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sixlfQbAcX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sixlfQbAcX .nav-link:hover,
.cid-sixlfQbAcX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sixlfRDs0K {
  padding-top: 225px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sixlfRDs0K h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sixlfRDs0K h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sixlfRDs0K h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sixlfSQT4E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlfSQT4E .mbr-text {
    text-align: center;
  }
}
.cid-sixlfSQT4E .mbr-text,
.cid-sixlfSQT4E .mbr-section-btn {
  color: #767676;
}
.cid-sixlfSQT4E H1 {
  text-align: center;
  color: #465052;
}
.cid-sixlfTQzpC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlfTQzpC .mbr-text {
    text-align: center;
  }
}
.cid-sixlfTQzpC .mbr-text,
.cid-sixlfTQzpC .mbr-section-btn {
  color: #767676;
}
.cid-sixlfTQzpC H1 {
  text-align: center;
  color: #465052;
}
.cid-sixlfUWovJ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sixlfUWovJ .mbr-text {
  margin: 0;
}
.cid-sixlfUWovJ .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sixlfUWovJ .row-element,
.cid-sixlfUWovJ .image-element {
  padding: 0;
}
.cid-sixlfUWovJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sixlfUWovJ .image-element .img-wrap {
  width: 100% !important;
}
.cid-sixlfUWovJ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sixlfUWovJ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sixlfUWovJ .carousel-item.active,
.cid-sixlfUWovJ .carousel-item-next,
.cid-sixlfUWovJ .carousel-item-prev {
  display: flex;
}
.cid-sixlfUWovJ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sixlfUWovJ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #e1201d;
}
.cid-sixlfUWovJ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sixlfUWovJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sixlfUWovJ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sixlfUWovJ .carousel-controls {
    display: block;
  }
  .cid-sixlfUWovJ .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sixlfUWovJ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sixlfUWovJ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sixlfUWovJ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sixlfUWovJ .text-element {
    padding: 1rem;
  }
  .cid-sixlfUWovJ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sixlfUWovJ .image-element {
    min-width: 50%;
  }
  .cid-sixlfUWovJ .media-container-row {
    width: 100%;
  }
}
.cid-sixlfXglv3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sixlfXglv3 .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-sixlfXglv3 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sixlfXglv3 .image-block:hover:before {
  opacity: 0.4;
}
.cid-sixlfXglv3 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sixlfXglv3 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sixlfXglv3 h4 {
  letter-spacing: 2px;
}
.cid-sixlfXglv3 figcaption {
  position: relative;
}
.cid-sixlfXglv3 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sixlfXglv3 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sixlfXglv3 .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-sixlfXglv3 .image-block {
    height: 400px;
  }
}
.cid-sixlfYoIpz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlfYoIpz .mbr-text {
    text-align: center;
  }
}
.cid-sixlfYoIpz .mbr-text,
.cid-sixlfYoIpz .mbr-section-btn {
  color: #767676;
}
.cid-sixlfYoIpz H1 {
  text-align: center;
}
.cid-sixlfZkAGL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sixlfZkAGL .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sixlfZkAGL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sixlfZkAGL .image-block:hover:before {
  opacity: 0.4;
}
.cid-sixlfZkAGL .image-block:hover .wrap {
  opacity: 1;
}
.cid-sixlfZkAGL .image-block:hover img {
  transform: scale(1.05);
}
.cid-sixlfZkAGL .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sixlfZkAGL h4 {
  letter-spacing: 2px;
}
.cid-sixlfZkAGL figcaption {
  position: relative;
}
.cid-sixlfZkAGL figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sixlfZkAGL img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sixlfZkAGL .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sixlfZkAGL .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sixlfZkAGL .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sixlfZkAGL .image-block:before {
    opacity: 0.4;
  }
  .cid-sixlfZkAGL .image-block .wrap {
    opacity: 1;
  }
}
.cid-sixlg0wPb7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-sixlg0wPb7 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-sixlg0wPb7 .row {
  justify-content: center;
}
.cid-sixlg0wPb7 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sixlg0wPb7 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-sixlg0wPb7 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-sixlg0wPb7 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-sixlg0wPb7 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sixlg0wPb7 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sixlg0wPb7 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sixlg0wPb7 .item {
    padding: 0.5rem;
  }
  .cid-sixlg0wPb7 .row {
    padding: 0 0.5rem;
  }
}
.cid-sixlg0wPb7 .btn {
  border-radius: 0;
}
.cid-sixlg0wPb7 .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-sixlg2A4sM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlg2A4sM .mbr-text {
    text-align: center;
  }
}
.cid-sixlg2A4sM .mbr-text,
.cid-sixlg2A4sM .mbr-section-btn {
  color: #767676;
}
.cid-sixlg2A4sM H1 {
  text-align: center;
}
.cid-sixlg3CSCs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sixlg3CSCs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sixlg3CSCs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sixlg3CSCs .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sixlg3CSCs .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixlg3CSCs .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sixlg3CSCs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sixlg3CSCs .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sixlg3CSCs .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sixlg3CSCs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sixlg3CSCs .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sixlg3CSCs .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sixlg3CSCs .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sixlg3CSCs .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sixlg3CSCs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sixlg3CSCs .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sixlg3CSCs .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sixlg3CSCs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sixlg3CSCs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sixlg3CSCs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sixlg6uOkl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlg6uOkl .mbr-text {
    text-align: center;
  }
}
.cid-sixlg6uOkl .mbr-text,
.cid-sixlg6uOkl .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sixlg6uOkl H1 {
  text-align: center;
}
.cid-sixlg7yvB1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sixlg7yvB1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sixlg7yvB1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sixlg7yvB1 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sixlg7yvB1 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixlg7yvB1 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sixlg7yvB1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sixlg7yvB1 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sixlg7yvB1 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sixlg7yvB1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sixlg7yvB1 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sixlg7yvB1 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sixlg7yvB1 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sixlg7yvB1 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sixlg7yvB1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sixlg7yvB1 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sixlg7yvB1 .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sixlg7yvB1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sixlg7yvB1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sixlg7yvB1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sixlg9CPsw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sixlg9CPsw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sixlg9CPsw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sixlg9CPsw .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sixlg9CPsw .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixlg9CPsw .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sixlg9CPsw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sixlg9CPsw .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sixlg9CPsw .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sixlg9CPsw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sixlg9CPsw .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sixlg9CPsw .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sixlg9CPsw .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sixlg9CPsw .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sixlg9CPsw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sixlg9CPsw .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sixlg9CPsw .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sixlg9CPsw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sixlg9CPsw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sixlg9CPsw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sixlgbZyx6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlgbZyx6 .mbr-text {
    text-align: center;
  }
}
.cid-sixlgbZyx6 .mbr-text,
.cid-sixlgbZyx6 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sixlgbZyx6 H1 {
  text-align: center;
}
.cid-sixlgd5FsN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sixlgd5FsN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sixlgd5FsN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sixlgd5FsN .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sixlgd5FsN .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixlgd5FsN .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sixlgd5FsN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sixlgd5FsN .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sixlgd5FsN .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sixlgd5FsN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sixlgd5FsN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sixlgd5FsN .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sixlgd5FsN .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sixlgd5FsN .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sixlgd5FsN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sixlgd5FsN .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sixlgd5FsN .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sixlgd5FsN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sixlgd5FsN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sixlgd5FsN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sixlgffjfP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlgffjfP .mbr-text {
    text-align: center;
  }
}
.cid-sixlgffjfP .mbr-text,
.cid-sixlgffjfP .mbr-section-btn {
  color: #767676;
}
.cid-sixlgffjfP H1 {
  text-align: center;
}
.cid-sixlggEwa4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sixlggEwa4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sixlggEwa4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sixlggEwa4 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sixlggEwa4 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixlggEwa4 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sixlggEwa4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sixlggEwa4 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sixlggEwa4 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sixlggEwa4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sixlggEwa4 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sixlggEwa4 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sixlggEwa4 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sixlggEwa4 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sixlggEwa4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sixlggEwa4 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sixlggEwa4 .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sixlggEwa4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sixlggEwa4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sixlggEwa4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sixlgiSWog {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-sixlgiSWog img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-sixlgiSWog .row {
  justify-content: center;
}
.cid-sixlgiSWog .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sixlgiSWog .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-sixlgiSWog .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-sixlgiSWog .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-sixlgiSWog .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-sixlgiSWog .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sixlgiSWog .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sixlgiSWog .item {
    padding: 0.5rem;
  }
  .cid-sixlgiSWog .row {
    padding: 0 0.5rem;
  }
}
.cid-sixlgiSWog .btn {
  border-radius: 0;
}
.cid-sixlgiSWog .mbr-iconfont {
  font-size: 1rem!important;
}
.cid-sixlgll9b8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlgll9b8 .mbr-text {
    text-align: center;
  }
}
.cid-sixlgll9b8 .mbr-text,
.cid-sixlgll9b8 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sixlgll9b8 H1 {
  text-align: center;
}
.cid-sixlgmvViE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sixlgmvViE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sixlgmvViE p {
  color: #767676;
  text-align: left;
}
.cid-sixlgmvViE .card-wrapper {
  height: 100%;
}
.cid-sixlgmvViE .container-fluid {
  max-width: 1600px;
}
.cid-sixlgmvViE .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-sixlgmvViE img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sixlgmvViE .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sixlgmvViE .card:hover img {
  filter: blur(3px);
}
.cid-sixlgmvViE .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sixlgmvViE .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sixlgmvViE .mbr-iconfont {
    opacity: 1;
  }
  .cid-sixlgmvViE img {
    filter: blur(3px);
  }
}
.cid-sixlgo8nUd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlgo8nUd .mbr-text {
    text-align: center;
  }
}
.cid-sixlgo8nUd .mbr-text,
.cid-sixlgo8nUd .mbr-section-btn {
  color: #767676;
}
.cid-sixlgo8nUd H1 {
  text-align: center;
}
.cid-sixlgpl8Gj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sixlgpl8Gj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sixlgpl8Gj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sixlgpl8Gj .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sixlgpl8Gj .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixlgpl8Gj .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sixlgpl8Gj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sixlgpl8Gj .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sixlgpl8Gj .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-sixlgpl8Gj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sixlgpl8Gj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sixlgpl8Gj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sixlgpl8Gj .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sixlgpl8Gj .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-sixlgpl8Gj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sixlgpl8Gj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sixlgpl8Gj .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-sixlgpl8Gj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sixlgpl8Gj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sixlgpl8Gj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sixlgs6MBb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixlgs6MBb .mbr-text {
    text-align: center;
  }
}
.cid-sixlgs6MBb .mbr-text,
.cid-sixlgs6MBb .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sixlgs6MBb H1 {
  text-align: center;
}
.cid-sixlgtJyWb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sixlgtJyWb .mbr-text {
    text-align: center;
  }
}
.cid-sixlgtJyWb .container-fluid {
  padding: 0;
}
.cid-sixlgtJyWb .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sixlgtJyWb img {
  height: 100%;
  object-fit: cover;
}
.cid-sixlgtJyWb .mbr-figure {
  height: 100%;
}
.cid-sixlgtJyWb .col-lg-6 {
  padding: 0;
}
.cid-sixlgtJyWb .row {
  margin: 0;
}
.cid-sixlguZNCB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-sixlguZNCB .media-container-row .mbr-text {
  text-align: center;
}
.cid-sixlkw92g6 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sixlkw92g6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sixlkw92g6 a {
  font-style: normal;
}
.cid-sixlkw92g6 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sixlkw92g6 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sixlkw92g6 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sixlkw92g6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sixlkw92g6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sixlkw92g6 .nav-item:focus,
.cid-sixlkw92g6 .nav-link:focus {
  outline: none;
}
.cid-sixlkw92g6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sixlkw92g6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sixlkw92g6 .menu-logo {
  margin-right: auto;
}
.cid-sixlkw92g6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sixlkw92g6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sixlkw92g6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sixlkw92g6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sixlkw92g6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sixlkw92g6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sixlkw92g6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sixlkw92g6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sixlkw92g6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sixlkw92g6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sixlkw92g6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sixlkw92g6 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sixlkw92g6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sixlkw92g6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sixlkw92g6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sixlkw92g6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sixlkw92g6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sixlkw92g6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sixlkw92g6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sixlkw92g6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sixlkw92g6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sixlkw92g6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sixlkw92g6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sixlkw92g6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sixlkw92g6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sixlkw92g6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sixlkw92g6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sixlkw92g6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sixlkw92g6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sixlkw92g6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sixlkw92g6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sixlkw92g6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sixlkw92g6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sixlkw92g6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sixlkw92g6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sixlkw92g6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sixlkw92g6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sixlkw92g6 .collapsed .navbar-collapse.collapsing,
.cid-sixlkw92g6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sixlkw92g6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sixlkw92g6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sixlkw92g6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sixlkw92g6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sixlkw92g6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sixlkw92g6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sixlkw92g6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sixlkw92g6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sixlkw92g6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sixlkw92g6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sixlkw92g6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sixlkw92g6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sixlkw92g6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sixlkw92g6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sixlkw92g6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sixlkw92g6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sixlkw92g6 img {
    height: 3.8rem !important;
  }
  .cid-sixlkw92g6 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sixlkw92g6 .menu-wrap {
    flex-direction: column;
  }
  .cid-sixlkw92g6 .btn {
    display: -webkit-flex;
  }
  .cid-sixlkw92g6 button.navbar-toggler {
    display: block;
  }
  .cid-sixlkw92g6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sixlkw92g6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sixlkw92g6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sixlkw92g6 .navbar-collapse.collapsing,
  .cid-sixlkw92g6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sixlkw92g6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sixlkw92g6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sixlkw92g6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sixlkw92g6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sixlkw92g6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sixlkw92g6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sixlkw92g6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sixlkw92g6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sixlkw92g6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sixlkw92g6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sixlkw92g6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sixlkw92g6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sixlkw92g6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sixlkw92g6 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sixlkw92g6 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sixlkw92g6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sixlkw92g6 .nav-link:hover,
.cid-sixlkw92g6 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sixlkxAUrj {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sixlkxAUrj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sixlkxAUrj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sixlkxAUrj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slsaRXYCPl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slsaRXYCPl .mbr-text {
    text-align: center;
  }
}
.cid-slsaRXYCPl .mbr-text,
.cid-slsaRXYCPl .mbr-section-btn {
  color: #767676;
}
.cid-slsaRXYCPl H1 {
  text-align: center;
}
.cid-sixlkztrvL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-sixlkztrvL .media-container-row .mbr-text {
  text-align: center;
}
.cid-slsbjlVYAO .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-slsbjlVYAO .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-slsbjlVYAO a {
  font-style: normal;
}
.cid-slsbjlVYAO .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-slsbjlVYAO .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-slsbjlVYAO .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-slsbjlVYAO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-slsbjlVYAO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-slsbjlVYAO .nav-item:focus,
.cid-slsbjlVYAO .nav-link:focus {
  outline: none;
}
.cid-slsbjlVYAO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slsbjlVYAO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-slsbjlVYAO .menu-logo {
  margin-right: auto;
}
.cid-slsbjlVYAO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slsbjlVYAO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-slsbjlVYAO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-slsbjlVYAO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slsbjlVYAO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-slsbjlVYAO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slsbjlVYAO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-slsbjlVYAO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-slsbjlVYAO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-slsbjlVYAO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slsbjlVYAO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slsbjlVYAO .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-slsbjlVYAO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-slsbjlVYAO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slsbjlVYAO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slsbjlVYAO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slsbjlVYAO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-slsbjlVYAO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-slsbjlVYAO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-slsbjlVYAO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slsbjlVYAO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slsbjlVYAO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-slsbjlVYAO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slsbjlVYAO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-slsbjlVYAO button.navbar-toggler:focus {
  outline: none;
}
.cid-slsbjlVYAO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slsbjlVYAO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slsbjlVYAO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slsbjlVYAO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slsbjlVYAO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slsbjlVYAO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slsbjlVYAO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slsbjlVYAO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slsbjlVYAO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slsbjlVYAO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slsbjlVYAO .collapsed .btn {
  display: -webkit-flex;
}
.cid-slsbjlVYAO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slsbjlVYAO .collapsed .navbar-collapse.collapsing,
.cid-slsbjlVYAO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slsbjlVYAO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slsbjlVYAO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slsbjlVYAO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slsbjlVYAO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slsbjlVYAO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slsbjlVYAO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-slsbjlVYAO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slsbjlVYAO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-slsbjlVYAO .collapsed button.navbar-toggler {
  display: block;
}
.cid-slsbjlVYAO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-slsbjlVYAO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slsbjlVYAO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-slsbjlVYAO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slsbjlVYAO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slsbjlVYAO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-slsbjlVYAO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slsbjlVYAO img {
    height: 3.8rem !important;
  }
  .cid-slsbjlVYAO .icon-wrap {
    margin-top: 1rem;
  }
  .cid-slsbjlVYAO .menu-wrap {
    flex-direction: column;
  }
  .cid-slsbjlVYAO .btn {
    display: -webkit-flex;
  }
  .cid-slsbjlVYAO button.navbar-toggler {
    display: block;
  }
  .cid-slsbjlVYAO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-slsbjlVYAO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slsbjlVYAO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slsbjlVYAO .navbar-collapse.collapsing,
  .cid-slsbjlVYAO .navbar-collapse.show {
    display: block !important;
  }
  .cid-slsbjlVYAO .navbar-collapse.collapsing .navbar-nav,
  .cid-slsbjlVYAO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slsbjlVYAO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slsbjlVYAO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slsbjlVYAO .navbar-collapse.collapsing .navbar-buttons,
  .cid-slsbjlVYAO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-slsbjlVYAO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slsbjlVYAO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slsbjlVYAO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-slsbjlVYAO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-slsbjlVYAO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slsbjlVYAO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-slsbjlVYAO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-slsbjlVYAO .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-slsbjlVYAO .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-slsbjlVYAO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-slsbjlVYAO .nav-link:hover,
.cid-slsbjlVYAO .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-slsbjn8QGf {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-slsbjn8QGf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-slsbjn8QGf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slsbjn8QGf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slsbjo5Yrn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slsbjo5Yrn .mbr-text {
    text-align: center;
  }
}
.cid-slsbjo5Yrn .mbr-text,
.cid-slsbjo5Yrn .mbr-section-btn {
  color: #767676;
}
.cid-slsbjp0Uey {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slsbjp0Uey .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-slsbjp0Uey .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-slsbjp0Uey .btn {
  margin: 0px !important;
}
.cid-slsbjp0Uey .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjp0Uey .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjp0Uey .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-slsbjp0Uey .carousel-item .wrap-img {
  text-align: center;
}
.cid-slsbjp0Uey .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-slsbjp0Uey .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-slsbjp0Uey .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-slsbjp0Uey .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-slsbjp0Uey .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-slsbjp0Uey .second-col {
    padding-top: 2rem;
  }
}
.cid-slsbjqjn2a {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slsbjqjn2a .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-slsbjqjn2a .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-slsbjqjn2a .btn {
  margin: 0px !important;
}
.cid-slsbjqjn2a .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjqjn2a .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjqjn2a .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-slsbjqjn2a .carousel-item .wrap-img {
  text-align: center;
}
.cid-slsbjqjn2a .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-slsbjqjn2a .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-slsbjqjn2a .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-slsbjqjn2a .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-slsbjqjn2a .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-slsbjqjn2a .second-col {
    padding-top: 2rem;
  }
}
.cid-slsbjrt5Gr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slsbjrt5Gr .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-slsbjrt5Gr .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-slsbjrt5Gr .btn {
  margin: 0px !important;
}
.cid-slsbjrt5Gr .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjrt5Gr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjrt5Gr .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-slsbjrt5Gr .carousel-item .wrap-img {
  text-align: center;
}
.cid-slsbjrt5Gr .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-slsbjrt5Gr .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-slsbjrt5Gr .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-slsbjrt5Gr .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-slsbjrt5Gr .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-slsbjrt5Gr .second-col {
    padding-top: 2rem;
  }
}
.cid-slsbjsC53j {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slsbjsC53j .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-slsbjsC53j .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-slsbjsC53j .btn {
  margin: 0px !important;
}
.cid-slsbjsC53j .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjsC53j .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slsbjsC53j .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-slsbjsC53j .carousel-item .wrap-img {
  text-align: center;
}
.cid-slsbjsC53j .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-slsbjsC53j .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-slsbjsC53j .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-slsbjsC53j .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-slsbjsC53j .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-slsbjsC53j .second-col {
    padding-top: 2rem;
  }
}
.cid-slsbjtKRyU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-slsbjtKRyU .media-container-row .mbr-text {
  text-align: center;
}
.cid-smQYki2HUQ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-smQYki2HUQ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-smQYki2HUQ a {
  font-style: normal;
}
.cid-smQYki2HUQ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-smQYki2HUQ .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-smQYki2HUQ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-smQYki2HUQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-smQYki2HUQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-smQYki2HUQ .nav-item:focus,
.cid-smQYki2HUQ .nav-link:focus {
  outline: none;
}
.cid-smQYki2HUQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-smQYki2HUQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-smQYki2HUQ .menu-logo {
  margin-right: auto;
}
.cid-smQYki2HUQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smQYki2HUQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-smQYki2HUQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-smQYki2HUQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-smQYki2HUQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-smQYki2HUQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-smQYki2HUQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-smQYki2HUQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-smQYki2HUQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-smQYki2HUQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-smQYki2HUQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-smQYki2HUQ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-smQYki2HUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-smQYki2HUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smQYki2HUQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-smQYki2HUQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smQYki2HUQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-smQYki2HUQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-smQYki2HUQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-smQYki2HUQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-smQYki2HUQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-smQYki2HUQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-smQYki2HUQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-smQYki2HUQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-smQYki2HUQ button.navbar-toggler:focus {
  outline: none;
}
.cid-smQYki2HUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smQYki2HUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smQYki2HUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smQYki2HUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smQYki2HUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smQYki2HUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smQYki2HUQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smQYki2HUQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smQYki2HUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smQYki2HUQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smQYki2HUQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-smQYki2HUQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-smQYki2HUQ .collapsed .navbar-collapse.collapsing,
.cid-smQYki2HUQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-smQYki2HUQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-smQYki2HUQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-smQYki2HUQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-smQYki2HUQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-smQYki2HUQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-smQYki2HUQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-smQYki2HUQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-smQYki2HUQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-smQYki2HUQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-smQYki2HUQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-smQYki2HUQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smQYki2HUQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-smQYki2HUQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-smQYki2HUQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-smQYki2HUQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-smQYki2HUQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smQYki2HUQ img {
    height: 3.8rem !important;
  }
  .cid-smQYki2HUQ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-smQYki2HUQ .menu-wrap {
    flex-direction: column;
  }
  .cid-smQYki2HUQ .btn {
    display: -webkit-flex;
  }
  .cid-smQYki2HUQ button.navbar-toggler {
    display: block;
  }
  .cid-smQYki2HUQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-smQYki2HUQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smQYki2HUQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-smQYki2HUQ .navbar-collapse.collapsing,
  .cid-smQYki2HUQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-smQYki2HUQ .navbar-collapse.collapsing .navbar-nav,
  .cid-smQYki2HUQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-smQYki2HUQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-smQYki2HUQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-smQYki2HUQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-smQYki2HUQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-smQYki2HUQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-smQYki2HUQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-smQYki2HUQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-smQYki2HUQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-smQYki2HUQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-smQYki2HUQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-smQYki2HUQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-smQYki2HUQ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-smQYki2HUQ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-smQYki2HUQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-smQYki2HUQ .nav-link:hover,
.cid-smQYki2HUQ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-smQYkj54nQ {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-smQYkj54nQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-smQYkj54nQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYkj54nQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYkjZB2h {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smQYkjZB2h h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smQYkjZB2h h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYkjZB2h h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYkjZB2h .mbr-text,
.cid-smQYkjZB2h .mbr-section-btn {
  color: #767676;
}
.cid-smQYkkZ2Uu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-smQYkkZ2Uu .mbr-text {
  color: #767676;
}
.cid-smQYkkZ2Uu .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-smQYkkZ2Uu .link {
  margin: 0;
}
.cid-smQYkkZ2Uu .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-smQYkkZ2Uu .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-smQYkkZ2Uu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-smQYkkZ2Uu .card {
    margin-bottom: 3rem;
  }
}
.cid-smQYkme9LH {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-smQYkme9LH .mbr-text {
  color: #767676;
}
.cid-smQYkme9LH .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-smQYkme9LH .link {
  margin: 0;
}
.cid-smQYkme9LH .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-smQYkme9LH .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-smQYkme9LH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-smQYkme9LH .card {
    margin-bottom: 3rem;
  }
}
.cid-smQYknBZA7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-smQYknBZA7 .mbr-text {
    text-align: center;
  }
}
.cid-smQYknBZA7 .container-fluid {
  padding: 0;
}
.cid-smQYknBZA7 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-smQYknBZA7 img {
  height: 100%;
  object-fit: cover;
}
.cid-smQYknBZA7 .mbr-figure {
  height: 100%;
}
.cid-smQYknBZA7 .col-lg-6 {
  padding: 0;
}
.cid-smQYknBZA7 .row {
  margin: 0;
}
.cid-smQYkoxjKY {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-smQYkoxjKY .carousel {
  z-index: 2;
  position: relative;
}
.cid-smQYkoxjKY .user {
  padding: 0!important;
}
.cid-smQYkoxjKY .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 0%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-smQYkoxjKY .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-smQYkoxjKY .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 0%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-smQYkoxjKY .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-smQYkoxjKY .carousel-item.active,
.cid-smQYkoxjKY .carousel-item-next,
.cid-smQYkoxjKY .carousel-item-prev {
  display: flex;
}
.cid-smQYkoxjKY .user_name {
  margin: 0;
  color: #767676;
}
.cid-smQYkoxjKY .carousel-controls a {
  font-size: 2rem;
}
.cid-smQYkoxjKY .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-smQYkoxjKY .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-smQYkoxjKY ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-smQYkoxjKY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-smQYkoxjKY .carousel-indicators li:hover {
  opacity: 1;
}
.cid-smQYkoxjKY .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-smQYkoxjKY .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-smQYkoxjKY .user_status {
  color: #767676;
}
.cid-smQYkq1ZcA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smQYkq1ZcA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smQYkq1ZcA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYkq1ZcA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYkq1ZcA .mbr-text,
.cid-smQYkq1ZcA .mbr-section-btn {
  color: #767676;
}
.cid-smQYkrgpq8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smQYkrgpq8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smQYkrgpq8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQYkrgpq8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smQYkrgpq8 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-smQYkrgpq8 .container {
  padding: 0;
}
.cid-smQYkrgpq8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smQYkrgpq8 .icon-focus {
  display: none;
}
.cid-smQYkrgpq8 .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-smQYkrgpq8 .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-smQYkrgpq8 .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-smQYkrgpq8 li {
  position: relative;
}
.cid-smQYkrgpq8 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-smQYkrgpq8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-smQYkrgpq8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smQYkrgpq8 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-smQYkrgpq8 .btn {
  font-family: DM Sans !important;
}
.cid-smQYkrgpq8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-smQYkrgpq8 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-smQYkrgpq8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-smQYkrgpq8 li:not(:last-child):after {
    top: 9px;
  }
  .cid-smQYkrgpq8 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-smQYktOr1F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smQYktOr1F .mbr-text {
    text-align: center;
  }
}
.cid-smQYktOr1F .mbr-text,
.cid-smQYktOr1F .mbr-section-btn {
  color: #767676;
}
.cid-smQYktOr1F H1 {
  text-align: center;
}
.cid-smQYkuMI0m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-smQYkuMI0m .mbr-text {
    text-align: center;
  }
}
.cid-smQYkuMI0m .container-fluid {
  padding: 0;
}
.cid-smQYkuMI0m .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-smQYkuMI0m img {
  height: 100%;
  object-fit: cover;
}
.cid-smQYkuMI0m .mbr-figure {
  height: 100%;
}
.cid-smQYkuMI0m .col-lg-7 {
  padding: 0;
}
.cid-smQYkuMI0m .row {
  margin: 0;
}
.cid-smQYkw0Hjz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-smQYkw0Hjz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-smQYkw0Hjz .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-smQYkw0Hjz .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-smQYkw0Hjz .media-content {
  padding-left: 2rem;
}
.cid-smQYkw0Hjz textarea {
  min-height: 150px;
}
.cid-smQYkw0Hjz .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-smQYkw0Hjz .form-control,
.cid-smQYkw0Hjz .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-smQYkw0Hjz .form-control input::-webkit-input-placeholder,
.cid-smQYkw0Hjz .field-input input::-webkit-input-placeholder,
.cid-smQYkw0Hjz .form-control textarea::-webkit-input-placeholder,
.cid-smQYkw0Hjz .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-smQYkw0Hjz .form-control input:-moz-placeholder,
.cid-smQYkw0Hjz .field-input input:-moz-placeholder,
.cid-smQYkw0Hjz .form-control textarea:-moz-placeholder,
.cid-smQYkw0Hjz .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-smQYkw0Hjz .form-control:hover,
.cid-smQYkw0Hjz .field-input:hover,
.cid-smQYkw0Hjz .form-control:focus,
.cid-smQYkw0Hjz .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smQYkw0Hjz .form-control:hover input::-webkit-input-placeholder,
.cid-smQYkw0Hjz .field-input:hover input::-webkit-input-placeholder,
.cid-smQYkw0Hjz .form-control:focus input::-webkit-input-placeholder,
.cid-smQYkw0Hjz .field-input:focus input::-webkit-input-placeholder,
.cid-smQYkw0Hjz .form-control:hover textarea::-webkit-input-placeholder,
.cid-smQYkw0Hjz .field-input:hover textarea::-webkit-input-placeholder,
.cid-smQYkw0Hjz .form-control:focus textarea::-webkit-input-placeholder,
.cid-smQYkw0Hjz .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-smQYkw0Hjz .form-control:hover input:-moz-placeholder,
.cid-smQYkw0Hjz .field-input:hover input:-moz-placeholder,
.cid-smQYkw0Hjz .form-control:focus input:-moz-placeholder,
.cid-smQYkw0Hjz .field-input:focus input:-moz-placeholder,
.cid-smQYkw0Hjz .form-control:hover textarea:-moz-placeholder,
.cid-smQYkw0Hjz .field-input:hover textarea:-moz-placeholder,
.cid-smQYkw0Hjz .form-control:focus textarea:-moz-placeholder,
.cid-smQYkw0Hjz .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-smQYkw0Hjz .jq-number__spin:hover,
.cid-smQYkw0Hjz .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smQYkw0Hjz .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-smQYkw0Hjz .jq-selectbox li,
.cid-smQYkw0Hjz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smQYkw0Hjz .jq-selectbox li:hover,
.cid-smQYkw0Hjz .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smQYkw0Hjz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-smQYkw0Hjz .jq-number__spin.minus:hover:after,
.cid-smQYkw0Hjz .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smQYkw0Hjz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-smQYkw0Hjz .jq-number__spin.minus:after,
.cid-smQYkw0Hjz .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smQYkw0Hjz input::-webkit-clear-button {
  display: none;
}
.cid-smQYkw0Hjz input::-webkit-inner-spin-button {
  display: none;
}
.cid-smQYkw0Hjz input::-webkit-outer-spin-button {
  display: none;
}
.cid-smQYkw0Hjz input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-smQYkw0Hjz .mbr-text,
.cid-smQYkw0Hjz .mbr-section-btn {
  color: #767676;
}
.cid-smQYkw0Hjz .text2,
.cid-smQYkw0Hjz .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-smQYkw0Hjz .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-smQYkxjalZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-smQYkxjalZ .media-container-row .mbr-text {
  text-align: center;
}
.cid-smQYog8J1u .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-smQYog8J1u .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-smQYog8J1u a {
  font-style: normal;
}
.cid-smQYog8J1u .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-smQYog8J1u .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-smQYog8J1u .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-smQYog8J1u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-smQYog8J1u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-smQYog8J1u .nav-item:focus,
.cid-smQYog8J1u .nav-link:focus {
  outline: none;
}
.cid-smQYog8J1u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-smQYog8J1u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-smQYog8J1u .menu-logo {
  margin-right: auto;
}
.cid-smQYog8J1u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smQYog8J1u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-smQYog8J1u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-smQYog8J1u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-smQYog8J1u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-smQYog8J1u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-smQYog8J1u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-smQYog8J1u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-smQYog8J1u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-smQYog8J1u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-smQYog8J1u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-smQYog8J1u .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-smQYog8J1u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-smQYog8J1u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smQYog8J1u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-smQYog8J1u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smQYog8J1u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-smQYog8J1u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-smQYog8J1u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-smQYog8J1u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-smQYog8J1u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-smQYog8J1u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-smQYog8J1u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-smQYog8J1u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-smQYog8J1u button.navbar-toggler:focus {
  outline: none;
}
.cid-smQYog8J1u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smQYog8J1u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smQYog8J1u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smQYog8J1u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smQYog8J1u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smQYog8J1u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smQYog8J1u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smQYog8J1u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smQYog8J1u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smQYog8J1u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smQYog8J1u .collapsed .btn {
  display: -webkit-flex;
}
.cid-smQYog8J1u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-smQYog8J1u .collapsed .navbar-collapse.collapsing,
.cid-smQYog8J1u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-smQYog8J1u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-smQYog8J1u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-smQYog8J1u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-smQYog8J1u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-smQYog8J1u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-smQYog8J1u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-smQYog8J1u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-smQYog8J1u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-smQYog8J1u .collapsed button.navbar-toggler {
  display: block;
}
.cid-smQYog8J1u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-smQYog8J1u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smQYog8J1u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-smQYog8J1u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-smQYog8J1u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-smQYog8J1u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-smQYog8J1u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smQYog8J1u img {
    height: 3.8rem !important;
  }
  .cid-smQYog8J1u .icon-wrap {
    margin-top: 1rem;
  }
  .cid-smQYog8J1u .menu-wrap {
    flex-direction: column;
  }
  .cid-smQYog8J1u .btn {
    display: -webkit-flex;
  }
  .cid-smQYog8J1u button.navbar-toggler {
    display: block;
  }
  .cid-smQYog8J1u .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-smQYog8J1u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smQYog8J1u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-smQYog8J1u .navbar-collapse.collapsing,
  .cid-smQYog8J1u .navbar-collapse.show {
    display: block !important;
  }
  .cid-smQYog8J1u .navbar-collapse.collapsing .navbar-nav,
  .cid-smQYog8J1u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-smQYog8J1u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-smQYog8J1u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-smQYog8J1u .navbar-collapse.collapsing .navbar-buttons,
  .cid-smQYog8J1u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-smQYog8J1u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-smQYog8J1u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-smQYog8J1u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-smQYog8J1u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-smQYog8J1u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-smQYog8J1u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-smQYog8J1u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-smQYog8J1u .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-smQYog8J1u .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-smQYog8J1u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-smQYog8J1u .nav-link:hover,
.cid-smQYog8J1u .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-smQYoh8BU6 {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-smQYoh8BU6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-smQYoh8BU6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYoh8BU6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYoi5CZF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smQYoi5CZF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smQYoi5CZF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYoi5CZF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYoi5CZF .mbr-text,
.cid-smQYoi5CZF .mbr-section-btn {
  color: #767676;
}
.cid-smQYoj35Er {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-smQYoj35Er .mbr-text {
  color: #767676;
}
.cid-smQYoj35Er .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-smQYoj35Er .link {
  margin: 0;
}
.cid-smQYoj35Er .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-smQYoj35Er .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-smQYoj35Er .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-smQYoj35Er .card {
    margin-bottom: 3rem;
  }
}
.cid-smQYokl5G2 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-smQYokl5G2 .mbr-text {
  color: #767676;
}
.cid-smQYokl5G2 .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-smQYokl5G2 .link {
  margin: 0;
}
.cid-smQYokl5G2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-smQYokl5G2 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-smQYokl5G2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-smQYokl5G2 .card {
    margin-bottom: 3rem;
  }
}
.cid-smQYolEWRu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-smQYolEWRu .mbr-text {
    text-align: center;
  }
}
.cid-smQYolEWRu .container-fluid {
  padding: 0;
}
.cid-smQYolEWRu .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-smQYolEWRu img {
  height: 100%;
  object-fit: cover;
}
.cid-smQYolEWRu .mbr-figure {
  height: 100%;
}
.cid-smQYolEWRu .col-lg-6 {
  padding: 0;
}
.cid-smQYolEWRu .row {
  margin: 0;
}
.cid-smQYomAWK9 {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-smQYomAWK9 .carousel {
  z-index: 2;
  position: relative;
}
.cid-smQYomAWK9 .user {
  padding: 0!important;
}
.cid-smQYomAWK9 .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 0%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-smQYomAWK9 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-smQYomAWK9 .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 0%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-smQYomAWK9 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-smQYomAWK9 .carousel-item.active,
.cid-smQYomAWK9 .carousel-item-next,
.cid-smQYomAWK9 .carousel-item-prev {
  display: flex;
}
.cid-smQYomAWK9 .user_name {
  margin: 0;
  color: #767676;
}
.cid-smQYomAWK9 .carousel-controls a {
  font-size: 2rem;
}
.cid-smQYomAWK9 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-smQYomAWK9 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-smQYomAWK9 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-smQYomAWK9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-smQYomAWK9 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-smQYomAWK9 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-smQYomAWK9 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-smQYomAWK9 .user_status {
  color: #767676;
}
.cid-smQYoo10cD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smQYoo10cD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smQYoo10cD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYoo10cD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smQYoo10cD .mbr-text,
.cid-smQYoo10cD .mbr-section-btn {
  color: #767676;
}
.cid-smQYop09bn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smQYop09bn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smQYop09bn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQYop09bn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smQYop09bn .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-smQYop09bn .container {
  padding: 0;
}
.cid-smQYop09bn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smQYop09bn .icon-focus {
  display: none;
}
.cid-smQYop09bn .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-smQYop09bn .btn-primary-outline:hover {
  background: transparent!important;
  color: #e1201d !important;
}
.cid-smQYop09bn .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-smQYop09bn li {
  position: relative;
}
.cid-smQYop09bn li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-smQYop09bn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-smQYop09bn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smQYop09bn .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-smQYop09bn .btn {
  font-family: DM Sans !important;
}
.cid-smQYop09bn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-smQYop09bn .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-smQYop09bn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-smQYop09bn li:not(:last-child):after {
    top: 9px;
  }
  .cid-smQYop09bn .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-smQYorCIQr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smQYorCIQr .mbr-text {
    text-align: center;
  }
}
.cid-smQYorCIQr .mbr-text,
.cid-smQYorCIQr .mbr-section-btn {
  color: #767676;
}
.cid-smQYorCIQr H1 {
  text-align: center;
}
.cid-smQYoswQUD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-smQYoswQUD .mbr-text {
    text-align: center;
  }
}
.cid-smQYoswQUD .container-fluid {
  padding: 0;
}
.cid-smQYoswQUD .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-smQYoswQUD img {
  height: 100%;
  object-fit: cover;
}
.cid-smQYoswQUD .mbr-figure {
  height: 100%;
}
.cid-smQYoswQUD .col-lg-7 {
  padding: 0;
}
.cid-smQYoswQUD .row {
  margin: 0;
}
.cid-smQYotw5tJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-smQYotw5tJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-smQYotw5tJ .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-smQYotw5tJ .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-smQYotw5tJ .media-content {
  padding-left: 2rem;
}
.cid-smQYotw5tJ textarea {
  min-height: 150px;
}
.cid-smQYotw5tJ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-smQYotw5tJ .form-control,
.cid-smQYotw5tJ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-smQYotw5tJ .form-control input::-webkit-input-placeholder,
.cid-smQYotw5tJ .field-input input::-webkit-input-placeholder,
.cid-smQYotw5tJ .form-control textarea::-webkit-input-placeholder,
.cid-smQYotw5tJ .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-smQYotw5tJ .form-control input:-moz-placeholder,
.cid-smQYotw5tJ .field-input input:-moz-placeholder,
.cid-smQYotw5tJ .form-control textarea:-moz-placeholder,
.cid-smQYotw5tJ .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-smQYotw5tJ .form-control:hover,
.cid-smQYotw5tJ .field-input:hover,
.cid-smQYotw5tJ .form-control:focus,
.cid-smQYotw5tJ .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smQYotw5tJ .form-control:hover input::-webkit-input-placeholder,
.cid-smQYotw5tJ .field-input:hover input::-webkit-input-placeholder,
.cid-smQYotw5tJ .form-control:focus input::-webkit-input-placeholder,
.cid-smQYotw5tJ .field-input:focus input::-webkit-input-placeholder,
.cid-smQYotw5tJ .form-control:hover textarea::-webkit-input-placeholder,
.cid-smQYotw5tJ .field-input:hover textarea::-webkit-input-placeholder,
.cid-smQYotw5tJ .form-control:focus textarea::-webkit-input-placeholder,
.cid-smQYotw5tJ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-smQYotw5tJ .form-control:hover input:-moz-placeholder,
.cid-smQYotw5tJ .field-input:hover input:-moz-placeholder,
.cid-smQYotw5tJ .form-control:focus input:-moz-placeholder,
.cid-smQYotw5tJ .field-input:focus input:-moz-placeholder,
.cid-smQYotw5tJ .form-control:hover textarea:-moz-placeholder,
.cid-smQYotw5tJ .field-input:hover textarea:-moz-placeholder,
.cid-smQYotw5tJ .form-control:focus textarea:-moz-placeholder,
.cid-smQYotw5tJ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-smQYotw5tJ .jq-number__spin:hover,
.cid-smQYotw5tJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-smQYotw5tJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-smQYotw5tJ .jq-selectbox li,
.cid-smQYotw5tJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-smQYotw5tJ .jq-selectbox li:hover,
.cid-smQYotw5tJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-smQYotw5tJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-smQYotw5tJ .jq-number__spin.minus:hover:after,
.cid-smQYotw5tJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smQYotw5tJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-smQYotw5tJ .jq-number__spin.minus:after,
.cid-smQYotw5tJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-smQYotw5tJ input::-webkit-clear-button {
  display: none;
}
.cid-smQYotw5tJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-smQYotw5tJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-smQYotw5tJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-smQYotw5tJ .mbr-text,
.cid-smQYotw5tJ .mbr-section-btn {
  color: #767676;
}
.cid-smQYotw5tJ .text2,
.cid-smQYotw5tJ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-smQYotw5tJ .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-smQYouK3Dv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-smQYouK3Dv .media-container-row .mbr-text {
  text-align: center;
}
