@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 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))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #2a9ba4 !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: #2a9ba4 !important;
  border-color: #2a9ba4 !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: #20757b !important;
  border-color: #20757b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #20757b !important;
  border-color: #20757b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !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: #19a2e8 !important;
  border-color: #19a2e8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !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: #338d99 !important;
  border-color: #338d99 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !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: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !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: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-white {
  color: #232323 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover: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-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black {
  color: #fafafa !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black:hover {
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a9ba4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #20757b !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: #2a9ba4 !important;
  border-color: #2a9ba4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff3333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #19a2e8 !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: #338d99 !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: #ffd72e !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: #ff7733 !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,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #2a9ba4 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #154e53 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #2a9ba4;
}
.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: #2a9ba4;
  border-color: #2a9ba4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a9ba4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #72d3db;
}
.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: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2a9ba4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2a9ba4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a9ba4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a9ba4;
}
.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: #2a9ba4;
  border-bottom-color: #2a9ba4;
}
.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: #2a9ba4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232a9ba4' %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-uZTdyUqABs {
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-uZTdyUqABs .mbr-section-title {
  text-align: right;
}
.cid-uZTdyUqABs .mbr-section-subtitle {
  text-align: right;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #353535 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6QkQ1GszZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6QkQ1GszZ .mbr-text {
  color: #353535;
  text-align: center;
}
.cid-u6TqWOGoNP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dcdada;
}
.cid-u6TqWOGoNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TqWOGoNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TqWOGoNP .nav-tabs .nav-item.open .nav-link:focus,
.cid-u6TqWOGoNP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u6TqWOGoNP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #2a9ba4;
}
@media (max-width: 767px) {
  .cid-u6TqWOGoNP .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-u6TqWOGoNP .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-u6TqWOGoNP .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-u6TqWOGoNP .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-u6TqWOGoNP .nav-link,
.cid-u6TqWOGoNP .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-u6TqWOGoNP .nav-tabs .nav-link.active {
  color: #2a9ba4;
  border-bottom: 3px solid #2a9ba4;
}
.cid-u6TqWOGoNP H4 {
  text-align: center;
}
.cid-u6TqWOGoNP H3 {
  text-align: center;
}
.cid-u6UAfNxXS7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6UAfNxXS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UAfNxXS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UAfNxXS7 .item {
  padding-bottom: 2rem;
}
.cid-u6UAfNxXS7 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u6UAfNxXS7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6UAfNxXS7 .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-u6UAfNxXS7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6UAfNxXS7 .carousel-control,
.cid-u6UAfNxXS7 .close {
  background: #1b1b1b;
}
.cid-u6UAfNxXS7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6UAfNxXS7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6UAfNxXS7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6UAfNxXS7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6UAfNxXS7 .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-u6UAfNxXS7 .close::before {
  content: '\e91a';
}
.cid-u6UAfNxXS7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6UAfNxXS7 .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-u6UAfNxXS7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6UAfNxXS7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6UAfNxXS7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6UAfNxXS7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6UAfNxXS7 .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-u6UAfNxXS7 .carousel-indicators li.active,
.cid-u6UAfNxXS7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6UAfNxXS7 .carousel-indicators li::after,
.cid-u6UAfNxXS7 .carousel-indicators li::before {
  content: none;
}
.cid-u6UAfNxXS7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6UAfNxXS7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6UAfNxXS7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6UAfNxXS7 .carousel-indicators {
    display: none;
  }
}
.cid-u6UAfNxXS7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6UAfNxXS7 .carousel-inner > .active {
  display: block;
}
.cid-u6UAfNxXS7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6UAfNxXS7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6UAfNxXS7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6UAfNxXS7 .carousel-control,
  .cid-u6UAfNxXS7 .carousel-indicators,
  .cid-u6UAfNxXS7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6UAfNxXS7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6UAfNxXS7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6UAfNxXS7 .carousel-indicators .active,
