body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d6d9a !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234d6d9a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t5Oc8YFiUl .navbar-dropdown {
  position: relative !important;
}
.cid-t5Oc8YFiUl .navbar-dropdown {
  position: absolute !important;
}
.cid-t5Oc8YFiUl .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-t5Oc8YFiUl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5Oc8YFiUl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5Oc8YFiUl .dropdown-item:hover,
.cid-t5Oc8YFiUl .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t5Oc8YFiUl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5Oc8YFiUl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5Oc8YFiUl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5Oc8YFiUl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5Oc8YFiUl .nav-link {
  position: relative;
}
.cid-t5Oc8YFiUl .container {
  display: flex;
  margin: auto;
}
.cid-t5Oc8YFiUl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5Oc8YFiUl .dropdown-menu,
.cid-t5Oc8YFiUl .navbar.opened {
  background: #5f6366 !important;
}
.cid-t5Oc8YFiUl .nav-item:focus,
.cid-t5Oc8YFiUl .nav-link:focus {
  outline: none;
}
.cid-t5Oc8YFiUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5Oc8YFiUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5Oc8YFiUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5Oc8YFiUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5Oc8YFiUl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5Oc8YFiUl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5Oc8YFiUl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-t5Oc8YFiUl .navbar.opened {
  transition: all 0.3s;
}
.cid-t5Oc8YFiUl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5Oc8YFiUl .navbar .navbar-logo img {
  width: auto;
}
.cid-t5Oc8YFiUl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5Oc8YFiUl .navbar.collapsed {
  justify-content: center;
}
.cid-t5Oc8YFiUl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5Oc8YFiUl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t5Oc8YFiUl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5Oc8YFiUl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5Oc8YFiUl .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-t5Oc8YFiUl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5Oc8YFiUl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5Oc8YFiUl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5Oc8YFiUl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5Oc8YFiUl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5Oc8YFiUl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5Oc8YFiUl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5Oc8YFiUl .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-t5Oc8YFiUl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5Oc8YFiUl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5Oc8YFiUl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5Oc8YFiUl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5Oc8YFiUl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5Oc8YFiUl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5Oc8YFiUl .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5Oc8YFiUl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5Oc8YFiUl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5Oc8YFiUl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5Oc8YFiUl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5Oc8YFiUl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5Oc8YFiUl .dropdown-item.active,
.cid-t5Oc8YFiUl .dropdown-item:active {
  background-color: transparent;
}
.cid-t5Oc8YFiUl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5Oc8YFiUl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5Oc8YFiUl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5Oc8YFiUl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-t5Oc8YFiUl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5Oc8YFiUl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5Oc8YFiUl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5Oc8YFiUl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5Oc8YFiUl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5Oc8YFiUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5Oc8YFiUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5Oc8YFiUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Oc8YFiUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Oc8YFiUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5Oc8YFiUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Oc8YFiUl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5Oc8YFiUl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5Oc8YFiUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Oc8YFiUl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5Oc8YFiUl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5Oc8YFiUl .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-t5Oc8YFiUl .navbar {
    height: 70px;
  }
  .cid-t5Oc8YFiUl .navbar.opened {
    height: auto;
  }
  .cid-t5Oc8YFiUl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5Oc8Z52HO {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/behind-the-scenes.jpg");
}
.cid-t5Oc8Z52HO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-t5Oc8Z52HO .mbr-text,
.cid-t5Oc8Z52HO .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-tw6KHpCVqt {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tw6KHpCVqt img,
.cid-tw6KHpCVqt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tw6KHpCVqt .item:focus,
.cid-tw6KHpCVqt span:focus {
  outline: none;
}
.cid-tw6KHpCVqt .item-wrapper {
  position: relative;
}
.cid-tw6KHpCVqt .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tw6KHpCVqt .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tw6KHpCVqt .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tw6KHpCVqt .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tw6KHpCVqt .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tw6KHpCVqt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tw6KHpCVqt .mbr-section-title {
  color: #232323;
}
.cid-tw6KHpCVqt .mbr-text,
.cid-tw6KHpCVqt .mbr-section-btn {
  text-align: left;
}
.cid-tw6KHpCVqt .item-title {
  text-align: left;
}
.cid-tw6KHpCVqt .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tw6KHpCVqt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tw6KHpCVqt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tw6KHpCVqt .embla__button--next,
.cid-tw6KHpCVqt .embla__button--prev {
  display: flex;
}
.cid-tw6KHpCVqt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tw6KHpCVqt .embla__button {
    display: none;
  }
}
.cid-tw6KHpCVqt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tw6KHpCVqt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw6KHpCVqt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tw6KHpCVqt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tw6KHpCVqt .embla__button {
    top: auto;
  }
}
.cid-tw6KHpCVqt .embla {
  position: relative;
  width: 100%;
}
.cid-tw6KHpCVqt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tw6KHpCVqt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tw6KHpCVqt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tw6KHpCVqt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tw6KHpCVqt .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tw6KHpCVqt .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tw6KHpCVqt .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-t5Oc96q40i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-t5Oc6ME2rb .navbar-dropdown {
  position: relative !important;
}
.cid-t5Oc6ME2rb .navbar-dropdown {
  position: absolute !important;
}
.cid-t5Oc6ME2rb .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-t5Oc6ME2rb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5Oc6ME2rb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5Oc6ME2rb .dropdown-item:hover,
.cid-t5Oc6ME2rb .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t5Oc6ME2rb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5Oc6ME2rb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5Oc6ME2rb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5Oc6ME2rb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5Oc6ME2rb .nav-link {
  position: relative;
}
.cid-t5Oc6ME2rb .container {
  display: flex;
  margin: auto;
}
.cid-t5Oc6ME2rb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5Oc6ME2rb .dropdown-menu,
.cid-t5Oc6ME2rb .navbar.opened {
  background: #5f6366 !important;
}
.cid-t5Oc6ME2rb .nav-item:focus,
.cid-t5Oc6ME2rb .nav-link:focus {
  outline: none;
}
.cid-t5Oc6ME2rb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5Oc6ME2rb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5Oc6ME2rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5Oc6ME2rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5Oc6ME2rb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5Oc6ME2rb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5Oc6ME2rb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-t5Oc6ME2rb .navbar.opened {
  transition: all 0.3s;
}
.cid-t5Oc6ME2rb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5Oc6ME2rb .navbar .navbar-logo img {
  width: auto;
}
.cid-t5Oc6ME2rb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5Oc6ME2rb .navbar.collapsed {
  justify-content: center;
}
.cid-t5Oc6ME2rb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5Oc6ME2rb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t5Oc6ME2rb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5Oc6ME2rb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5Oc6ME2rb .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-t5Oc6ME2rb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5Oc6ME2rb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5Oc6ME2rb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5Oc6ME2rb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5Oc6ME2rb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5Oc6ME2rb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5Oc6ME2rb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5Oc6ME2rb .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-t5Oc6ME2rb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5Oc6ME2rb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5Oc6ME2rb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5Oc6ME2rb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5Oc6ME2rb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5Oc6ME2rb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5Oc6ME2rb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5Oc6ME2rb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5Oc6ME2rb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5Oc6ME2rb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5Oc6ME2rb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5Oc6ME2rb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5Oc6ME2rb .dropdown-item.active,
.cid-t5Oc6ME2rb .dropdown-item:active {
  background-color: transparent;
}
.cid-t5Oc6ME2rb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5Oc6ME2rb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5Oc6ME2rb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5Oc6ME2rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-t5Oc6ME2rb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5Oc6ME2rb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5Oc6ME2rb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5Oc6ME2rb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5Oc6ME2rb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5Oc6ME2rb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5Oc6ME2rb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5Oc6ME2rb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Oc6ME2rb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Oc6ME2rb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5Oc6ME2rb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Oc6ME2rb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5Oc6ME2rb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5Oc6ME2rb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Oc6ME2rb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5Oc6ME2rb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5Oc6ME2rb .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-t5Oc6ME2rb .navbar {
    height: 70px;
  }
  .cid-t5Oc6ME2rb .navbar.opened {
    height: auto;
  }
  .cid-t5Oc6ME2rb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5Oc6N6XTC {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/1s4a0706a.jpg");
}
.cid-t5Oc6N6XTC .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-t5Oc6N6XTC .mbr-text,
.cid-t5Oc6N6XTC .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-t5Oc6OvtVN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t5Oc6OvtVN .item {
  padding-bottom: 2rem;
}
.cid-t5Oc6OvtVN .item-wrapper {
  position: relative;
}
.cid-t5Oc6OvtVN .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-t5Oc6OvtVN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5Oc6OvtVN .carousel-control,
.cid-t5Oc6OvtVN .close {
  background: #1b1b1b;
}
.cid-t5Oc6OvtVN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5Oc6OvtVN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5Oc6OvtVN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5Oc6OvtVN .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5Oc6OvtVN .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-t5Oc6OvtVN .close::before {
  content: '\e91a';
}
.cid-t5Oc6OvtVN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5Oc6OvtVN .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-t5Oc6OvtVN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Oc6OvtVN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5Oc6OvtVN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5Oc6OvtVN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5Oc6OvtVN .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-t5Oc6OvtVN .carousel-indicators li.active,
.cid-t5Oc6OvtVN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5Oc6OvtVN .carousel-indicators li::after,
.cid-t5Oc6OvtVN .carousel-indicators li::before {
  content: none;
}
.cid-t5Oc6OvtVN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5Oc6OvtVN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5Oc6OvtVN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5Oc6OvtVN .carousel-indicators {
    display: none;
  }
}
.cid-t5Oc6OvtVN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5Oc6OvtVN .carousel-inner > .active {
  display: block;
}
.cid-t5Oc6OvtVN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Oc6OvtVN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5Oc6OvtVN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5Oc6OvtVN .carousel-control,
  .cid-t5Oc6OvtVN .carousel-indicators,
  .cid-t5Oc6OvtVN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5Oc6OvtVN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5Oc6OvtVN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5Oc6OvtVN .carousel-indicators .active,
