body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-spanTkqsr9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spanTkqsr9 img,
.cid-spanTkqsr9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-spanTkqsr9 .item:focus,
.cid-spanTkqsr9 span:focus {
  outline: none;
}
.cid-spanTkqsr9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spanTkqsr9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spanTkqsr9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spanTkqsr9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spanTkqsr9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spanTkqsr9 .mbr-section-title {
  color: #232323;
  text-align: right;
}
.cid-qHDSW177bj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHDSW177bj .title {
  margin-bottom: 2rem;
}
.cid-qHDSW177bj .mbr-section-subtitle {
  color: #cccccc;
  text-align: right;
}
.cid-qHDSW177bj a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qHDSW177bj a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qHDSW177bj .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qHDSW177bj .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qHDSW177bj H2 {
  text-align: left;
  color: #cccccc;
}
.cid-qHDSW177bj LABEL {
  color: #cccccc;
}
.cid-qHKnJxAb3B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHKnJxAb3B .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qGmCzDkJC3 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGmCzDkJC3 .carousel-control {
  background: #000;
}
.cid-qGmCzDkJC3 .mbr-section-subtitle {
  color: #767676;
}
.cid-qGmCzDkJC3 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGmCzDkJC3 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGmCzDkJC3 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGmCzDkJC3 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGmCzDkJC3 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGmCzDkJC3 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGmCzDkJC3 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGmCzDkJC3 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGmCzDkJC3 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGmCzDkJC3 .cloneditem-1,
.cid-qGmCzDkJC3 .cloneditem-2,
.cid-qGmCzDkJC3 .cloneditem-3,
.cid-qGmCzDkJC3 .cloneditem-4,
.cid-qGmCzDkJC3 .cloneditem-5 {
  display: none;
}
.cid-qGmCzDkJC3 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qGmCzDkJC3 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides2 .cloneditem-1,
  .cid-qGmCzDkJC3 .carousel-inner.slides2 .cloneditem-2,
  .cid-qGmCzDkJC3 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides3 .cloneditem-1,
  .cid-qGmCzDkJC3 .carousel-inner.slides3 .cloneditem-2,
  .cid-qGmCzDkJC3 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides4 .cloneditem-1,
  .cid-qGmCzDkJC3 .carousel-inner.slides4 .cloneditem-2,
  .cid-qGmCzDkJC3 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides5 .cloneditem-1,
  .cid-qGmCzDkJC3 .carousel-inner.slides5 .cloneditem-2,
  .cid-qGmCzDkJC3 .carousel-inner.slides5 .cloneditem-3,
  .cid-qGmCzDkJC3 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGmCzDkJC3 .carousel-inner.slides6 .cloneditem-1,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 .cloneditem-2,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 .cloneditem-3,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 .cloneditem-4,
  .cid-qGmCzDkJC3 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGmCzDkJC3 H2 {
  text-align: left;
  color: #cccccc;
}
.cid-qGmCzDkJC3 H3 {
  text-align: left;
  color: #cccccc;
}
.cid-rpUnYCDJQY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpUnYCDJQY .mbr-section-subtitle {
  color: #767676;
}
.cid-rpUnYCDJQY .btn {
  margin: 0 0 .5rem 0;
}
.cid-rpUnYCDJQY H2 {
  text-align: left;
}
.cid-rpUnYCDJQY SPAN {
  color: #cccccc;
}
.cid-rpUnXt2zW4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpUnXt2zW4 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rpUnXt2zW4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rpUnXt2zW4 H2 {
  text-align: left;
}
.cid-rpUnVW8qHz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rpUnVW8qHz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rpUnVW8qHz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rpUnVW8qHz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rpUnVW8qHz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rpUnVW8qHz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rpUnVW8qHz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rnPCzcLGUp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnPCzcLGUp .mbr-section-subtitle {
  color: #767676;
}
.cid-rnPCzcLGUp .btn {
  margin: 0 0 .5rem 0;
}
.cid-rnPCzcLGUp H2 {
  text-align: left;
}
.cid-rnPCzcLGUp SPAN {
  color: #cccccc;
}
.cid-rnPCAgZ8ks {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnPCAgZ8ks .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rnPCAgZ8ks .btn {
  margin: 0 0 .5rem 0;
}
.cid-rnPCAgZ8ks H2 {
  text-align: left;
}
.cid-rnPCx0CLDX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rnPCx0CLDX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rnPCx0CLDX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rnPCx0CLDX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rnPCx0CLDX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rnPCx0CLDX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rnPCx0CLDX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rhZsMLspDJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhZsMLspDJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rhZsMLspDJ .btn {
  margin: 0 0 .5rem 0;
}
.cid-rhZsMLspDJ H2 {
  text-align: left;
}
.cid-rhZsMLspDJ SPAN {
  color: #cccccc;
}
.cid-rhZsHTiF4d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhZsHTiF4d .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rhZsHTiF4d .btn {
  margin: 0 0 .5rem 0;
}
.cid-rhZsHTiF4d H2 {
  text-align: left;
}
.cid-rhZsJofxVy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rhZsJofxVy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rhZsJofxVy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rhZsJofxVy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rhZsJofxVy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rhZsJofxVy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rhZsJofxVy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rfUSmgeH1a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfUSmgeH1a .mbr-section-subtitle {
  color: #767676;
}
.cid-rfUSmgeH1a .btn {
  margin: 0 0 .5rem 0;
}
.cid-rfUSmgeH1a H2 {
  text-align: left;
}
.cid-rfUSmgeH1a SPAN {
  color: #cccccc;
}
.cid-rfUSl5YiXv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfUSl5YiXv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rfUSl5YiXv .btn {
  margin: 0 0 .5rem 0;
}
.cid-rfUSl5YiXv H2 {
  text-align: left;
}
.cid-rfUSjmJWIC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rfUSjmJWIC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rfUSjmJWIC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rfUSjmJWIC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rfUSjmJWIC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rfUSjmJWIC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rfUSjmJWIC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rfUSie1jZY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfUSie1jZY .mbr-section-subtitle {
  color: #767676;
}
.cid-rfUSie1jZY .btn {
  margin: 0 0 .5rem 0;
}
.cid-rfUSie1jZY H2 {
  text-align: left;
}
.cid-rfUSie1jZY SPAN {
  color: #cccccc;
}
.cid-rfUSgXaySn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfUSgXaySn .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rfUSgXaySn .btn {
  margin: 0 0 .5rem 0;
}
.cid-rfUSgXaySn H2 {
  text-align: left;
}
.cid-rfUSfH8UBT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rfUSfH8UBT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rfUSfH8UBT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rfUSfH8UBT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rfUSfH8UBT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rfUSfH8UBT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rfUSfH8UBT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHS7tYxmS2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHS7tYxmS2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qHS7tYxmS2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHS7tYxmS2 H2 {
  text-align: left;
}
.cid-qHS7tYxmS2 SPAN {
  color: #cccccc;
}
.cid-qHSbUlEB5a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHSbUlEB5a .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qHSbUlEB5a .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHSbUlEB5a H2 {
  text-align: left;
}
.cid-qGmCzExE07 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGmCzExE07 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGmCzExE07 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGmCzExE07 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGmCzExE07 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGmCzExE07 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGmCzExE07 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHS7notN9W {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHS7notN9W .mbr-section-subtitle {
  color: #767676;
}
.cid-qHS7notN9W .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHS7notN9W H2 {
  text-align: left;
}
.cid-qHS7notN9W SPAN {
  color: #cccccc;
}
.cid-qHSdVXifqp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHSdVXifqp .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qHSdVXifqp .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHSdVXifqp H2 {
  text-align: left;
}
.cid-qGmCzFIa9r {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGmCzFIa9r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGmCzFIa9r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGmCzFIa9r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGmCzFIa9r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGmCzFIa9r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGmCzFIa9r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHS7ji7E3a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHS7ji7E3a .mbr-section-subtitle {
  color: #767676;
}
.cid-qHS7ji7E3a .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHS7ji7E3a H2 {
  text-align: left;
}
.cid-qHS7ji7E3a SPAN {
  color: #cccccc;
}
.cid-qHSeA8r6GW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHSeA8r6GW .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qHSeA8r6GW .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHSeA8r6GW H2 {
  text-align: left;
}
.cid-qGmCzGKTVf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGmCzGKTVf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGmCzGKTVf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGmCzGKTVf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGmCzGKTVf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGmCzGKTVf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGmCzGKTVf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHS7e2bQqi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHS7e2bQqi .mbr-section-subtitle {
  color: #767676;
}
.cid-qHS7e2bQqi .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHS7e2bQqi H2 {
  text-align: left;
}
.cid-qHS7e2bQqi SPAN {
  color: #cccccc;
}
.cid-qHSfMa7pau {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHSfMa7pau .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qHSfMa7pau .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHSfMa7pau H2 {
  text-align: left;
}
.cid-qGmCzHNWlA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGmCzHNWlA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGmCzHNWlA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGmCzHNWlA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGmCzHNWlA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGmCzHNWlA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGmCzHNWlA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHS76PrtVT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHS76PrtVT .mbr-section-subtitle {
  color: #767676;
}
.cid-qHS76PrtVT .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHS76PrtVT H2 {
  text-align: left;
}
.cid-qHS76PrtVT SPAN {
  color: #cccccc;
}
.cid-qHSgoNIwux {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHSgoNIwux .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qHSgoNIwux .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHSgoNIwux H2 {
  text-align: left;
}
.cid-qGmCzIPQ74 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGmCzIPQ74 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGmCzIPQ74 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGmCzIPQ74 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGmCzIPQ74 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGmCzIPQ74 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGmCzIPQ74 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHS72Iv7wm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHS72Iv7wm .mbr-section-subtitle {
  color: #767676;
}
.cid-qHS72Iv7wm .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHS72Iv7wm H2 {
  text-align: left;
}
.cid-qHS72Iv7wm SPAN {
  color: #cccccc;
}
.cid-qHScBduA9H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHScBduA9H .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qHScBduA9H .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHScBduA9H H2 {
  text-align: left;
}
.cid-qHAT0jDhZ5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qHAT0jDhZ5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qHAT0jDhZ5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qHAT0jDhZ5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qHAT0jDhZ5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qHAT0jDhZ5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qHAT0jDhZ5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHS6Rqma8w {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHS6Rqma8w .mbr-section-subtitle {
  color: #767676;
}
.cid-qHS6Rqma8w .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHS6Rqma8w H2 {
  text-align: left;
}
.cid-qHS6Rqma8w SPAN {
  color: #cccccc;
}
.cid-qHScP7JCxf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHScP7JCxf .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qHScP7JCxf .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHScP7JCxf H2 {
  text-align: left;
}
.cid-qHAUzxPI0h {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qHAUzxPI0h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qHAUzxPI0h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qHAUzxPI0h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qHAUzxPI0h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qHAUzxPI0h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qHAUzxPI0h .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGmCzJAbqx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGmCzJAbqx .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qHGMHoBCEq {
  background-image: url("../../../assets/images/-dsf3436-1-2000x2999.jpg");
}
.cid-qHGMHoBCEq .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qHGMHoBCEq .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qHGMHoBCEq .content-container {
    padding-right: 5rem;
  }
}
.cid-qHGMHoBCEq H1 {
  text-align: right;
}
.cid-qHYx8gOW3n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHYx8gOW3n .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq48gZlmNl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sq48gZlmNl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq48gZlmNl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sq48gZlmNl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq48gZlmNl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq48gZlmNl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sq48gZlmNl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq48gZlmNl .carousel-control,
.cid-sq48gZlmNl .close {
  background: #1b1b1b;
}
.cid-sq48gZlmNl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq48gZlmNl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq48gZlmNl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq48gZlmNl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq48gZlmNl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sq48gZlmNl .close::before {
  content: '\e91a';
}
.cid-sq48gZlmNl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq48gZlmNl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sq48gZlmNl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq48gZlmNl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq48gZlmNl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq48gZlmNl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq48gZlmNl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sq48gZlmNl .carousel-indicators li.active,
.cid-sq48gZlmNl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq48gZlmNl .carousel-indicators li::after,
.cid-sq48gZlmNl .carousel-indicators li::before {
  content: none;
}
.cid-sq48gZlmNl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq48gZlmNl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq48gZlmNl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq48gZlmNl .carousel-indicators {
    display: none;
  }
}
.cid-sq48gZlmNl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq48gZlmNl .carousel-inner > .active {
  display: block;
}
.cid-sq48gZlmNl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq48gZlmNl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq48gZlmNl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq48gZlmNl .carousel-control,
  .cid-sq48gZlmNl .carousel-indicators,
  .cid-sq48gZlmNl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq48gZlmNl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq48gZlmNl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq48gZlmNl .carousel-indicators .active,
.cid-sq48gZlmNl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq48gZlmNl .carousel-indicators .active {
  background: #fff;
}
.cid-sq48gZlmNl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq48gZlmNl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq48gZlmNl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq48gZlmNl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq48gZlmNl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq48gZlmNl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq48gZlmNl .carousel {
  width: 100%;
}
.cid-sq48gZlmNl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq48gZlmNl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq48gZlmNl .modal.fade .modal-dialog,
.cid-sq48gZlmNl .modal.in .modal-dialog {
  transform: none;
}
.cid-sq48gZlmNl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq48gZlmNl H6 {
  text-align: center;
}
.cid-sq48gZlmNl H3 {
  text-align: left;
}
.cid-sq48gZlmNl H4 {
  text-align: left;
}
.cid-spufOfpj4a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spufOfpj4a .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spxKUR4m6F {
  background: #ffffff;
}
.cid-spxKUR4m6F .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spxKUR4m6F .mbr-figure {
  margin: 0 auto;
}
.cid-spxKUR4m6F figcaption {
  position: relative;
}
.cid-spxKUR4m6F figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spxKUR4m6F .image-block {
    width: 100% !important;
  }
}
.cid-spxKUR4m6F DIV {
  text-align: center;
}
.cid-spxKURghER {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spxKURghER .mbr-section-subtitle {
  color: #767676;
}
.cid-spxKURghER .btn {
  margin: 0 0 .5rem 0;
}
.cid-spxKURghER H2 {
  text-align: left;
}
.cid-spxKURghER SPAN {
  color: #cccccc;
}
.cid-spxKURvBPV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spxKURvBPV .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spxKURvBPV .btn {
  margin: 0 0 .5rem 0;
}
.cid-spxKURvBPV H2 {
  text-align: left;
}
.cid-spxKURFffe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spxKURFffe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spxKURFffe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spxKURFffe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spxKURFffe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spxKURFffe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-spxKURFffe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-spxKUUsYyS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spxKUUsYyS .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq3Lk2WS26 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sq3Lk2WS26 .image-block {
  margin: auto;
}
.cid-sq3Lk2WS26 .mbr-figure {
  margin: 0 auto;
}
.cid-sq3Lk2WS26 figcaption {
  position: relative;
}
.cid-sq3Lk2WS26 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq3Lk2WS26 .image-block {
    width: 100% !important;
  }
}
.cid-sq3Lk2WS26 DIV {
  text-align: center;
}
.cid-sq3NSOjDTl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sq3NSOjDTl .item {
  padding-bottom: 2rem;
}
.cid-sq3NSOjDTl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq3NSOjDTl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq3NSOjDTl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sq3NSOjDTl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq3NSOjDTl .carousel-control,
.cid-sq3NSOjDTl .close {
  background: #1b1b1b;
}
.cid-sq3NSOjDTl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq3NSOjDTl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq3NSOjDTl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq3NSOjDTl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq3NSOjDTl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sq3NSOjDTl .close::before {
  content: '\e91a';
}
.cid-sq3NSOjDTl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq3NSOjDTl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sq3NSOjDTl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq3NSOjDTl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq3NSOjDTl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq3NSOjDTl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq3NSOjDTl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sq3NSOjDTl .carousel-indicators li.active,
.cid-sq3NSOjDTl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq3NSOjDTl .carousel-indicators li::after,
.cid-sq3NSOjDTl .carousel-indicators li::before {
  content: none;
}
.cid-sq3NSOjDTl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq3NSOjDTl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq3NSOjDTl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3NSOjDTl .carousel-indicators {
    display: none;
  }
}
.cid-sq3NSOjDTl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq3NSOjDTl .carousel-inner > .active {
  display: block;
}
.cid-sq3NSOjDTl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq3NSOjDTl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq3NSOjDTl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq3NSOjDTl .carousel-control,
  .cid-sq3NSOjDTl .carousel-indicators,
  .cid-sq3NSOjDTl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq3NSOjDTl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq3NSOjDTl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq3NSOjDTl .carousel-indicators .active,
.cid-sq3NSOjDTl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq3NSOjDTl .carousel-indicators .active {
  background: #fff;
}
.cid-sq3NSOjDTl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq3NSOjDTl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq3NSOjDTl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq3NSOjDTl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq3NSOjDTl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq3NSOjDTl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq3NSOjDTl .carousel {
  width: 100%;
}
.cid-sq3NSOjDTl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq3NSOjDTl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq3NSOjDTl .modal.fade .modal-dialog,
.cid-sq3NSOjDTl .modal.in .modal-dialog {
  transform: none;
}
.cid-sq3NSOjDTl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq3NSOjDTl H6 {
  text-align: center;
}
.cid-sq3NSOjDTl H3 {
  text-align: left;
}
.cid-sq3NSOjDTl H4 {
  text-align: left;
}
.cid-sq3Lk3HTQ9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq3Lk3HTQ9 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqxcINGJCH {
  background: #ffffff;
}
.cid-sqxcINGJCH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqxcINGJCH .mbr-figure {
  margin: 0 auto;
}
.cid-sqxcINGJCH figcaption {
  position: relative;
}
.cid-sqxcINGJCH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqxcINGJCH .image-block {
    width: 100% !important;
  }
}
.cid-sqxcINGJCH DIV {
  text-align: left;
}
.cid-ru3WCkrUEe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ru3WCkrUEe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ru3WCkrUEe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ru3WCkrUEe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ru3WCkrUEe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ru3WCkrUEe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ru3WCkrUEe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qHSojXfWZB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHSojXfWZB .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq46q9mlTX {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sq46q9mlTX .image-block {
  margin: auto;
}
.cid-sq46q9mlTX .mbr-figure {
  margin: 0 auto;
}
.cid-sq46q9mlTX figcaption {
  position: relative;
}
.cid-sq46q9mlTX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq46q9mlTX .image-block {
    width: 100% !important;
  }
}
.cid-sq46q9mlTX DIV {
  text-align: center;
}
.cid-sq41Me3KtK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sq41Me3KtK .item {
  padding-bottom: 2rem;
}
.cid-sq41Me3KtK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sq41Me3KtK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq41Me3KtK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sq41Me3KtK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq41Me3KtK .carousel-control,
.cid-sq41Me3KtK .close {
  background: #1b1b1b;
}
.cid-sq41Me3KtK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq41Me3KtK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq41Me3KtK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq41Me3KtK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq41Me3KtK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sq41Me3KtK .close::before {
  content: '\e91a';
}
.cid-sq41Me3KtK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq41Me3KtK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sq41Me3KtK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq41Me3KtK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq41Me3KtK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq41Me3KtK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq41Me3KtK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sq41Me3KtK .carousel-indicators li.active,
.cid-sq41Me3KtK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq41Me3KtK .carousel-indicators li::after,
.cid-sq41Me3KtK .carousel-indicators li::before {
  content: none;
}
.cid-sq41Me3KtK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq41Me3KtK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq41Me3KtK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq41Me3KtK .carousel-indicators {
    display: none;
  }
}
.cid-sq41Me3KtK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq41Me3KtK .carousel-inner > .active {
  display: block;
}
.cid-sq41Me3KtK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq41Me3KtK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq41Me3KtK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq41Me3KtK .carousel-control,
  .cid-sq41Me3KtK .carousel-indicators,
  .cid-sq41Me3KtK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq41Me3KtK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq41Me3KtK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq41Me3KtK .carousel-indicators .active,
.cid-sq41Me3KtK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq41Me3KtK .carousel-indicators .active {
  background: #fff;
}
.cid-sq41Me3KtK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq41Me3KtK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq41Me3KtK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq41Me3KtK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq41Me3KtK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq41Me3KtK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq41Me3KtK .carousel {
  width: 100%;
}
.cid-sq41Me3KtK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq41Me3KtK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq41Me3KtK .modal.fade .modal-dialog,
.cid-sq41Me3KtK .modal.in .modal-dialog {
  transform: none;
}
.cid-sq41Me3KtK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq41Me3KtK H6 {
  text-align: center;
}
.cid-sq41Me3KtK H3 {
  text-align: left;
}
.cid-sq41Me3KtK H4 {
  text-align: left;
}
.cid-sq3ZP0p2JN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq3ZP0p2JN .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spxOENvts3 {
  background: #ffffff;
}
.cid-spxOENvts3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spxOENvts3 .mbr-figure {
  margin: 0 auto;
}
.cid-spxOENvts3 figcaption {
  position: relative;
}
.cid-spxOENvts3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spxOENvts3 .image-block {
    width: 100% !important;
  }
}
.cid-spxOENvts3 DIV {
  text-align: center;
}
.cid-spxOENFo9z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spxOENFo9z .mbr-section-subtitle {
  color: #767676;
}
.cid-spxOENFo9z .btn {
  margin: 0 0 .5rem 0;
}
.cid-spxOENFo9z H2 {
  text-align: left;
}
.cid-spxOENFo9z SPAN {
  color: #cccccc;
}
.cid-spxOENRyKB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spxOENRyKB .mbr-section-subtitle {
  color: #cccccc;
}
.cid-spxOENRyKB .btn {
  margin: 0 0 .5rem 0;
}
.cid-spxOENRyKB H2 {
  text-align: left;
}
.cid-spxOEO348S {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spxOEO348S .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spxOEO348S .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spxOEO348S .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spxOEO348S .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spxOEO348S .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-spxOEO348S .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-spxOEQ7W3v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spxOEQ7W3v .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq94ueBCtS {
  background: #ffffff;
}
.cid-sq94ueBCtS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq94ueBCtS .mbr-figure {
  margin: 0 auto;
}
.cid-sq94ueBCtS figcaption {
  position: relative;
}
.cid-sq94ueBCtS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq94ueBCtS .image-block {
    width: 100% !important;
  }
}
.cid-sq94ueBCtS DIV {
  text-align: center;
}
.cid-sq94ueKILk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq94ueKILk .mbr-section-subtitle {
  color: #767676;
}
.cid-sq94ueKILk .btn {
  margin: 0 0 .5rem 0;
}
.cid-sq94ueKILk H2 {
  text-align: left;
}
.cid-sq94ueKILk SPAN {
  color: #cccccc;
}
.cid-sq94ueUDvu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq94ueUDvu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sq94ueUDvu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq94ueUDvu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq94ueUDvu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sq94ueUDvu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sq94ueUDvu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sq94ufaVtn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq94ufaVtn .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qHKOxtuh4Y {
  background: #ffffff;
}
.cid-qHKOxtuh4Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qHKOxtuh4Y .mbr-figure {
  margin: 0 auto;
}
.cid-qHKOxtuh4Y figcaption {
  position: relative;
}
.cid-qHKOxtuh4Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qHKOxtuh4Y .image-block {
    width: 100% !important;
  }
}
.cid-qHKOxtuh4Y DIV {
  text-align: center;
}
.cid-qHKOyGMod9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHKOyGMod9 .mbr-section-subtitle {
  color: #767676;
}
.cid-qHKOyGMod9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-qHKOyGMod9 H2 {
  text-align: left;
}
.cid-qHKOyGMod9 SPAN {
  color: #cccccc;
}
.cid-qHKOAZHwjW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qHKOAZHwjW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qHKOAZHwjW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qHKOAZHwjW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qHKOAZHwjW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qHKOAZHwjW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qHKOAZHwjW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qErTWZAAau {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qErTWZAAau .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqrEH3fBev {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sqrEH3fBev .image-block {
  margin: auto;
}
.cid-sqrEH3fBev .mbr-figure {
  margin: 0 auto;
}
.cid-sqrEH3fBev figcaption {
  position: relative;
}
.cid-sqrEH3fBev figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqrEH3fBev .image-block {
    width: 100% !important;
  }
}
.cid-sqrEH3fBev DIV {
  text-align: center;
}
.cid-sqrEH3ujYS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqrEH3ujYS .item {
  padding-bottom: 2rem;
}
.cid-sqrEH3ujYS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sqrEH3ujYS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sqrEH3ujYS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqrEH3ujYS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqrEH3ujYS .carousel-control,
.cid-sqrEH3ujYS .close {
  background: #1b1b1b;
}
.cid-sqrEH3ujYS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqrEH3ujYS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqrEH3ujYS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqrEH3ujYS .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqrEH3ujYS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqrEH3ujYS .close::before {
  content: '\e91a';
}
.cid-sqrEH3ujYS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqrEH3ujYS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqrEH3ujYS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqrEH3ujYS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqrEH3ujYS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqrEH3ujYS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqrEH3ujYS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqrEH3ujYS .carousel-indicators li.active,
.cid-sqrEH3ujYS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqrEH3ujYS .carousel-indicators li::after,
.cid-sqrEH3ujYS .carousel-indicators li::before {
  content: none;
}
.cid-sqrEH3ujYS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqrEH3ujYS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqrEH3ujYS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqrEH3ujYS .carousel-indicators {
    display: none;
  }
}
.cid-sqrEH3ujYS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqrEH3ujYS .carousel-inner > .active {
  display: block;
}
.cid-sqrEH3ujYS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqrEH3ujYS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqrEH3ujYS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqrEH3ujYS .carousel-control,
  .cid-sqrEH3ujYS .carousel-indicators,
  .cid-sqrEH3ujYS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqrEH3ujYS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqrEH3ujYS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqrEH3ujYS .carousel-indicators .active,