.cid-u6UAfNxXS7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6UAfNxXS7 .carousel-indicators .active {
  background: #fff;
}
.cid-u6UAfNxXS7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6UAfNxXS7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6UAfNxXS7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6UAfNxXS7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6UAfNxXS7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6UAfNxXS7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6UAfNxXS7 .carousel {
  width: 100%;
}
.cid-u6UAfNxXS7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6UAfNxXS7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6UAfNxXS7 .modal.fade .modal-dialog,
.cid-u6UAfNxXS7 .modal.in .modal-dialog {
  transform: none;
}
.cid-u6UAfNxXS7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6UAfNxXS7 H6 {
  text-align: center;
}
.cid-u6UDMvpKJZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u6UDMvpKJZ img,
.cid-u6UDMvpKJZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u6UDMvpKJZ .item:focus,
.cid-u6UDMvpKJZ span:focus {
  outline: none;
}
.cid-u6UDMvpKJZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6UDMvpKJZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6UDMvpKJZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6UDMvpKJZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6UDMvpKJZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6UDMvpKJZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6UDMvpKJZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6UDMvpKJZ .mbr-section-title {
  color: #232323;
}
.cid-u6UDMvpKJZ .mbr-text,
.cid-u6UDMvpKJZ .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-u6UDMvpKJZ .item-title {
  text-align: left;
  color: #353535;
}
.cid-u6UDMvpKJZ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u71JDJZvex {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .mbr-text {
  color: #767676;
}
.cid-u71JDJZvex .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71JDJZvex .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71JDJZvex .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71JDJZvex .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71JDJZvex .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71JDJZvex .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #353535 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6V5puztDt {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-u6V5puztDt .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-u6V5puztDt .mbr-text,
.cid-u6V5puztDt .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6V5puztDt .mbr-section-title,
  .cid-u6V5puztDt .mbr-section-btn,
  .cid-u6V5puztDt .mbr-text {
    text-align: center;
  }
}
.cid-u6V6s6ppa5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6V6s6ppa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6V6s6ppa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6V6s6ppa5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u6V6s6ppa5 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6V6s6ppa5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6V6s6ppa5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u6V6s6ppa5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2a9ba4;
}
.cid-u71JDJZvex {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .mbr-text {
  color: #767676;
}
.cid-u71JDJZvex .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71JDJZvex .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71JDJZvex .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71JDJZvex .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71JDJZvex .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71JDJZvex .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u6Va8wJtct {
  z-index: 1000;
  width: 100%;
}
.cid-u6Va8wJtct nav.navbar {
  position: fixed;
}
.cid-u6Va8wJtct .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-u6Va8wJtct .dropdown-menu {
  padding: 0;
}
.cid-u6Va8wJtct .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6Va8wJtct .dropdown-item:hover,
.cid-u6Va8wJtct .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-u6Va8wJtct .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u6Va8wJtct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6Va8wJtct .nav-link {
  position: relative;
}
.cid-u6Va8wJtct .container {
  display: flex;
  margin: auto;
}
.cid-u6Va8wJtct .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6Va8wJtct .navbar-caption {
  padding-right: 4rem;
}
.cid-u6Va8wJtct .dropdown-menu,
.cid-u6Va8wJtct .navbar.opened {
  background: #353535 !important;
}
.cid-u6Va8wJtct .nav-item:focus,
.cid-u6Va8wJtct .nav-link:focus {
  outline: none;
}
.cid-u6Va8wJtct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6Va8wJtct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6Va8wJtct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6Va8wJtct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6Va8wJtct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6Va8wJtct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6Va8wJtct .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-u6Va8wJtct .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6Va8wJtct .navbar.opened {
  transition: all .3s;
}
.cid-u6Va8wJtct .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u6Va8wJtct .navbar .navbar-logo img {
  width: auto;
}
.cid-u6Va8wJtct .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6Va8wJtct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6Va8wJtct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6Va8wJtct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u6Va8wJtct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6Va8wJtct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6Va8wJtct .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6Va8wJtct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6Va8wJtct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6Va8wJtct .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6Va8wJtct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6Va8wJtct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6Va8wJtct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6Va8wJtct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6Va8wJtct .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6Va8wJtct .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6Va8wJtct .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6Va8wJtct .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6Va8wJtct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6Va8wJtct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6Va8wJtct .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6Va8wJtct .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6Va8wJtct .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u6Va8wJtct .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u6Va8wJtct .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6Va8wJtct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6Va8wJtct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6Va8wJtct .dropdown-item.active,
.cid-u6Va8wJtct .dropdown-item:active {
  background-color: transparent;
}
.cid-u6Va8wJtct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6Va8wJtct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6Va8wJtct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6Va8wJtct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u6Va8wJtct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6Va8wJtct .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6Va8wJtct ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6Va8wJtct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6Va8wJtct button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u6Va8wJtct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u6Va8wJtct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6Va8wJtct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6Va8wJtct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6Va8wJtct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6Va8wJtct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6Va8wJtct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6Va8wJtct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6Va8wJtct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6Va8wJtct .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u6Va8wJtct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6Va8wJtct .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-u6Va8wJtct .navbar {
    height: 77px;
  }
  .cid-u6Va8wJtct .navbar.opened {
    height: auto;
  }
  .cid-u6Va8wJtct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Va8xfPor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-u6Va8xfPor .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-u6Va8xfPor .mbr-text,
.cid-u6Va8xfPor .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6Va8xfPor .mbr-section-title,
  .cid-u6Va8xfPor .mbr-section-btn,
  .cid-u6Va8xfPor .mbr-text {
    text-align: center;
  }
}
.cid-u6Va8A39cY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Va8A39cY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Va8A39cY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Va8A39cY .item {
  padding-bottom: 2rem;
}
.cid-u6Va8A39cY .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u6Va8A39cY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6Va8A39cY .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-u6Va8A39cY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6Va8A39cY .carousel-control,
.cid-u6Va8A39cY .close {
  background: #1b1b1b;
}
.cid-u6Va8A39cY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6Va8A39cY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6Va8A39cY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6Va8A39cY .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6Va8A39cY .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-u6Va8A39cY .close::before {
  content: '\e91a';
}
.cid-u6Va8A39cY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6Va8A39cY .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-u6Va8A39cY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6Va8A39cY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6Va8A39cY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6Va8A39cY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6Va8A39cY .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-u6Va8A39cY .carousel-indicators li.active,
.cid-u6Va8A39cY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6Va8A39cY .carousel-indicators li::after,
.cid-u6Va8A39cY .carousel-indicators li::before {
  content: none;
}
.cid-u6Va8A39cY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6Va8A39cY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6Va8A39cY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6Va8A39cY .carousel-indicators {
    display: none;
  }
}
.cid-u6Va8A39cY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6Va8A39cY .carousel-inner > .active {
  display: block;
}
.cid-u6Va8A39cY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6Va8A39cY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6Va8A39cY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6Va8A39cY .carousel-control,
  .cid-u6Va8A39cY .carousel-indicators,
  .cid-u6Va8A39cY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6Va8A39cY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6Va8A39cY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6Va8A39cY .carousel-indicators .active,
.cid-u6Va8A39cY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6Va8A39cY .carousel-indicators .active {
  background: #fff;
}
.cid-u6Va8A39cY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6Va8A39cY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6Va8A39cY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6Va8A39cY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6Va8A39cY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6Va8A39cY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6Va8A39cY .carousel {
  width: 100%;
}
.cid-u6Va8A39cY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6Va8A39cY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6Va8A39cY .modal.fade .modal-dialog,
.cid-u6Va8A39cY .modal.in .modal-dialog {
  transform: none;
}
.cid-u6Va8A39cY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6Va8A39cY H6 {
  text-align: center;
}
.cid-u6Vdd6mKXn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Vdd6mKXn .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6VaUzTa36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6VaUzTa36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VaUzTa36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6VaUzTa36 .item {
  padding-bottom: 2rem;
}
.cid-u6VaUzTa36 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-u6VaUzTa36 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6VaUzTa36 .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-u6VaUzTa36 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6VaUzTa36 .carousel-control,
.cid-u6VaUzTa36 .close {
  background: #1b1b1b;
}
.cid-u6VaUzTa36 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6VaUzTa36 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6VaUzTa36 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6VaUzTa36 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6VaUzTa36 .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-u6VaUzTa36 .close::before {
  content: '\e91a';
}
.cid-u6VaUzTa36 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6VaUzTa36 .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-u6VaUzTa36 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6VaUzTa36 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6VaUzTa36 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6VaUzTa36 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6VaUzTa36 .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-u6VaUzTa36 .carousel-indicators li.active,
.cid-u6VaUzTa36 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6VaUzTa36 .carousel-indicators li::after,
.cid-u6VaUzTa36 .carousel-indicators li::before {
  content: none;
}
.cid-u6VaUzTa36 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6VaUzTa36 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6VaUzTa36 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6VaUzTa36 .carousel-indicators {
    display: none;
  }
}
.cid-u6VaUzTa36 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6VaUzTa36 .carousel-inner > .active {
  display: block;
}
.cid-u6VaUzTa36 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6VaUzTa36 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6VaUzTa36 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6VaUzTa36 .carousel-control,
  .cid-u6VaUzTa36 .carousel-indicators,
  .cid-u6VaUzTa36 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6VaUzTa36 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6VaUzTa36 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6VaUzTa36 .carousel-indicators .active,