.cid-t5Oc6OvtVN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5Oc6OvtVN .carousel-indicators .active {
  background: #fff;
}
.cid-t5Oc6OvtVN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5Oc6OvtVN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5Oc6OvtVN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5Oc6OvtVN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5Oc6OvtVN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5Oc6OvtVN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5Oc6OvtVN .carousel {
  width: 100%;
}
.cid-t5Oc6OvtVN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5Oc6OvtVN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5Oc6OvtVN .modal.fade .modal-dialog,
.cid-t5Oc6OvtVN .modal.in .modal-dialog {
  transform: none;
}
.cid-t5Oc6OvtVN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5Oc6OvtVN H6 {
  text-align: center;
}
.cid-t5Oc6ULSjj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-t5Oc4dv8CK .navbar-dropdown {
  position: relative !important;
}
.cid-t5Oc4dv8CK .navbar-dropdown {
  position: absolute !important;
}
.cid-t5Oc4dv8CK .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-t5Oc4dv8CK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5Oc4dv8CK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5Oc4dv8CK .dropdown-item:hover,
.cid-t5Oc4dv8CK .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t5Oc4dv8CK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5Oc4dv8CK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5Oc4dv8CK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5Oc4dv8CK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5Oc4dv8CK .nav-link {
  position: relative;
}
.cid-t5Oc4dv8CK .container {
  display: flex;
  margin: auto;
}
.cid-t5Oc4dv8CK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5Oc4dv8CK .dropdown-menu,
.cid-t5Oc4dv8CK .navbar.opened {
  background: #5f6366 !important;
}
.cid-t5Oc4dv8CK .nav-item:focus,
.cid-t5Oc4dv8CK .nav-link:focus {
  outline: none;
}
.cid-t5Oc4dv8CK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5Oc4dv8CK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5Oc4dv8CK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5Oc4dv8CK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5Oc4dv8CK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5Oc4dv8CK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5Oc4dv8CK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-t5Oc4dv8CK .navbar.opened {
  transition: all 0.3s;
}
.cid-t5Oc4dv8CK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5Oc4dv8CK .navbar .navbar-logo img {
  width: auto;
}
.cid-t5Oc4dv8CK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5Oc4dv8CK .navbar.collapsed {
  justify-content: center;
}
.cid-t5Oc4dv8CK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5Oc4dv8CK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t5Oc4dv8CK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5Oc4dv8CK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5Oc4dv8CK .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-t5Oc4dv8CK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5Oc4dv8CK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5Oc4dv8CK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5Oc4dv8CK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5Oc4dv8CK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5Oc4dv8CK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5Oc4dv8CK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5Oc4dv8CK .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-t5Oc4dv8CK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5Oc4dv8CK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5Oc4dv8CK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5Oc4dv8CK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5Oc4dv8CK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5Oc4dv8CK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5Oc4dv8CK .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5Oc4dv8CK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5Oc4dv8CK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5Oc4dv8CK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5Oc4dv8CK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5Oc4dv8CK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5Oc4dv8CK .dropdown-item.active,
.cid-t5Oc4dv8CK .dropdown-item:active {
  background-color: transparent;
}
.cid-t5Oc4dv8CK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5Oc4dv8CK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5Oc4dv8CK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5Oc4dv8CK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-t5Oc4dv8CK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5Oc4dv8CK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5Oc4dv8CK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5Oc4dv8CK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5Oc4dv8CK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5Oc4dv8CK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5Oc4dv8CK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5Oc4dv8CK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Oc4dv8CK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Oc4dv8CK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5Oc4dv8CK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Oc4dv8CK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5Oc4dv8CK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5Oc4dv8CK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Oc4dv8CK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t5Oc4dv8CK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5Oc4dv8CK .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-t5Oc4dv8CK .navbar {
    height: 70px;
  }
  .cid-t5Oc4dv8CK .navbar.opened {
    height: auto;
  }
  .cid-t5Oc4dv8CK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5Oc4eiTeM {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/img-3690.jpg");
}
.cid-t5Oc4eiTeM .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-t5Oc4eiTeM .mbr-text,
.cid-t5Oc4eiTeM .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-t5Oc4eiTeM .mbr-section-subtitle {
  color: #000000;
}
.cid-t5Oc4fTnnp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t5Oc4fTnnp .item {
  padding-bottom: 2rem;
}
.cid-t5Oc4fTnnp .item-wrapper {
  position: relative;
}
.cid-t5Oc4fTnnp .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-t5Oc4fTnnp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5Oc4fTnnp .carousel-control,
.cid-t5Oc4fTnnp .close {
  background: #1b1b1b;
}
.cid-t5Oc4fTnnp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5Oc4fTnnp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5Oc4fTnnp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5Oc4fTnnp .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5Oc4fTnnp .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-t5Oc4fTnnp .close::before {
  content: '\e91a';
}
.cid-t5Oc4fTnnp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5Oc4fTnnp .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-t5Oc4fTnnp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Oc4fTnnp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5Oc4fTnnp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5Oc4fTnnp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5Oc4fTnnp .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-t5Oc4fTnnp .carousel-indicators li.active,
.cid-t5Oc4fTnnp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5Oc4fTnnp .carousel-indicators li::after,
.cid-t5Oc4fTnnp .carousel-indicators li::before {
  content: none;
}
.cid-t5Oc4fTnnp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5Oc4fTnnp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5Oc4fTnnp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5Oc4fTnnp .carousel-indicators {
    display: none;
  }
}
.cid-t5Oc4fTnnp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5Oc4fTnnp .carousel-inner > .active {
  display: block;
}
.cid-t5Oc4fTnnp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Oc4fTnnp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5Oc4fTnnp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5Oc4fTnnp .carousel-control,
  .cid-t5Oc4fTnnp .carousel-indicators,
  .cid-t5Oc4fTnnp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5Oc4fTnnp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5Oc4fTnnp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5Oc4fTnnp .carousel-indicators .active,