.cid-sqrEH3ujYS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqrEH3ujYS .carousel-indicators .active {
  background: #fff;
}
.cid-sqrEH3ujYS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqrEH3ujYS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqrEH3ujYS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqrEH3ujYS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqrEH3ujYS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqrEH3ujYS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqrEH3ujYS .carousel {
  width: 100%;
}
.cid-sqrEH3ujYS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqrEH3ujYS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqrEH3ujYS .modal.fade .modal-dialog,
.cid-sqrEH3ujYS .modal.in .modal-dialog {
  transform: none;
}
.cid-sqrEH3ujYS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqrEH3ujYS H6 {
  text-align: center;
}
.cid-sqrEH3ujYS H3 {
  text-align: left;
}
.cid-sqrEH3ujYS H4 {
  text-align: left;
}
.cid-sqrEH4e5mB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqrEH4e5mB .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqx4O6RS7I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqx4O6RS7I nav.navbar {
  position: fixed;
}
.cid-sqx4O6RS7I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqx4O6RS7I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqx4O6RS7I .dropdown-item:hover,
.cid-sqx4O6RS7I .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-sqx4O6RS7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqx4O6RS7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqx4O6RS7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqx4O6RS7I .nav-link {
  position: relative;
}
.cid-sqx4O6RS7I .container {
  display: flex;
  margin: auto;
}
.cid-sqx4O6RS7I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown-menu,
.cid-sqx4O6RS7I .navbar.opened {
  background: #ffffff !important;
}
.cid-sqx4O6RS7I .nav-item:focus,
.cid-sqx4O6RS7I .nav-link:focus {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqx4O6RS7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqx4O6RS7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqx4O6RS7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqx4O6RS7I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.opened {
  transition: all 0.3s;
}
.cid-sqx4O6RS7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqx4O6RS7I .navbar .navbar-logo img {
  width: auto;
}
.cid-sqx4O6RS7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar.collapsed {
  justify-content: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqx4O6RS7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sqx4O6RS7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqx4O6RS7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqx4O6RS7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqx4O6RS7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqx4O6RS7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sqx4O6RS7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqx4O6RS7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqx4O6RS7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqx4O6RS7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqx4O6RS7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqx4O6RS7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqx4O6RS7I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqx4O6RS7I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqx4O6RS7I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqx4O6RS7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqx4O6RS7I .dropdown-item.active,
.cid-sqx4O6RS7I .dropdown-item:active {
  background-color: transparent;
}
.cid-sqx4O6RS7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqx4O6RS7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqx4O6RS7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqx4O6RS7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqx4O6RS7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqx4O6RS7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqx4O6RS7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqx4O6RS7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqx4O6RS7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqx4O6RS7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqx4O6RS7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqx4O6RS7I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqx4O6RS7I .navbar {
    height: 70px;
  }
  .cid-sqx4O6RS7I .navbar.opened {
    height: auto;
  }
  .cid-sqx4O6RS7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spunlCddox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spunlCddox .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-spunlCddox .timeline-element {
  position: relative;
}
.cid-spunlCddox .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spunlCddox .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
}
.cid-spunlCddox .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-spunlCddox .iconBackground {
    left: 15px !important;
  }
  .cid-spunlCddox .separline:before {
    left: 15px !important;
  }
}
.cid-spunlCddox .mbr-section-title,
.cid-spunlCddox .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-spunlCddox .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-spunlCddox .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-spunlCddox .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-spunlCddox .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-spunlCddox .timeline-text-content {
  margin-left: 2rem;
}
.cid-spunlCddox .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-spunlCddox .mbr-timeline-date {
  text-align: right;
}
.cid-spunlBN3Dc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background15.jpg");
}
.cid-spunlBN3Dc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-spunlBN3Dc .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-spunlBN3Dc .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-spunlCUEWG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spunlCUEWG .media-container-row .mbr-text {
  color: #cccccc;
}