.cid-u6VaUzTa36 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6VaUzTa36 .carousel-indicators .active {
  background: #fff;
}
.cid-u6VaUzTa36 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6VaUzTa36 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6VaUzTa36 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6VaUzTa36 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6VaUzTa36 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6VaUzTa36 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6VaUzTa36 .carousel {
  width: 100%;
}
.cid-u6VaUzTa36 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6VaUzTa36 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6VaUzTa36 .modal.fade .modal-dialog,
.cid-u6VaUzTa36 .modal.in .modal-dialog {
  transform: none;
}
.cid-u6VaUzTa36 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6VaUzTa36 H6 {
  text-align: center;
  color: #353535;
}
.cid-u6VbtjyVZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6VbtjyVZW .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6VdJXtuUy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6VdJXtuUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VdJXtuUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6VdJXtuUy .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u6VdJXtuUy .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6VdJXtuUy .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u6VdJXtuUy .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6VdJXtuUy .row .row {
    flex-direction: column-reverse;
  }
  .cid-u6VdJXtuUy .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6VdJXtuUy .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6VdJXtuUy .card-subtitle {
  color: #0095ff;
}
.cid-u6VdJXtuUy .mbr-text {
  color: #555555;
}
.cid-u71JDJZvex {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .mbr-text {
  color: #767676;
}
.cid-u71JDJZvex .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71JDJZvex .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71JDJZvex .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71JDJZvex .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71JDJZvex .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71JDJZvex .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u71lL7oWHO {
  z-index: 1000;
  width: 100%;
}
.cid-u71lL7oWHO nav.navbar {
  position: fixed;
}
.cid-u71lL7oWHO .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-u71lL7oWHO .dropdown-menu {
  padding: 0;
}
.cid-u71lL7oWHO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u71lL7oWHO .dropdown-item:hover,
.cid-u71lL7oWHO .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-u71lL7oWHO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u71lL7oWHO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u71lL7oWHO .nav-link {
  position: relative;
}
.cid-u71lL7oWHO .container {
  display: flex;
  margin: auto;
}
.cid-u71lL7oWHO .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u71lL7oWHO .navbar-caption {
  padding-right: 4rem;
}
.cid-u71lL7oWHO .dropdown-menu,
.cid-u71lL7oWHO .navbar.opened {
  background: #353535 !important;
}
.cid-u71lL7oWHO .nav-item:focus,
.cid-u71lL7oWHO .nav-link:focus {
  outline: none;
}
.cid-u71lL7oWHO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u71lL7oWHO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u71lL7oWHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u71lL7oWHO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u71lL7oWHO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u71lL7oWHO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u71lL7oWHO .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-u71lL7oWHO .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u71lL7oWHO .navbar.opened {
  transition: all .3s;
}
.cid-u71lL7oWHO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u71lL7oWHO .navbar .navbar-logo img {
  width: auto;
}
.cid-u71lL7oWHO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u71lL7oWHO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u71lL7oWHO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u71lL7oWHO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u71lL7oWHO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u71lL7oWHO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u71lL7oWHO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u71lL7oWHO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u71lL7oWHO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u71lL7oWHO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u71lL7oWHO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u71lL7oWHO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u71lL7oWHO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u71lL7oWHO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u71lL7oWHO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u71lL7oWHO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u71lL7oWHO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u71lL7oWHO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u71lL7oWHO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u71lL7oWHO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u71lL7oWHO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u71lL7oWHO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u71lL7oWHO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u71lL7oWHO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u71lL7oWHO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u71lL7oWHO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u71lL7oWHO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u71lL7oWHO .dropdown-item.active,
.cid-u71lL7oWHO .dropdown-item:active {
  background-color: transparent;
}
.cid-u71lL7oWHO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u71lL7oWHO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u71lL7oWHO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u71lL7oWHO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u71lL7oWHO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u71lL7oWHO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u71lL7oWHO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u71lL7oWHO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u71lL7oWHO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u71lL7oWHO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u71lL7oWHO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u71lL7oWHO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u71lL7oWHO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u71lL7oWHO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u71lL7oWHO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u71lL7oWHO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u71lL7oWHO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u71lL7oWHO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u71lL7oWHO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u71lL7oWHO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u71lL7oWHO .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-u71lL7oWHO .navbar {
    height: 77px;
  }
  .cid-u71lL7oWHO .navbar.opened {
    height: auto;
  }
  .cid-u71lL7oWHO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u71lL8T9fI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-u71lL8T9fI .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-u71lL8T9fI .mbr-text,
.cid-u71lL8T9fI .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u71lL8T9fI .mbr-section-title,
  .cid-u71lL8T9fI .mbr-section-btn,
  .cid-u71lL8T9fI .mbr-text {
    text-align: center;
  }
}
.cid-u71ykA8SCd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u71ykA8SCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71ykA8SCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u71ykA8SCd .text-wrapper {
    padding: 2rem;
  }
}
.cid-u71ykA8SCd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u71ykA8SCd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u71lLckMxT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u71lLckMxT .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7sIKGE9wA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7sIKGE9wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sIKGE9wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sIKGE9wA .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7sIKGE9wA .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7sIKGE9wA .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u7sIKGE9wA .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u7sIKGE9wA .row .row {
    flex-direction: column-reverse;
  }
  .cid-u7sIKGE9wA .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7sIKGE9wA .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7sIKGE9wA .card-subtitle {
  color: #0095ff;
}
.cid-u7sIKGE9wA .mbr-text {
  color: #555555;
}
.cid-u71EDX5Ccp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u71EDX5Ccp img,
.cid-u71EDX5Ccp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u71EDX5Ccp .item:focus,
.cid-u71EDX5Ccp span:focus {
  outline: none;
}
.cid-u71EDX5Ccp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u71EDX5Ccp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u71EDX5Ccp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u71EDX5Ccp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u71EDX5Ccp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u71EDX5Ccp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u71EDX5Ccp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u71EDX5Ccp .mbr-section-title {
  color: #232323;
}
.cid-u71EDX5Ccp .mbr-text,
.cid-u71EDX5Ccp .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-u71EDX5Ccp .item-title {
  text-align: left;
  color: #353535;
}
.cid-u71EDX5Ccp .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u71JDJZvex {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .mbr-text {
  color: #767676;
}
.cid-u71JDJZvex .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u71JDJZvex .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u71JDJZvex .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u71JDJZvex .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u71JDJZvex .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u71JDJZvex .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u71JDJZvex .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u71JDJZvex .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7MAkMwult {
  z-index: 1000;
  width: 100%;
}
.cid-u7MAkMwult nav.navbar {
  position: fixed;
}
.cid-u7MAkMwult .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-u7MAkMwult .dropdown-menu {
  padding: 0;
}
.cid-u7MAkMwult .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7MAkMwult .dropdown-item:hover,
.cid-u7MAkMwult .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-u7MAkMwult .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u7MAkMwult .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7MAkMwult .nav-link {
  position: relative;
}
.cid-u7MAkMwult .container {
  display: flex;
  margin: auto;
}
.cid-u7MAkMwult .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7MAkMwult .navbar-caption {
  padding-right: 4rem;
}
.cid-u7MAkMwult .dropdown-menu,
.cid-u7MAkMwult .navbar.opened {
  background: #353535 !important;
}
.cid-u7MAkMwult .nav-item:focus,
.cid-u7MAkMwult .nav-link:focus {
  outline: none;
}
.cid-u7MAkMwult .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7MAkMwult .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7MAkMwult .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7MAkMwult .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7MAkMwult .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7MAkMwult .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7MAkMwult .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-u7MAkMwult .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7MAkMwult .navbar.opened {
  transition: all .3s;
}
.cid-u7MAkMwult .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u7MAkMwult .navbar .navbar-logo img {
  width: auto;
}
.cid-u7MAkMwult .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7MAkMwult .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7MAkMwult .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7MAkMwult .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u7MAkMwult .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7MAkMwult .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7MAkMwult .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7MAkMwult .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7MAkMwult .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u7MAkMwult .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u7MAkMwult .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7MAkMwult .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7MAkMwult .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7MAkMwult .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7MAkMwult .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7MAkMwult .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7MAkMwult .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7MAkMwult .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7MAkMwult .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7MAkMwult .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7MAkMwult .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7MAkMwult .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7MAkMwult .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7MAkMwult .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7MAkMwult .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7MAkMwult .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7MAkMwult .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7MAkMwult .dropdown-item.active,
.cid-u7MAkMwult .dropdown-item:active {
  background-color: transparent;
}
.cid-u7MAkMwult .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7MAkMwult .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7MAkMwult .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7MAkMwult .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u7MAkMwult .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7MAkMwult .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7MAkMwult ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7MAkMwult .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7MAkMwult button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u7MAkMwult button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u7MAkMwult button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7MAkMwult button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7MAkMwult button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7MAkMwult button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7MAkMwult nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7MAkMwult nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7MAkMwult nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7MAkMwult nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7MAkMwult .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7MAkMwult a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MAkMwult .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-u7MAkMwult .navbar {
    height: 77px;
  }
  .cid-u7MAkMwult .navbar.opened {
    height: auto;
  }
  .cid-u7MAkMwult .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7MAkNgdy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-u7MAkNgdy3 .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-u7MAkNgdy3 .mbr-text,
.cid-u7MAkNgdy3 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7MAkNgdy3 .mbr-section-title,
  .cid-u7MAkNgdy3 .mbr-section-btn,
  .cid-u7MAkNgdy3 .mbr-text {
    text-align: center;
  }
}
.cid-u7MAkNVmLf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MAkNVmLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MAkNVmLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MAkNVmLf .item {
  padding-bottom: 2rem;
}
.cid-u7MAkNVmLf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7MAkNVmLf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7MAkNVmLf .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-u7MAkNVmLf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7MAkNVmLf .carousel-control,
.cid-u7MAkNVmLf .close {
  background: #1b1b1b;
}
.cid-u7MAkNVmLf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7MAkNVmLf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7MAkNVmLf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7MAkNVmLf .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7MAkNVmLf .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-u7MAkNVmLf .close::before {
  content: '\e91a';
}
.cid-u7MAkNVmLf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7MAkNVmLf .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-u7MAkNVmLf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7MAkNVmLf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7MAkNVmLf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7MAkNVmLf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7MAkNVmLf .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-u7MAkNVmLf .carousel-indicators li.active,
.cid-u7MAkNVmLf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7MAkNVmLf .carousel-indicators li::after,
.cid-u7MAkNVmLf .carousel-indicators li::before {
  content: none;
}
.cid-u7MAkNVmLf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7MAkNVmLf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7MAkNVmLf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MAkNVmLf .carousel-indicators {
    display: none;
  }
}
.cid-u7MAkNVmLf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7MAkNVmLf .carousel-inner > .active {
  display: block;
}
.cid-u7MAkNVmLf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7MAkNVmLf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7MAkNVmLf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7MAkNVmLf .carousel-control,
  .cid-u7MAkNVmLf .carousel-indicators,
  .cid-u7MAkNVmLf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7MAkNVmLf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7MAkNVmLf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7MAkNVmLf .carousel-indicators .active,