.cid-t5Oc4fTnnp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5Oc4fTnnp .carousel-indicators .active {
  background: #fff;
}
.cid-t5Oc4fTnnp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5Oc4fTnnp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5Oc4fTnnp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5Oc4fTnnp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5Oc4fTnnp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5Oc4fTnnp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5Oc4fTnnp .carousel {
  width: 100%;
}
.cid-t5Oc4fTnnp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5Oc4fTnnp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5Oc4fTnnp .modal.fade .modal-dialog,
.cid-t5Oc4fTnnp .modal.in .modal-dialog {
  transform: none;
}
.cid-t5Oc4fTnnp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5Oc4fTnnp H6 {
  text-align: center;
}
.cid-t5Q5p3ZnzV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t5Q5p3ZnzV .item {
  padding-bottom: 2rem;
}
.cid-t5Q5p3ZnzV .item-wrapper {
  position: relative;
}
.cid-t5Q5p3ZnzV .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-t5Q5p3ZnzV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5Q5p3ZnzV .carousel-control,
.cid-t5Q5p3ZnzV .close {
  background: #1b1b1b;
}
.cid-t5Q5p3ZnzV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5Q5p3ZnzV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5Q5p3ZnzV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5Q5p3ZnzV .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5Q5p3ZnzV .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-t5Q5p3ZnzV .close::before {
  content: '\e91a';
}
.cid-t5Q5p3ZnzV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5Q5p3ZnzV .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-t5Q5p3ZnzV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Q5p3ZnzV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5Q5p3ZnzV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5Q5p3ZnzV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5Q5p3ZnzV .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-t5Q5p3ZnzV .carousel-indicators li.active,
.cid-t5Q5p3ZnzV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5Q5p3ZnzV .carousel-indicators li::after,
.cid-t5Q5p3ZnzV .carousel-indicators li::before {
  content: none;
}
.cid-t5Q5p3ZnzV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5Q5p3ZnzV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5Q5p3ZnzV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5Q5p3ZnzV .carousel-indicators {
    display: none;
  }
}
.cid-t5Q5p3ZnzV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5Q5p3ZnzV .carousel-inner > .active {
  display: block;
}
.cid-t5Q5p3ZnzV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Q5p3ZnzV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5Q5p3ZnzV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5Q5p3ZnzV .carousel-control,
  .cid-t5Q5p3ZnzV .carousel-indicators,
  .cid-t5Q5p3ZnzV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5Q5p3ZnzV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5Q5p3ZnzV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5Q5p3ZnzV .carousel-indicators .active,
.cid-t5Q5p3ZnzV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5Q5p3ZnzV .carousel-indicators .active {
  background: #fff;
}
.cid-t5Q5p3ZnzV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5Q5p3ZnzV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5Q5p3ZnzV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5Q5p3ZnzV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5Q5p3ZnzV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5Q5p3ZnzV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5Q5p3ZnzV .carousel {
  width: 100%;
}
.cid-t5Q5p3ZnzV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5Q5p3ZnzV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5Q5p3ZnzV .modal.fade .modal-dialog,
.cid-t5Q5p3ZnzV .modal.in .modal-dialog {
  transform: none;
}
.cid-t5Q5p3ZnzV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5Q5p3ZnzV H6 {
  text-align: center;
}
.cid-t9GjRIBjbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t9GjRIBjbz .item {
  padding-bottom: 2rem;
}
.cid-t9GjRIBjbz .item-wrapper {
  position: relative;
}
.cid-t9GjRIBjbz .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-t9GjRIBjbz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t9GjRIBjbz .carousel-control,
.cid-t9GjRIBjbz .close {
  background: #1b1b1b;
}
.cid-t9GjRIBjbz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t9GjRIBjbz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t9GjRIBjbz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t9GjRIBjbz .carousel-control-next span {
  margin-left: 5px;
}
.cid-t9GjRIBjbz .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-t9GjRIBjbz .close::before {
  content: '\e91a';
}
.cid-t9GjRIBjbz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t9GjRIBjbz .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-t9GjRIBjbz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9GjRIBjbz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9GjRIBjbz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9GjRIBjbz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t9GjRIBjbz .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-t9GjRIBjbz .carousel-indicators li.active,
.cid-t9GjRIBjbz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9GjRIBjbz .carousel-indicators li::after,
.cid-t9GjRIBjbz .carousel-indicators li::before {
  content: none;
}
.cid-t9GjRIBjbz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9GjRIBjbz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t9GjRIBjbz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9GjRIBjbz .carousel-indicators {
    display: none;
  }
}
.cid-t9GjRIBjbz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9GjRIBjbz .carousel-inner > .active {
  display: block;
}
.cid-t9GjRIBjbz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9GjRIBjbz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9GjRIBjbz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t9GjRIBjbz .carousel-control,
  .cid-t9GjRIBjbz .carousel-indicators,
  .cid-t9GjRIBjbz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t9GjRIBjbz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t9GjRIBjbz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9GjRIBjbz .carousel-indicators .active,
.cid-t9GjRIBjbz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t9GjRIBjbz .carousel-indicators .active {
  background: #fff;
}
.cid-t9GjRIBjbz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t9GjRIBjbz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t9GjRIBjbz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t9GjRIBjbz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t9GjRIBjbz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t9GjRIBjbz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t9GjRIBjbz .carousel {
  width: 100%;
}
.cid-t9GjRIBjbz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t9GjRIBjbz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t9GjRIBjbz .modal.fade .modal-dialog,
.cid-t9GjRIBjbz .modal.in .modal-dialog {
  transform: none;
}
.cid-t9GjRIBjbz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t9GjRIBjbz H6 {
  text-align: center;
}
.cid-t5Q6PVYjem {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t5Q6PVYjem .item {
  padding-bottom: 2rem;
}
.cid-t5Q6PVYjem .item-wrapper {
  position: relative;
}
.cid-t5Q6PVYjem .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-t5Q6PVYjem .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5Q6PVYjem .carousel-control,
.cid-t5Q6PVYjem .close {
  background: #1b1b1b;
}
.cid-t5Q6PVYjem .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5Q6PVYjem .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5Q6PVYjem .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5Q6PVYjem .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5Q6PVYjem .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-t5Q6PVYjem .close::before {
  content: '\e91a';
}
.cid-t5Q6PVYjem .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5Q6PVYjem .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-t5Q6PVYjem .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Q6PVYjem .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5Q6PVYjem .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5Q6PVYjem .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5Q6PVYjem .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-t5Q6PVYjem .carousel-indicators li.active,
.cid-t5Q6PVYjem .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5Q6PVYjem .carousel-indicators li::after,
.cid-t5Q6PVYjem .carousel-indicators li::before {
  content: none;
}
.cid-t5Q6PVYjem .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5Q6PVYjem .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5Q6PVYjem .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5Q6PVYjem .carousel-indicators {
    display: none;
  }
}
.cid-t5Q6PVYjem .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5Q6PVYjem .carousel-inner > .active {
  display: block;
}
.cid-t5Q6PVYjem .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Q6PVYjem .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5Q6PVYjem .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5Q6PVYjem .carousel-control,
  .cid-t5Q6PVYjem .carousel-indicators,
  .cid-t5Q6PVYjem .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5Q6PVYjem .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5Q6PVYjem .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5Q6PVYjem .carousel-indicators .active,