.cid-u7MAkNVmLf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7MAkNVmLf .carousel-indicators .active {
  background: #fff;
}
.cid-u7MAkNVmLf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7MAkNVmLf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7MAkNVmLf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7MAkNVmLf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7MAkNVmLf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7MAkNVmLf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7MAkNVmLf .carousel {
  width: 100%;
}
.cid-u7MAkNVmLf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7MAkNVmLf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7MAkNVmLf .modal.fade .modal-dialog,
.cid-u7MAkNVmLf .modal.in .modal-dialog {
  transform: none;
}
.cid-u7MAkNVmLf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7MAkNVmLf H6 {
  text-align: center;
}
.cid-u7MAkOSxdc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MAkOSxdc .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7MAkOSxdc .mbr-text {
  text-align: left;
}
.cid-u7MKxQQszi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7MKxQQszi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MKxQQszi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MAkRbbmW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u7MAkRbbmW .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7MAkRbbmW .mbr-text {
  color: #767676;
}
.cid-u7MAkRbbmW .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u7MAkRbbmW .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7MAkRbbmW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7MAkRbbmW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7MAkRbbmW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7MAkRbbmW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7MAkRbbmW .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7MAkRbbmW .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7MAkRbbmW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7MAkRbbmW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7MGq6uZnA {
  z-index: 1000;
  width: 100%;
}
.cid-u7MGq6uZnA nav.navbar {
  position: fixed;
}
.cid-u7MGq6uZnA .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-u7MGq6uZnA .dropdown-menu {
  padding: 0;
}
.cid-u7MGq6uZnA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7MGq6uZnA .dropdown-item:hover,
.cid-u7MGq6uZnA .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-u7MGq6uZnA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u7MGq6uZnA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7MGq6uZnA .nav-link {
  position: relative;
}
.cid-u7MGq6uZnA .container {
  display: flex;
  margin: auto;
}
.cid-u7MGq6uZnA .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7MGq6uZnA .navbar-caption {
  padding-right: 4rem;
}
.cid-u7MGq6uZnA .dropdown-menu,
.cid-u7MGq6uZnA .navbar.opened {
  background: #353535 !important;
}
.cid-u7MGq6uZnA .nav-item:focus,
.cid-u7MGq6uZnA .nav-link:focus {
  outline: none;
}
.cid-u7MGq6uZnA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7MGq6uZnA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7MGq6uZnA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7MGq6uZnA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7MGq6uZnA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7MGq6uZnA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7MGq6uZnA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-u7MGq6uZnA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7MGq6uZnA .navbar.opened {
  transition: all .3s;
}
.cid-u7MGq6uZnA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u7MGq6uZnA .navbar .navbar-logo img {
  width: auto;
}
.cid-u7MGq6uZnA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7MGq6uZnA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7MGq6uZnA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7MGq6uZnA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u7MGq6uZnA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7MGq6uZnA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7MGq6uZnA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7MGq6uZnA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7MGq6uZnA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u7MGq6uZnA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u7MGq6uZnA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7MGq6uZnA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7MGq6uZnA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7MGq6uZnA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7MGq6uZnA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7MGq6uZnA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7MGq6uZnA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7MGq6uZnA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7MGq6uZnA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7MGq6uZnA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7MGq6uZnA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7MGq6uZnA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7MGq6uZnA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7MGq6uZnA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7MGq6uZnA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7MGq6uZnA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7MGq6uZnA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7MGq6uZnA .dropdown-item.active,
.cid-u7MGq6uZnA .dropdown-item:active {
  background-color: transparent;
}
.cid-u7MGq6uZnA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7MGq6uZnA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7MGq6uZnA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7MGq6uZnA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u7MGq6uZnA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7MGq6uZnA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7MGq6uZnA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7MGq6uZnA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7MGq6uZnA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u7MGq6uZnA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u7MGq6uZnA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7MGq6uZnA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7MGq6uZnA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7MGq6uZnA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7MGq6uZnA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7MGq6uZnA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7MGq6uZnA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7MGq6uZnA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7MGq6uZnA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7MGq6uZnA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MGq6uZnA .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-u7MGq6uZnA .navbar {
    height: 77px;
  }
  .cid-u7MGq6uZnA .navbar.opened {
    height: auto;
  }
  .cid-u7MGq6uZnA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7MGq7gJbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-u7MGq7gJbv .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-u7MGq7gJbv .mbr-text,
.cid-u7MGq7gJbv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7MGq7gJbv .mbr-section-title,
  .cid-u7MGq7gJbv .mbr-section-btn,
  .cid-u7MGq7gJbv .mbr-text {
    text-align: center;
  }
}
.cid-u7MGq7QIe4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MGq7QIe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MGq7QIe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MGq7QIe4 .item {
  padding-bottom: 2rem;
}
.cid-u7MGq7QIe4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7MGq7QIe4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7MGq7QIe4 .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-u7MGq7QIe4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7MGq7QIe4 .carousel-control,
.cid-u7MGq7QIe4 .close {
  background: #1b1b1b;
}
.cid-u7MGq7QIe4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7MGq7QIe4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7MGq7QIe4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7MGq7QIe4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7MGq7QIe4 .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-u7MGq7QIe4 .close::before {
  content: '\e91a';
}
.cid-u7MGq7QIe4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7MGq7QIe4 .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-u7MGq7QIe4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7MGq7QIe4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7MGq7QIe4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7MGq7QIe4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7MGq7QIe4 .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-u7MGq7QIe4 .carousel-indicators li.active,
.cid-u7MGq7QIe4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7MGq7QIe4 .carousel-indicators li::after,
.cid-u7MGq7QIe4 .carousel-indicators li::before {
  content: none;
}
.cid-u7MGq7QIe4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7MGq7QIe4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7MGq7QIe4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MGq7QIe4 .carousel-indicators {
    display: none;
  }
}
.cid-u7MGq7QIe4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7MGq7QIe4 .carousel-inner > .active {
  display: block;
}
.cid-u7MGq7QIe4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7MGq7QIe4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7MGq7QIe4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7MGq7QIe4 .carousel-control,
  .cid-u7MGq7QIe4 .carousel-indicators,
  .cid-u7MGq7QIe4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7MGq7QIe4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7MGq7QIe4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7MGq7QIe4 .carousel-indicators .active,
.cid-u7MGq7QIe4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7MGq7QIe4 .carousel-indicators .active {
  background: #fff;
}
.cid-u7MGq7QIe4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7MGq7QIe4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7MGq7QIe4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7MGq7QIe4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7MGq7QIe4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7MGq7QIe4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7MGq7QIe4 .carousel {
  width: 100%;
}
.cid-u7MGq7QIe4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7MGq7QIe4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7MGq7QIe4 .modal.fade .modal-dialog,
.cid-u7MGq7QIe4 .modal.in .modal-dialog {
  transform: none;
}
.cid-u7MGq7QIe4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7MGq7QIe4 H6 {
  text-align: center;
}
.cid-u7MGq9e7KI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MGq9e7KI .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7MGq9e7KI .mbr-text {
  text-align: left;
}
.cid-u7MIzgedLB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MIzgedLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MIzgedLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MIzgedLB .item {
  padding-bottom: 2rem;
}
.cid-u7MIzgedLB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7MIzgedLB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7MIzgedLB .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-u7MIzgedLB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7MIzgedLB .carousel-control,
.cid-u7MIzgedLB .close {
  background: #1b1b1b;
}
.cid-u7MIzgedLB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7MIzgedLB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7MIzgedLB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7MIzgedLB .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7MIzgedLB .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-u7MIzgedLB .close::before {
  content: '\e91a';
}
.cid-u7MIzgedLB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7MIzgedLB .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-u7MIzgedLB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7MIzgedLB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7MIzgedLB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7MIzgedLB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7MIzgedLB .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-u7MIzgedLB .carousel-indicators li.active,
.cid-u7MIzgedLB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7MIzgedLB .carousel-indicators li::after,
.cid-u7MIzgedLB .carousel-indicators li::before {
  content: none;
}
.cid-u7MIzgedLB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7MIzgedLB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7MIzgedLB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MIzgedLB .carousel-indicators {
    display: none;
  }
}
.cid-u7MIzgedLB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7MIzgedLB .carousel-inner > .active {
  display: block;
}
.cid-u7MIzgedLB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7MIzgedLB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7MIzgedLB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7MIzgedLB .carousel-control,
  .cid-u7MIzgedLB .carousel-indicators,
  .cid-u7MIzgedLB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7MIzgedLB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7MIzgedLB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7MIzgedLB .carousel-indicators .active,