.cid-t5Q6PVYjem .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5Q6PVYjem .carousel-indicators .active {
  background: #fff;
}
.cid-t5Q6PVYjem .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5Q6PVYjem .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5Q6PVYjem .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5Q6PVYjem .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5Q6PVYjem .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5Q6PVYjem .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5Q6PVYjem .carousel {
  width: 100%;
}
.cid-t5Q6PVYjem .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5Q6PVYjem .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5Q6PVYjem .modal.fade .modal-dialog,
.cid-t5Q6PVYjem .modal.in .modal-dialog {
  transform: none;
}
.cid-t5Q6PVYjem .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5Q6PVYjem H6 {
  text-align: center;
}
.cid-t5Oc4miTT0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #5f6366 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/home2.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-sFGNHRkFsi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGOTvnvck {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFGSX04rSl .item {
  padding-bottom: 2rem;
}
.cid-sFGSX04rSl .item-wrapper {
  position: relative;
}
.cid-sFGSX04rSl .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-sFGSX04rSl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFGSX04rSl .carousel-control,
.cid-sFGSX04rSl .close {
  background: #1b1b1b;
}
.cid-sFGSX04rSl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFGSX04rSl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFGSX04rSl .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-sFGSX04rSl .close::before {
  content: '\e91a';
}
.cid-sFGSX04rSl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGSX04rSl .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-sFGSX04rSl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFGSX04rSl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFGSX04rSl .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-sFGSX04rSl .carousel-indicators li.active,
.cid-sFGSX04rSl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFGSX04rSl .carousel-indicators li::after,
.cid-sFGSX04rSl .carousel-indicators li::before {
  content: none;
}
.cid-sFGSX04rSl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFGSX04rSl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none;
  }
}
.cid-sFGSX04rSl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .carousel-inner > .active {
  display: block;
}
.cid-sFGSX04rSl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-control,
  .cid-sFGSX04rSl .carousel-indicators,
  .cid-sFGSX04rSl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGSX04rSl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGSX04rSl .carousel-indicators .active,
.cid-sFGSX04rSl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFGSX04rSl .carousel-indicators .active {
  background: #fff;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGSX04rSl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGSX04rSl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGSX04rSl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGSX04rSl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGSX04rSl .carousel {
  width: 100%;
}
.cid-sFGSX04rSl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog,
.cid-sFGSX04rSl .modal.in .modal-dialog {
  transform: none;
}
.cid-sFGSX04rSl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGSX04rSl H6 {
  text-align: center;
}
.cid-sFGNGNNW5A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-uz29vr11YP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uz29vr11YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz29vr11YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz29vr11YP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uz29vr11YP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uz29vr11YP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uz29vr11YP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uz29vr11YP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uz29vr11YP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uz29vr11YP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uz29vr11YP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5IBugtJUp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5IBugtJUp .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-t5IBugtJUp .mbr-section-title,
.cid-t5IBugtJUp .mbr-section-subtitle {
  text-align: center;
}
.cid-t5IBugtJUp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t5IBugtJUp .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-t5IBugtJUp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t5IBugtJUp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t5IBugtJUp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t5IBugtJUp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t5IBvf7man {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5IBvf7man .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-t5IBvf7man .mbr-section-title,
.cid-t5IBvf7man .mbr-section-subtitle {
  text-align: center;
}
.cid-t5IBvf7man .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t5IBvf7man .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-t5IBvf7man .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t5IBvf7man .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t5IBvf7man .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t5IBvf7man .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t5K1opy1Ou {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFGS12H2E8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFGS12H2E8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sFGS12H2E8 .currentcost {
  color: #232323;
}
.cid-sFGS12H2E8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 1rem;
  }
}
.cid-sFGS12H2E8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t5QeLC35en {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t5QeLC35en img {
  width: 120px;
  margin: auto;
}
.cid-t5QeLC35en .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t5QeLC35en .card {
    max-width: 12.5%;
  }
}
.cid-t5QeLC35en .mbr-section-subtitle {
  color: #000000;
}
.cid-sFGThwwRWM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sFGThwwRWM .mbr-media {
  position: relative;
}
.cid-sFGThwwRWM .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGThwwRWM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sFGThwwRWM .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-sFGThwwRWM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFGThwwRWM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFGThwwRWM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFGThwwRWM .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGThwwRWM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGTcFRqw0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGVxOqzIN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGSOnwtIp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uyEqzuw2Hb .navbar-dropdown {
  position: relative !important;
}
.cid-uyEqzuw2Hb .navbar-dropdown {
  position: absolute !important;
}
.cid-uyEqzuw2Hb .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-uyEqzuw2Hb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyEqzuw2Hb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyEqzuw2Hb .dropdown-item:hover,
.cid-uyEqzuw2Hb .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uyEqzuw2Hb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyEqzuw2Hb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyEqzuw2Hb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyEqzuw2Hb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyEqzuw2Hb .nav-link {
  position: relative;
}
.cid-uyEqzuw2Hb .container {
  display: flex;
  margin: auto;
}
.cid-uyEqzuw2Hb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyEqzuw2Hb .dropdown-menu,
.cid-uyEqzuw2Hb .navbar.opened {
  background: #5f6366 !important;
}
.cid-uyEqzuw2Hb .nav-item:focus,
.cid-uyEqzuw2Hb .nav-link:focus {
  outline: none;
}
.cid-uyEqzuw2Hb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyEqzuw2Hb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyEqzuw2Hb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyEqzuw2Hb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyEqzuw2Hb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyEqzuw2Hb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyEqzuw2Hb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uyEqzuw2Hb .navbar.opened {
  transition: all 0.3s;
}
.cid-uyEqzuw2Hb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyEqzuw2Hb .navbar .navbar-logo img {
  width: auto;
}
.cid-uyEqzuw2Hb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyEqzuw2Hb .navbar.collapsed {
  justify-content: center;
}
.cid-uyEqzuw2Hb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyEqzuw2Hb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyEqzuw2Hb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyEqzuw2Hb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyEqzuw2Hb .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-uyEqzuw2Hb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyEqzuw2Hb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyEqzuw2Hb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyEqzuw2Hb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyEqzuw2Hb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyEqzuw2Hb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyEqzuw2Hb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyEqzuw2Hb .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-uyEqzuw2Hb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyEqzuw2Hb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyEqzuw2Hb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyEqzuw2Hb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyEqzuw2Hb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyEqzuw2Hb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyEqzuw2Hb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyEqzuw2Hb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyEqzuw2Hb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyEqzuw2Hb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyEqzuw2Hb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyEqzuw2Hb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyEqzuw2Hb .dropdown-item.active,
.cid-uyEqzuw2Hb .dropdown-item:active {
  background-color: transparent;
}
.cid-uyEqzuw2Hb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyEqzuw2Hb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyEqzuw2Hb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyEqzuw2Hb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uyEqzuw2Hb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyEqzuw2Hb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyEqzuw2Hb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyEqzuw2Hb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyEqzuw2Hb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyEqzuw2Hb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyEqzuw2Hb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyEqzuw2Hb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEqzuw2Hb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEqzuw2Hb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyEqzuw2Hb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEqzuw2Hb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyEqzuw2Hb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyEqzuw2Hb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEqzuw2Hb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uyEqzuw2Hb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyEqzuw2Hb .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-uyEqzuw2Hb .navbar {
    height: 70px;
  }
  .cid-uyEqzuw2Hb .navbar.opened {
    height: auto;
  }
  .cid-uyEqzuw2Hb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyEqzvtVjJ {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/img-819.jpg");
}
.cid-uyEqzvtVjJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyEqzvtVjJ .mbr-text,
.cid-uyEqzvtVjJ .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uyEqzwo5Tf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uyEqzwo5Tf .item {
  padding-bottom: 2rem;
}
.cid-uyEqzwo5Tf .item-wrapper {
  position: relative;
}
.cid-uyEqzwo5Tf .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-uyEqzwo5Tf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uyEqzwo5Tf .carousel-control,
.cid-uyEqzwo5Tf .close {
  background: #1b1b1b;
}
.cid-uyEqzwo5Tf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uyEqzwo5Tf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uyEqzwo5Tf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uyEqzwo5Tf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uyEqzwo5Tf .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-uyEqzwo5Tf .close::before {
  content: '\e91a';
}
.cid-uyEqzwo5Tf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyEqzwo5Tf .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-uyEqzwo5Tf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEqzwo5Tf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyEqzwo5Tf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyEqzwo5Tf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uyEqzwo5Tf .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-uyEqzwo5Tf .carousel-indicators li.active,
.cid-uyEqzwo5Tf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyEqzwo5Tf .carousel-indicators li::after,
.cid-uyEqzwo5Tf .carousel-indicators li::before {
  content: none;
}
.cid-uyEqzwo5Tf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyEqzwo5Tf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uyEqzwo5Tf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyEqzwo5Tf .carousel-indicators {
    display: none;
  }
}
.cid-uyEqzwo5Tf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyEqzwo5Tf .carousel-inner > .active {
  display: block;
}
.cid-uyEqzwo5Tf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEqzwo5Tf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyEqzwo5Tf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uyEqzwo5Tf .carousel-control,
  .cid-uyEqzwo5Tf .carousel-indicators,
  .cid-uyEqzwo5Tf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uyEqzwo5Tf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uyEqzwo5Tf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uyEqzwo5Tf .carousel-indicators .active,