.cid-u7MIzgedLB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7MIzgedLB .carousel-indicators .active {
  background: #fff;
}
.cid-u7MIzgedLB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7MIzgedLB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7MIzgedLB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7MIzgedLB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7MIzgedLB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7MIzgedLB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7MIzgedLB .carousel {
  width: 100%;
}
.cid-u7MIzgedLB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7MIzgedLB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7MIzgedLB .modal.fade .modal-dialog,
.cid-u7MIzgedLB .modal.in .modal-dialog {
  transform: none;
}
.cid-u7MIzgedLB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7MIzgedLB H6 {
  text-align: center;
}
.cid-u7MK3VzOQB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7MK3VzOQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MK3VzOQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MGq9Ow8m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u7MGq9Ow8m .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7MGq9Ow8m .mbr-text {
  color: #767676;
}
.cid-u7MGq9Ow8m .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u7MGq9Ow8m .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7MGq9Ow8m .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7MGq9Ow8m .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7MGq9Ow8m .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7MGq9Ow8m .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7MGq9Ow8m .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7MGq9Ow8m .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7MGq9Ow8m .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7MGq9Ow8m .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7YihDhFiA {
  z-index: 1000;
  width: 100%;
}
.cid-u7YihDhFiA nav.navbar {
  position: fixed;
}
.cid-u7YihDhFiA .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-u7YihDhFiA .dropdown-menu {
  padding: 0;
}
.cid-u7YihDhFiA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7YihDhFiA .dropdown-item:hover,
.cid-u7YihDhFiA .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-u7YihDhFiA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u7YihDhFiA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7YihDhFiA .nav-link {
  position: relative;
}
.cid-u7YihDhFiA .container {
  display: flex;
  margin: auto;
}
.cid-u7YihDhFiA .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7YihDhFiA .navbar-caption {
  padding-right: 4rem;
}
.cid-u7YihDhFiA .dropdown-menu,
.cid-u7YihDhFiA .navbar.opened {
  background: #353535 !important;
}
.cid-u7YihDhFiA .nav-item:focus,
.cid-u7YihDhFiA .nav-link:focus {
  outline: none;
}
.cid-u7YihDhFiA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7YihDhFiA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7YihDhFiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7YihDhFiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7YihDhFiA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7YihDhFiA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7YihDhFiA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-u7YihDhFiA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7YihDhFiA .navbar.opened {
  transition: all .3s;
}
.cid-u7YihDhFiA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u7YihDhFiA .navbar .navbar-logo img {
  width: auto;
}
.cid-u7YihDhFiA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7YihDhFiA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7YihDhFiA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7YihDhFiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u7YihDhFiA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7YihDhFiA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7YihDhFiA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7YihDhFiA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7YihDhFiA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u7YihDhFiA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u7YihDhFiA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7YihDhFiA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7YihDhFiA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7YihDhFiA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7YihDhFiA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7YihDhFiA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7YihDhFiA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7YihDhFiA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7YihDhFiA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7YihDhFiA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7YihDhFiA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7YihDhFiA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7YihDhFiA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7YihDhFiA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7YihDhFiA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7YihDhFiA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7YihDhFiA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7YihDhFiA .dropdown-item.active,
.cid-u7YihDhFiA .dropdown-item:active {
  background-color: transparent;
}
.cid-u7YihDhFiA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7YihDhFiA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7YihDhFiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7YihDhFiA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u7YihDhFiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7YihDhFiA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7YihDhFiA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7YihDhFiA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7YihDhFiA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u7YihDhFiA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u7YihDhFiA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7YihDhFiA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7YihDhFiA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7YihDhFiA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7YihDhFiA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7YihDhFiA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7YihDhFiA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7YihDhFiA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7YihDhFiA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7YihDhFiA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7YihDhFiA .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-u7YihDhFiA .navbar {
    height: 77px;
  }
  .cid-u7YihDhFiA .navbar.opened {
    height: auto;
  }
  .cid-u7YihDhFiA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7YihDVOtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-u7YihDVOtP .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-u7YihDVOtP .mbr-text,
.cid-u7YihDVOtP .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7YihDVOtP .mbr-section-title,
  .cid-u7YihDVOtP .mbr-section-btn,
  .cid-u7YihDVOtP .mbr-text {
    text-align: center;
  }
}
.cid-u7YihEqaGb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7YihEqaGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7YihEqaGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7YihEqaGb .item {
  padding-bottom: 2rem;
}
.cid-u7YihEqaGb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7YihEqaGb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7YihEqaGb .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-u7YihEqaGb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7YihEqaGb .carousel-control,
.cid-u7YihEqaGb .close {
  background: #1b1b1b;
}
.cid-u7YihEqaGb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7YihEqaGb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7YihEqaGb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7YihEqaGb .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7YihEqaGb .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-u7YihEqaGb .close::before {
  content: '\e91a';
}
.cid-u7YihEqaGb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7YihEqaGb .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-u7YihEqaGb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7YihEqaGb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7YihEqaGb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7YihEqaGb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7YihEqaGb .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-u7YihEqaGb .carousel-indicators li.active,
.cid-u7YihEqaGb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7YihEqaGb .carousel-indicators li::after,
.cid-u7YihEqaGb .carousel-indicators li::before {
  content: none;
}
.cid-u7YihEqaGb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7YihEqaGb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7YihEqaGb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7YihEqaGb .carousel-indicators {
    display: none;
  }
}
.cid-u7YihEqaGb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7YihEqaGb .carousel-inner > .active {
  display: block;
}
.cid-u7YihEqaGb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7YihEqaGb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7YihEqaGb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7YihEqaGb .carousel-control,
  .cid-u7YihEqaGb .carousel-indicators,
  .cid-u7YihEqaGb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7YihEqaGb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7YihEqaGb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7YihEqaGb .carousel-indicators .active,
.cid-u7YihEqaGb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7YihEqaGb .carousel-indicators .active {
  background: #fff;
}
.cid-u7YihEqaGb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7YihEqaGb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7YihEqaGb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7YihEqaGb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7YihEqaGb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7YihEqaGb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7YihEqaGb .carousel {
  width: 100%;
}
.cid-u7YihEqaGb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7YihEqaGb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7YihEqaGb .modal.fade .modal-dialog,
.cid-u7YihEqaGb .modal.in .modal-dialog {
  transform: none;
}
.cid-u7YihEqaGb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7YihEqaGb H6 {
  text-align: center;
}
.cid-u7YihFGN3t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7YihFGN3t .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7YihFGN3t .mbr-text {
  text-align: left;
}
.cid-u7YihGaPmw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7YihGaPmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7YihGaPmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7YihGaPmw .item {
  padding-bottom: 2rem;
}
.cid-u7YihGaPmw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7YihGaPmw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7YihGaPmw .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-u7YihGaPmw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7YihGaPmw .carousel-control,
.cid-u7YihGaPmw .close {
  background: #1b1b1b;
}
.cid-u7YihGaPmw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7YihGaPmw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7YihGaPmw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7YihGaPmw .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7YihGaPmw .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-u7YihGaPmw .close::before {
  content: '\e91a';
}
.cid-u7YihGaPmw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7YihGaPmw .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-u7YihGaPmw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7YihGaPmw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7YihGaPmw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7YihGaPmw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7YihGaPmw .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-u7YihGaPmw .carousel-indicators li.active,
.cid-u7YihGaPmw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7YihGaPmw .carousel-indicators li::after,
.cid-u7YihGaPmw .carousel-indicators li::before {
  content: none;
}
.cid-u7YihGaPmw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7YihGaPmw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7YihGaPmw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7YihGaPmw .carousel-indicators {
    display: none;
  }
}
.cid-u7YihGaPmw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7YihGaPmw .carousel-inner > .active {
  display: block;
}
.cid-u7YihGaPmw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7YihGaPmw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7YihGaPmw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7YihGaPmw .carousel-control,
  .cid-u7YihGaPmw .carousel-indicators,
  .cid-u7YihGaPmw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7YihGaPmw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7YihGaPmw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7YihGaPmw .carousel-indicators .active,
.cid-u7YihGaPmw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7YihGaPmw .carousel-indicators .active {
  background: #fff;
}
.cid-u7YihGaPmw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7YihGaPmw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7YihGaPmw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7YihGaPmw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7YihGaPmw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7YihGaPmw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7YihGaPmw .carousel {
  width: 100%;
}
.cid-u7YihGaPmw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7YihGaPmw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7YihGaPmw .modal.fade .modal-dialog,
.cid-u7YihGaPmw .modal.in .modal-dialog {
  transform: none;
}
.cid-u7YihGaPmw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7YihGaPmw H6 {
  text-align: center;
}
.cid-u7YihHkBQB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7YihHkBQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7YihHkBQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7YihHRnfT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-u7YihHRnfT .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7YihHRnfT .mbr-text {
  color: #767676;
}
.cid-u7YihHRnfT .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u7YihHRnfT .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7YihHRnfT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7YihHRnfT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7YihHRnfT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7YihHRnfT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7YihHRnfT .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7YihHRnfT .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7YihHRnfT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7YihHRnfT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZTJKzwP4d {
  z-index: 1000;
  width: 100%;
}
.cid-uZTJKzwP4d nav.navbar {
  position: fixed;
}
.cid-uZTJKzwP4d .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-uZTJKzwP4d .dropdown-menu {
  padding: 0;
}
.cid-uZTJKzwP4d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTJKzwP4d .dropdown-item:hover,
.cid-uZTJKzwP4d .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-uZTJKzwP4d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uZTJKzwP4d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTJKzwP4d .nav-link {
  position: relative;
}
.cid-uZTJKzwP4d .container {
  display: flex;
  margin: auto;
}
.cid-uZTJKzwP4d .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZTJKzwP4d .navbar-caption {
  padding-right: 4rem;
}
.cid-uZTJKzwP4d .dropdown-menu,
.cid-uZTJKzwP4d .navbar.opened {
  background: #353535 !important;
}
.cid-uZTJKzwP4d .nav-item:focus,
.cid-uZTJKzwP4d .nav-link:focus {
  outline: none;
}
.cid-uZTJKzwP4d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTJKzwP4d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTJKzwP4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZTJKzwP4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTJKzwP4d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTJKzwP4d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTJKzwP4d .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-uZTJKzwP4d .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTJKzwP4d .navbar.opened {
  transition: all .3s;
}
.cid-uZTJKzwP4d .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uZTJKzwP4d .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTJKzwP4d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTJKzwP4d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTJKzwP4d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTJKzwP4d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uZTJKzwP4d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTJKzwP4d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTJKzwP4d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZTJKzwP4d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTJKzwP4d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZTJKzwP4d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZTJKzwP4d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTJKzwP4d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTJKzwP4d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTJKzwP4d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTJKzwP4d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZTJKzwP4d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZTJKzwP4d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTJKzwP4d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTJKzwP4d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTJKzwP4d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTJKzwP4d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZTJKzwP4d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTJKzwP4d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZTJKzwP4d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZTJKzwP4d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTJKzwP4d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTJKzwP4d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTJKzwP4d .dropdown-item.active,
.cid-uZTJKzwP4d .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTJKzwP4d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTJKzwP4d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTJKzwP4d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTJKzwP4d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uZTJKzwP4d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTJKzwP4d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTJKzwP4d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTJKzwP4d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTJKzwP4d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uZTJKzwP4d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uZTJKzwP4d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZTJKzwP4d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZTJKzwP4d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZTJKzwP4d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZTJKzwP4d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZTJKzwP4d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZTJKzwP4d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZTJKzwP4d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZTJKzwP4d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZTJKzwP4d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTJKzwP4d .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-uZTJKzwP4d .navbar {
    height: 77px;
  }
  .cid-uZTJKzwP4d .navbar.opened {
    height: auto;
  }
  .cid-uZTJKzwP4d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxe31e0EPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1044405-10-2000x1333.jpg");
}
.cid-uxe31e0EPq .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-uxe31e0EPq .mbr-text,
.cid-uxe31e0EPq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uxe31e0EPq .mbr-section-title,
  .cid-uxe31e0EPq .mbr-section-btn,
  .cid-uxe31e0EPq .mbr-text {
    text-align: center;
  }
}
.cid-uxe31etCcJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxe31etCcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxe31etCcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxe31etCcJ .item {
  padding-bottom: 2rem;
}
.cid-uxe31etCcJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uxe31etCcJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxe31etCcJ .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-uxe31etCcJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uxe31etCcJ .carousel-control,
.cid-uxe31etCcJ .close {
  background: #1b1b1b;
}
.cid-uxe31etCcJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uxe31etCcJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uxe31etCcJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uxe31etCcJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uxe31etCcJ .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-uxe31etCcJ .close::before {
  content: '\e91a';
}
.cid-uxe31etCcJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxe31etCcJ .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-uxe31etCcJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxe31etCcJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxe31etCcJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxe31etCcJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uxe31etCcJ .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-uxe31etCcJ .carousel-indicators li.active,
.cid-uxe31etCcJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxe31etCcJ .carousel-indicators li::after,
.cid-uxe31etCcJ .carousel-indicators li::before {
  content: none;
}
.cid-uxe31etCcJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxe31etCcJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uxe31etCcJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxe31etCcJ .carousel-indicators {
    display: none;
  }
}
.cid-uxe31etCcJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uxe31etCcJ .carousel-inner > .active {
  display: block;
}
.cid-uxe31etCcJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxe31etCcJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxe31etCcJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uxe31etCcJ .carousel-control,
  .cid-uxe31etCcJ .carousel-indicators,
  .cid-uxe31etCcJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uxe31etCcJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uxe31etCcJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uxe31etCcJ .carousel-indicators .active,