.cid-uyEqzwo5Tf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uyEqzwo5Tf .carousel-indicators .active {
  background: #fff;
}
.cid-uyEqzwo5Tf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uyEqzwo5Tf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uyEqzwo5Tf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uyEqzwo5Tf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uyEqzwo5Tf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uyEqzwo5Tf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uyEqzwo5Tf .carousel {
  width: 100%;
}
.cid-uyEqzwo5Tf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uyEqzwo5Tf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uyEqzwo5Tf .modal.fade .modal-dialog,
.cid-uyEqzwo5Tf .modal.in .modal-dialog {
  transform: none;
}
.cid-uyEqzwo5Tf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uyEqzwo5Tf H6 {
  text-align: center;
}
.cid-uyEqzy8jOw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uyDH1pCLbX .navbar-dropdown {
  position: relative !important;
}
.cid-uyDH1pCLbX .navbar-dropdown {
  position: absolute !important;
}
.cid-uyDH1pCLbX .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-uyDH1pCLbX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyDH1pCLbX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyDH1pCLbX .dropdown-item:hover,
.cid-uyDH1pCLbX .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uyDH1pCLbX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyDH1pCLbX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyDH1pCLbX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyDH1pCLbX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyDH1pCLbX .nav-link {
  position: relative;
}
.cid-uyDH1pCLbX .container {
  display: flex;
  margin: auto;
}
.cid-uyDH1pCLbX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyDH1pCLbX .dropdown-menu,
.cid-uyDH1pCLbX .navbar.opened {
  background: #5f6366 !important;
}
.cid-uyDH1pCLbX .nav-item:focus,
.cid-uyDH1pCLbX .nav-link:focus {
  outline: none;
}
.cid-uyDH1pCLbX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyDH1pCLbX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyDH1pCLbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyDH1pCLbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyDH1pCLbX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyDH1pCLbX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyDH1pCLbX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uyDH1pCLbX .navbar.opened {
  transition: all 0.3s;
}
.cid-uyDH1pCLbX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyDH1pCLbX .navbar .navbar-logo img {
  width: auto;
}
.cid-uyDH1pCLbX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyDH1pCLbX .navbar.collapsed {
  justify-content: center;
}
.cid-uyDH1pCLbX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyDH1pCLbX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyDH1pCLbX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyDH1pCLbX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyDH1pCLbX .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-uyDH1pCLbX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyDH1pCLbX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyDH1pCLbX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyDH1pCLbX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyDH1pCLbX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyDH1pCLbX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyDH1pCLbX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyDH1pCLbX .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-uyDH1pCLbX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyDH1pCLbX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyDH1pCLbX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyDH1pCLbX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyDH1pCLbX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyDH1pCLbX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyDH1pCLbX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyDH1pCLbX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyDH1pCLbX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyDH1pCLbX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyDH1pCLbX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyDH1pCLbX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyDH1pCLbX .dropdown-item.active,
.cid-uyDH1pCLbX .dropdown-item:active {
  background-color: transparent;
}
.cid-uyDH1pCLbX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyDH1pCLbX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyDH1pCLbX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyDH1pCLbX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uyDH1pCLbX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyDH1pCLbX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyDH1pCLbX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyDH1pCLbX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyDH1pCLbX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyDH1pCLbX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyDH1pCLbX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyDH1pCLbX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyDH1pCLbX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyDH1pCLbX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyDH1pCLbX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyDH1pCLbX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyDH1pCLbX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyDH1pCLbX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyDH1pCLbX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uyDH1pCLbX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyDH1pCLbX .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-uyDH1pCLbX .navbar {
    height: 70px;
  }
  .cid-uyDH1pCLbX .navbar.opened {
    height: auto;
  }
  .cid-uyDH1pCLbX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyDH1pWUvj {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/img-1306.jpg");
}
.cid-uyDH1pWUvj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyDH1pWUvj .mbr-text,
.cid-uyDH1pWUvj .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uyDH1qofri {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uyDH1qofri .item {
  padding-bottom: 2rem;
}
.cid-uyDH1qofri .item-wrapper {
  position: relative;
}
.cid-uyDH1qofri .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-uyDH1qofri .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uyDH1qofri .carousel-control,
.cid-uyDH1qofri .close {
  background: #1b1b1b;
}
.cid-uyDH1qofri .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uyDH1qofri .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uyDH1qofri .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uyDH1qofri .carousel-control-next span {
  margin-left: 5px;
}
.cid-uyDH1qofri .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-uyDH1qofri .close::before {
  content: '\e91a';
}
.cid-uyDH1qofri .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyDH1qofri .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-uyDH1qofri .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyDH1qofri .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyDH1qofri .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyDH1qofri .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uyDH1qofri .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-uyDH1qofri .carousel-indicators li.active,
.cid-uyDH1qofri .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyDH1qofri .carousel-indicators li::after,
.cid-uyDH1qofri .carousel-indicators li::before {
  content: none;
}
.cid-uyDH1qofri .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyDH1qofri .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uyDH1qofri .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyDH1qofri .carousel-indicators {
    display: none;
  }
}
.cid-uyDH1qofri .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyDH1qofri .carousel-inner > .active {
  display: block;
}
.cid-uyDH1qofri .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyDH1qofri .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyDH1qofri .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uyDH1qofri .carousel-control,
  .cid-uyDH1qofri .carousel-indicators,
  .cid-uyDH1qofri .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uyDH1qofri .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uyDH1qofri .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uyDH1qofri .carousel-indicators .active,
.cid-uyDH1qofri .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uyDH1qofri .carousel-indicators .active {
  background: #fff;
}
.cid-uyDH1qofri .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uyDH1qofri .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uyDH1qofri .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uyDH1qofri .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uyDH1qofri .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uyDH1qofri .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uyDH1qofri .carousel {
  width: 100%;
}
.cid-uyDH1qofri .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uyDH1qofri .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uyDH1qofri .modal.fade .modal-dialog,
.cid-uyDH1qofri .modal.in .modal-dialog {
  transform: none;
}
.cid-uyDH1qofri .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uyDH1qofri H6 {
  text-align: center;
}
.cid-uyDH1r7pCq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uyEDZS1UG5 .navbar-dropdown {
  position: relative !important;
}
.cid-uyEDZS1UG5 .navbar-dropdown {
  position: absolute !important;
}
.cid-uyEDZS1UG5 .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-uyEDZS1UG5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyEDZS1UG5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyEDZS1UG5 .dropdown-item:hover,
.cid-uyEDZS1UG5 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uyEDZS1UG5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyEDZS1UG5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyEDZS1UG5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyEDZS1UG5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyEDZS1UG5 .nav-link {
  position: relative;
}
.cid-uyEDZS1UG5 .container {
  display: flex;
  margin: auto;
}
.cid-uyEDZS1UG5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyEDZS1UG5 .dropdown-menu,
.cid-uyEDZS1UG5 .navbar.opened {
  background: #5f6366 !important;
}
.cid-uyEDZS1UG5 .nav-item:focus,
.cid-uyEDZS1UG5 .nav-link:focus {
  outline: none;
}
.cid-uyEDZS1UG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyEDZS1UG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyEDZS1UG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyEDZS1UG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyEDZS1UG5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyEDZS1UG5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyEDZS1UG5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uyEDZS1UG5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyEDZS1UG5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyEDZS1UG5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyEDZS1UG5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyEDZS1UG5 .navbar.collapsed {
  justify-content: center;
}
.cid-uyEDZS1UG5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyEDZS1UG5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyEDZS1UG5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyEDZS1UG5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyEDZS1UG5 .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-uyEDZS1UG5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyEDZS1UG5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyEDZS1UG5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyEDZS1UG5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyEDZS1UG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyEDZS1UG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyEDZS1UG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyEDZS1UG5 .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-uyEDZS1UG5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyEDZS1UG5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyEDZS1UG5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyEDZS1UG5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyEDZS1UG5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyEDZS1UG5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyEDZS1UG5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyEDZS1UG5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyEDZS1UG5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyEDZS1UG5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyEDZS1UG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyEDZS1UG5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyEDZS1UG5 .dropdown-item.active,
.cid-uyEDZS1UG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyEDZS1UG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyEDZS1UG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyEDZS1UG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyEDZS1UG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uyEDZS1UG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyEDZS1UG5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyEDZS1UG5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyEDZS1UG5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyEDZS1UG5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyEDZS1UG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyEDZS1UG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyEDZS1UG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEDZS1UG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEDZS1UG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyEDZS1UG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEDZS1UG5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyEDZS1UG5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyEDZS1UG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEDZS1UG5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uyEDZS1UG5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyEDZS1UG5 .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-uyEDZS1UG5 .navbar {
    height: 70px;
  }
  .cid-uyEDZS1UG5 .navbar.opened {
    height: auto;
  }
  .cid-uyEDZS1UG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyEDZSFOUf {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/xxlla2-4.jpeg");
}
.cid-uyEDZSFOUf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyEDZSFOUf .mbr-text,
.cid-uyEDZSFOUf .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uyEDZT0ADs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uyEDZT0ADs .item {
  padding-bottom: 2rem;
}
.cid-uyEDZT0ADs .item-wrapper {
  position: relative;
}
.cid-uyEDZT0ADs .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-uyEDZT0ADs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uyEDZT0ADs .carousel-control,
.cid-uyEDZT0ADs .close {
  background: #1b1b1b;
}
.cid-uyEDZT0ADs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uyEDZT0ADs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uyEDZT0ADs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uyEDZT0ADs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uyEDZT0ADs .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-uyEDZT0ADs .close::before {
  content: '\e91a';
}
.cid-uyEDZT0ADs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyEDZT0ADs .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-uyEDZT0ADs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEDZT0ADs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyEDZT0ADs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyEDZT0ADs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uyEDZT0ADs .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-uyEDZT0ADs .carousel-indicators li.active,
.cid-uyEDZT0ADs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyEDZT0ADs .carousel-indicators li::after,
.cid-uyEDZT0ADs .carousel-indicators li::before {
  content: none;
}
.cid-uyEDZT0ADs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyEDZT0ADs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uyEDZT0ADs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyEDZT0ADs .carousel-indicators {
    display: none;
  }
}
.cid-uyEDZT0ADs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyEDZT0ADs .carousel-inner > .active {
  display: block;
}
.cid-uyEDZT0ADs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEDZT0ADs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyEDZT0ADs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uyEDZT0ADs .carousel-control,
  .cid-uyEDZT0ADs .carousel-indicators,
  .cid-uyEDZT0ADs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uyEDZT0ADs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uyEDZT0ADs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uyEDZT0ADs .carousel-indicators .active,