.cid-uxe31etCcJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uxe31etCcJ .carousel-indicators .active {
  background: #fff;
}
.cid-uxe31etCcJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uxe31etCcJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uxe31etCcJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uxe31etCcJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uxe31etCcJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uxe31etCcJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uxe31etCcJ .carousel {
  width: 100%;
}
.cid-uxe31etCcJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uxe31etCcJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uxe31etCcJ .modal.fade .modal-dialog,
.cid-uxe31etCcJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uxe31etCcJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uxe31etCcJ H6 {
  text-align: center;
}
.cid-uxe31fNBjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxe31fNBjc .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uxe31fNBjc .mbr-text {
  text-align: left;
}
.cid-uxe31g2Gdr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxe31g2Gdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxe31g2Gdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxe31gpYES {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-uxe31gpYES .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uxe31gpYES .mbr-text {
  color: #767676;
}
.cid-uxe31gpYES .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uxe31gpYES .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uxe31gpYES .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uxe31gpYES .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uxe31gpYES .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uxe31gpYES .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uxe31gpYES .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uxe31gpYES .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uxe31gpYES .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uxe31gpYES .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZTTvejdEU {
  z-index: 1000;
  width: 100%;
}
.cid-uZTTvejdEU nav.navbar {
  position: fixed;
}
.cid-uZTTvejdEU .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-uZTTvejdEU .dropdown-menu {
  padding: 0;
}
.cid-uZTTvejdEU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTTvejdEU .dropdown-item:hover,
.cid-uZTTvejdEU .dropdown-item:focus {
  background: #2a9ba4 !important;
  color: white !important;
}
.cid-uZTTvejdEU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uZTTvejdEU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZTTvejdEU .nav-link {
  position: relative;
}
.cid-uZTTvejdEU .container {
  display: flex;
  margin: auto;
}
.cid-uZTTvejdEU .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZTTvejdEU .navbar-caption {
  padding-right: 4rem;
}
.cid-uZTTvejdEU .dropdown-menu,
.cid-uZTTvejdEU .navbar.opened {
  background: #353535 !important;
}
.cid-uZTTvejdEU .nav-item:focus,
.cid-uZTTvejdEU .nav-link:focus {
  outline: none;
}
.cid-uZTTvejdEU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTTvejdEU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTTvejdEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZTTvejdEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTTvejdEU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTTvejdEU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTTvejdEU .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.7);
}
.cid-uZTTvejdEU .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTTvejdEU .navbar.opened {
  transition: all .3s;
}
.cid-uZTTvejdEU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uZTTvejdEU .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTTvejdEU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTTvejdEU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTTvejdEU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTTvejdEU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uZTTvejdEU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTTvejdEU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTTvejdEU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZTTvejdEU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTTvejdEU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZTTvejdEU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZTTvejdEU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTTvejdEU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTTvejdEU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTTvejdEU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTTvejdEU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZTTvejdEU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZTTvejdEU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTTvejdEU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTTvejdEU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTTvejdEU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTTvejdEU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZTTvejdEU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZTTvejdEU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZTTvejdEU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZTTvejdEU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTTvejdEU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTTvejdEU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTTvejdEU .dropdown-item.active,
.cid-uZTTvejdEU .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTTvejdEU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTTvejdEU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTTvejdEU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTTvejdEU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uZTTvejdEU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTTvejdEU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTTvejdEU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTTvejdEU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTTvejdEU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uZTTvejdEU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uZTTvejdEU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZTTvejdEU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZTTvejdEU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZTTvejdEU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZTTvejdEU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZTTvejdEU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZTTvejdEU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZTTvejdEU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZTTvejdEU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZTTvejdEU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTTvejdEU .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-uZTTvejdEU .navbar {
    height: 77px;
  }
  .cid-uZTTvejdEU .navbar.opened {
    height: auto;
  }
  .cid-uZTTvejdEU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTTveRw8v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/main-image-2000x1333-2000x1333.jpg");
}
.cid-uZTTveRw8v .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-uZTTveRw8v .mbr-text,
.cid-uZTTveRw8v .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZTTveRw8v .mbr-section-title,
  .cid-uZTTveRw8v .mbr-section-btn,
  .cid-uZTTveRw8v .mbr-text {
    text-align: center;
  }
}
.cid-uZTTvfatTg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTTvfatTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTTvfatTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTTvfatTg .item {
  padding-bottom: 2rem;
}
.cid-uZTTvfatTg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZTTvfatTg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZTTvfatTg .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-uZTTvfatTg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZTTvfatTg .carousel-control,
.cid-uZTTvfatTg .close {
  background: #1b1b1b;
}
.cid-uZTTvfatTg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZTTvfatTg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZTTvfatTg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZTTvfatTg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZTTvfatTg .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-uZTTvfatTg .close::before {
  content: '\e91a';
}
.cid-uZTTvfatTg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZTTvfatTg .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-uZTTvfatTg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZTTvfatTg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZTTvfatTg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZTTvfatTg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZTTvfatTg .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-uZTTvfatTg .carousel-indicators li.active,
.cid-uZTTvfatTg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZTTvfatTg .carousel-indicators li::after,
.cid-uZTTvfatTg .carousel-indicators li::before {
  content: none;
}
.cid-uZTTvfatTg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZTTvfatTg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTTvfatTg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTTvfatTg .carousel-indicators {
    display: none;
  }
}
.cid-uZTTvfatTg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZTTvfatTg .carousel-inner > .active {
  display: block;
}
.cid-uZTTvfatTg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZTTvfatTg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZTTvfatTg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZTTvfatTg .carousel-control,
  .cid-uZTTvfatTg .carousel-indicators,
  .cid-uZTTvfatTg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZTTvfatTg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZTTvfatTg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZTTvfatTg .carousel-indicators .active,
.cid-uZTTvfatTg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZTTvfatTg .carousel-indicators .active {
  background: #fff;
}
.cid-uZTTvfatTg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZTTvfatTg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZTTvfatTg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZTTvfatTg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZTTvfatTg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZTTvfatTg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZTTvfatTg .carousel {
  width: 100%;
}
.cid-uZTTvfatTg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZTTvfatTg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZTTvfatTg .modal.fade .modal-dialog,
.cid-uZTTvfatTg .modal.in .modal-dialog {
  transform: none;
}
.cid-uZTTvfatTg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZTTvfatTg H6 {
  text-align: center;
}
.cid-uZTTvg4VV0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTTvg4VV0 .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZTTvg4VV0 .mbr-text {
  text-align: left;
}
.cid-uZTTvggYxI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZTTvggYxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTTvggYxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTTvgvvNS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-uZTTvgvvNS .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uZTTvgvvNS .mbr-text {
  color: #767676;
}
.cid-uZTTvgvvNS .links {
  color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uZTTvgvvNS .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uZTTvgvvNS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uZTTvgvvNS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uZTTvgvvNS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uZTTvgvvNS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uZTTvgvvNS .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uZTTvgvvNS .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uZTTvgvvNS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZTTvgvvNS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