.cid-uyEDZT0ADs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uyEDZT0ADs .carousel-indicators .active {
  background: #fff;
}
.cid-uyEDZT0ADs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uyEDZT0ADs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uyEDZT0ADs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uyEDZT0ADs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uyEDZT0ADs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uyEDZT0ADs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uyEDZT0ADs .carousel {
  width: 100%;
}
.cid-uyEDZT0ADs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uyEDZT0ADs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uyEDZT0ADs .modal.fade .modal-dialog,
.cid-uyEDZT0ADs .modal.in .modal-dialog {
  transform: none;
}
.cid-uyEDZT0ADs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uyEDZT0ADs H6 {
  text-align: center;
}
.cid-uyEDZTKqq8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uz2h0HtYeV .navbar-dropdown {
  position: relative !important;
}
.cid-uz2h0HtYeV .navbar-dropdown {
  position: absolute !important;
}
.cid-uz2h0HtYeV .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-uz2h0HtYeV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz2h0HtYeV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz2h0HtYeV .dropdown-item:hover,
.cid-uz2h0HtYeV .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uz2h0HtYeV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz2h0HtYeV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz2h0HtYeV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz2h0HtYeV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz2h0HtYeV .nav-link {
  position: relative;
}
.cid-uz2h0HtYeV .container {
  display: flex;
  margin: auto;
}
.cid-uz2h0HtYeV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz2h0HtYeV .dropdown-menu,
.cid-uz2h0HtYeV .navbar.opened {
  background: #5f6366 !important;
}
.cid-uz2h0HtYeV .nav-item:focus,
.cid-uz2h0HtYeV .nav-link:focus {
  outline: none;
}
.cid-uz2h0HtYeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz2h0HtYeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz2h0HtYeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz2h0HtYeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz2h0HtYeV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz2h0HtYeV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz2h0HtYeV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uz2h0HtYeV .navbar.opened {
  transition: all 0.3s;
}
.cid-uz2h0HtYeV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz2h0HtYeV .navbar .navbar-logo img {
  width: auto;
}
.cid-uz2h0HtYeV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz2h0HtYeV .navbar.collapsed {
  justify-content: center;
}
.cid-uz2h0HtYeV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz2h0HtYeV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uz2h0HtYeV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz2h0HtYeV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz2h0HtYeV .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-uz2h0HtYeV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz2h0HtYeV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz2h0HtYeV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz2h0HtYeV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz2h0HtYeV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz2h0HtYeV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz2h0HtYeV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz2h0HtYeV .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-uz2h0HtYeV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz2h0HtYeV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz2h0HtYeV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz2h0HtYeV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz2h0HtYeV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz2h0HtYeV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz2h0HtYeV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz2h0HtYeV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz2h0HtYeV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz2h0HtYeV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uz2h0HtYeV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz2h0HtYeV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz2h0HtYeV .dropdown-item.active,
.cid-uz2h0HtYeV .dropdown-item:active {
  background-color: transparent;
}
.cid-uz2h0HtYeV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz2h0HtYeV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz2h0HtYeV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz2h0HtYeV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uz2h0HtYeV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz2h0HtYeV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz2h0HtYeV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz2h0HtYeV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz2h0HtYeV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz2h0HtYeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uz2h0HtYeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz2h0HtYeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz2h0HtYeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz2h0HtYeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz2h0HtYeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz2h0HtYeV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz2h0HtYeV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz2h0HtYeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz2h0HtYeV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uz2h0HtYeV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz2h0HtYeV .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-uz2h0HtYeV .navbar {
    height: 70px;
  }
  .cid-uz2h0HtYeV .navbar.opened {
    height: auto;
  }
  .cid-uz2h0HtYeV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz2h0I0w4E {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/img-7201.jpg");
}
.cid-uz2h0I0w4E .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uz2h0I0w4E .mbr-text,
.cid-uz2h0I0w4E .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uz2h0Iq3at {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uz2h0Iq3at .item {
  padding-bottom: 2rem;
}
.cid-uz2h0Iq3at .item-wrapper {
  position: relative;
}
.cid-uz2h0Iq3at .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-uz2h0Iq3at .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uz2h0Iq3at .carousel-control,
.cid-uz2h0Iq3at .close {
  background: #1b1b1b;
}
.cid-uz2h0Iq3at .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uz2h0Iq3at .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uz2h0Iq3at .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uz2h0Iq3at .carousel-control-next span {
  margin-left: 5px;
}
.cid-uz2h0Iq3at .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-uz2h0Iq3at .close::before {
  content: '\e91a';
}
.cid-uz2h0Iq3at .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uz2h0Iq3at .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-uz2h0Iq3at .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz2h0Iq3at .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uz2h0Iq3at .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uz2h0Iq3at .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uz2h0Iq3at .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-uz2h0Iq3at .carousel-indicators li.active,
.cid-uz2h0Iq3at .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uz2h0Iq3at .carousel-indicators li::after,
.cid-uz2h0Iq3at .carousel-indicators li::before {
  content: none;
}
.cid-uz2h0Iq3at .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uz2h0Iq3at .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uz2h0Iq3at .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uz2h0Iq3at .carousel-indicators {
    display: none;
  }
}
.cid-uz2h0Iq3at .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uz2h0Iq3at .carousel-inner > .active {
  display: block;
}
.cid-uz2h0Iq3at .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uz2h0Iq3at .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uz2h0Iq3at .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uz2h0Iq3at .carousel-control,
  .cid-uz2h0Iq3at .carousel-indicators,
  .cid-uz2h0Iq3at .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uz2h0Iq3at .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uz2h0Iq3at .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uz2h0Iq3at .carousel-indicators .active,
.cid-uz2h0Iq3at .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uz2h0Iq3at .carousel-indicators .active {
  background: #fff;
}
.cid-uz2h0Iq3at .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uz2h0Iq3at .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uz2h0Iq3at .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uz2h0Iq3at .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uz2h0Iq3at .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uz2h0Iq3at .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uz2h0Iq3at .carousel {
  width: 100%;
}
.cid-uz2h0Iq3at .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uz2h0Iq3at .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uz2h0Iq3at .modal.fade .modal-dialog,
.cid-uz2h0Iq3at .modal.in .modal-dialog {
  transform: none;
}
.cid-uz2h0Iq3at .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uz2h0Iq3at H6 {
  text-align: center;
}
.cid-uz2h0Jmnjv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uyEsAa78ZL .navbar-dropdown {
  position: relative !important;
}
.cid-uyEsAa78ZL .navbar-dropdown {
  position: absolute !important;
}
.cid-uyEsAa78ZL .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-uyEsAa78ZL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyEsAa78ZL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyEsAa78ZL .dropdown-item:hover,
.cid-uyEsAa78ZL .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uyEsAa78ZL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyEsAa78ZL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyEsAa78ZL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyEsAa78ZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyEsAa78ZL .nav-link {
  position: relative;
}
.cid-uyEsAa78ZL .container {
  display: flex;
  margin: auto;
}
.cid-uyEsAa78ZL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyEsAa78ZL .dropdown-menu,
.cid-uyEsAa78ZL .navbar.opened {
  background: #5f6366 !important;
}
.cid-uyEsAa78ZL .nav-item:focus,
.cid-uyEsAa78ZL .nav-link:focus {
  outline: none;
}
.cid-uyEsAa78ZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyEsAa78ZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyEsAa78ZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyEsAa78ZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyEsAa78ZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyEsAa78ZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyEsAa78ZL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uyEsAa78ZL .navbar.opened {
  transition: all 0.3s;
}
.cid-uyEsAa78ZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyEsAa78ZL .navbar .navbar-logo img {
  width: auto;
}
.cid-uyEsAa78ZL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyEsAa78ZL .navbar.collapsed {
  justify-content: center;
}
.cid-uyEsAa78ZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyEsAa78ZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyEsAa78ZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyEsAa78ZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyEsAa78ZL .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-uyEsAa78ZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyEsAa78ZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyEsAa78ZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyEsAa78ZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyEsAa78ZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyEsAa78ZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyEsAa78ZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyEsAa78ZL .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-uyEsAa78ZL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyEsAa78ZL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyEsAa78ZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyEsAa78ZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyEsAa78ZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyEsAa78ZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyEsAa78ZL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyEsAa78ZL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyEsAa78ZL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyEsAa78ZL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyEsAa78ZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyEsAa78ZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyEsAa78ZL .dropdown-item.active,
.cid-uyEsAa78ZL .dropdown-item:active {
  background-color: transparent;
}
.cid-uyEsAa78ZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyEsAa78ZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyEsAa78ZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyEsAa78ZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uyEsAa78ZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyEsAa78ZL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyEsAa78ZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyEsAa78ZL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyEsAa78ZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyEsAa78ZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyEsAa78ZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyEsAa78ZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEsAa78ZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEsAa78ZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyEsAa78ZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEsAa78ZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyEsAa78ZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyEsAa78ZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEsAa78ZL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uyEsAa78ZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyEsAa78ZL .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-uyEsAa78ZL .navbar {
    height: 70px;
  }
  .cid-uyEsAa78ZL .navbar.opened {
    height: auto;
  }
  .cid-uyEsAa78ZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyEsAaYIyE {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/img-7743.jpg");
}
.cid-uyEsAaYIyE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyEsAaYIyE .mbr-text,
.cid-uyEsAaYIyE .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uyEsAbUk5p {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uyEsAbUk5p .item {
  padding-bottom: 2rem;
}
.cid-uyEsAbUk5p .item-wrapper {
  position: relative;
}
.cid-uyEsAbUk5p .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-uyEsAbUk5p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uyEsAbUk5p .carousel-control,
.cid-uyEsAbUk5p .close {
  background: #1b1b1b;
}
.cid-uyEsAbUk5p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uyEsAbUk5p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uyEsAbUk5p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uyEsAbUk5p .carousel-control-next span {
  margin-left: 5px;
}
.cid-uyEsAbUk5p .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-uyEsAbUk5p .close::before {
  content: '\e91a';
}
.cid-uyEsAbUk5p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyEsAbUk5p .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-uyEsAbUk5p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEsAbUk5p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyEsAbUk5p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyEsAbUk5p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uyEsAbUk5p .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-uyEsAbUk5p .carousel-indicators li.active,
.cid-uyEsAbUk5p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyEsAbUk5p .carousel-indicators li::after,
.cid-uyEsAbUk5p .carousel-indicators li::before {
  content: none;
}
.cid-uyEsAbUk5p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyEsAbUk5p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uyEsAbUk5p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyEsAbUk5p .carousel-indicators {
    display: none;
  }
}
.cid-uyEsAbUk5p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyEsAbUk5p .carousel-inner > .active {
  display: block;
}
.cid-uyEsAbUk5p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEsAbUk5p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyEsAbUk5p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uyEsAbUk5p .carousel-control,
  .cid-uyEsAbUk5p .carousel-indicators,
  .cid-uyEsAbUk5p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uyEsAbUk5p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uyEsAbUk5p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uyEsAbUk5p .carousel-indicators .active,
.cid-uyEsAbUk5p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uyEsAbUk5p .carousel-indicators .active {
  background: #fff;
}
.cid-uyEsAbUk5p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uyEsAbUk5p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uyEsAbUk5p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uyEsAbUk5p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uyEsAbUk5p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uyEsAbUk5p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uyEsAbUk5p .carousel {
  width: 100%;
}
.cid-uyEsAbUk5p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uyEsAbUk5p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uyEsAbUk5p .modal.fade .modal-dialog,
.cid-uyEsAbUk5p .modal.in .modal-dialog {
  transform: none;
}
.cid-uyEsAbUk5p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uyEsAbUk5p H6 {
  text-align: center;
}
.cid-uyEsAd4Yno {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uyEJ1zLGM6 .navbar-dropdown {
  position: relative !important;
}
.cid-uyEJ1zLGM6 .navbar-dropdown {
  position: absolute !important;
}
.cid-uyEJ1zLGM6 .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-uyEJ1zLGM6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyEJ1zLGM6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyEJ1zLGM6 .dropdown-item:hover,
.cid-uyEJ1zLGM6 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uyEJ1zLGM6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyEJ1zLGM6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyEJ1zLGM6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyEJ1zLGM6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyEJ1zLGM6 .nav-link {
  position: relative;
}
.cid-uyEJ1zLGM6 .container {
  display: flex;
  margin: auto;
}
.cid-uyEJ1zLGM6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyEJ1zLGM6 .dropdown-menu,
.cid-uyEJ1zLGM6 .navbar.opened {
  background: #5f6366 !important;
}
.cid-uyEJ1zLGM6 .nav-item:focus,
.cid-uyEJ1zLGM6 .nav-link:focus {
  outline: none;
}
.cid-uyEJ1zLGM6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyEJ1zLGM6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyEJ1zLGM6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyEJ1zLGM6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyEJ1zLGM6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyEJ1zLGM6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyEJ1zLGM6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-uyEJ1zLGM6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyEJ1zLGM6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyEJ1zLGM6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyEJ1zLGM6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyEJ1zLGM6 .navbar.collapsed {
  justify-content: center;
}
.cid-uyEJ1zLGM6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyEJ1zLGM6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyEJ1zLGM6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyEJ1zLGM6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyEJ1zLGM6 .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-uyEJ1zLGM6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyEJ1zLGM6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyEJ1zLGM6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyEJ1zLGM6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyEJ1zLGM6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyEJ1zLGM6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyEJ1zLGM6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyEJ1zLGM6 .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-uyEJ1zLGM6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyEJ1zLGM6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyEJ1zLGM6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyEJ1zLGM6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyEJ1zLGM6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyEJ1zLGM6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyEJ1zLGM6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyEJ1zLGM6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyEJ1zLGM6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyEJ1zLGM6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyEJ1zLGM6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyEJ1zLGM6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyEJ1zLGM6 .dropdown-item.active,
.cid-uyEJ1zLGM6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyEJ1zLGM6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyEJ1zLGM6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyEJ1zLGM6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyEJ1zLGM6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-uyEJ1zLGM6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyEJ1zLGM6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyEJ1zLGM6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyEJ1zLGM6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyEJ1zLGM6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyEJ1zLGM6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyEJ1zLGM6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyEJ1zLGM6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEJ1zLGM6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyEJ1zLGM6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyEJ1zLGM6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEJ1zLGM6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyEJ1zLGM6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyEJ1zLGM6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyEJ1zLGM6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uyEJ1zLGM6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyEJ1zLGM6 .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-uyEJ1zLGM6 .navbar {
    height: 70px;
  }
  .cid-uyEJ1zLGM6 .navbar.opened {
    height: auto;
  }
  .cid-uyEJ1zLGM6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyEJ1A6PDG {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/img-540.jpg");
}
.cid-uyEJ1A6PDG .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyEJ1A6PDG .mbr-text,
.cid-uyEJ1A6PDG .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uyEJ1Avk0a {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uyEJ1Avk0a .item {
  padding-bottom: 2rem;
}
.cid-uyEJ1Avk0a .item-wrapper {
  position: relative;
}
.cid-uyEJ1Avk0a .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-uyEJ1Avk0a .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uyEJ1Avk0a .carousel-control,
.cid-uyEJ1Avk0a .close {
  background: #1b1b1b;
}
.cid-uyEJ1Avk0a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uyEJ1Avk0a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uyEJ1Avk0a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uyEJ1Avk0a .carousel-control-next span {
  margin-left: 5px;
}
.cid-uyEJ1Avk0a .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-uyEJ1Avk0a .close::before {
  content: '\e91a';
}
.cid-uyEJ1Avk0a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyEJ1Avk0a .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-uyEJ1Avk0a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEJ1Avk0a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyEJ1Avk0a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyEJ1Avk0a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uyEJ1Avk0a .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-uyEJ1Avk0a .carousel-indicators li.active,
.cid-uyEJ1Avk0a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyEJ1Avk0a .carousel-indicators li::after,
.cid-uyEJ1Avk0a .carousel-indicators li::before {
  content: none;
}
.cid-uyEJ1Avk0a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyEJ1Avk0a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uyEJ1Avk0a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyEJ1Avk0a .carousel-indicators {
    display: none;
  }
}
.cid-uyEJ1Avk0a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyEJ1Avk0a .carousel-inner > .active {
  display: block;
}
.cid-uyEJ1Avk0a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEJ1Avk0a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyEJ1Avk0a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uyEJ1Avk0a .carousel-control,
  .cid-uyEJ1Avk0a .carousel-indicators,
  .cid-uyEJ1Avk0a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uyEJ1Avk0a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uyEJ1Avk0a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uyEJ1Avk0a .carousel-indicators .active,
.cid-uyEJ1Avk0a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uyEJ1Avk0a .carousel-indicators .active {
  background: #fff;
}
.cid-uyEJ1Avk0a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uyEJ1Avk0a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uyEJ1Avk0a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uyEJ1Avk0a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uyEJ1Avk0a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uyEJ1Avk0a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uyEJ1Avk0a .carousel {
  width: 100%;
}
.cid-uyEJ1Avk0a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uyEJ1Avk0a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uyEJ1Avk0a .modal.fade .modal-dialog,
.cid-uyEJ1Avk0a .modal.in .modal-dialog {
  transform: none;
}
.cid-uyEJ1Avk0a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uyEJ1Avk0a H6 {
  text-align: center;
}
.cid-uyEJ1BgsW3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
