.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway Dots', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Spartan', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #353535 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #fafafa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #fafafa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !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: #c7c7c7 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.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: #fafafa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.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: 'Zen Kaku Gothic New', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !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='%23353535' %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-so0aeRBVZp {
  z-index: 1000;
  width: 100%;
}
.cid-so0aeRBVZp nav.navbar {
  position: fixed;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so0aeRBVZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so0aeRBVZp .dropdown-item:hover,
.cid-so0aeRBVZp .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-so0aeRBVZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so0aeRBVZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so0aeRBVZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so0aeRBVZp .nav-link {
  position: relative;
}
.cid-so0aeRBVZp .container {
  display: flex;
  margin: auto;
}
.cid-so0aeRBVZp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown-menu,
.cid-so0aeRBVZp .navbar.opened {
  background: #353535 !important;
}
.cid-so0aeRBVZp .nav-item:focus,
.cid-so0aeRBVZp .nav-link:focus {
  outline: none;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so0aeRBVZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so0aeRBVZp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-so0aeRBVZp .navbar.opened {
  transition: all 0.3s;
}
.cid-so0aeRBVZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so0aeRBVZp .navbar .navbar-logo img {
  width: auto;
}
.cid-so0aeRBVZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar.collapsed {
  justify-content: center;
}
.cid-so0aeRBVZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so0aeRBVZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so0aeRBVZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-so0aeRBVZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so0aeRBVZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so0aeRBVZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so0aeRBVZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-so0aeRBVZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so0aeRBVZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so0aeRBVZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so0aeRBVZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so0aeRBVZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so0aeRBVZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so0aeRBVZp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so0aeRBVZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so0aeRBVZp .dropdown-item.active,
.cid-so0aeRBVZp .dropdown-item:active {
  background-color: transparent;
}
.cid-so0aeRBVZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so0aeRBVZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so0aeRBVZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so0aeRBVZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so0aeRBVZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so0aeRBVZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .navbar {
    height: 70px;
  }
  .cid-so0aeRBVZp .navbar.opened {
    height: auto;
  }
  .cid-so0aeRBVZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so1AVfAv5t {
  background-image: url("../../../assets/images/white-rough-textured-black-rock-background-2000x1500.webp");
}
.cid-so1AVfAv5t .mbr-section-title {
  text-align: left;
}
.cid-tTVZJktjWI {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tTVZJktjWI img,
.cid-tTVZJktjWI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tTVZJktjWI .item:focus,
.cid-tTVZJktjWI span:focus {
  outline: none;
}
.cid-tTVZJktjWI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTVZJktjWI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #13191a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTVZJktjWI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tTVZJktjWI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTVZJktjWI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tTVZJktjWI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tTVZJktjWI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTVZJktjWI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tTVZJktjWI .mbr-text,
.cid-tTVZJktjWI .mbr-section-btn {
  text-align: left;
}
.cid-tTVZJktjWI .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tTVZJktjWI .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tTVZJktjWI .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-u3Z9fAAEHX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/010.jpg-2000x1125.jpg");
}
.cid-u3Z9fAAEHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Z9fAAEHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Z9fAAEHX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u3Z9fAAEHX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uxgk2uvzgr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uxgk2uvzgr .mbr-section-title {
  color: #ffffff;
}
.cid-tsW4AWVqXU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/112-2000x1125.webp");
}
.cid-tsW4AWVqXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsW4AWVqXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsW4AWVqXU .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-tsW4AWVqXU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-so0aL3YcNL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-so0aL3YcNL .google-map {
  height: 350px;
  position: relative;
}
.cid-so0aL3YcNL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-so0aL3YcNL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-so0aL3YcNL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-so0aL3YcNL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-so0aL3YcNL .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-so0aL3YcNL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-soh7LXtrwl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-soh7LXtrwl .mbr-section-title {
  color: #ffffff;
}
.cid-so0dYfPdyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-so0dYfPdyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-so0dYfPdyH .row {
    text-align: center;
  }
  .cid-so0dYfPdyH .row > div {
    margin: auto;
  }
  .cid-so0dYfPdyH .social-row {
    justify-content: center;
  }
}
.cid-so0dYfPdyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-so0dYfPdyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 0rem;
  }
}
.cid-so0dYfPdyH .mbr-text {
  color: #bbbbbb;
}
.cid-so0dYfPdyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-so0dYfPdyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-so0dYfPdyH .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-so0aeRBVZp {
  z-index: 1000;
  width: 100%;
}
.cid-so0aeRBVZp nav.navbar {
  position: fixed;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so0aeRBVZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so0aeRBVZp .dropdown-item:hover,
.cid-so0aeRBVZp .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-so0aeRBVZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so0aeRBVZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so0aeRBVZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so0aeRBVZp .nav-link {
  position: relative;
}
.cid-so0aeRBVZp .container {
  display: flex;
  margin: auto;
}
.cid-so0aeRBVZp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown-menu,
.cid-so0aeRBVZp .navbar.opened {
  background: #353535 !important;
}
.cid-so0aeRBVZp .nav-item:focus,
.cid-so0aeRBVZp .nav-link:focus {
  outline: none;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so0aeRBVZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so0aeRBVZp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-so0aeRBVZp .navbar.opened {
  transition: all 0.3s;
}
.cid-so0aeRBVZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so0aeRBVZp .navbar .navbar-logo img {
  width: auto;
}
.cid-so0aeRBVZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar.collapsed {
  justify-content: center;
}
.cid-so0aeRBVZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so0aeRBVZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so0aeRBVZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-so0aeRBVZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so0aeRBVZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so0aeRBVZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so0aeRBVZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-so0aeRBVZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so0aeRBVZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so0aeRBVZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so0aeRBVZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so0aeRBVZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so0aeRBVZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so0aeRBVZp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so0aeRBVZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so0aeRBVZp .dropdown-item.active,
.cid-so0aeRBVZp .dropdown-item:active {
  background-color: transparent;
}
.cid-so0aeRBVZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so0aeRBVZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so0aeRBVZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so0aeRBVZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so0aeRBVZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so0aeRBVZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .navbar {
    height: 70px;
  }
  .cid-so0aeRBVZp .navbar.opened {
    height: auto;
  }
  .cid-so0aeRBVZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so6QVcFUto {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/luxurious-marble-texture-background-2000x1333.webp");
}
.cid-so6QVcFUto .row {
  flex-direction: row-reverse;
}
.cid-so6QVcFUto .container-fluid {
  padding: 0;
}
.cid-so6QVcFUto .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-so6QVcFUto .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-so6QVcFUto .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-so6QVcFUto .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-so6QVcFUto .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-so6QVcFUto .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-so6QVcFUto .mbr-text,
.cid-so6QVcFUto .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-so6QVcFUto .mbr-section-title {
  color: #ffffff;
}
.cid-so6Qza5u9L {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-so6Qza5u9L img {
  width: 120px;
  margin: auto;
}
.cid-so6Qza5u9L .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-so6Qza5u9L .card {
    max-width: 12.5%;
  }
}
.cid-soglQdW5wL {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-soglQdW5wL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-soglQdW5wL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-soglQdW5wL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-soglQdW5wL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-soglQdW5wL .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-soh7FQoYmG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-soh7FQoYmG .mbr-section-title {
  color: #ffffff;
}
.cid-so0dYfPdyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-so0dYfPdyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-so0dYfPdyH .row {
    text-align: center;
  }
  .cid-so0dYfPdyH .row > div {
    margin: auto;
  }
  .cid-so0dYfPdyH .social-row {
    justify-content: center;
  }
}
.cid-so0dYfPdyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-so0dYfPdyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 0rem;
  }
}
.cid-so0dYfPdyH .mbr-text {
  color: #bbbbbb;
}
.cid-so0dYfPdyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-so0dYfPdyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-so0dYfPdyH .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-so0aeRBVZp {
  z-index: 1000;
  width: 100%;
}
.cid-so0aeRBVZp nav.navbar {
  position: fixed;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so0aeRBVZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so0aeRBVZp .dropdown-item:hover,
.cid-so0aeRBVZp .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-so0aeRBVZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so0aeRBVZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so0aeRBVZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so0aeRBVZp .nav-link {
  position: relative;
}
.cid-so0aeRBVZp .container {
  display: flex;
  margin: auto;
}
.cid-so0aeRBVZp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown-menu,
.cid-so0aeRBVZp .navbar.opened {
  background: #353535 !important;
}
.cid-so0aeRBVZp .nav-item:focus,
.cid-so0aeRBVZp .nav-link:focus {
  outline: none;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so0aeRBVZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so0aeRBVZp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-so0aeRBVZp .navbar.opened {
  transition: all 0.3s;
}
.cid-so0aeRBVZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so0aeRBVZp .navbar .navbar-logo img {
  width: auto;
}
.cid-so0aeRBVZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar.collapsed {
  justify-content: center;
}
.cid-so0aeRBVZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so0aeRBVZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so0aeRBVZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-so0aeRBVZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so0aeRBVZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so0aeRBVZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so0aeRBVZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-so0aeRBVZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so0aeRBVZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so0aeRBVZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so0aeRBVZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so0aeRBVZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so0aeRBVZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so0aeRBVZp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so0aeRBVZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so0aeRBVZp .dropdown-item.active,
.cid-so0aeRBVZp .dropdown-item:active {
  background-color: transparent;
}
.cid-so0aeRBVZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so0aeRBVZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so0aeRBVZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so0aeRBVZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so0aeRBVZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so0aeRBVZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .navbar {
    height: 70px;
  }
  .cid-so0aeRBVZp .navbar.opened {
    height: auto;
  }
  .cid-so0aeRBVZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so9HBwVbdf {
  display: flex;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-so9HBwVbdf .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-so9HBwVbdf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-so9HBwVbdf {
    align-items: flex-end;
  }
  .cid-so9HBwVbdf .row {
    justify-content: flex-start;
  }
  .cid-so9HBwVbdf .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-so9HBwVbdf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-so9HBwVbdf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-so9HBwVbdf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-so9HBwVbdf .content-wrap {
    width: 100%;
  }
}
.cid-tqRh3l2SNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRh3l2SNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRh3l2SNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRh3l2SNP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRh3l2SNP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRh3l2SNP .row {
  flex-direction: row-reverse;
}
.cid-tqRh3l2SNP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRh3l2SNP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRh3l2SNP .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tqRh3l2SNP .mbr-text {
  color: #bbbbbb;
  text-align: right;
}
.cid-tqRvzUrM63 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRvzUrM63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRvzUrM63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRvzUrM63 .item {
  padding-bottom: 2rem;
}
.cid-tqRvzUrM63 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqRvzUrM63 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqRvzUrM63 .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-tqRvzUrM63 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqRvzUrM63 .carousel-control,
.cid-tqRvzUrM63 .close {
  background: #1b1b1b;
}
.cid-tqRvzUrM63 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqRvzUrM63 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqRvzUrM63 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqRvzUrM63 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqRvzUrM63 .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-tqRvzUrM63 .close::before {
  content: '\e91a';
}
.cid-tqRvzUrM63 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqRvzUrM63 .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-tqRvzUrM63 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqRvzUrM63 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqRvzUrM63 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqRvzUrM63 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqRvzUrM63 .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-tqRvzUrM63 .carousel-indicators li.active,
.cid-tqRvzUrM63 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqRvzUrM63 .carousel-indicators li::after,
.cid-tqRvzUrM63 .carousel-indicators li::before {
  content: none;
}
.cid-tqRvzUrM63 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqRvzUrM63 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqRvzUrM63 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRvzUrM63 .carousel-indicators {
    display: none;
  }
}
.cid-tqRvzUrM63 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqRvzUrM63 .carousel-inner > .active {
  display: block;
}
.cid-tqRvzUrM63 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqRvzUrM63 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqRvzUrM63 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqRvzUrM63 .carousel-control,
  .cid-tqRvzUrM63 .carousel-indicators,
  .cid-tqRvzUrM63 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqRvzUrM63 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqRvzUrM63 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqRvzUrM63 .carousel-indicators .active,
.cid-tqRvzUrM63 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqRvzUrM63 .carousel-indicators .active {
  background: #fff;
}
.cid-tqRvzUrM63 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqRvzUrM63 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqRvzUrM63 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqRvzUrM63 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqRvzUrM63 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqRvzUrM63 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqRvzUrM63 .carousel {
  width: 100%;
}
.cid-tqRvzUrM63 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqRvzUrM63 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqRvzUrM63 .modal.fade .modal-dialog,
.cid-tqRvzUrM63 .modal.in .modal-dialog {
  transform: none;
}
.cid-tqRvzUrM63 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqRvzUrM63 H6 {
  text-align: center;
}
.cid-tqRiLIsJXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRiLIsJXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRiLIsJXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRiLIsJXe .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRiLIsJXe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRiLIsJXe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRiLIsJXe .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRiLIsJXe .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tqRiLIsJXe .mbr-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-tqRkvPHx4K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRkvPHx4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRkvPHx4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRkvPHx4K .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRkvPHx4K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRkvPHx4K .row {
  flex-direction: row-reverse;
}
.cid-tqRkvPHx4K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRkvPHx4K .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRkvPHx4K .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tqRkvPHx4K .mbr-text {
  color: #bbbbbb;
  text-align: right;
}
.cid-tU6J7VpPdM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tU6J7VpPdM h6 {
  line-height: 1.2;
}
.cid-tU6J7VpPdM img,
.cid-tU6J7VpPdM .item-img {
  width: 100%;
}
.cid-tU6J7VpPdM .item:focus,
.cid-tU6J7VpPdM span:focus {
  outline: none;
}
.cid-tU6J7VpPdM .item {
  cursor: pointer;
}
.cid-tU6J7VpPdM .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tU6J7VpPdM .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tU6J7VpPdM .mbr-section-title {
  color: #000000;
}
.cid-tU6J7VpPdM .mbr-text,
.cid-tU6J7VpPdM .mbr-section-btn {
  color: #000000;
}
.cid-tU6J7VpPdM .item-title {
  color: #000000;
  text-align: center;
}
.cid-tU6J7VpPdM .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tU6J7VpPdM .item-text {
  color: #000000;
  text-align: center;
}
.cid-tU6J7VpPdM .content-head {
  max-width: 800px;
}
.cid-tqRlf5td8A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRlf5td8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRlf5td8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRlf5td8A .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRlf5td8A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRlf5td8A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRlf5td8A .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRlf5td8A .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tqRlf5td8A .mbr-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-tqRuyid5VC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRuyid5VC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRuyid5VC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRuyid5VC .item {
  padding-bottom: 2rem;
}
.cid-tqRuyid5VC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqRuyid5VC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqRuyid5VC .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-tqRuyid5VC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqRuyid5VC .carousel-control,
.cid-tqRuyid5VC .close {
  background: #1b1b1b;
}
.cid-tqRuyid5VC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqRuyid5VC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqRuyid5VC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqRuyid5VC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqRuyid5VC .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-tqRuyid5VC .close::before {
  content: '\e91a';
}
.cid-tqRuyid5VC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqRuyid5VC .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-tqRuyid5VC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqRuyid5VC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqRuyid5VC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqRuyid5VC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqRuyid5VC .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-tqRuyid5VC .carousel-indicators li.active,
.cid-tqRuyid5VC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqRuyid5VC .carousel-indicators li::after,
.cid-tqRuyid5VC .carousel-indicators li::before {
  content: none;
}
.cid-tqRuyid5VC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqRuyid5VC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqRuyid5VC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRuyid5VC .carousel-indicators {
    display: none;
  }
}
.cid-tqRuyid5VC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqRuyid5VC .carousel-inner > .active {
  display: block;
}
.cid-tqRuyid5VC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqRuyid5VC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqRuyid5VC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqRuyid5VC .carousel-control,
  .cid-tqRuyid5VC .carousel-indicators,
  .cid-tqRuyid5VC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqRuyid5VC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqRuyid5VC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqRuyid5VC .carousel-indicators .active,
.cid-tqRuyid5VC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqRuyid5VC .carousel-indicators .active {
  background: #fff;
}
.cid-tqRuyid5VC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqRuyid5VC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqRuyid5VC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqRuyid5VC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqRuyid5VC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqRuyid5VC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqRuyid5VC .carousel {
  width: 100%;
}
.cid-tqRuyid5VC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqRuyid5VC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqRuyid5VC .modal.fade .modal-dialog,
.cid-tqRuyid5VC .modal.in .modal-dialog {
  transform: none;
}
.cid-tqRuyid5VC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqRuyid5VC H6 {
  text-align: center;
}
.cid-tqRmLX5MeG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRmLX5MeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRmLX5MeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRmLX5MeG .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRmLX5MeG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRmLX5MeG .row {
  flex-direction: row-reverse;
}
.cid-tqRmLX5MeG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRmLX5MeG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRmLX5MeG .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tqRmLX5MeG .mbr-text {
  color: #bbbbbb;
  text-align: right;
}
.cid-tqRoJ75h54 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRoJ75h54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRoJ75h54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRoJ75h54 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRoJ75h54 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRoJ75h54 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRoJ75h54 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRoJ75h54 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tqRoJ75h54 .mbr-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-tqRqkMxxFk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRqkMxxFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRqkMxxFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRqkMxxFk .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRqkMxxFk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRqkMxxFk .row {
  flex-direction: row-reverse;
}
.cid-tqRqkMxxFk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRqkMxxFk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRqkMxxFk .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tqRqkMxxFk .mbr-text {
  color: #bbbbbb;
  text-align: right;
}
.cid-tqRqNeokVE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRqNeokVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRqNeokVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRqNeokVE .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRqNeokVE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRqNeokVE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRqNeokVE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRqNeokVE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tqRqNeokVE .mbr-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-tU0cciRCrE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-tU0cciRCrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU0cciRCrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU0cciRCrE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tU0cciRCrE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tU0cciRCrE .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tU0cciRCrE .embla__button--next,
.cid-tU0cciRCrE .embla__button--prev {
  display: flex;
}
.cid-tU0cciRCrE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tU0cciRCrE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tU0cciRCrE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tU0cciRCrE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tU0cciRCrE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU0cciRCrE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tU0cciRCrE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tU0cciRCrE .embla {
  position: relative;
  width: 100%;
}
.cid-tU0cciRCrE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tU0cciRCrE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tU0cciRCrE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tU0cciRCrE .embla__slide a {
  cursor: grab;
}
.cid-tU0cciRCrE .embla__slide a:active {
  cursor: grabbing;
}
.cid-tU0cciRCrE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tU0cciRCrE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tU0cciRCrE .mbr-section-title {
  color: #232323;
}
.cid-tU0cciRCrE .mbr-section-subtitle {
  color: #232323;
}
.cid-tU0cciRCrE .mbr-box {
  color: #ffffff;
}
.cid-tU0cciRCrE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tU0cciRCrE img,
.cid-tU0cciRCrE .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tU0cciRCrE .item-wrapper {
  position: relative;
}
.cid-tU0cciRCrE .content-head {
  max-width: 800px;
}
.cid-tqRrX6sE95 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRrX6sE95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRrX6sE95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRrX6sE95 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRrX6sE95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRrX6sE95 .row {
  flex-direction: row-reverse;
}
.cid-tqRrX6sE95 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRrX6sE95 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRrX6sE95 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tqRrX6sE95 .mbr-text {
  color: #bbbbbb;
  text-align: right;
}
.cid-tqRt1JJlth {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRt1JJlth .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRt1JJlth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRt1JJlth .item {
  padding-bottom: 2rem;
}
.cid-tqRt1JJlth .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqRt1JJlth .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqRt1JJlth .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-tqRt1JJlth .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqRt1JJlth .carousel-control,
.cid-tqRt1JJlth .close {
  background: #1b1b1b;
}
.cid-tqRt1JJlth .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqRt1JJlth .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqRt1JJlth .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqRt1JJlth .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqRt1JJlth .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-tqRt1JJlth .close::before {
  content: '\e91a';
}
.cid-tqRt1JJlth .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqRt1JJlth .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-tqRt1JJlth .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqRt1JJlth .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqRt1JJlth .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqRt1JJlth .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqRt1JJlth .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-tqRt1JJlth .carousel-indicators li.active,
.cid-tqRt1JJlth .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqRt1JJlth .carousel-indicators li::after,
.cid-tqRt1JJlth .carousel-indicators li::before {
  content: none;
}
.cid-tqRt1JJlth .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqRt1JJlth .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqRt1JJlth .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRt1JJlth .carousel-indicators {
    display: none;
  }
}
.cid-tqRt1JJlth .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqRt1JJlth .carousel-inner > .active {
  display: block;
}
.cid-tqRt1JJlth .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqRt1JJlth .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqRt1JJlth .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqRt1JJlth .carousel-control,
  .cid-tqRt1JJlth .carousel-indicators,
  .cid-tqRt1JJlth .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqRt1JJlth .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqRt1JJlth .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqRt1JJlth .carousel-indicators .active,
.cid-tqRt1JJlth .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqRt1JJlth .carousel-indicators .active {
  background: #fff;
}
.cid-tqRt1JJlth .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqRt1JJlth .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqRt1JJlth .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqRt1JJlth .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqRt1JJlth .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqRt1JJlth .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqRt1JJlth .carousel {
  width: 100%;
}
.cid-tqRt1JJlth .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqRt1JJlth .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqRt1JJlth .modal.fade .modal-dialog,
.cid-tqRt1JJlth .modal.in .modal-dialog {
  transform: none;
}
.cid-tqRt1JJlth .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqRt1JJlth H6 {
  text-align: center;
}
.cid-tqRx5M9jvP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRx5M9jvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRx5M9jvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRx5M9jvP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRx5M9jvP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRx5M9jvP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRx5M9jvP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRx5M9jvP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tqRx5M9jvP .mbr-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-ue6LqJPHlc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ue6LqJPHlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6LqJPHlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6LqJPHlc .item {
  padding-bottom: 2rem;
}
.cid-ue6LqJPHlc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ue6LqJPHlc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ue6LqJPHlc .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-ue6LqJPHlc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ue6LqJPHlc .carousel-control,
.cid-ue6LqJPHlc .close {
  background: #1b1b1b;
}
.cid-ue6LqJPHlc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ue6LqJPHlc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ue6LqJPHlc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ue6LqJPHlc .carousel-control-next span {
  margin-left: 5px;
}
.cid-ue6LqJPHlc .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-ue6LqJPHlc .close::before {
  content: '\e91a';
}
.cid-ue6LqJPHlc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ue6LqJPHlc .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-ue6LqJPHlc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ue6LqJPHlc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ue6LqJPHlc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ue6LqJPHlc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ue6LqJPHlc .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-ue6LqJPHlc .carousel-indicators li.active,
.cid-ue6LqJPHlc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ue6LqJPHlc .carousel-indicators li::after,
.cid-ue6LqJPHlc .carousel-indicators li::before {
  content: none;
}
.cid-ue6LqJPHlc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ue6LqJPHlc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ue6LqJPHlc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ue6LqJPHlc .carousel-indicators {
    display: none;
  }
}
.cid-ue6LqJPHlc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ue6LqJPHlc .carousel-inner > .active {
  display: block;
}
.cid-ue6LqJPHlc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ue6LqJPHlc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ue6LqJPHlc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ue6LqJPHlc .carousel-control,
  .cid-ue6LqJPHlc .carousel-indicators,
  .cid-ue6LqJPHlc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ue6LqJPHlc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ue6LqJPHlc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ue6LqJPHlc .carousel-indicators .active,
.cid-ue6LqJPHlc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ue6LqJPHlc .carousel-indicators .active {
  background: #fff;
}
.cid-ue6LqJPHlc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ue6LqJPHlc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ue6LqJPHlc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ue6LqJPHlc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ue6LqJPHlc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ue6LqJPHlc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ue6LqJPHlc .carousel {
  width: 100%;
}
.cid-ue6LqJPHlc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ue6LqJPHlc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ue6LqJPHlc .modal.fade .modal-dialog,
.cid-ue6LqJPHlc .modal.in .modal-dialog {
  transform: none;
}
.cid-ue6LqJPHlc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ue6LqJPHlc H6 {
  text-align: center;
}
.cid-tqRxuiTl4c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tqRxuiTl4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqRxuiTl4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqRxuiTl4c .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tqRxuiTl4c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqRxuiTl4c .row {
  flex-direction: row-reverse;
}
.cid-tqRxuiTl4c img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqRxuiTl4c .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqRxuiTl4c .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tqRxuiTl4c .mbr-text {
  color: #bbbbbb;
  text-align: right;
}
.cid-ueWO1m4eOk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-ueWO1m4eOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWO1m4eOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueWO1m4eOk .section-border-item {
  background-color: #fcdb42;
}
.cid-ueWO1m4eOk .mbr-section-title {
  color: #fff;
}
.cid-ueWO1m4eOk .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ueWO1m4eOk .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ueWO1m4eOk .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tqGXd9LdpV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/125123-1900x1069.webp");
}
.cid-tqGXd9LdpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqGXd9LdpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqGXd9LdpV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tqGXd9LdpV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soh7jQX9H3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-soh7jQX9H3 .mbr-section-title {
  color: #ffffff;
}
.cid-sogiiFGWOE {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sogiiFGWOE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sogiiFGWOE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sogiiFGWOE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sogiiFGWOE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sogiiFGWOE .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sK7OuG6Of5 {
  background-image: url("../../../assets/images/laser-2795231-1920-1920x1280.webp");
}
.cid-sK7OuG6Of5 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sK7OuG6Of5 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sK7OuG6Of5 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sK7OuG6Of5 .mbr-text {
  color: #ffffff;
}
.cid-sK7OuG6Of5 .card {
  padding-bottom: 1.5rem;
}
.cid-sK7OuG6Of5 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sK7OuG6Of5 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sK7OuG6Of5 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sK7OuG6Of5 .card-wrapper .card-title,
.cid-sK7OuG6Of5 .card-box {
  text-align: left;
}
.cid-sK7OuG6Of5 H1 {
  text-align: center;
}
.cid-sK7OuG6Of5 .mbr-text,
.cid-sK7OuG6Of5 .mbr-section-btn {
  text-align: center;
}
.cid-so0dYfPdyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-so0dYfPdyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-so0dYfPdyH .row {
    text-align: center;
  }
  .cid-so0dYfPdyH .row > div {
    margin: auto;
  }
  .cid-so0dYfPdyH .social-row {
    justify-content: center;
  }
}
.cid-so0dYfPdyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-so0dYfPdyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 0rem;
  }
}
.cid-so0dYfPdyH .mbr-text {
  color: #bbbbbb;
}
.cid-so0dYfPdyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-so0dYfPdyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-so0dYfPdyH .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-suRiqVbduT {
  z-index: 1000;
  width: 100%;
}
.cid-suRiqVbduT nav.navbar {
  position: fixed;
}
.cid-suRiqVbduT .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-suRiqVbduT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suRiqVbduT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-suRiqVbduT .dropdown-item:hover,
.cid-suRiqVbduT .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-suRiqVbduT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suRiqVbduT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suRiqVbduT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-suRiqVbduT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suRiqVbduT .nav-link {
  position: relative;
}
.cid-suRiqVbduT .container {
  display: flex;
  margin: auto;
}
.cid-suRiqVbduT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suRiqVbduT .dropdown-menu,
.cid-suRiqVbduT .navbar.opened {
  background: #353535 !important;
}
.cid-suRiqVbduT .nav-item:focus,
.cid-suRiqVbduT .nav-link:focus {
  outline: none;
}
.cid-suRiqVbduT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suRiqVbduT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suRiqVbduT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suRiqVbduT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suRiqVbduT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suRiqVbduT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suRiqVbduT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-suRiqVbduT .navbar.opened {
  transition: all 0.3s;
}
.cid-suRiqVbduT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suRiqVbduT .navbar .navbar-logo img {
  width: auto;
}
.cid-suRiqVbduT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suRiqVbduT .navbar.collapsed {
  justify-content: center;
}
.cid-suRiqVbduT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suRiqVbduT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suRiqVbduT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-suRiqVbduT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suRiqVbduT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suRiqVbduT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suRiqVbduT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suRiqVbduT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suRiqVbduT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suRiqVbduT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suRiqVbduT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suRiqVbduT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suRiqVbduT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suRiqVbduT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suRiqVbduT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suRiqVbduT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suRiqVbduT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suRiqVbduT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suRiqVbduT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suRiqVbduT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suRiqVbduT .navbar.navbar-short {
  min-height: 60px;
}
.cid-suRiqVbduT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suRiqVbduT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suRiqVbduT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suRiqVbduT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suRiqVbduT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suRiqVbduT .dropdown-item.active,
.cid-suRiqVbduT .dropdown-item:active {
  background-color: transparent;
}
.cid-suRiqVbduT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suRiqVbduT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suRiqVbduT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suRiqVbduT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-suRiqVbduT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suRiqVbduT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suRiqVbduT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suRiqVbduT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suRiqVbduT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suRiqVbduT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suRiqVbduT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suRiqVbduT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suRiqVbduT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suRiqVbduT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suRiqVbduT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suRiqVbduT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suRiqVbduT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suRiqVbduT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suRiqVbduT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suRiqVbduT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suRiqVbduT .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-suRiqVbduT .navbar {
    height: 70px;
  }
  .cid-suRiqVbduT .navbar.opened {
    height: auto;
  }
  .cid-suRiqVbduT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suRiqVx1D0 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/copy-space-wooden-rusty-tree-texture-2000x1333.webp");
}
.cid-suRiqVx1D0 .row {
  flex-direction: row-reverse;
}
.cid-suRiqVx1D0 .container-fluid {
  padding: 0;
}
.cid-suRiqVx1D0 .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-suRiqVx1D0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-suRiqVx1D0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suRiqVx1D0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-suRiqVx1D0 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-suRiqVx1D0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suRiqVx1D0 .mbr-text,
.cid-suRiqVx1D0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-suRiqVx1D0 .mbr-section-title {
  color: #ffffff;
}
.cid-sK7OpwHKzj {
  background-image: url("../../../assets/images/laser-2795231-1920-1920x1280.webp");
}
.cid-sK7OpwHKzj .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sK7OpwHKzj .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sK7OpwHKzj .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sK7OpwHKzj .mbr-text {
  color: #ffffff;
}
.cid-sK7OpwHKzj .card {
  padding-bottom: 1.5rem;
}
.cid-sK7OpwHKzj .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sK7OpwHKzj .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sK7OpwHKzj .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sK7OpwHKzj .card-wrapper .card-title,
.cid-sK7OpwHKzj .card-box {
  text-align: left;
}
.cid-sK7OpwHKzj H1 {
  text-align: center;
}
.cid-sK7OpwHKzj .mbr-text,
.cid-sK7OpwHKzj .mbr-section-btn {
  text-align: center;
}
.cid-suRiqW1aPG {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-suRiqW1aPG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suRiqW1aPG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-suRiqW1aPG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-suRiqW1aPG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-suRiqW1aPG .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-suRiqWbNLk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-suRiqWbNLk .mbr-section-title {
  color: #ffffff;
}
.cid-suRiqWk5uG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-suRiqWk5uG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-suRiqWk5uG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-suRiqWk5uG .row {
    text-align: center;
  }
  .cid-suRiqWk5uG .row > div {
    margin: auto;
  }
  .cid-suRiqWk5uG .social-row {
    justify-content: center;
  }
}
.cid-suRiqWk5uG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-suRiqWk5uG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-suRiqWk5uG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-suRiqWk5uG .list {
    margin-bottom: 0rem;
  }
}
.cid-suRiqWk5uG .mbr-text {
  color: #bbbbbb;
}
.cid-suRiqWk5uG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-suRiqWk5uG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-suRiqWk5uG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-suRiqWk5uG .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-sJFgsoPaOC {
  z-index: 1000;
  width: 100%;
}
.cid-sJFgsoPaOC nav.navbar {
  position: fixed;
}
.cid-sJFgsoPaOC .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-sJFgsoPaOC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJFgsoPaOC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJFgsoPaOC .dropdown-item:hover,
.cid-sJFgsoPaOC .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-sJFgsoPaOC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJFgsoPaOC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJFgsoPaOC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJFgsoPaOC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJFgsoPaOC .nav-link {
  position: relative;
}
.cid-sJFgsoPaOC .container {
  display: flex;
  margin: auto;
}
.cid-sJFgsoPaOC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJFgsoPaOC .dropdown-menu,
.cid-sJFgsoPaOC .navbar.opened {
  background: #353535 !important;
}
.cid-sJFgsoPaOC .nav-item:focus,
.cid-sJFgsoPaOC .nav-link:focus {
  outline: none;
}
.cid-sJFgsoPaOC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJFgsoPaOC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJFgsoPaOC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJFgsoPaOC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJFgsoPaOC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJFgsoPaOC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJFgsoPaOC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-sJFgsoPaOC .navbar.opened {
  transition: all 0.3s;
}
.cid-sJFgsoPaOC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJFgsoPaOC .navbar .navbar-logo img {
  width: auto;
}
.cid-sJFgsoPaOC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJFgsoPaOC .navbar.collapsed {
  justify-content: center;
}
.cid-sJFgsoPaOC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJFgsoPaOC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJFgsoPaOC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-sJFgsoPaOC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJFgsoPaOC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJFgsoPaOC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJFgsoPaOC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJFgsoPaOC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJFgsoPaOC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJFgsoPaOC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJFgsoPaOC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJFgsoPaOC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJFgsoPaOC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJFgsoPaOC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJFgsoPaOC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJFgsoPaOC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJFgsoPaOC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJFgsoPaOC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJFgsoPaOC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJFgsoPaOC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJFgsoPaOC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJFgsoPaOC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJFgsoPaOC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJFgsoPaOC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJFgsoPaOC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJFgsoPaOC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJFgsoPaOC .dropdown-item.active,
.cid-sJFgsoPaOC .dropdown-item:active {
  background-color: transparent;
}
.cid-sJFgsoPaOC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJFgsoPaOC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJFgsoPaOC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJFgsoPaOC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sJFgsoPaOC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJFgsoPaOC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJFgsoPaOC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJFgsoPaOC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJFgsoPaOC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJFgsoPaOC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJFgsoPaOC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJFgsoPaOC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJFgsoPaOC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJFgsoPaOC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJFgsoPaOC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJFgsoPaOC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJFgsoPaOC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJFgsoPaOC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJFgsoPaOC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJFgsoPaOC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJFgsoPaOC .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-sJFgsoPaOC .navbar {
    height: 70px;
  }
  .cid-sJFgsoPaOC .navbar.opened {
    height: auto;
  }
  .cid-sJFgsoPaOC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJJQpOqdOF {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/laser-2795231-1920-1920x1280.webp");
}
.cid-sJJQpOqdOF H1 {
  text-align: left;
  color: #ffe161;
}
.cid-sJJQpOqdOF H3 {
  color: #fafafa;
  text-align: left;
}
.cid-sJJZu89QxT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sJJZu89QxT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJJZu89QxT .row {
    flex-direction: column-reverse;
  }
  .cid-sJJZu89QxT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sJJZu89QxT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJJZu89QxT .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sJJZu89QxT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sK2Houe4Hy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/iconos-1-2000x668.webp");
}
.cid-sK2Houe4Hy H2 {
  color: #fafafa;
  text-align: left;
}
.cid-sK2O3ZGa9a {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK2O3ZGa9a img,
.cid-sK2O3ZGa9a .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sK2O3ZGa9a .item:focus,
.cid-sK2O3ZGa9a span:focus {
  outline: none;
}
.cid-sK2O3ZGa9a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sK2O3ZGa9a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sK2O3ZGa9a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sK2O3ZGa9a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sK2O3ZGa9a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sK2O3ZGa9a .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sK2O3ZGa9a .mbr-text,
.cid-sK2O3ZGa9a .mbr-section-btn {
  text-align: center;
}
.cid-sK2O3ZGa9a .item-title {
  text-align: center;
}
.cid-sK2O3ZGa9a .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sK2O3ZGa9a .mbr-section-subtitle {
  text-align: left;
}
.cid-sJKPMZNXOT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJKPMZNXOT .item {
  padding-bottom: 2rem;
}
.cid-sJKPMZNXOT .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJKPMZNXOT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sJKPMZNXOT .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-sJKPMZNXOT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJKPMZNXOT .carousel-control,
.cid-sJKPMZNXOT .close {
  background: #1b1b1b;
}
.cid-sJKPMZNXOT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJKPMZNXOT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJKPMZNXOT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJKPMZNXOT .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJKPMZNXOT .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-sJKPMZNXOT .close::before {
  content: '\e91a';
}
.cid-sJKPMZNXOT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJKPMZNXOT .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-sJKPMZNXOT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJKPMZNXOT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJKPMZNXOT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJKPMZNXOT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJKPMZNXOT .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-sJKPMZNXOT .carousel-indicators li.active,
.cid-sJKPMZNXOT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJKPMZNXOT .carousel-indicators li::after,
.cid-sJKPMZNXOT .carousel-indicators li::before {
  content: none;
}
.cid-sJKPMZNXOT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJKPMZNXOT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJKPMZNXOT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJKPMZNXOT .carousel-indicators {
    display: none;
  }
}
.cid-sJKPMZNXOT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJKPMZNXOT .carousel-inner > .active {
  display: block;
}
.cid-sJKPMZNXOT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJKPMZNXOT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJKPMZNXOT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJKPMZNXOT .carousel-control,
  .cid-sJKPMZNXOT .carousel-indicators,
  .cid-sJKPMZNXOT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJKPMZNXOT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJKPMZNXOT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJKPMZNXOT .carousel-indicators .active,
.cid-sJKPMZNXOT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJKPMZNXOT .carousel-indicators .active {
  background: #fff;
}
.cid-sJKPMZNXOT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJKPMZNXOT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJKPMZNXOT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJKPMZNXOT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJKPMZNXOT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJKPMZNXOT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJKPMZNXOT .carousel {
  width: 100%;
}
.cid-sJKPMZNXOT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJKPMZNXOT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJKPMZNXOT .modal.fade .modal-dialog,
.cid-sJKPMZNXOT .modal.in .modal-dialog {
  transform: none;
}
.cid-sJKPMZNXOT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJKPMZNXOT H6 {
  text-align: left;
}
.cid-sK32p37ulO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sK32p37ulO .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-sK32p37ulO .item {
    margin-bottom: 4rem;
  }
}
.cid-sK32p37ulO .item:last-child .icon-box:before {
  display: none;
}
.cid-sK32p37ulO .item.last .icon-box:before {
  display: none;
}
.cid-sK32p37ulO .icon-box {
  background: #fafafa;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sK32p37ulO .icon-box {
    margin-right: 1rem;
  }
}
.cid-sK32p37ulO .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #fafafa;
  transform: translate(-50%, 0);
}
.cid-sK32p37ulO span {
  font-size: 2rem;
  color: #7a7a7a;
}
@media (max-width: 991px) {
  .cid-sK32p37ulO .card {
    margin-bottom: 2rem;
  }
  .cid-sK32p37ulO .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sK32p37ulO .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sK32p37ulO .icon-box::before {
    top: 114%;
  }
}
.cid-sK32p37ulO .card-title,
.cid-sK32p37ulO .card-box {
  color: #e6c63b;
}
.cid-sK32p37ulO .icon-text {
  color: #bbbbbb;
}
.cid-sK32p37ulO .mbr-text,
.cid-sK32p37ulO .mbr-section-btn {
  text-align: left;
}
.cid-sJJYfD4PgD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/laser-2795231-1920-1920x1280.webp");
}
.cid-sJJYfD4PgD .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sJJYfD4PgD .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sJJYfD4PgD .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sJJYfD4PgD .mbr-text {
  color: #ffffff;
}
.cid-sJJYfD4PgD .card {
  padding-bottom: 1.5rem;
}
.cid-sJJYfD4PgD .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJJYfD4PgD .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sJJYfD4PgD .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sJJYfD4PgD .card-wrapper .card-title,
.cid-sJJYfD4PgD .card-box {
  text-align: left;
}
.cid-sJJYfD4PgD H1 {
  text-align: center;
}
.cid-sJJYfD4PgD .mbr-text,
.cid-sJJYfD4PgD .mbr-section-btn {
  text-align: center;
}
.cid-sJY0spZobC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY0spZobC img,
.cid-sJY0spZobC .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sJY0spZobC .item:focus,
.cid-sJY0spZobC span:focus {
  outline: none;
}
.cid-sJY0spZobC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJY0spZobC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJY0spZobC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJY0spZobC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJY0spZobC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJY0spZobC .mbr-section-title {
  color: #232323;
}
.cid-sJY0spZobC .mbr-text,
.cid-sJY0spZobC .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-sJY0spZobC .item-title {
  text-align: center;
}
.cid-sJY0spZobC .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sK7yvYP1Yz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sK7yvYP1Yz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sK7yvYP1Yz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sK7yvYP1Yz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #353535;
}
.cid-sK7yvYP1Yz .panel-body,
.cid-sK7yvYP1Yz .card-header {
  padding: 1rem 0;
}
.cid-sK7yvYP1Yz .panel-title-edit {
  color: #000000;
}
.cid-tU0eMvKK06 {
  background-color: #353535;
}
.cid-tU0eMvKK06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU0eMvKK06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU0eMvKK06 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tU0eMvKK06 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tU0eMvKK06 .row {
    margin: 0;
  }
}
.cid-tU0eMvKK06 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tU0eMvKK06 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .content-wrapper {
    padding: 24px;
  }
}
.cid-tU0eMvKK06 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tU0eMvKK06 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .content-wrapper .mbr-text {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-tU0eMvKK06 .content-wrapper .nav.nav-tabs {
  position: relative;
  display: block;
  border: none;
}
.cid-tU0eMvKK06 .content-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  z-index: 1;
}
.cid-tU0eMvKK06 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  margin-bottom: 32px;
  border: 1px solid #72716b;
  border-radius: .375rem !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 24px;
  }
}
.cid-tU0eMvKK06 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ffe161;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .content-wrapper .mbr-section-btn {
    text-align: left;
  }
}
.cid-tU0eMvKK06 .tab-content {
  height: 100%;
}
.cid-tU0eMvKK06 .tab-content .tab-pane {
  height: 100%;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .tab-content .tab-pane .items {
    display: block;
  }
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item {
  padding: 32px;
  border-left: 1px solid #72716b;
  border-right: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item:first-child,
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item:nth-child(2) {
  border-top: none;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item:nth-child(2n) {
  border-left: none;
  border-right: none;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item:nth-child(2n) .item-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item:nth-child(2n) .item-wrapper .item-content {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .tab-content .tab-pane .items .item:nth-child(2n) .item-wrapper .item-content {
    margin-bottom: 24px;
  }
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item:nth-child(2n) .item-wrapper .item-img {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .tab-content .tab-pane .items .item {
    padding: 24px;
    border-top: 1px solid #72716b !important;
    border-left: 1px solid #72716b !important;
    border-right: none !important;
  }
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-img {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-img:hover img,
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-img:focus img {
  transform: scale(0.95);
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-content a {
  display: block;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-content a:hover .card-title,
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-content a:focus .card-title {
  color: #ffe161;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-content a .card-title {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tU0eMvKK06 .tab-content .tab-pane .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tU0eMvKK06 .mbr-section-title {
  color: #F9F6E0;
}
.cid-tU0eMvKK06 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tU0eMvKK06 .card-title {
  color: #ffffff;
}
.cid-tU0eMvKK06 .card-text {
  color: #ffffff;
}
.cid-tU0eMvKK06 .mbr-section-title,
.cid-tU0eMvKK06 .mbr-section-btn,
.cid-tU0eMvKK06 .nav-item {
  text-align: left;
  color: #ffffff;
}
.cid-sJFgsqi0Sj {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJFgsqi0Sj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sJFgsqi0Sj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sJFgsqi0Sj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sJFgsqi0Sj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sJFgsqi0Sj .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sJFgsqCp1D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-sJFgsqCp1D .mbr-section-title {
  color: #ffffff;
}
.cid-sJFgsqS8N5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sJFgsqS8N5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sJFgsqS8N5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sJFgsqS8N5 .row {
    text-align: center;
  }
  .cid-sJFgsqS8N5 .row > div {
    margin: auto;
  }
  .cid-sJFgsqS8N5 .social-row {
    justify-content: center;
  }
}
.cid-sJFgsqS8N5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sJFgsqS8N5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sJFgsqS8N5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJFgsqS8N5 .list {
    margin-bottom: 0rem;
  }
}
.cid-sJFgsqS8N5 .mbr-text {
  color: #bbbbbb;
}
.cid-sJFgsqS8N5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sJFgsqS8N5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sJFgsqS8N5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sJFgsqS8N5 .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-tTVJi6xxxN {
  z-index: 1000;
  width: 100%;
}
.cid-tTVJi6xxxN nav.navbar {
  position: fixed;
}
.cid-tTVJi6xxxN .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-tTVJi6xxxN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTVJi6xxxN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTVJi6xxxN .dropdown-item:hover,
.cid-tTVJi6xxxN .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tTVJi6xxxN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTVJi6xxxN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTVJi6xxxN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTVJi6xxxN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTVJi6xxxN .nav-link {
  position: relative;
}
.cid-tTVJi6xxxN .container {
  display: flex;
  margin: auto;
}
.cid-tTVJi6xxxN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTVJi6xxxN .dropdown-menu,
.cid-tTVJi6xxxN .navbar.opened {
  background: #353535 !important;
}
.cid-tTVJi6xxxN .nav-item:focus,
.cid-tTVJi6xxxN .nav-link:focus {
  outline: none;
}
.cid-tTVJi6xxxN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTVJi6xxxN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTVJi6xxxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTVJi6xxxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTVJi6xxxN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTVJi6xxxN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTVJi6xxxN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tTVJi6xxxN .navbar.opened {
  transition: all 0.3s;
}
.cid-tTVJi6xxxN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTVJi6xxxN .navbar .navbar-logo img {
  width: auto;
}
.cid-tTVJi6xxxN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTVJi6xxxN .navbar.collapsed {
  justify-content: center;
}
.cid-tTVJi6xxxN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTVJi6xxxN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTVJi6xxxN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tTVJi6xxxN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTVJi6xxxN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTVJi6xxxN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tTVJi6xxxN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTVJi6xxxN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTVJi6xxxN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTVJi6xxxN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTVJi6xxxN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTVJi6xxxN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTVJi6xxxN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTVJi6xxxN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tTVJi6xxxN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTVJi6xxxN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTVJi6xxxN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTVJi6xxxN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTVJi6xxxN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTVJi6xxxN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTVJi6xxxN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTVJi6xxxN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTVJi6xxxN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTVJi6xxxN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTVJi6xxxN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTVJi6xxxN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTVJi6xxxN .dropdown-item.active,
.cid-tTVJi6xxxN .dropdown-item:active {
  background-color: transparent;
}
.cid-tTVJi6xxxN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTVJi6xxxN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTVJi6xxxN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTVJi6xxxN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tTVJi6xxxN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTVJi6xxxN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTVJi6xxxN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTVJi6xxxN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTVJi6xxxN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTVJi6xxxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTVJi6xxxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTVJi6xxxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTVJi6xxxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTVJi6xxxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTVJi6xxxN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTVJi6xxxN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTVJi6xxxN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTVJi6xxxN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTVJi6xxxN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTVJi6xxxN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTVJi6xxxN .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-tTVJi6xxxN .navbar {
    height: 70px;
  }
  .cid-tTVJi6xxxN .navbar.opened {
    height: auto;
  }
  .cid-tTVJi6xxxN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTVOhOwSvg {
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tTVOhOwSvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVOhOwSvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTVOhOwSvg.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tTVOhOwSvg:not(.mbr-fullscreen) {
  min-height: 680px;
}
@media (max-width: 991px) {
  .cid-tTVOhOwSvg:not(.mbr-fullscreen) {
    min-height: 616px;
  }
}
.cid-tTVOhOwSvg .section-border-item {
  background-color: #fcdb42;
}
.cid-tTVOhOwSvg .row {
  width: 100%;
  margin: 0;
}
.cid-tTVOhOwSvg .col-content {
  padding: 4rem !important;
  background-color: #232323;
}
@media (max-width: 575px) {
  .cid-tTVOhOwSvg .col-content {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 5% !important;
  }
}
.cid-tTVOhOwSvg .mbr-section-title {
  color: #fcdb42;
  text-align: left;
}
.cid-tTVOhOwSvg .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tTVOhOwSvg .mbr-section-subtitle {
    margin-top: .75rem;
  }
}
.cid-tTVOhOwSvg .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tTVOhOwSvg .mbr-text {
    margin-top: 1rem;
  }
}
.cid-tTVOhOwSvg .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVOhOwSvg .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-tTVOhOwSvg .label-container {
  width: fit-content;
  max-width: 50%;
  padding: 0.75rem 1.5rem;
  margin-right: -4rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-top: 2rem;
  background-color: #fcdb42;
}
@media (max-width: 776px) {
  .cid-tTVOhOwSvg .label-container {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tTVOhOwSvg .label-container {
    margin-top: 1rem;
    margin-bottom: -2rem;
  }
}
.cid-tTVOhOwSvg .label-text {
  color: #090f10;
}
.cid-tTVOhOwSvg .mbr-text,
.cid-tTVOhOwSvg .mbr-section-btn {
  color: #fafafa;
}
.cid-tTVM5Y6vMf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tTVM5Y6vMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVM5Y6vMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTVM5Y6vMf .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tTVM5Y6vMf .section-border-item_center {
    display: none;
  }
}
.cid-tTVM5Y6vMf .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-tTVM5Y6vMf .main-container {
    flex-wrap: wrap;
  }
}
.cid-tTVM5Y6vMf .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tTVM5Y6vMf .card-wrap {
    width: 100%;
  }
}
.cid-tTVM5Y6vMf .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-tTVM5Y6vMf .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tTVM5Y6vMf .card-box {
    max-width: 100%;
  }
}
.cid-tTVM5Y6vMf .card-title {
  color: #FFF;
}
.cid-tTVM5Y6vMf .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVM5Y6vMf .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tTVM5Y6vMf .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tTVM5Y6vMf .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tTVM5Y6vMf .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tTVM5Y6vMf .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tTVM5Y6vMf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tTVM5Y6vMf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tTVM5Y6vMf .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tTVM5Y6vMf .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVM5Y6vMf .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tTVM5Y6vMf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tTVM5Y6vMf .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tTVM5Y6vMf .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tTVM5Y6vMf .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tTVM5Y6vMf .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tTVM6wfQqE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tTVM6wfQqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVM6wfQqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTVM6wfQqE .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tTVM6wfQqE .section-border-item_center {
    display: none;
  }
}
.cid-tTVM6wfQqE .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTVM6wfQqE .main-container {
    flex-wrap: wrap;
  }
}
.cid-tTVM6wfQqE .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tTVM6wfQqE .card-wrap {
    width: 100%;
  }
}
.cid-tTVM6wfQqE .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tTVM6wfQqE .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tTVM6wfQqE .card-box {
    max-width: 100%;
  }
}
.cid-tTVM6wfQqE .card-title {
  color: #FFF;
}
.cid-tTVM6wfQqE .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVM6wfQqE .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tTVM6wfQqE .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tTVM6wfQqE .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tTVM6wfQqE .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tTVM6wfQqE .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tTVM6wfQqE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tTVM6wfQqE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tTVM6wfQqE .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tTVM6wfQqE .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVM6wfQqE .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tTVM6wfQqE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tTVM6wfQqE .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tTVM6wfQqE .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tTVM6wfQqE .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tTVM6wfQqE .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tTVM7gEbrz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tTVM7gEbrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVM7gEbrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTVM7gEbrz .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tTVM7gEbrz .section-border-item_center {
    display: none;
  }
}
.cid-tTVM7gEbrz .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-tTVM7gEbrz .main-container {
    flex-wrap: wrap;
  }
}
.cid-tTVM7gEbrz .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tTVM7gEbrz .card-wrap {
    width: 100%;
  }
}
.cid-tTVM7gEbrz .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-tTVM7gEbrz .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tTVM7gEbrz .card-box {
    max-width: 100%;
  }
}
.cid-tTVM7gEbrz .card-title {
  color: #ffffff;
}
.cid-tTVM7gEbrz .card-subtitle {
  color: #fafafa;
}
.cid-tTVM7gEbrz .mbr-text {
  color: #FFF;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tTVM7gEbrz .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tTVM7gEbrz .counter-container {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tTVM7gEbrz .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tTVM7gEbrz .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cid-tTVM7gEbrz .list {
    grid-template-columns: 1fr;
  }
}
.cid-tTVM7gEbrz .list-title {
  color: #fcdb42;
}
.cid-tTVM7gEbrz .list-text {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tTVM7gEbrz .list-text {
    margin-top: 0.75rem;
  }
}
.cid-tTVM7gEbrz .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tTVM7gEbrz .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tTVM7gEbrz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tTVM7gEbrz .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tTVM7gEbrz .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tTVM7gEbrz .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tTVM7gEbrz .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tTVM7gEbrz .mbr-text,
.cid-tTVM7gEbrz .mbr-section-btn {
  color: #fafafa;
}
.cid-tUnkCIifJy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-tUnkCIifJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUnkCIifJy .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tUnkCIifJy .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-tUnkCIifJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUnkCIifJy .content-head {
  max-width: 800px;
}
.cid-tUnkCIifJy .card1 {
  background: #fcdb42;
}
.cid-tUnkCIifJy .card2 {
  background: #46400a;
}
.cid-tUnkCIifJy .card3 {
  background: #3a341c;
}
.cid-tUnkCIifJy .card4 {
  background: #ffe885;
}
.cid-tUnkCIifJy .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tUnkCIifJy .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tUnkCIifJy .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tUnkCIifJy .card {
    margin-bottom: 1rem;
  }
}
.cid-tUnkCIifJy .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tUnkCIifJy .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tUnkCIifJy .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tUnkCIifJy .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tUnkCIifJy .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tUnkCIifJy .title-row {
    padding: 1.5rem;
  }
}
.cid-tUnkCIifJy .card-title2,
.cid-tUnkCIifJy .social-row {
  color: #fcdb42;
}
.cid-tUnkCIifJy .card-title1,
.cid-tUnkCIifJy .social-row {
  color: #ffffff;
  text-align: right;
}
.cid-tUnkCIifJy .card-title3,
.cid-tUnkCIifJy .social-row {
  color: #ffeb69;
}
.cid-tUnkCIifJy .card-text3,
.cid-tUnkCIifJy .mbr-section-btn {
  color: #ffffff;
}
.cid-tUnkCIifJy .card-text1,
.cid-tUnkCIifJy .mbr-section-btn {
  color: #260a30;
}
.cid-tUnkCIifJy .card-text2,
.cid-tUnkCIifJy .mbr-section-btn {
  color: #ffffff;
}
.cid-tUnkCIifJy .card-title4,
.cid-tUnkCIifJy .social-row {
  color: #ffffff;
  text-align: right;
}
.cid-tUnkCIifJy .card-text4,
.cid-tUnkCIifJy .mbr-section-btn {
  color: #320707;
}
.cid-tUnkCIifJy .mbr-role2 {
  color: #ffffff;
}
.cid-tUnkCIifJy .mbr-role4 {
  color: #320707;
}
.cid-tUnkCIifJy .mbr-role3 {
  color: #ffffff;
}
.cid-tU6tduUFgM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-849-1216x811.webp");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tU6tduUFgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU6tduUFgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU6tduUFgM.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tU6tduUFgM:not(.mbr-fullscreen) {
  min-height: 680px;
}
@media (max-width: 991px) {
  .cid-tU6tduUFgM:not(.mbr-fullscreen) {
    min-height: 616px;
  }
}
.cid-tU6tduUFgM .section-border-item {
  background-color: #fcdb42;
}
.cid-tU6tduUFgM .row {
  width: 100%;
  margin: 0;
}
.cid-tU6tduUFgM .col-content {
  padding: 4rem !important;
  background-color: #232323;
}
@media (max-width: 575px) {
  .cid-tU6tduUFgM .col-content {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 5% !important;
  }
}
.cid-tU6tduUFgM .mbr-section-title {
  color: #fcdb42;
}
.cid-tU6tduUFgM .mbr-section-subtitle {
  color: #e6c63b;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tU6tduUFgM .mbr-section-subtitle {
    margin-top: .75rem;
  }
}
.cid-tU6tduUFgM .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tU6tduUFgM .mbr-text {
    margin-top: 1rem;
  }
}
.cid-tU6tduUFgM .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tU6tduUFgM .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-tU6tduUFgM .label-container {
  width: fit-content;
  max-width: 50%;
  padding: 0.75rem 1.5rem;
  margin-right: -4rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-top: 2rem;
  background-color: #fcdb42;
}
@media (max-width: 776px) {
  .cid-tU6tduUFgM .label-container {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tU6tduUFgM .label-container {
    margin-top: 1rem;
    margin-bottom: -2rem;
  }
}
.cid-tU6tduUFgM .label-text {
  color: #090f10;
}
.cid-tTVMmlucdC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tTVMmlucdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVMmlucdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTVMmlucdC .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tTVMmlucdC .section-border-item_center {
    display: none;
  }
}
.cid-tTVMmlucdC .main-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTVMmlucdC .main-container {
    flex-wrap: wrap;
  }
}
.cid-tTVMmlucdC .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tTVMmlucdC .card-wrap {
    width: 100%;
  }
}
.cid-tTVMmlucdC .card-box {
  width: 100%;
  height: 100%;
}
.cid-tTVMmlucdC .list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
}
.cid-tTVMmlucdC .list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
}
@media (max-width: 575px) {
  .cid-tTVMmlucdC .list:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-tTVMmlucdC .list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.cid-tTVMmlucdC .list-item {
  padding: 2rem 1rem;
  min-height: 192px;
}
.cid-tTVMmlucdC .list-item:not(:nth-child(3n)) {
  border-right: 1px solid #fcdb42;
}
@media (max-width: 575px) {
  .cid-tTVMmlucdC .list-item {
    border-right: none;
  }
  .cid-tTVMmlucdC .list-item:not(:last-child) {
    border-bottom: 1px solid #fcdb42;
  }
}
.cid-tTVMmlucdC .list-title {
  color: #fcdb42;
}
.cid-tTVMmlucdC .list-text {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tTVMmlucdC .list-text {
    margin-top: 0.75rem;
  }
}
.cid-tTVMmlucdC .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 50%;
  padding: 0 2.5%;
}
@media (max-width: 991px) {
  .cid-tTVMmlucdC .text-wrap {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.cid-tTVMmlucdC .text-box {
  padding-top: calc(5% + 3rem);
  padding-bottom: calc(5% + 3rem);
}
@media (max-width: 991px) {
  .cid-tTVMmlucdC .text-box {
    position: relative;
    width: 100%;
    padding: 5%;
  }
  .cid-tTVMmlucdC .text-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #fcdb42;
  }
}
@media (max-width: 575px) {
  .cid-tTVMmlucdC .text-box {
    padding: 1rem;
  }
}
.cid-tTVMmlucdC .text-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tTVMmlucdC .text-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.cid-tTVMmlucdC .card-title {
  color: #fcdb42;
}
.cid-tTVMmlucdC .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tTVMmlucdC .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-tTVMtPfbIm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tTVMtPfbIm .section-border-item {
  background-color: #fcdb42;
  z-index: 1;
}
.cid-tTVMtPfbIm .img-container {
  position: relative;
}
.cid-tTVMtPfbIm .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-tTVMtPfbIm .image-wrapper img {
  width: 100%;
  height: 42vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 575px) {
  .cid-tTVMtPfbIm .image-wrapper img {
    height: auto;
  }
}
.cid-tU7SmYFhU0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tU7SmYFhU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU7SmYFhU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU7SmYFhU0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tU7SmYFhU0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tU7SmYFhU0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tU7SmYFhU0 img,
.cid-tU7SmYFhU0 .item-img {
  width: 100%;
}
.cid-tXijN3DWCz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tXijN3DWCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXijN3DWCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXijN3DWCz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXijN3DWCz .row {
  flex-direction: row-reverse;
}
.cid-tXijN3DWCz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXijN3DWCz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXijN3DWCz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tXijN3DWCz .mbr-section-title {
  color: #000000;
}
.cid-tXijN3DWCz .mbr-text,
.cid-tXijN3DWCz .mbr-section-btn {
  color: #232323;
}
.cid-tTVMvE4vKY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tTVMvE4vKY .section-border-item {
  background-color: #fcdb42;
}
.cid-tTVMvE4vKY .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-tTVMvE4vKY .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tTVMvE4vKY .main-container {
    padding: 3rem 0;
  }
}
.cid-tTVMvE4vKY .title-wrap {
  width: 100%;
}
.cid-tTVMvE4vKY .title-box {
  width: 100%;
}
.cid-tTVMvE4vKY .mbr-title {
  color: #FFF;
  text-align: left;
}
.cid-tTVMvE4vKY .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVMvE4vKY .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tTVMvE4vKY .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #fcdb42;
}
.cid-tTVMvE4vKY .item {
  position: relative;
  width: 25%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tTVMvE4vKY .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTVMvE4vKY .item {
    width: 100%;
  }
}
.cid-tTVMvE4vKY .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
}
@media (min-width: 1200px) {
  .cid-tTVMvE4vKY .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fcdb42;
  }
}
@media (min-width: 768px) {
  .cid-tTVMvE4vKY .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fcdb42;
  }
}
@media (min-width: 767px) {
  .cid-tTVMvE4vKY .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-tTVMvE4vKY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-tTVMvE4vKY .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  overflow: hidden;
}
.cid-tTVMvE4vKY .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s all;
}
.cid-tTVMvE4vKY .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #fcdb42;
}
@media (max-width: 991px) {
  .cid-tTVMvE4vKY .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tTVMvE4vKY .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-tTVMvE4vKY .card-title {
  color: #FFF;
}
.cid-tTVMvE4vKY .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVMvE4vKY .card-text {
    margin-top: 1.25rem;
  }
}
.cid-tTVMvE4vKY .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tTVMvE4vKY .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-tUe2XyccRc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-797-2000x1333.webp");
}
.cid-tUe2XyccRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUe2XyccRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUe2XyccRc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tUe2XyccRc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tU6tbmyIFp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tU6tbmyIFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU6tbmyIFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU6tbmyIFp .section-border-item {
  background-color: #fcdb42;
}
.cid-tU6tbmyIFp .mbr-section-title {
  color: #fff;
}
.cid-tU6tbmyIFp .mbr-section-subtitle {
  color: #0597FF;
  background-image: linear-gradient(315deg, currentColor, #fcdb42) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tU6tbmyIFp .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tU6tbmyIFp .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tUncUGrxZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tUncUGrxZZ .mbr-overlay {
  background-color: #090f10;
  opacity: 0.4;
}
.cid-tUncUGrxZZ .section-border-item {
  background-color: #fcdb42;
}
.cid-tUncUGrxZZ .mbr-section-head {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tUncUGrxZZ .mbr-section-head {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tUncUGrxZZ .mbr-section-head {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tUncUGrxZZ .mbr-section-head {
    margin-bottom: 6rem;
  }
}
.cid-tUncUGrxZZ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-tUncUGrxZZ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tUncUGrxZZ .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tUncUGrxZZ form {
  width: 100%;
}
.cid-tUncUGrxZZ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tUncUGrxZZ form p {
  color: #ffffff;
}
.cid-tUncUGrxZZ form .mbr-section-btn .btn {
  width: 100%;
  border-radius: 0.5rem !important;
  padding: 0.625rem 1.125rem;
}
.cid-tUncUGrxZZ form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-tUncUGrxZZ form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.cid-tUncUGrxZZ form .form-control {
  height: 44px;
  border: 1px solid #ffffff !important;
  background: transparent;
  outline: none !important;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
  border-radius: 0.5rem !important;
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  transition: .3s;
}
.cid-tUncUGrxZZ form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tUncUGrxZZ form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-tUncUGrxZZ form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tUncUGrxZZ form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-tUncUGrxZZ form select {
  color: #ffffff !important;
}
.cid-tUncUGrxZZ form textarea {
  height: 180px !important;
  min-height: 180px !important;
  padding: 0.5rem 0.875rem;
  resize: none;
}
.cid-tUncUGrxZZ form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form input,
.cid-tUncUGrxZZ form textarea {
  transition: .5s all;
}
.cid-tUncUGrxZZ form input:active,
.cid-tUncUGrxZZ form textarea:active,
.cid-tUncUGrxZZ form input:focus,
.cid-tUncUGrxZZ form textarea:focus {
  background-color: rgba(255, 255, 255, 0.09) !important;
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-tUncUGrxZZ form input:active::-webkit-input-placeholder,
.cid-tUncUGrxZZ form textarea:active::-webkit-input-placeholder,
.cid-tUncUGrxZZ form input:focus::-webkit-input-placeholder,
.cid-tUncUGrxZZ form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form input:active::-moz-placeholder,
.cid-tUncUGrxZZ form textarea:active::-moz-placeholder,
.cid-tUncUGrxZZ form input:focus::-moz-placeholder,
.cid-tUncUGrxZZ form textarea:focus::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form input:active:-moz-placeholder,
.cid-tUncUGrxZZ form textarea:active:-moz-placeholder,
.cid-tUncUGrxZZ form input:focus:-moz-placeholder,
.cid-tUncUGrxZZ form textarea:focus:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form input:active:-ms-input-placeholder,
.cid-tUncUGrxZZ form textarea:active:-ms-input-placeholder,
.cid-tUncUGrxZZ form input:focus:-ms-input-placeholder,
.cid-tUncUGrxZZ form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-tUncUGrxZZ form .row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.cid-tUncUGrxZZ form .row [class*=col] {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.cid-tUncUGrxZZ form label {
  width: 100%;
  color: #fcdb42;
  margin-bottom: 0.5rem;
}
.cid-tUncUGrxZZ form .form-check label {
  color: #ffffff;
}
.cid-tUncUGrxZZ form .form-check-input {
  border-color: #fcdb42 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tUncUGrxZZ form .form-check-input:focus,
.cid-tUncUGrxZZ form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #090f10 !important;
}
.cid-tUncUGrxZZ form .form-check-input:checked {
  border-color: #fcdb42 !important;
  background-color: #fcdb42 !important;
}
.cid-tUKwN6Plbh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-tUKwN6Plbh .mbr-section-title {
  color: #ffffff;
}
.cid-tTVJi9k9Uh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTVJi9k9Uh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTVJi9k9Uh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTVJi9k9Uh .row {
    text-align: center;
  }
  .cid-tTVJi9k9Uh .row > div {
    margin: auto;
  }
  .cid-tTVJi9k9Uh .social-row {
    justify-content: center;
  }
}
.cid-tTVJi9k9Uh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTVJi9k9Uh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTVJi9k9Uh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTVJi9k9Uh .list {
    margin-bottom: 0rem;
  }
}
.cid-tTVJi9k9Uh .mbr-text {
  color: #bbbbbb;
}
.cid-tTVJi9k9Uh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tTVJi9k9Uh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTVJi9k9Uh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTVJi9k9Uh .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-tqH5rKSPwM {
  z-index: 1000;
  width: 100%;
}
.cid-tqH5rKSPwM nav.navbar {
  position: fixed;
}
.cid-tqH5rKSPwM .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-tqH5rKSPwM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqH5rKSPwM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqH5rKSPwM .dropdown-item:hover,
.cid-tqH5rKSPwM .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tqH5rKSPwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqH5rKSPwM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqH5rKSPwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqH5rKSPwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqH5rKSPwM .nav-link {
  position: relative;
}
.cid-tqH5rKSPwM .container {
  display: flex;
  margin: auto;
}
.cid-tqH5rKSPwM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqH5rKSPwM .dropdown-menu,
.cid-tqH5rKSPwM .navbar.opened {
  background: #353535 !important;
}
.cid-tqH5rKSPwM .nav-item:focus,
.cid-tqH5rKSPwM .nav-link:focus {
  outline: none;
}
.cid-tqH5rKSPwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqH5rKSPwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqH5rKSPwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqH5rKSPwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqH5rKSPwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqH5rKSPwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqH5rKSPwM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tqH5rKSPwM .navbar.opened {
  transition: all 0.3s;
}
.cid-tqH5rKSPwM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqH5rKSPwM .navbar .navbar-logo img {
  width: auto;
}
.cid-tqH5rKSPwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqH5rKSPwM .navbar.collapsed {
  justify-content: center;
}
.cid-tqH5rKSPwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqH5rKSPwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqH5rKSPwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tqH5rKSPwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqH5rKSPwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqH5rKSPwM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tqH5rKSPwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqH5rKSPwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqH5rKSPwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqH5rKSPwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqH5rKSPwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqH5rKSPwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqH5rKSPwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqH5rKSPwM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tqH5rKSPwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqH5rKSPwM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqH5rKSPwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqH5rKSPwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqH5rKSPwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqH5rKSPwM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqH5rKSPwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqH5rKSPwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqH5rKSPwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqH5rKSPwM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqH5rKSPwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqH5rKSPwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqH5rKSPwM .dropdown-item.active,
.cid-tqH5rKSPwM .dropdown-item:active {
  background-color: transparent;
}
.cid-tqH5rKSPwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqH5rKSPwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqH5rKSPwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqH5rKSPwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tqH5rKSPwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqH5rKSPwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqH5rKSPwM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqH5rKSPwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqH5rKSPwM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqH5rKSPwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tqH5rKSPwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqH5rKSPwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqH5rKSPwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqH5rKSPwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqH5rKSPwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqH5rKSPwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqH5rKSPwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqH5rKSPwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqH5rKSPwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqH5rKSPwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqH5rKSPwM .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-tqH5rKSPwM .navbar {
    height: 70px;
  }
  .cid-tqH5rKSPwM .navbar.opened {
    height: auto;
  }
  .cid-tqH5rKSPwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqH5rLYNpG {
  display: flex;
  background-image: url("../../../assets/images/enscape-2021-02-18-14-41-17-1900x1069.webp");
}
.cid-tqH5rLYNpG .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tqH5rLYNpG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tqH5rLYNpG {
    align-items: flex-end;
  }
  .cid-tqH5rLYNpG .row {
    justify-content: flex-start;
  }
  .cid-tqH5rLYNpG .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tqH5rLYNpG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tqH5rLYNpG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tqH5rLYNpG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tqH5rLYNpG .content-wrap {
    width: 100%;
  }
}
.cid-uyV7193Utp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyV6V0Q4om {
  background-image: url("../../../assets/images/enscape-2024-12-30-15-26-56-2000x1200.webp");
}
.cid-uyV6V0Q4om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyV6V0Q4om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyV6V0Q4om .mbr-section-title {
  text-align: right;
}
.cid-uyV6V0Q4om .mbr-text,
.cid-uyV6V0Q4om .mbr-section-btn {
  text-align: right;
}
.cid-uyV6V0Q4om .mbr-section-subtitle {
  text-align: right;
}
.cid-uw6j3Hdzmv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw6jdjVbuE {
  background-image: url("../../../assets/images/captura-de-pantalla-2024-12-05-a-las-16.48.24-1286x1234.webp");
}
.cid-uw6jdjVbuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6jdjVbuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6jdjVbuE .mbr-section-title {
  text-align: right;
}
.cid-uw6jdjVbuE .mbr-text,
.cid-uw6jdjVbuE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uw6jdjVbuE .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tqH5rMpoLE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueuLJsF8VI {
  background-image: url("../../../assets/images/image3-enhanced-2000x1125.webp");
}
.cid-ueuLJsF8VI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueuLJsF8VI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueuLJsF8VI .mbr-section-title {
  text-align: right;
}
.cid-ueuLJsF8VI .mbr-text,
.cid-ueuLJsF8VI .mbr-section-btn {
  text-align: right;
}
.cid-ueuLJsF8VI .mbr-section-subtitle {
  text-align: right;
}
.cid-tqH5rVfMTF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-tqH5rVfMTF .mbr-section-title {
  color: #ffffff;
}
.cid-tqH5rVrzBp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tqH5rVrzBp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqH5rVrzBp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqH5rVrzBp .row {
    text-align: center;
  }
  .cid-tqH5rVrzBp .row > div {
    margin: auto;
  }
  .cid-tqH5rVrzBp .social-row {
    justify-content: center;
  }
}
.cid-tqH5rVrzBp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tqH5rVrzBp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tqH5rVrzBp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqH5rVrzBp .list {
    margin-bottom: 0rem;
  }
}
.cid-tqH5rVrzBp .mbr-text {
  color: #bbbbbb;
}
.cid-tqH5rVrzBp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tqH5rVrzBp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tqH5rVrzBp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tqH5rVrzBp .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-so0aeRBVZp {
  z-index: 1000;
  width: 100%;
}
.cid-so0aeRBVZp nav.navbar {
  position: fixed;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so0aeRBVZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so0aeRBVZp .dropdown-item:hover,
.cid-so0aeRBVZp .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-so0aeRBVZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so0aeRBVZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so0aeRBVZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so0aeRBVZp .nav-link {
  position: relative;
}
.cid-so0aeRBVZp .container {
  display: flex;
  margin: auto;
}
.cid-so0aeRBVZp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown-menu,
.cid-so0aeRBVZp .navbar.opened {
  background: #353535 !important;
}
.cid-so0aeRBVZp .nav-item:focus,
.cid-so0aeRBVZp .nav-link:focus {
  outline: none;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so0aeRBVZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so0aeRBVZp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-so0aeRBVZp .navbar.opened {
  transition: all 0.3s;
}
.cid-so0aeRBVZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so0aeRBVZp .navbar .navbar-logo img {
  width: auto;
}
.cid-so0aeRBVZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar.collapsed {
  justify-content: center;
}
.cid-so0aeRBVZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so0aeRBVZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so0aeRBVZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-so0aeRBVZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so0aeRBVZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so0aeRBVZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so0aeRBVZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-so0aeRBVZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so0aeRBVZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so0aeRBVZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so0aeRBVZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so0aeRBVZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so0aeRBVZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so0aeRBVZp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so0aeRBVZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so0aeRBVZp .dropdown-item.active,
.cid-so0aeRBVZp .dropdown-item:active {
  background-color: transparent;
}
.cid-so0aeRBVZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so0aeRBVZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so0aeRBVZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so0aeRBVZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so0aeRBVZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so0aeRBVZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .navbar {
    height: 70px;
  }
  .cid-so0aeRBVZp .navbar.opened {
    height: auto;
  }
  .cid-so0aeRBVZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sogmrr4Dvm {
  display: flex;
  background-image: url("../../../assets/images/silver-pipeline-system-in-crude-oil-factory-2000x1333.webp");
}
.cid-sogmrr4Dvm .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-sogmrr4Dvm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sogmrr4Dvm {
    align-items: flex-end;
  }
  .cid-sogmrr4Dvm .row {
    justify-content: flex-start;
  }
  .cid-sogmrr4Dvm .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sogmrr4Dvm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sogmrr4Dvm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sogmrr4Dvm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sogmrr4Dvm .content-wrap {
    width: 100%;
  }
}
.cid-tXiglIAZBl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tXiglIAZBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXiglIAZBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXiglIAZBl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXiglIAZBl .row {
  flex-direction: row-reverse;
}
.cid-tXiglIAZBl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXiglIAZBl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXiglIAZBl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tXiglIAZBl .mbr-section-title {
  color: #000000;
}
.cid-tXiglIAZBl .mbr-text,
.cid-tXiglIAZBl .mbr-section-btn {
  color: #232323;
}
.cid-sogpY8nvCA {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sogpY8nvCA img,
.cid-sogpY8nvCA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sogpY8nvCA .item:focus,
.cid-sogpY8nvCA span:focus {
  outline: none;
}
.cid-sogpY8nvCA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sogpY8nvCA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sogpY8nvCA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sogpY8nvCA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sogpY8nvCA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sogpY8nvCA .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sogpY8nvCA .mbr-text,
.cid-sogpY8nvCA .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sogpY8nvCA .item-title {
  text-align: left;
}
.cid-sogpY8nvCA .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sogpY8nvCA .mbr-section-subtitle {
  text-align: left;
}
.cid-tsW4tWpL7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/112-2000x1125.webp");
}
.cid-tsW4tWpL7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsW4tWpL7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsW4tWpL7k .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-tsW4tWpL7k .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sMOm1MmUMX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sMOm1MmUMX img,
.cid-sMOm1MmUMX .item-img {
  width: 100%;
}
.cid-sMOm1MmUMX .item:focus,
.cid-sMOm1MmUMX span:focus {
  outline: none;
}
.cid-sMOm1MmUMX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sMOm1MmUMX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sMOm1MmUMX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sMOm1MmUMX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sMOm1MmUMX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sMOm1MmUMX .mbr-section-title {
  color: #232323;
}
.cid-sMOm1MmUMX .mbr-text,
.cid-sMOm1MmUMX .mbr-section-btn {
  text-align: left;
}
.cid-sMOm1MmUMX .item-title {
  text-align: left;
}
.cid-sMOm1MmUMX .item-subtitle {
  text-align: left;
}
.cid-soh7BQt6dW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-soh7BQt6dW .mbr-section-title {
  color: #ffffff;
}
.cid-so0dYfPdyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-so0dYfPdyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-so0dYfPdyH .row {
    text-align: center;
  }
  .cid-so0dYfPdyH .row > div {
    margin: auto;
  }
  .cid-so0dYfPdyH .social-row {
    justify-content: center;
  }
}
.cid-so0dYfPdyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-so0dYfPdyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 0rem;
  }
}
.cid-so0dYfPdyH .mbr-text {
  color: #bbbbbb;
}
.cid-so0dYfPdyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-so0dYfPdyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-so0dYfPdyH .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-so0aeRBVZp {
  z-index: 1000;
  width: 100%;
}
.cid-so0aeRBVZp nav.navbar {
  position: fixed;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so0aeRBVZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so0aeRBVZp .dropdown-item:hover,
.cid-so0aeRBVZp .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-so0aeRBVZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so0aeRBVZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so0aeRBVZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so0aeRBVZp .nav-link {
  position: relative;
}
.cid-so0aeRBVZp .container {
  display: flex;
  margin: auto;
}
.cid-so0aeRBVZp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown-menu,
.cid-so0aeRBVZp .navbar.opened {
  background: #353535 !important;
}
.cid-so0aeRBVZp .nav-item:focus,
.cid-so0aeRBVZp .nav-link:focus {
  outline: none;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so0aeRBVZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so0aeRBVZp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-so0aeRBVZp .navbar.opened {
  transition: all 0.3s;
}
.cid-so0aeRBVZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so0aeRBVZp .navbar .navbar-logo img {
  width: auto;
}
.cid-so0aeRBVZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar.collapsed {
  justify-content: center;
}
.cid-so0aeRBVZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so0aeRBVZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so0aeRBVZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-so0aeRBVZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so0aeRBVZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so0aeRBVZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so0aeRBVZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-so0aeRBVZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so0aeRBVZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so0aeRBVZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so0aeRBVZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so0aeRBVZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so0aeRBVZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so0aeRBVZp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so0aeRBVZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so0aeRBVZp .dropdown-item.active,
.cid-so0aeRBVZp .dropdown-item:active {
  background-color: transparent;
}
.cid-so0aeRBVZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so0aeRBVZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so0aeRBVZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so0aeRBVZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so0aeRBVZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so0aeRBVZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .navbar {
    height: 70px;
  }
  .cid-so0aeRBVZp .navbar.opened {
    height: auto;
  }
  .cid-so0aeRBVZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUKJHHphNg .mbr-section-title {
  text-align: left;
}
.cid-tUKJHHphNg .mbr-section-subtitle {
  text-align: left;
}
.cid-sogJfoOMDA {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sogJfoOMDA img,
.cid-sogJfoOMDA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sogJfoOMDA .item:focus,
.cid-sogJfoOMDA span:focus {
  outline: none;
}
.cid-sogJfoOMDA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sogJfoOMDA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sogJfoOMDA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sogJfoOMDA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sogJfoOMDA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sogJfoOMDA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sogJfoOMDA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sogJfoOMDA .mbr-section-title {
  color: #232323;
}
.cid-sogJfoOMDA .mbr-text,
.cid-sogJfoOMDA .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sogJfoOMDA .item-title {
  text-align: left;
}
.cid-sogJfoOMDA .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyDRKeoXs2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyDRL6gI6X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyDRL6gI6X .carousel {
    min-height: 800px;
  }
  .cid-uyDRL6gI6X .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uyDRL6gI6X .carousel {
    min-height: 520px;
  }
  .cid-uyDRL6gI6X .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uyDRL6gI6X .carousel {
    min-height: 440px;
  }
  .cid-uyDRL6gI6X .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uyDRL6gI6X .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uyDRL6gI6X .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uyDRL6gI6X .carousel,
.cid-uyDRL6gI6X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyDRL6gI6X .item-wrapper {
  width: 100%;
}
.cid-uyDRL6gI6X .carousel-caption {
  bottom: 40px;
}
.cid-uyDRL6gI6X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uyDRL6gI6X .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uyDRL6gI6X .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uyDRL6gI6X .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uyDRL6gI6X .carousel-control {
  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-uyDRL6gI6X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyDRL6gI6X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyDRL6gI6X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyDRL6gI6X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uyDRL6gI6X .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-uyDRL6gI6X .carousel-indicators li.active,
.cid-uyDRL6gI6X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyDRL6gI6X .carousel-indicators li::after,
.cid-uyDRL6gI6X .carousel-indicators li::before {
  content: none;
}
.cid-uyDRL6gI6X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyDRL6gI6X .carousel-indicators {
    display: none !important;
  }
}
.cid-uyDRLBjTSR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyDRLBjTSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDRLBjTSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDRLBjTSR .video-wrapper iframe {
  width: 100%;
}
.cid-uyDRLBjTSR .mbr-section-title,
.cid-uyDRLBjTSR .mbr-section-subtitle,
.cid-uyDRLBjTSR .mbr-text {
  text-align: center;
}
.cid-uvPrAKa8GB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvPrBzVEui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvPrBzVEui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPrBzVEui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uvPrBzVEui .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uvPrBzVEui .row {
    margin: 0;
  }
}
.cid-uvPrBzVEui .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvPrBzVEui .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uvPrBzVEui .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uvPrBzVEui .image-wrapper {
    padding: 24px;
  }
}
.cid-uvPrBzVEui .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uvPrBzVEui .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvPrBzVEui .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvPrBzVEui .image-wrapper img {
    height: 350px;
  }
}
.cid-uvPrBzVEui .main-image-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uvPrBzVEui .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
  }
}
.cid-uvPrBzVEui .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvPrBzVEui .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uvPrCfmzmz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvPrCfmzmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPrCfmzmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPrCfmzmz .item {
  padding-bottom: 2rem;
}
.cid-uvPrCfmzmz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvPrCfmzmz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvPrCfmzmz .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-uvPrCfmzmz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvPrCfmzmz .carousel-control,
.cid-uvPrCfmzmz .close {
  background: #1b1b1b;
}
.cid-uvPrCfmzmz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvPrCfmzmz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvPrCfmzmz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvPrCfmzmz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvPrCfmzmz .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-uvPrCfmzmz .close::before {
  content: '\e91a';
}
.cid-uvPrCfmzmz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvPrCfmzmz .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-uvPrCfmzmz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvPrCfmzmz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvPrCfmzmz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvPrCfmzmz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvPrCfmzmz .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-uvPrCfmzmz .carousel-indicators li.active,
.cid-uvPrCfmzmz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvPrCfmzmz .carousel-indicators li::after,
.cid-uvPrCfmzmz .carousel-indicators li::before {
  content: none;
}
.cid-uvPrCfmzmz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvPrCfmzmz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvPrCfmzmz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvPrCfmzmz .carousel-indicators {
    display: none;
  }
}
.cid-uvPrCfmzmz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvPrCfmzmz .carousel-inner > .active {
  display: block;
}
.cid-uvPrCfmzmz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvPrCfmzmz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvPrCfmzmz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvPrCfmzmz .carousel-control,
  .cid-uvPrCfmzmz .carousel-indicators,
  .cid-uvPrCfmzmz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvPrCfmzmz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvPrCfmzmz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvPrCfmzmz .carousel-indicators .active,
.cid-uvPrCfmzmz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvPrCfmzmz .carousel-indicators .active {
  background: #fff;
}
.cid-uvPrCfmzmz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvPrCfmzmz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvPrCfmzmz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvPrCfmzmz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvPrCfmzmz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvPrCfmzmz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvPrCfmzmz .carousel {
  width: 100%;
}
.cid-uvPrCfmzmz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvPrCfmzmz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvPrCfmzmz .modal.fade .modal-dialog,
.cid-uvPrCfmzmz .modal.in .modal-dialog {
  transform: none;
}
.cid-uvPrCfmzmz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvPrCfmzmz H6 {
  text-align: center;
}
.cid-uxqV5xlNn2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxqV5xlNn2 .carousel {
    min-height: 800px;
  }
  .cid-uxqV5xlNn2 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxqV5xlNn2 .carousel {
    min-height: 520px;
  }
  .cid-uxqV5xlNn2 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uxqV5xlNn2 .carousel {
    min-height: 440px;
  }
  .cid-uxqV5xlNn2 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uxqV5xlNn2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uxqV5xlNn2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uxqV5xlNn2 .carousel,
.cid-uxqV5xlNn2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uxqV5xlNn2 .item-wrapper {
  width: 100%;
}
.cid-uxqV5xlNn2 .carousel-caption {
  bottom: 40px;
}
.cid-uxqV5xlNn2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uxqV5xlNn2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uxqV5xlNn2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uxqV5xlNn2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uxqV5xlNn2 .carousel-control {
  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-uxqV5xlNn2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxqV5xlNn2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxqV5xlNn2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxqV5xlNn2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uxqV5xlNn2 .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-uxqV5xlNn2 .carousel-indicators li.active,
.cid-uxqV5xlNn2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxqV5xlNn2 .carousel-indicators li::after,
.cid-uxqV5xlNn2 .carousel-indicators li::before {
  content: none;
}
.cid-uxqV5xlNn2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxqV5xlNn2 .carousel-indicators {
    display: none !important;
  }
}
.cid-uflG8cNe9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uflG8cNe9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uflG8cNe9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uflG8cNe9H .row {
  flex-direction: row-reverse;
}
.cid-uflG8cNe9H .video-wrapper iframe {
  width: 100%;
}
.cid-uflG8cNe9H .mbr-section-title,
.cid-uflG8cNe9H .mbr-description {
  text-align: center;
}
.cid-uflG8cNe9H .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uflG8cNe9H .text-wrapper {
    padding: 2rem;
    padding-left: 4rem;
  }
}
.cid-uflG8cNe9H .mbr-description {
  text-align: right;
}
.cid-tlYSIbbX3T {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlYSIbbX3T img {
  width: 120px;
  margin: auto;
}
.cid-tlYSIbbX3T .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tlYSIbbX3T .card {
    max-width: 12.5%;
  }
}
.cid-tlYSIbbX3T .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uAgEOXLaqv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAgEOXLaqv img {
  width: 120px;
  margin: auto;
}
.cid-uAgEOXLaqv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uAgEOXLaqv .card {
    max-width: 12.5%;
  }
}
.cid-uAgEOXLaqv .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tsVZkaYemg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/112-2000x1125.webp");
}
.cid-tsVZkaYemg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsVZkaYemg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsVZkaYemg .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-tsVZkaYemg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-soh7o2sWJk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-soh7o2sWJk .mbr-section-title {
  color: #ffffff;
}
.cid-so0dYfPdyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-so0dYfPdyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-so0dYfPdyH .row {
    text-align: center;
  }
  .cid-so0dYfPdyH .row > div {
    margin: auto;
  }
  .cid-so0dYfPdyH .social-row {
    justify-content: center;
  }
}
.cid-so0dYfPdyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-so0dYfPdyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 0rem;
  }
}
.cid-so0dYfPdyH .mbr-text {
  color: #bbbbbb;
}
.cid-so0dYfPdyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-so0dYfPdyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-so0dYfPdyH .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-so0aeRBVZp {
  z-index: 1000;
  width: 100%;
}
.cid-so0aeRBVZp nav.navbar {
  position: fixed;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-so0aeRBVZp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-so0aeRBVZp .dropdown-item:hover,
.cid-so0aeRBVZp .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-so0aeRBVZp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-so0aeRBVZp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-so0aeRBVZp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-so0aeRBVZp .nav-link {
  position: relative;
}
.cid-so0aeRBVZp .container {
  display: flex;
  margin: auto;
}
.cid-so0aeRBVZp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown-menu,
.cid-so0aeRBVZp .navbar.opened {
  background: #353535 !important;
}
.cid-so0aeRBVZp .nav-item:focus,
.cid-so0aeRBVZp .nav-link:focus {
  outline: none;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-so0aeRBVZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-so0aeRBVZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so0aeRBVZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so0aeRBVZp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-so0aeRBVZp .navbar.opened {
  transition: all 0.3s;
}
.cid-so0aeRBVZp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-so0aeRBVZp .navbar .navbar-logo img {
  width: auto;
}
.cid-so0aeRBVZp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar.collapsed {
  justify-content: center;
}
.cid-so0aeRBVZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so0aeRBVZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so0aeRBVZp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-so0aeRBVZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so0aeRBVZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-so0aeRBVZp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-so0aeRBVZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so0aeRBVZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-so0aeRBVZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-so0aeRBVZp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so0aeRBVZp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so0aeRBVZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-so0aeRBVZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-so0aeRBVZp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-so0aeRBVZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-so0aeRBVZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-so0aeRBVZp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so0aeRBVZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so0aeRBVZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so0aeRBVZp .dropdown-item.active,
.cid-so0aeRBVZp .dropdown-item:active {
  background-color: transparent;
}
.cid-so0aeRBVZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so0aeRBVZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-so0aeRBVZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so0aeRBVZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so0aeRBVZp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-so0aeRBVZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-so0aeRBVZp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-so0aeRBVZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-so0aeRBVZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-so0aeRBVZp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-so0aeRBVZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-so0aeRBVZp .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-so0aeRBVZp .navbar {
    height: 70px;
  }
  .cid-so0aeRBVZp .navbar.opened {
    height: auto;
  }
  .cid-so0aeRBVZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soh17VXFgy {
  display: flex;
  background-image: url("../../../assets/images/contemporary-black-building-exterior-wit-balconies-2000x1333.webp");
}
.cid-soh17VXFgy .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-soh17VXFgy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-soh17VXFgy {
    align-items: flex-end;
  }
  .cid-soh17VXFgy .row {
    justify-content: flex-start;
  }
  .cid-soh17VXFgy .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-soh17VXFgy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-soh17VXFgy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-soh17VXFgy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-soh17VXFgy .content-wrap {
    width: 100%;
  }
}
.cid-ueW1CegDPs {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ueW1CegDPs img,
.cid-ueW1CegDPs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ueW1CegDPs .item:focus,
.cid-ueW1CegDPs span:focus {
  outline: none;
}
.cid-ueW1CegDPs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueW1CegDPs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueW1CegDPs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ueW1CegDPs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueW1CegDPs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ueW1CegDPs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ueW1CegDPs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueW1CegDPs .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-ueW1CegDPs .mbr-text,
.cid-ueW1CegDPs .mbr-section-btn {
  text-align: left;
}
.cid-ueW1CegDPs .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ueW1CegDPs .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ueW1CegDPs .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-tsW3e43ZUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/112-2000x1125.webp");
}
.cid-tsW3e43ZUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsW3e43ZUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsW3e43ZUe .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-tsW3e43ZUe .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tsW3i4GNHK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sK7OctAbX9 {
  background-image: url("../../../assets/images/laser-2795231-1920-1920x1280.webp");
}
.cid-sK7OctAbX9 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sK7OctAbX9 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sK7OctAbX9 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sK7OctAbX9 .mbr-text {
  color: #ffffff;
}
.cid-sK7OctAbX9 .card {
  padding-bottom: 1.5rem;
}
.cid-sK7OctAbX9 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sK7OctAbX9 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sK7OctAbX9 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sK7OctAbX9 .card-wrapper .card-title,
.cid-sK7OctAbX9 .card-box {
  text-align: left;
}
.cid-sK7OctAbX9 H1 {
  text-align: center;
}
.cid-sK7OctAbX9 .mbr-text,
.cid-sK7OctAbX9 .mbr-section-btn {
  text-align: center;
}
.cid-soh2qJel9l {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-soh2qJel9l .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-soh2qJel9l form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-soh2qJel9l form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-soh2qJel9l form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-soh2qJel9l .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-soh5MSOYdb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-soh5MSOYdb .mbr-section-title {
  color: #ffffff;
}
.cid-so0dYfPdyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-so0dYfPdyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-so0dYfPdyH .row {
    text-align: center;
  }
  .cid-so0dYfPdyH .row > div {
    margin: auto;
  }
  .cid-so0dYfPdyH .social-row {
    justify-content: center;
  }
}
.cid-so0dYfPdyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-so0dYfPdyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-so0dYfPdyH .list {
    margin-bottom: 0rem;
  }
}
.cid-so0dYfPdyH .mbr-text {
  color: #bbbbbb;
}
.cid-so0dYfPdyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-so0dYfPdyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-so0dYfPdyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-so0dYfPdyH .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-tUe3TUZwFH {
  z-index: 1000;
  width: 100%;
}
.cid-tUe3TUZwFH nav.navbar {
  position: fixed;
}
.cid-tUe3TUZwFH .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-tUe3TUZwFH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUe3TUZwFH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUe3TUZwFH .dropdown-item:hover,
.cid-tUe3TUZwFH .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tUe3TUZwFH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUe3TUZwFH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUe3TUZwFH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUe3TUZwFH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUe3TUZwFH .nav-link {
  position: relative;
}
.cid-tUe3TUZwFH .container {
  display: flex;
  margin: auto;
}
.cid-tUe3TUZwFH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUe3TUZwFH .dropdown-menu,
.cid-tUe3TUZwFH .navbar.opened {
  background: #353535 !important;
}
.cid-tUe3TUZwFH .nav-item:focus,
.cid-tUe3TUZwFH .nav-link:focus {
  outline: none;
}
.cid-tUe3TUZwFH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUe3TUZwFH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUe3TUZwFH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUe3TUZwFH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUe3TUZwFH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUe3TUZwFH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUe3TUZwFH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tUe3TUZwFH .navbar.opened {
  transition: all 0.3s;
}
.cid-tUe3TUZwFH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUe3TUZwFH .navbar .navbar-logo img {
  width: auto;
}
.cid-tUe3TUZwFH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUe3TUZwFH .navbar.collapsed {
  justify-content: center;
}
.cid-tUe3TUZwFH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUe3TUZwFH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUe3TUZwFH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tUe3TUZwFH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUe3TUZwFH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUe3TUZwFH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUe3TUZwFH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUe3TUZwFH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUe3TUZwFH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUe3TUZwFH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUe3TUZwFH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUe3TUZwFH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUe3TUZwFH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUe3TUZwFH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUe3TUZwFH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUe3TUZwFH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUe3TUZwFH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUe3TUZwFH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUe3TUZwFH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUe3TUZwFH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUe3TUZwFH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUe3TUZwFH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUe3TUZwFH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUe3TUZwFH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUe3TUZwFH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUe3TUZwFH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUe3TUZwFH .dropdown-item.active,
.cid-tUe3TUZwFH .dropdown-item:active {
  background-color: transparent;
}
.cid-tUe3TUZwFH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUe3TUZwFH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUe3TUZwFH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUe3TUZwFH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tUe3TUZwFH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUe3TUZwFH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUe3TUZwFH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUe3TUZwFH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUe3TUZwFH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUe3TUZwFH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUe3TUZwFH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUe3TUZwFH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUe3TUZwFH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUe3TUZwFH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUe3TUZwFH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUe3TUZwFH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUe3TUZwFH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUe3TUZwFH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUe3TUZwFH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUe3TUZwFH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUe3TUZwFH .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-tUe3TUZwFH .navbar {
    height: 70px;
  }
  .cid-tUe3TUZwFH .navbar.opened {
    height: auto;
  }
  .cid-tUe3TUZwFH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUe3TVVHnC {
  background-image: url("../../../assets/images/img-816-2000x1333.webp");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tUe3TVVHnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUe3TVVHnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUe3TVVHnC.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tUe3TVVHnC:not(.mbr-fullscreen) {
  min-height: 680px;
}
@media (max-width: 991px) {
  .cid-tUe3TVVHnC:not(.mbr-fullscreen) {
    min-height: 616px;
  }
}
.cid-tUe3TVVHnC .section-border-item {
  background-color: #fcdb42;
}
.cid-tUe3TVVHnC .row {
  width: 100%;
  margin: 0;
}
.cid-tUe3TVVHnC .col-content {
  padding: 4rem !important;
  background-color: #232323;
}
@media (max-width: 575px) {
  .cid-tUe3TVVHnC .col-content {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 5% !important;
  }
}
.cid-tUe3TVVHnC .mbr-section-title {
  color: #fcdb42;
  text-align: left;
}
.cid-tUe3TVVHnC .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tUe3TVVHnC .mbr-section-subtitle {
    margin-top: .75rem;
  }
}
.cid-tUe3TVVHnC .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tUe3TVVHnC .mbr-text {
    margin-top: 1rem;
  }
}
.cid-tUe3TVVHnC .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tUe3TVVHnC .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-tUe3TVVHnC .label-container {
  width: fit-content;
  max-width: 50%;
  padding: 0.75rem 1.5rem;
  margin-right: -4rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-top: 2rem;
  background-color: #fcdb42;
}
@media (max-width: 776px) {
  .cid-tUe3TVVHnC .label-container {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tUe3TVVHnC .label-container {
    margin-top: 1rem;
    margin-bottom: -2rem;
  }
}
.cid-tUe3TVVHnC .label-text {
  color: #090f10;
}
.cid-tUe3TVVHnC .mbr-text,
.cid-tUe3TVVHnC .mbr-section-btn {
  color: #fafafa;
}
.cid-tUe4NeHn9q {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tUe4NeHn9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUe4NeHn9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUe4NeHn9q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tUe4NeHn9q .item {
    margin-bottom: 1rem;
  }
}
.cid-tUe4NeHn9q .item-wrapper {
  position: relative;
}
.cid-tUe4NeHn9q .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tUe4NeHn9q .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tUe4NeHn9q .carousel-control,
.cid-tUe4NeHn9q .close {
  background: #1b1b1b;
}
.cid-tUe4NeHn9q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUe4NeHn9q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUe4NeHn9q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUe4NeHn9q .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUe4NeHn9q .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-tUe4NeHn9q .close::before {
  content: '\e91a';
}
.cid-tUe4NeHn9q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUe4NeHn9q .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-tUe4NeHn9q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUe4NeHn9q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUe4NeHn9q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUe4NeHn9q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUe4NeHn9q .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-tUe4NeHn9q .carousel-indicators li.active,
.cid-tUe4NeHn9q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUe4NeHn9q .carousel-indicators li::after,
.cid-tUe4NeHn9q .carousel-indicators li::before {
  content: none;
}
.cid-tUe4NeHn9q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUe4NeHn9q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUe4NeHn9q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUe4NeHn9q .carousel-indicators {
    display: none;
  }
}
.cid-tUe4NeHn9q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUe4NeHn9q .carousel-inner > .active {
  display: block;
}
.cid-tUe4NeHn9q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUe4NeHn9q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUe4NeHn9q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUe4NeHn9q .carousel-control,
  .cid-tUe4NeHn9q .carousel-indicators,
  .cid-tUe4NeHn9q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUe4NeHn9q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUe4NeHn9q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUe4NeHn9q .carousel-indicators .active,
.cid-tUe4NeHn9q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUe4NeHn9q .carousel-indicators .active {
  background: #fff;
}
.cid-tUe4NeHn9q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUe4NeHn9q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUe4NeHn9q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUe4NeHn9q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUe4NeHn9q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUe4NeHn9q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUe4NeHn9q .carousel {
  width: 100%;
}
.cid-tUe4NeHn9q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUe4NeHn9q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUe4NeHn9q .modal.fade .modal-dialog,
.cid-tUe4NeHn9q .modal.in .modal-dialog {
  transform: none;
}
.cid-tUe4NeHn9q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUe4NeHn9q .content-head {
  max-width: 800px;
}
.cid-tUe4NeHn9q H4 {
  text-align: left;
}
.cid-tUe4NeHn9q H3 {
  text-align: left;
}
.cid-tUe3TYzZNh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tUe3TYzZNh .section-border-item {
  background-color: #fcdb42;
}
.cid-tUe3TYzZNh .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-tUe3TYzZNh .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tUe3TYzZNh .main-container {
    padding: 3rem 0;
  }
}
.cid-tUe3TYzZNh .title-wrap {
  width: 100%;
}
.cid-tUe3TYzZNh .title-box {
  width: 100%;
}
.cid-tUe3TYzZNh .mbr-title {
  color: #FFF;
  text-align: left;
}
.cid-tUe3TYzZNh .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tUe3TYzZNh .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tUe3TYzZNh .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #fcdb42;
}
.cid-tUe3TYzZNh .item {
  position: relative;
  width: 25%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tUe3TYzZNh .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tUe3TYzZNh .item {
    width: 100%;
  }
}
.cid-tUe3TYzZNh .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
}
@media (min-width: 1200px) {
  .cid-tUe3TYzZNh .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fcdb42;
  }
}
@media (min-width: 768px) {
  .cid-tUe3TYzZNh .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fcdb42;
  }
}
@media (min-width: 767px) {
  .cid-tUe3TYzZNh .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-tUe3TYzZNh .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-tUe3TYzZNh .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  overflow: hidden;
}
.cid-tUe3TYzZNh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s all;
}
.cid-tUe3TYzZNh .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #fcdb42;
}
@media (max-width: 991px) {
  .cid-tUe3TYzZNh .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tUe3TYzZNh .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-tUe3TYzZNh .card-title {
  color: #FFF;
}
.cid-tUe3TYzZNh .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tUe3TYzZNh .card-text {
    margin-top: 1.25rem;
  }
}
.cid-tUe3TYzZNh .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tUe3TYzZNh .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-tUnNbVq07Q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-tUnNbVq07Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUnNbVq07Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUnNbVq07Q .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tUnNbVq07Q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tUe3U1bnyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tUe3U1bnyg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUe3U1bnyg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUe3U1bnyg .row {
    text-align: center;
  }
  .cid-tUe3U1bnyg .row > div {
    margin: auto;
  }
  .cid-tUe3U1bnyg .social-row {
    justify-content: center;
  }
}
.cid-tUe3U1bnyg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUe3U1bnyg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tUe3U1bnyg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUe3U1bnyg .list {
    margin-bottom: 0rem;
  }
}
.cid-tUe3U1bnyg .mbr-text {
  color: #bbbbbb;
}
.cid-tUe3U1bnyg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tUe3U1bnyg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tUe3U1bnyg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tUe3U1bnyg .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-u3Ze9t2Wyt {
  z-index: 1000;
  width: 100%;
}
.cid-u3Ze9t2Wyt nav.navbar {
  position: fixed;
}
.cid-u3Ze9t2Wyt .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-u3Ze9t2Wyt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3Ze9t2Wyt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3Ze9t2Wyt .dropdown-item:hover,
.cid-u3Ze9t2Wyt .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-u3Ze9t2Wyt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3Ze9t2Wyt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3Ze9t2Wyt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3Ze9t2Wyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3Ze9t2Wyt .nav-link {
  position: relative;
}
.cid-u3Ze9t2Wyt .container {
  display: flex;
  margin: auto;
}
.cid-u3Ze9t2Wyt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3Ze9t2Wyt .dropdown-menu,
.cid-u3Ze9t2Wyt .navbar.opened {
  background: #353535 !important;
}
.cid-u3Ze9t2Wyt .nav-item:focus,
.cid-u3Ze9t2Wyt .nav-link:focus {
  outline: none;
}
.cid-u3Ze9t2Wyt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3Ze9t2Wyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3Ze9t2Wyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3Ze9t2Wyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3Ze9t2Wyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3Ze9t2Wyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3Ze9t2Wyt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-u3Ze9t2Wyt .navbar.opened {
  transition: all 0.3s;
}
.cid-u3Ze9t2Wyt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3Ze9t2Wyt .navbar .navbar-logo img {
  width: auto;
}
.cid-u3Ze9t2Wyt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3Ze9t2Wyt .navbar.collapsed {
  justify-content: center;
}
.cid-u3Ze9t2Wyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3Ze9t2Wyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3Ze9t2Wyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u3Ze9t2Wyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3Ze9t2Wyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3Ze9t2Wyt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3Ze9t2Wyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3Ze9t2Wyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3Ze9t2Wyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3Ze9t2Wyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3Ze9t2Wyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3Ze9t2Wyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3Ze9t2Wyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3Ze9t2Wyt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3Ze9t2Wyt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3Ze9t2Wyt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3Ze9t2Wyt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3Ze9t2Wyt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3Ze9t2Wyt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3Ze9t2Wyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3Ze9t2Wyt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3Ze9t2Wyt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3Ze9t2Wyt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3Ze9t2Wyt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3Ze9t2Wyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3Ze9t2Wyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3Ze9t2Wyt .dropdown-item.active,
.cid-u3Ze9t2Wyt .dropdown-item:active {
  background-color: transparent;
}
.cid-u3Ze9t2Wyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3Ze9t2Wyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3Ze9t2Wyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3Ze9t2Wyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u3Ze9t2Wyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3Ze9t2Wyt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3Ze9t2Wyt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3Ze9t2Wyt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3Ze9t2Wyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3Ze9t2Wyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3Ze9t2Wyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3Ze9t2Wyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ze9t2Wyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ze9t2Wyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3Ze9t2Wyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ze9t2Wyt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3Ze9t2Wyt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3Ze9t2Wyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ze9t2Wyt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3Ze9t2Wyt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3Ze9t2Wyt .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-u3Ze9t2Wyt .navbar {
    height: 70px;
  }
  .cid-u3Ze9t2Wyt .navbar.opened {
    height: auto;
  }
  .cid-u3Ze9t2Wyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3Zi3TsckP {
  background-image: url("../../../assets/images/mbr-1261x947.webp");
}
.cid-u3Zi3TsckP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Zi3TsckP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3Zi3TsckP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3Zi3TsckP .row {
  flex-direction: row-reverse;
}
.cid-u3Zi3TsckP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3Zi3TsckP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u3Zi3TsckP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u3Zi3TsckP .mbr-section-title {
  color: #000000;
}
.cid-u3Zi3TsckP .mbr-text,
.cid-u3Zi3TsckP .mbr-section-btn {
  color: #000000;
}
.cid-u3ZhWJNMm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u3ZhWJNMm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ZhWJNMm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u3ZhWJNMm7 .image-wrapper {
    flex-direction: column;
  }
  .cid-u3ZhWJNMm7 .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-u3ZhWJNMm7 .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-u3ZhWJNMm7 .card-box {
    padding: 0 1rem 1rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3ZhWJNMm7 .card-box {
    padding: 2.25rem;
  }
}
.cid-u3ZhWJNMm7 img,
.cid-u3ZhWJNMm7 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u3ZhWJNMm7 .card-wrapper {
  background: #ffffff;
}
.cid-u3ZhWJNMm7 .mbr-text,
.cid-u3ZhWJNMm7 .mbr-section-btn {
  color: #000000;
}
.cid-u3ZhWJNMm7 .card-title,
.cid-u3ZhWJNMm7 .card-box {
  color: #232323;
}
.cid-u3ZhTpKkLh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u3ZhTpKkLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ZhTpKkLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ZhTpKkLh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3ZhTpKkLh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u3ZhTpKkLh .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u3ZhTpKkLh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u3ZhTpKkLh .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #fafafa;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #353535;
  height: 80px;
  border-radius: 50%;
}
.cid-u3ZhTpKkLh .mbr-section-title {
  color: #260a30;
}
.cid-u3ZhTpKkLh .mbr-section-subtitle {
  color: #232323;
}
.cid-u3ZhTpKkLh .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u3ZhTpKkLh .card-box .item-footer {
  margin-top: auto;
}
.cid-u3ZhTpKkLh .content-head {
  max-width: 800px;
}
.cid-ueW8iQ64BF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueW8iQ64BF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueW8iQ64BF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueW8iQ64BF .row {
  flex-direction: row-reverse;
}
.cid-ueW8iQ64BF .video-wrapper iframe {
  width: 100%;
}
.cid-ueW8iQ64BF .mbr-section-title,
.cid-ueW8iQ64BF .mbr-description {
  text-align: center;
}
.cid-ueW8iQ64BF .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-ueW8iQ64BF .text-wrapper {
    padding: 2rem;
    padding-left: 4rem;
  }
}
.cid-ueW8iQ64BF .mbr-description {
  text-align: right;
}
.cid-u3Ze9uE822 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3Ze9uE822 .mbr-section-title {
  color: #ffffff;
}
.cid-u3Ze9uTVfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u3Ze9uTVfT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3Ze9uTVfT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3Ze9uTVfT .row {
    text-align: center;
  }
  .cid-u3Ze9uTVfT .row > div {
    margin: auto;
  }
  .cid-u3Ze9uTVfT .social-row {
    justify-content: center;
  }
}
.cid-u3Ze9uTVfT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3Ze9uTVfT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u3Ze9uTVfT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3Ze9uTVfT .list {
    margin-bottom: 0rem;
  }
}
.cid-u3Ze9uTVfT .mbr-text {
  color: #bbbbbb;
}
.cid-u3Ze9uTVfT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u3Ze9uTVfT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u3Ze9uTVfT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u3Ze9uTVfT .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-ueuJVN08Ul {
  z-index: 1000;
  width: 100%;
}
.cid-ueuJVN08Ul nav.navbar {
  position: fixed;
}
.cid-ueuJVN08Ul .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-ueuJVN08Ul .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueuJVN08Ul .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueuJVN08Ul .dropdown-item:hover,
.cid-ueuJVN08Ul .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ueuJVN08Ul .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueuJVN08Ul .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueuJVN08Ul .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueuJVN08Ul .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueuJVN08Ul .nav-link {
  position: relative;
}
.cid-ueuJVN08Ul .container {
  display: flex;
  margin: auto;
}
.cid-ueuJVN08Ul .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueuJVN08Ul .dropdown-menu,
.cid-ueuJVN08Ul .navbar.opened {
  background: #353535 !important;
}
.cid-ueuJVN08Ul .nav-item:focus,
.cid-ueuJVN08Ul .nav-link:focus {
  outline: none;
}
.cid-ueuJVN08Ul .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueuJVN08Ul .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueuJVN08Ul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueuJVN08Ul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueuJVN08Ul .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueuJVN08Ul .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueuJVN08Ul .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ueuJVN08Ul .navbar.opened {
  transition: all 0.3s;
}
.cid-ueuJVN08Ul .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueuJVN08Ul .navbar .navbar-logo img {
  width: auto;
}
.cid-ueuJVN08Ul .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueuJVN08Ul .navbar.collapsed {
  justify-content: center;
}
.cid-ueuJVN08Ul .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueuJVN08Ul .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueuJVN08Ul .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ueuJVN08Ul .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueuJVN08Ul .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueuJVN08Ul .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueuJVN08Ul .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueuJVN08Ul .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueuJVN08Ul .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueuJVN08Ul .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueuJVN08Ul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueuJVN08Ul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueuJVN08Ul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueuJVN08Ul .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueuJVN08Ul .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueuJVN08Ul .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueuJVN08Ul .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueuJVN08Ul .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueuJVN08Ul .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueuJVN08Ul .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueuJVN08Ul .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueuJVN08Ul .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueuJVN08Ul .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueuJVN08Ul .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueuJVN08Ul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueuJVN08Ul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueuJVN08Ul .dropdown-item.active,
.cid-ueuJVN08Ul .dropdown-item:active {
  background-color: transparent;
}
.cid-ueuJVN08Ul .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueuJVN08Ul .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueuJVN08Ul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueuJVN08Ul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ueuJVN08Ul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueuJVN08Ul .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueuJVN08Ul ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueuJVN08Ul .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueuJVN08Ul button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueuJVN08Ul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueuJVN08Ul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueuJVN08Ul button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueuJVN08Ul button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueuJVN08Ul button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueuJVN08Ul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueuJVN08Ul nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueuJVN08Ul nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueuJVN08Ul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueuJVN08Ul .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueuJVN08Ul a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueuJVN08Ul .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-ueuJVN08Ul .navbar {
    height: 70px;
  }
  .cid-ueuJVN08Ul .navbar.opened {
    height: auto;
  }
  .cid-ueuJVN08Ul .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueuJVNOiCz {
  display: flex;
  background-image: url("../../../assets/images/image8-4k20portada-enhanced-2000x3556.webp");
}
.cid-ueuJVNOiCz .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-ueuJVNOiCz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-ueuJVNOiCz {
    align-items: flex-end;
  }
  .cid-ueuJVNOiCz .row {
    justify-content: flex-start;
  }
  .cid-ueuJVNOiCz .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ueuJVNOiCz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ueuJVNOiCz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ueuJVNOiCz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ueuJVNOiCz .content-wrap {
    width: 100%;
  }
}
.cid-ueuPZFkhas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueuQ0VLAQX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueuQ0VLAQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueuQ0VLAQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueuQ0VLAQX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueuQ0VLAQX .row {
  flex-direction: row-reverse;
}
.cid-ueuQ0VLAQX img {
  width: 100%;
}
.cid-ueuQklmLqy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueuQklmLqy .mbr-text {
  text-align: left;
}
.cid-ueuQx2qzml {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueuQx2qzml .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueuQx2qzml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueuQx2qzml .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueuQx2qzml .row {
  flex-direction: row-reverse;
}
.cid-ueuQx2qzml img {
  width: 100%;
}
.cid-ueLPZ1qIBU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueLPZ1qIBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueLPZ1qIBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueLPZ1qIBU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueLPZ1qIBU .row {
  flex-direction: row-reverse;
}
.cid-ueLPZ1qIBU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueLPZ1qIBU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueuQBaUl5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueuQBaUl5j .mbr-text {
  text-align: left;
}
.cid-ueuXptQw5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueuXptQw5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueuXptQw5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ueuXptQw5X .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ueuXptQw5X .row {
    margin: 0;
  }
}
.cid-ueuXptQw5X .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ueuXptQw5X .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ueuXptQw5X .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ueuXptQw5X .image-wrapper {
    padding: 24px;
  }
}
.cid-ueuXptQw5X .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-ueuXptQw5X .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ueuXptQw5X .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ueuXptQw5X .image-wrapper img {
    height: 350px;
  }
}
.cid-ueuXptQw5X .main-image-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ueuXptQw5X .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
  }
}
.cid-ueuXptQw5X .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ueuXptQw5X .main-image-wrapper img {
    height: 400px;
  }
}
.cid-ueuXqMBGkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueuXqMBGkq .mbr-text {
  text-align: left;
}
.cid-ueuXxppRek {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueuXxppRek .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueuXxppRek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueuXxppRek .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueuXxppRek .row {
  flex-direction: row-reverse;
}
.cid-ueuXxppRek img {
  width: 100%;
}
.cid-ueuZGY2cDW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-ueuZGY2cDW .mbr-section-title {
  color: #ffffff;
}
.cid-ueuJVPWnSh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueuJVPWnSh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueuJVPWnSh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueuJVPWnSh .row {
    text-align: center;
  }
  .cid-ueuJVPWnSh .row > div {
    margin: auto;
  }
  .cid-ueuJVPWnSh .social-row {
    justify-content: center;
  }
}
.cid-ueuJVPWnSh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueuJVPWnSh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ueuJVPWnSh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueuJVPWnSh .list {
    margin-bottom: 0rem;
  }
}
.cid-ueuJVPWnSh .mbr-text {
  color: #bbbbbb;
}
.cid-ueuJVPWnSh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ueuJVPWnSh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ueuJVPWnSh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ueuJVPWnSh .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-ueWdOWmBVc {
  z-index: 1000;
  width: 100%;
}
.cid-ueWdOWmBVc nav.navbar {
  position: fixed;
}
.cid-ueWdOWmBVc .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-ueWdOWmBVc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueWdOWmBVc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueWdOWmBVc .dropdown-item:hover,
.cid-ueWdOWmBVc .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ueWdOWmBVc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueWdOWmBVc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueWdOWmBVc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueWdOWmBVc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueWdOWmBVc .nav-link {
  position: relative;
}
.cid-ueWdOWmBVc .container {
  display: flex;
  margin: auto;
}
.cid-ueWdOWmBVc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueWdOWmBVc .dropdown-menu,
.cid-ueWdOWmBVc .navbar.opened {
  background: #353535 !important;
}
.cid-ueWdOWmBVc .nav-item:focus,
.cid-ueWdOWmBVc .nav-link:focus {
  outline: none;
}
.cid-ueWdOWmBVc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueWdOWmBVc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueWdOWmBVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueWdOWmBVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueWdOWmBVc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueWdOWmBVc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueWdOWmBVc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ueWdOWmBVc .navbar.opened {
  transition: all 0.3s;
}
.cid-ueWdOWmBVc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueWdOWmBVc .navbar .navbar-logo img {
  width: auto;
}
.cid-ueWdOWmBVc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueWdOWmBVc .navbar.collapsed {
  justify-content: center;
}
.cid-ueWdOWmBVc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueWdOWmBVc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueWdOWmBVc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ueWdOWmBVc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueWdOWmBVc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueWdOWmBVc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueWdOWmBVc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueWdOWmBVc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueWdOWmBVc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueWdOWmBVc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueWdOWmBVc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueWdOWmBVc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueWdOWmBVc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueWdOWmBVc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueWdOWmBVc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueWdOWmBVc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueWdOWmBVc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueWdOWmBVc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueWdOWmBVc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueWdOWmBVc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueWdOWmBVc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueWdOWmBVc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueWdOWmBVc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueWdOWmBVc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueWdOWmBVc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueWdOWmBVc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueWdOWmBVc .dropdown-item.active,
.cid-ueWdOWmBVc .dropdown-item:active {
  background-color: transparent;
}
.cid-ueWdOWmBVc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueWdOWmBVc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueWdOWmBVc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueWdOWmBVc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ueWdOWmBVc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueWdOWmBVc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueWdOWmBVc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueWdOWmBVc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueWdOWmBVc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueWdOWmBVc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueWdOWmBVc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueWdOWmBVc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueWdOWmBVc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueWdOWmBVc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueWdOWmBVc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueWdOWmBVc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueWdOWmBVc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueWdOWmBVc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueWdOWmBVc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueWdOWmBVc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueWdOWmBVc .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-ueWdOWmBVc .navbar {
    height: 70px;
  }
  .cid-ueWdOWmBVc .navbar.opened {
    height: auto;
  }
  .cid-ueWdOWmBVc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueWdOXbVSY {
  background-image: url("../../../assets/images/steel-pipelines-cables-factory-interior-as-nuclear-industry-background-concept-copia-2000x1333.webp");
}
.cid-ueWdOXbVSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWdOXbVSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueWdOXbVSY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWdOXbVSY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ueWdOXbVSY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ueWdOXbVSY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueWdOXbVSY .mbr-section-title {
  color: #000000;
}
.cid-ueWdOXbVSY .mbr-text,
.cid-ueWdOXbVSY .mbr-section-btn {
  color: #000000;
}
.cid-ueWmTefkXc {
  background-color: #ffffff;
}
.cid-ueWmTefkXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWmTefkXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueWmTefkXc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ueWmTefkXc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWmTefkXc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueWmTefkXc .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueWdOXC0DI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ueWdOXC0DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWdOXC0DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueWdOXC0DI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueWdOXC0DI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueWdOXC0DI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ueWdOXC0DI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ueWdOXC0DI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #fafafa;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #353535;
  height: 80px;
  border-radius: 50%;
}
.cid-ueWdOXC0DI .mbr-section-title {
  color: #260a30;
}
.cid-ueWdOXC0DI .mbr-section-subtitle {
  color: #232323;
}
.cid-ueWdOXC0DI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueWdOXC0DI .card-box .item-footer {
  margin-top: auto;
}
.cid-ueWdOXC0DI .content-head {
  max-width: 800px;
}
.cid-ueWdOYzB40 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueWdOYzB40 .mbr-section-title {
  color: #ffffff;
}
.cid-ueWdOYYR64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueWdOYYR64 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueWdOYYR64 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueWdOYYR64 .row {
    text-align: center;
  }
  .cid-ueWdOYYR64 .row > div {
    margin: auto;
  }
  .cid-ueWdOYYR64 .social-row {
    justify-content: center;
  }
}
.cid-ueWdOYYR64 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueWdOYYR64 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ueWdOYYR64 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueWdOYYR64 .list {
    margin-bottom: 0rem;
  }
}
.cid-ueWdOYYR64 .mbr-text {
  color: #bbbbbb;
}
.cid-ueWdOYYR64 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ueWdOYYR64 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ueWdOYYR64 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ueWdOYYR64 .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-ueWpqIgOUS {
  z-index: 1000;
  width: 100%;
}
.cid-ueWpqIgOUS nav.navbar {
  position: fixed;
}
.cid-ueWpqIgOUS .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-ueWpqIgOUS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueWpqIgOUS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueWpqIgOUS .dropdown-item:hover,
.cid-ueWpqIgOUS .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ueWpqIgOUS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueWpqIgOUS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueWpqIgOUS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueWpqIgOUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueWpqIgOUS .nav-link {
  position: relative;
}
.cid-ueWpqIgOUS .container {
  display: flex;
  margin: auto;
}
.cid-ueWpqIgOUS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueWpqIgOUS .dropdown-menu,
.cid-ueWpqIgOUS .navbar.opened {
  background: #353535 !important;
}
.cid-ueWpqIgOUS .nav-item:focus,
.cid-ueWpqIgOUS .nav-link:focus {
  outline: none;
}
.cid-ueWpqIgOUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueWpqIgOUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueWpqIgOUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueWpqIgOUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueWpqIgOUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueWpqIgOUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueWpqIgOUS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ueWpqIgOUS .navbar.opened {
  transition: all 0.3s;
}
.cid-ueWpqIgOUS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueWpqIgOUS .navbar .navbar-logo img {
  width: auto;
}
.cid-ueWpqIgOUS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueWpqIgOUS .navbar.collapsed {
  justify-content: center;
}
.cid-ueWpqIgOUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueWpqIgOUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueWpqIgOUS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ueWpqIgOUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueWpqIgOUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueWpqIgOUS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueWpqIgOUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueWpqIgOUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueWpqIgOUS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueWpqIgOUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueWpqIgOUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueWpqIgOUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueWpqIgOUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueWpqIgOUS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueWpqIgOUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueWpqIgOUS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueWpqIgOUS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueWpqIgOUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueWpqIgOUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueWpqIgOUS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueWpqIgOUS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueWpqIgOUS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueWpqIgOUS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueWpqIgOUS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueWpqIgOUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueWpqIgOUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueWpqIgOUS .dropdown-item.active,
.cid-ueWpqIgOUS .dropdown-item:active {
  background-color: transparent;
}
.cid-ueWpqIgOUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueWpqIgOUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueWpqIgOUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueWpqIgOUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ueWpqIgOUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueWpqIgOUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueWpqIgOUS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueWpqIgOUS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueWpqIgOUS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueWpqIgOUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueWpqIgOUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueWpqIgOUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueWpqIgOUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueWpqIgOUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueWpqIgOUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueWpqIgOUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueWpqIgOUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueWpqIgOUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueWpqIgOUS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueWpqIgOUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueWpqIgOUS .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-ueWpqIgOUS .navbar {
    height: 70px;
  }
  .cid-ueWpqIgOUS .navbar.opened {
    height: auto;
  }
  .cid-ueWpqIgOUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueWpqJkNvK {
  background-image: url("../../../assets/images/background-interior-supermarket-out-focus-1475x983.webp");
}
.cid-ueWpqJkNvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWpqJkNvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueWpqJkNvK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWpqJkNvK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ueWpqJkNvK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ueWpqJkNvK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueWpqJkNvK .mbr-section-title {
  color: #000000;
}
.cid-ueWpqJkNvK .mbr-text,
.cid-ueWpqJkNvK .mbr-section-btn {
  color: #000000;
}
.cid-ueWpqJEQIP {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ueWpqJEQIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWpqJEQIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueWpqJEQIP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWpqJEQIP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueWpqJEQIP .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueWBWoSKos {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ueWBWoSKos .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWBWoSKos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueWBWoSKos .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ueWBWoSKos .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueWBWoSKos .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ueWBWoSKos .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ueWpqJW18d {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ueWpqJW18d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWpqJW18d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueWpqJW18d .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueWpqJW18d .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueWpqJW18d .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ueWpqJW18d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ueWpqJW18d .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #fafafa;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #353535;
  height: 80px;
  border-radius: 50%;
}
.cid-ueWpqJW18d .mbr-section-title {
  color: #260a30;
}
.cid-ueWpqJW18d .mbr-section-subtitle {
  color: #232323;
}
.cid-ueWpqJW18d .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueWpqJW18d .card-box .item-footer {
  margin-top: auto;
}
.cid-ueWpqJW18d .content-head {
  max-width: 800px;
}
.cid-ueWpqKMhpO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueWpqKMhpO .mbr-section-title {
  color: #ffffff;
}
.cid-ueWpqLm0FO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueWpqLm0FO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueWpqLm0FO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueWpqLm0FO .row {
    text-align: center;
  }
  .cid-ueWpqLm0FO .row > div {
    margin: auto;
  }
  .cid-ueWpqLm0FO .social-row {
    justify-content: center;
  }
}
.cid-ueWpqLm0FO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueWpqLm0FO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ueWpqLm0FO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueWpqLm0FO .list {
    margin-bottom: 0rem;
  }
}
.cid-ueWpqLm0FO .mbr-text {
  color: #bbbbbb;
}
.cid-ueWpqLm0FO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ueWpqLm0FO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ueWpqLm0FO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ueWpqLm0FO .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-ueWDeD9vsK {
  z-index: 1000;
  width: 100%;
}
.cid-ueWDeD9vsK nav.navbar {
  position: fixed;
}
.cid-ueWDeD9vsK .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-ueWDeD9vsK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueWDeD9vsK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueWDeD9vsK .dropdown-item:hover,
.cid-ueWDeD9vsK .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ueWDeD9vsK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueWDeD9vsK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueWDeD9vsK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueWDeD9vsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueWDeD9vsK .nav-link {
  position: relative;
}
.cid-ueWDeD9vsK .container {
  display: flex;
  margin: auto;
}
.cid-ueWDeD9vsK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueWDeD9vsK .dropdown-menu,
.cid-ueWDeD9vsK .navbar.opened {
  background: #353535 !important;
}
.cid-ueWDeD9vsK .nav-item:focus,
.cid-ueWDeD9vsK .nav-link:focus {
  outline: none;
}
.cid-ueWDeD9vsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueWDeD9vsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueWDeD9vsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueWDeD9vsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueWDeD9vsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueWDeD9vsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueWDeD9vsK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ueWDeD9vsK .navbar.opened {
  transition: all 0.3s;
}
.cid-ueWDeD9vsK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueWDeD9vsK .navbar .navbar-logo img {
  width: auto;
}
.cid-ueWDeD9vsK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueWDeD9vsK .navbar.collapsed {
  justify-content: center;
}
.cid-ueWDeD9vsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueWDeD9vsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueWDeD9vsK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ueWDeD9vsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueWDeD9vsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueWDeD9vsK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueWDeD9vsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueWDeD9vsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueWDeD9vsK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueWDeD9vsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueWDeD9vsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueWDeD9vsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueWDeD9vsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueWDeD9vsK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueWDeD9vsK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueWDeD9vsK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueWDeD9vsK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueWDeD9vsK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueWDeD9vsK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueWDeD9vsK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueWDeD9vsK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueWDeD9vsK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueWDeD9vsK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueWDeD9vsK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueWDeD9vsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueWDeD9vsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueWDeD9vsK .dropdown-item.active,
.cid-ueWDeD9vsK .dropdown-item:active {
  background-color: transparent;
}
.cid-ueWDeD9vsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueWDeD9vsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueWDeD9vsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueWDeD9vsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ueWDeD9vsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueWDeD9vsK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueWDeD9vsK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueWDeD9vsK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueWDeD9vsK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueWDeD9vsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueWDeD9vsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueWDeD9vsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueWDeD9vsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueWDeD9vsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueWDeD9vsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueWDeD9vsK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueWDeD9vsK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueWDeD9vsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueWDeD9vsK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueWDeD9vsK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueWDeD9vsK .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-ueWDeD9vsK .navbar {
    height: 70px;
  }
  .cid-ueWDeD9vsK .navbar.opened {
    height: auto;
  }
  .cid-ueWDeD9vsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueWDeDOeV6 {
  background-image: url("../../../assets/images/smiling-colleagues-making-notes-plans-2000x1335.webp");
}
.cid-ueWDeDOeV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWDeDOeV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueWDeDOeV6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWDeDOeV6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ueWDeDOeV6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ueWDeDOeV6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueWDeDOeV6 .mbr-section-title {
  color: #000000;
}
.cid-ueWDeDOeV6 .mbr-text,
.cid-ueWDeDOeV6 .mbr-section-btn {
  color: #000000;
}
.cid-ueWMNaLe4A {
  background-color: #ffffff;
}
.cid-ueWMNaLe4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWMNaLe4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueWMNaLe4A .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ueWMNaLe4A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWMNaLe4A .row {
  flex-direction: row-reverse;
}
.cid-ueWMNaLe4A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueWMNaLe4A .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueWMseV5mb {
  background-color: #ffffff;
}
.cid-ueWMseV5mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWMseV5mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueWMseV5mb .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ueWMseV5mb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWMseV5mb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueWMseV5mb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueWKNhFXnr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ueWKNhFXnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueWKNhFXnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueWKNhFXnr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueWKNhFXnr .row {
  flex-direction: row-reverse;
}
.cid-ueWKNhFXnr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ueWKNhFXnr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ueWKNhFXnr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueWKNhFXnr .mbr-section-title {
  color: #000000;
}
.cid-ueWKNhFXnr .mbr-text,
.cid-ueWKNhFXnr .mbr-section-btn {
  color: #232323;
}
.cid-ueWDeES1pq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueWDeES1pq .mbr-section-title {
  color: #ffffff;
}
.cid-ueWDeFdGF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueWDeFdGF3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueWDeFdGF3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ueWDeFdGF3 .row {
    text-align: center;
  }
  .cid-ueWDeFdGF3 .row > div {
    margin: auto;
  }
  .cid-ueWDeFdGF3 .social-row {
    justify-content: center;
  }
}
.cid-ueWDeFdGF3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueWDeFdGF3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ueWDeFdGF3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueWDeFdGF3 .list {
    margin-bottom: 0rem;
  }
}
.cid-ueWDeFdGF3 .mbr-text {
  color: #bbbbbb;
}
.cid-ueWDeFdGF3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ueWDeFdGF3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ueWDeFdGF3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ueWDeFdGF3 .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-uvfw0obMlF {
  z-index: 1000;
  width: 100%;
}
.cid-uvfw0obMlF nav.navbar {
  position: fixed;
}
.cid-uvfw0obMlF .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-uvfw0obMlF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvfw0obMlF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvfw0obMlF .dropdown-item:hover,
.cid-uvfw0obMlF .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uvfw0obMlF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvfw0obMlF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvfw0obMlF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvfw0obMlF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvfw0obMlF .nav-link {
  position: relative;
}
.cid-uvfw0obMlF .container {
  display: flex;
  margin: auto;
}
.cid-uvfw0obMlF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvfw0obMlF .dropdown-menu,
.cid-uvfw0obMlF .navbar.opened {
  background: #353535 !important;
}
.cid-uvfw0obMlF .nav-item:focus,
.cid-uvfw0obMlF .nav-link:focus {
  outline: none;
}
.cid-uvfw0obMlF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvfw0obMlF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvfw0obMlF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvfw0obMlF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvfw0obMlF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvfw0obMlF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvfw0obMlF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uvfw0obMlF .navbar.opened {
  transition: all 0.3s;
}
.cid-uvfw0obMlF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvfw0obMlF .navbar .navbar-logo img {
  width: auto;
}
.cid-uvfw0obMlF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfw0obMlF .navbar.collapsed {
  justify-content: center;
}
.cid-uvfw0obMlF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvfw0obMlF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfw0obMlF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uvfw0obMlF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfw0obMlF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfw0obMlF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvfw0obMlF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfw0obMlF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvfw0obMlF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvfw0obMlF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvfw0obMlF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfw0obMlF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfw0obMlF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfw0obMlF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvfw0obMlF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvfw0obMlF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfw0obMlF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvfw0obMlF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvfw0obMlF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvfw0obMlF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvfw0obMlF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvfw0obMlF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvfw0obMlF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvfw0obMlF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvfw0obMlF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfw0obMlF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfw0obMlF .dropdown-item.active,
.cid-uvfw0obMlF .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfw0obMlF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvfw0obMlF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfw0obMlF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfw0obMlF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvfw0obMlF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvfw0obMlF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfw0obMlF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvfw0obMlF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvfw0obMlF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvfw0obMlF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvfw0obMlF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfw0obMlF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfw0obMlF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfw0obMlF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfw0obMlF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfw0obMlF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvfw0obMlF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvfw0obMlF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfw0obMlF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvfw0obMlF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvfw0obMlF .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-uvfw0obMlF .navbar {
    height: 70px;
  }
  .cid-uvfw0obMlF .navbar.opened {
    height: auto;
  }
  .cid-uvfw0obMlF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvfw0pStFz {
  display: flex;
  background-image: url("../../../assets/images/image18-copia-1080x1920.webp");
}
.cid-uvfw0pStFz .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uvfw0pStFz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uvfw0pStFz {
    align-items: flex-end;
  }
  .cid-uvfw0pStFz .row {
    justify-content: flex-start;
  }
  .cid-uvfw0pStFz .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0pStFz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0pStFz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvfw0pStFz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvfw0pStFz .content-wrap {
    width: 100%;
  }
}
.cid-uJk54e4u8u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJk5byACgF {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/escena-8-style-transfer02-2000x1125.webp");
}
.cid-uJk5byACgF .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uJk5byACgF .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uJk5byACgF .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJk5byACgF .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uJk5byACgF .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uJk5byACgF .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uJk5byACgF .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uJk5byACgF .mbr-text {
  margin-top: 5px;
}
.cid-uJkaPgRPBY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJkaPgRPBY .carousel {
    min-height: 800px;
  }
  .cid-uJkaPgRPBY .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJkaPgRPBY .carousel {
    min-height: 520px;
  }
  .cid-uJkaPgRPBY .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uJkaPgRPBY .carousel {
    min-height: 440px;
  }
  .cid-uJkaPgRPBY .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uJkaPgRPBY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uJkaPgRPBY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uJkaPgRPBY .carousel,
.cid-uJkaPgRPBY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJkaPgRPBY .item-wrapper {
  width: 100%;
}
.cid-uJkaPgRPBY .carousel-caption {
  bottom: 40px;
}
.cid-uJkaPgRPBY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uJkaPgRPBY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uJkaPgRPBY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uJkaPgRPBY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uJkaPgRPBY .carousel-control {
  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-uJkaPgRPBY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJkaPgRPBY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJkaPgRPBY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJkaPgRPBY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uJkaPgRPBY .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-uJkaPgRPBY .carousel-indicators li.active,
.cid-uJkaPgRPBY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJkaPgRPBY .carousel-indicators li::after,
.cid-uJkaPgRPBY .carousel-indicators li::before {
  content: none;
}
.cid-uJkaPgRPBY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJkaPgRPBY .carousel-indicators {
    display: none !important;
  }
}
.cid-uJk5hq03MG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uJk5hq03MG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJk5hq03MG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJk5hq03MG .item {
  padding-bottom: 2rem;
}
.cid-uJk5hq03MG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uJk5hq03MG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJk5hq03MG .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-uJk5hq03MG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uJk5hq03MG .carousel-control,
.cid-uJk5hq03MG .close {
  background: #1b1b1b;
}
.cid-uJk5hq03MG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uJk5hq03MG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uJk5hq03MG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uJk5hq03MG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uJk5hq03MG .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-uJk5hq03MG .close::before {
  content: '\e91a';
}
.cid-uJk5hq03MG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJk5hq03MG .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-uJk5hq03MG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJk5hq03MG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJk5hq03MG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJk5hq03MG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uJk5hq03MG .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-uJk5hq03MG .carousel-indicators li.active,
.cid-uJk5hq03MG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJk5hq03MG .carousel-indicators li::after,
.cid-uJk5hq03MG .carousel-indicators li::before {
  content: none;
}
.cid-uJk5hq03MG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJk5hq03MG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJk5hq03MG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJk5hq03MG .carousel-indicators {
    display: none;
  }
}
.cid-uJk5hq03MG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJk5hq03MG .carousel-inner > .active {
  display: block;
}
.cid-uJk5hq03MG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJk5hq03MG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJk5hq03MG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uJk5hq03MG .carousel-control,
  .cid-uJk5hq03MG .carousel-indicators,
  .cid-uJk5hq03MG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uJk5hq03MG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uJk5hq03MG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uJk5hq03MG .carousel-indicators .active,
.cid-uJk5hq03MG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uJk5hq03MG .carousel-indicators .active {
  background: #fff;
}
.cid-uJk5hq03MG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uJk5hq03MG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uJk5hq03MG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJk5hq03MG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uJk5hq03MG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uJk5hq03MG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uJk5hq03MG .carousel {
  width: 100%;
}
.cid-uJk5hq03MG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uJk5hq03MG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uJk5hq03MG .modal.fade .modal-dialog,
.cid-uJk5hq03MG .modal.in .modal-dialog {
  transform: none;
}
.cid-uJk5hq03MG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uJk5hq03MG H6 {
  text-align: center;
}
.cid-uHDkpOeVit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHDl6bzgyi {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/001-copia-2000x1125.webp");
}
.cid-uHDl6bzgyi .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uHDl6bzgyi .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uHDl6bzgyi .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uHDl6bzgyi .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uHDl6bzgyi .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uHDl6bzgyi .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uHDl6bzgyi .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uHDl6bzgyi .mbr-text {
  margin-top: 5px;
}
.cid-uHDlaAsvi6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHDlaAsvi6 .carousel {
    min-height: 800px;
  }
  .cid-uHDlaAsvi6 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHDlaAsvi6 .carousel {
    min-height: 520px;
  }
  .cid-uHDlaAsvi6 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uHDlaAsvi6 .carousel {
    min-height: 440px;
  }
  .cid-uHDlaAsvi6 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uHDlaAsvi6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHDlaAsvi6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uHDlaAsvi6 .carousel,
.cid-uHDlaAsvi6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHDlaAsvi6 .item-wrapper {
  width: 100%;
}
.cid-uHDlaAsvi6 .carousel-caption {
  bottom: 40px;
}
.cid-uHDlaAsvi6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uHDlaAsvi6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHDlaAsvi6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHDlaAsvi6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHDlaAsvi6 .carousel-control {
  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-uHDlaAsvi6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHDlaAsvi6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHDlaAsvi6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHDlaAsvi6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHDlaAsvi6 .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-uHDlaAsvi6 .carousel-indicators li.active,
.cid-uHDlaAsvi6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHDlaAsvi6 .carousel-indicators li::after,
.cid-uHDlaAsvi6 .carousel-indicators li::before {
  content: none;
}
.cid-uHDlaAsvi6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHDlaAsvi6 .carousel-indicators {
    display: none !important;
  }
}
.cid-uHDmYeBhCm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHDmYeBhCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDmYeBhCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDmYeBhCm .item {
  padding-bottom: 2rem;
}
.cid-uHDmYeBhCm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHDmYeBhCm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHDmYeBhCm .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-uHDmYeBhCm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHDmYeBhCm .carousel-control,
.cid-uHDmYeBhCm .close {
  background: #1b1b1b;
}
.cid-uHDmYeBhCm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHDmYeBhCm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHDmYeBhCm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHDmYeBhCm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHDmYeBhCm .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-uHDmYeBhCm .close::before {
  content: '\e91a';
}
.cid-uHDmYeBhCm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHDmYeBhCm .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-uHDmYeBhCm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHDmYeBhCm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHDmYeBhCm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHDmYeBhCm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHDmYeBhCm .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-uHDmYeBhCm .carousel-indicators li.active,
.cid-uHDmYeBhCm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHDmYeBhCm .carousel-indicators li::after,
.cid-uHDmYeBhCm .carousel-indicators li::before {
  content: none;
}
.cid-uHDmYeBhCm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHDmYeBhCm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHDmYeBhCm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHDmYeBhCm .carousel-indicators {
    display: none;
  }
}
.cid-uHDmYeBhCm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHDmYeBhCm .carousel-inner > .active {
  display: block;
}
.cid-uHDmYeBhCm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHDmYeBhCm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHDmYeBhCm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHDmYeBhCm .carousel-control,
  .cid-uHDmYeBhCm .carousel-indicators,
  .cid-uHDmYeBhCm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHDmYeBhCm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHDmYeBhCm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHDmYeBhCm .carousel-indicators .active,
.cid-uHDmYeBhCm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHDmYeBhCm .carousel-indicators .active {
  background: #fff;
}
.cid-uHDmYeBhCm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHDmYeBhCm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHDmYeBhCm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHDmYeBhCm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHDmYeBhCm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHDmYeBhCm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHDmYeBhCm .carousel {
  width: 100%;
}
.cid-uHDmYeBhCm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHDmYeBhCm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHDmYeBhCm .modal.fade .modal-dialog,
.cid-uHDmYeBhCm .modal.in .modal-dialog {
  transform: none;
}
.cid-uHDmYeBhCm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHDmYeBhCm H6 {
  text-align: center;
}
.cid-uvfw0qex4o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw0rDTpN {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image10-enhanced-1-copia-2000x1125.webp");
}
.cid-uvfw0rDTpN .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw0rDTpN .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw0rDTpN .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw0rDTpN .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw0rDTpN .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw0rDTpN .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw0rDTpN .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw0rDTpN .mbr-text {
  margin-top: 5px;
}
.cid-uvfw0rSM3l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0rSM3l .carousel {
    min-height: 800px;
  }
  .cid-uvfw0rSM3l .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0rSM3l .carousel {
    min-height: 520px;
  }
  .cid-uvfw0rSM3l .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0rSM3l .carousel {
    min-height: 440px;
  }
  .cid-uvfw0rSM3l .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0rSM3l .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0rSM3l .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0rSM3l .carousel,
.cid-uvfw0rSM3l .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0rSM3l .item-wrapper {
  width: 100%;
}
.cid-uvfw0rSM3l .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0rSM3l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0rSM3l .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0rSM3l .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0rSM3l .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0rSM3l .carousel-control {
  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-uvfw0rSM3l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0rSM3l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0rSM3l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0rSM3l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0rSM3l .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-uvfw0rSM3l .carousel-indicators li.active,
.cid-uvfw0rSM3l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0rSM3l .carousel-indicators li::after,
.cid-uvfw0rSM3l .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0rSM3l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0rSM3l .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0sBu5z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw0sBu5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw0sBu5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfw0sBu5z .item {
  padding-bottom: 2rem;
}
.cid-uvfw0sBu5z .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvfw0sBu5z .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvfw0sBu5z .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-uvfw0sBu5z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvfw0sBu5z .carousel-control,
.cid-uvfw0sBu5z .close {
  background: #1b1b1b;
}
.cid-uvfw0sBu5z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvfw0sBu5z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvfw0sBu5z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvfw0sBu5z .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvfw0sBu5z .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-uvfw0sBu5z .close::before {
  content: '\e91a';
}
.cid-uvfw0sBu5z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvfw0sBu5z .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-uvfw0sBu5z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0sBu5z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0sBu5z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0sBu5z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvfw0sBu5z .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-uvfw0sBu5z .carousel-indicators li.active,
.cid-uvfw0sBu5z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0sBu5z .carousel-indicators li::after,
.cid-uvfw0sBu5z .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0sBu5z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0sBu5z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvfw0sBu5z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0sBu5z .carousel-indicators {
    display: none;
  }
}
.cid-uvfw0sBu5z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0sBu5z .carousel-inner > .active {
  display: block;
}
.cid-uvfw0sBu5z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0sBu5z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfw0sBu5z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvfw0sBu5z .carousel-control,
  .cid-uvfw0sBu5z .carousel-indicators,
  .cid-uvfw0sBu5z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0sBu5z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvfw0sBu5z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvfw0sBu5z .carousel-indicators .active,
.cid-uvfw0sBu5z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvfw0sBu5z .carousel-indicators .active {
  background: #fff;
}
.cid-uvfw0sBu5z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvfw0sBu5z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvfw0sBu5z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvfw0sBu5z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvfw0sBu5z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvfw0sBu5z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvfw0sBu5z .carousel {
  width: 100%;
}
.cid-uvfw0sBu5z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvfw0sBu5z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvfw0sBu5z .modal.fade .modal-dialog,
.cid-uvfw0sBu5z .modal.in .modal-dialog {
  transform: none;
}
.cid-uvfw0sBu5z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvfw0sBu5z H6 {
  text-align: center;
}
.cid-uvfw0wCw4V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0wW405 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/02-enhanced-1-copia-2000x1125.webp");
}
.cid-uvfw0wW405 .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw0wW405 .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw0wW405 .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw0wW405 .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw0wW405 .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw0wW405 .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw0wW405 .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw0wW405 .mbr-text {
  margin-top: 5px;
}
.cid-uvfw0xboeR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0xboeR .carousel {
    min-height: 800px;
  }
  .cid-uvfw0xboeR .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0xboeR .carousel {
    min-height: 520px;
  }
  .cid-uvfw0xboeR .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0xboeR .carousel {
    min-height: 440px;
  }
  .cid-uvfw0xboeR .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0xboeR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0xboeR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0xboeR .carousel,
.cid-uvfw0xboeR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0xboeR .item-wrapper {
  width: 100%;
}
.cid-uvfw0xboeR .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0xboeR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0xboeR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0xboeR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0xboeR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0xboeR .carousel-control {
  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-uvfw0xboeR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0xboeR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0xboeR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0xboeR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0xboeR .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-uvfw0xboeR .carousel-indicators li.active,
.cid-uvfw0xboeR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0xboeR .carousel-indicators li::after,
.cid-uvfw0xboeR .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0xboeR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0xboeR .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0xD0Sa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw0xD0Sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw0xD0Sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfw0xD0Sa .item {
  padding-bottom: 2rem;
}
.cid-uvfw0xD0Sa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvfw0xD0Sa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvfw0xD0Sa .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-uvfw0xD0Sa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvfw0xD0Sa .carousel-control,
.cid-uvfw0xD0Sa .close {
  background: #1b1b1b;
}
.cid-uvfw0xD0Sa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvfw0xD0Sa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvfw0xD0Sa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvfw0xD0Sa .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvfw0xD0Sa .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-uvfw0xD0Sa .close::before {
  content: '\e91a';
}
.cid-uvfw0xD0Sa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvfw0xD0Sa .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-uvfw0xD0Sa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0xD0Sa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0xD0Sa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0xD0Sa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvfw0xD0Sa .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-uvfw0xD0Sa .carousel-indicators li.active,
.cid-uvfw0xD0Sa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0xD0Sa .carousel-indicators li::after,
.cid-uvfw0xD0Sa .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0xD0Sa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0xD0Sa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvfw0xD0Sa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0xD0Sa .carousel-indicators {
    display: none;
  }
}
.cid-uvfw0xD0Sa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0xD0Sa .carousel-inner > .active {
  display: block;
}
.cid-uvfw0xD0Sa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0xD0Sa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfw0xD0Sa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvfw0xD0Sa .carousel-control,
  .cid-uvfw0xD0Sa .carousel-indicators,
  .cid-uvfw0xD0Sa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0xD0Sa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvfw0xD0Sa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvfw0xD0Sa .carousel-indicators .active,
.cid-uvfw0xD0Sa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvfw0xD0Sa .carousel-indicators .active {
  background: #fff;
}
.cid-uvfw0xD0Sa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvfw0xD0Sa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvfw0xD0Sa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvfw0xD0Sa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvfw0xD0Sa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvfw0xD0Sa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvfw0xD0Sa .carousel {
  width: 100%;
}
.cid-uvfw0xD0Sa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvfw0xD0Sa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvfw0xD0Sa .modal.fade .modal-dialog,
.cid-uvfw0xD0Sa .modal.in .modal-dialog {
  transform: none;
}
.cid-uvfw0xD0Sa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvfw0xD0Sa H6 {
  text-align: center;
}
.cid-uvfw0y4N9E {
  background-color: #ffffff;
}
.cid-uvfw0y4N9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw0y4N9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uvfw0y4N9E .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uvfw0y4N9E .row {
    margin: 0;
  }
}
.cid-uvfw0y4N9E .row .card {
  border-top: 1px solid #bbbbbb;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvfw0y4N9E .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uvfw0y4N9E .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uvfw0y4N9E .image-wrapper {
    padding: 24px;
  }
}
.cid-uvfw0y4N9E .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uvfw0y4N9E .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvfw0y4N9E .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvfw0y4N9E .image-wrapper img {
    height: 350px;
  }
}
.cid-uvfw0y4N9E .main-image-wrapper {
  border-left: 1px solid #bbbbbb;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uvfw0y4N9E .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #bbbbbb;
  }
}
.cid-uvfw0y4N9E .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvfw0y4N9E .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uvfw0ymLrp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw0yCSwD {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dsc00387-1900x1069.webp");
}
.cid-uvfw0yCSwD .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw0yCSwD .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw0yCSwD .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw0yCSwD .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw0yCSwD .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw0yCSwD .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw0yCSwD .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw0yCSwD .mbr-text {
  margin-top: 5px;
}
.cid-uvfw0yRcD5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0yRcD5 .carousel {
    min-height: 800px;
  }
  .cid-uvfw0yRcD5 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0yRcD5 .carousel {
    min-height: 520px;
  }
  .cid-uvfw0yRcD5 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0yRcD5 .carousel {
    min-height: 440px;
  }
  .cid-uvfw0yRcD5 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0yRcD5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0yRcD5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0yRcD5 .carousel,
.cid-uvfw0yRcD5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0yRcD5 .item-wrapper {
  width: 100%;
}
.cid-uvfw0yRcD5 .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0yRcD5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0yRcD5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0yRcD5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0yRcD5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0yRcD5 .carousel-control {
  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-uvfw0yRcD5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0yRcD5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0yRcD5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0yRcD5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0yRcD5 .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-uvfw0yRcD5 .carousel-indicators li.active,
.cid-uvfw0yRcD5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0yRcD5 .carousel-indicators li::after,
.cid-uvfw0yRcD5 .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0yRcD5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0yRcD5 .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0zasND {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0zasND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw0zasND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfw0zasND .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvfw0zasND .item {
    margin-bottom: 1rem;
  }
}
.cid-uvfw0zasND .item-wrapper {
  position: relative;
}
.cid-uvfw0zasND .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvfw0zasND .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvfw0zasND .carousel-control,
.cid-uvfw0zasND .close {
  background: #1b1b1b;
}
.cid-uvfw0zasND .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvfw0zasND .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvfw0zasND .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvfw0zasND .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvfw0zasND .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-uvfw0zasND .close::before {
  content: '\e91a';
}
.cid-uvfw0zasND .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvfw0zasND .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-uvfw0zasND .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0zasND .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0zasND .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0zasND .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvfw0zasND .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-uvfw0zasND .carousel-indicators li.active,
.cid-uvfw0zasND .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0zasND .carousel-indicators li::after,
.cid-uvfw0zasND .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0zasND .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0zasND .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvfw0zasND .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0zasND .carousel-indicators {
    display: none;
  }
}
.cid-uvfw0zasND .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0zasND .carousel-inner > .active {
  display: block;
}
.cid-uvfw0zasND .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0zasND .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfw0zasND .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvfw0zasND .carousel-control,
  .cid-uvfw0zasND .carousel-indicators,
  .cid-uvfw0zasND .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0zasND .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvfw0zasND .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvfw0zasND .carousel-indicators .active,
.cid-uvfw0zasND .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvfw0zasND .carousel-indicators .active {
  background: #fff;
}
.cid-uvfw0zasND .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvfw0zasND .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvfw0zasND .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvfw0zasND .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvfw0zasND .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvfw0zasND .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvfw0zasND .carousel {
  width: 100%;
}
.cid-uvfw0zasND .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvfw0zasND .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvfw0zasND .modal.fade .modal-dialog,
.cid-uvfw0zasND .modal.in .modal-dialog {
  transform: none;
}
.cid-uvfw0zasND .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvfw0zasND .content-head {
  max-width: 800px;
}
.cid-uvfw0B8NeI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0BrTez {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-774-1900x1267.webp");
}
.cid-uvfw0BrTez .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw0BrTez .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw0BrTez .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw0BrTez .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw0BrTez .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw0BrTez .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw0BrTez .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw0BrTez .mbr-text {
  margin-top: 5px;
}
.cid-uvfw0BIJUl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0BIJUl .carousel {
    min-height: 800px;
  }
  .cid-uvfw0BIJUl .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0BIJUl .carousel {
    min-height: 520px;
  }
  .cid-uvfw0BIJUl .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0BIJUl .carousel {
    min-height: 440px;
  }
  .cid-uvfw0BIJUl .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0BIJUl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0BIJUl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0BIJUl .carousel,
.cid-uvfw0BIJUl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0BIJUl .item-wrapper {
  width: 100%;
}
.cid-uvfw0BIJUl .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0BIJUl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0BIJUl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0BIJUl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0BIJUl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0BIJUl .carousel-control {
  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-uvfw0BIJUl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0BIJUl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0BIJUl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0BIJUl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0BIJUl .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-uvfw0BIJUl .carousel-indicators li.active,
.cid-uvfw0BIJUl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0BIJUl .carousel-indicators li::after,
.cid-uvfw0BIJUl .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0BIJUl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0BIJUl .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0Ck0rY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw0Ck0rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw0Ck0rY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfw0Ck0rY .item {
  padding-bottom: 2rem;
}
.cid-uvfw0Ck0rY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvfw0Ck0rY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvfw0Ck0rY .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-uvfw0Ck0rY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvfw0Ck0rY .carousel-control,
.cid-uvfw0Ck0rY .close {
  background: #1b1b1b;
}
.cid-uvfw0Ck0rY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvfw0Ck0rY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvfw0Ck0rY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvfw0Ck0rY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvfw0Ck0rY .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-uvfw0Ck0rY .close::before {
  content: '\e91a';
}
.cid-uvfw0Ck0rY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvfw0Ck0rY .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-uvfw0Ck0rY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0Ck0rY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0Ck0rY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0Ck0rY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvfw0Ck0rY .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-uvfw0Ck0rY .carousel-indicators li.active,
.cid-uvfw0Ck0rY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0Ck0rY .carousel-indicators li::after,
.cid-uvfw0Ck0rY .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0Ck0rY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0Ck0rY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvfw0Ck0rY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0Ck0rY .carousel-indicators {
    display: none;
  }
}
.cid-uvfw0Ck0rY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0Ck0rY .carousel-inner > .active {
  display: block;
}
.cid-uvfw0Ck0rY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0Ck0rY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfw0Ck0rY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvfw0Ck0rY .carousel-control,
  .cid-uvfw0Ck0rY .carousel-indicators,
  .cid-uvfw0Ck0rY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0Ck0rY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvfw0Ck0rY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvfw0Ck0rY .carousel-indicators .active,
.cid-uvfw0Ck0rY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvfw0Ck0rY .carousel-indicators .active {
  background: #fff;
}
.cid-uvfw0Ck0rY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvfw0Ck0rY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvfw0Ck0rY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvfw0Ck0rY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvfw0Ck0rY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvfw0Ck0rY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvfw0Ck0rY .carousel {
  width: 100%;
}
.cid-uvfw0Ck0rY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvfw0Ck0rY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvfw0Ck0rY .modal.fade .modal-dialog,
.cid-uvfw0Ck0rY .modal.in .modal-dialog {
  transform: none;
}
.cid-uvfw0Ck0rY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvfw0Ck0rY H6 {
  text-align: center;
}
.cid-uvfw0CW3r5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0DlGMw {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/125123-1900x1069.webp");
}
.cid-uvfw0DlGMw .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw0DlGMw .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw0DlGMw .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw0DlGMw .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw0DlGMw .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw0DlGMw .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw0DlGMw .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw0DlGMw .mbr-text {
  margin-top: 5px;
}
.cid-uvfw0DE56n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0DE56n .carousel {
    min-height: 800px;
  }
  .cid-uvfw0DE56n .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0DE56n .carousel {
    min-height: 520px;
  }
  .cid-uvfw0DE56n .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0DE56n .carousel {
    min-height: 440px;
  }
  .cid-uvfw0DE56n .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0DE56n .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0DE56n .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0DE56n .carousel,
.cid-uvfw0DE56n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0DE56n .item-wrapper {
  width: 100%;
}
.cid-uvfw0DE56n .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0DE56n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0DE56n .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0DE56n .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0DE56n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0DE56n .carousel-control {
  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-uvfw0DE56n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0DE56n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0DE56n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0DE56n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0DE56n .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-uvfw0DE56n .carousel-indicators li.active,
.cid-uvfw0DE56n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0DE56n .carousel-indicators li::after,
.cid-uvfw0DE56n .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0DE56n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0DE56n .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0E6UHi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0Eocfp {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image1-000-enhanced-2000x1125.webp");
}
.cid-uvfw0Eocfp .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw0Eocfp .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw0Eocfp .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw0Eocfp .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw0Eocfp .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw0Eocfp .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw0Eocfp .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw0Eocfp .mbr-text {
  margin-top: 5px;
}
.cid-uvfw0EGu0W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0EGu0W .carousel {
    min-height: 800px;
  }
  .cid-uvfw0EGu0W .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0EGu0W .carousel {
    min-height: 520px;
  }
  .cid-uvfw0EGu0W .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0EGu0W .carousel {
    min-height: 440px;
  }
  .cid-uvfw0EGu0W .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0EGu0W .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0EGu0W .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0EGu0W .carousel,
.cid-uvfw0EGu0W .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0EGu0W .item-wrapper {
  width: 100%;
}
.cid-uvfw0EGu0W .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0EGu0W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0EGu0W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0EGu0W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0EGu0W .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0EGu0W .carousel-control {
  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-uvfw0EGu0W .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0EGu0W .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0EGu0W .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0EGu0W .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0EGu0W .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-uvfw0EGu0W .carousel-indicators li.active,
.cid-uvfw0EGu0W .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0EGu0W .carousel-indicators li::after,
.cid-uvfw0EGu0W .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0EGu0W .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0EGu0W .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0FzXEv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw0FzXEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw0FzXEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfw0FzXEv .item {
  padding-bottom: 2rem;
}
.cid-uvfw0FzXEv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvfw0FzXEv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvfw0FzXEv .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-uvfw0FzXEv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvfw0FzXEv .carousel-control,
.cid-uvfw0FzXEv .close {
  background: #1b1b1b;
}
.cid-uvfw0FzXEv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvfw0FzXEv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvfw0FzXEv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvfw0FzXEv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvfw0FzXEv .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-uvfw0FzXEv .close::before {
  content: '\e91a';
}
.cid-uvfw0FzXEv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvfw0FzXEv .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-uvfw0FzXEv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0FzXEv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0FzXEv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0FzXEv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvfw0FzXEv .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-uvfw0FzXEv .carousel-indicators li.active,
.cid-uvfw0FzXEv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0FzXEv .carousel-indicators li::after,
.cid-uvfw0FzXEv .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0FzXEv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0FzXEv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvfw0FzXEv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0FzXEv .carousel-indicators {
    display: none;
  }
}
.cid-uvfw0FzXEv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0FzXEv .carousel-inner > .active {
  display: block;
}
.cid-uvfw0FzXEv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0FzXEv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfw0FzXEv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvfw0FzXEv .carousel-control,
  .cid-uvfw0FzXEv .carousel-indicators,
  .cid-uvfw0FzXEv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0FzXEv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvfw0FzXEv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvfw0FzXEv .carousel-indicators .active,
.cid-uvfw0FzXEv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvfw0FzXEv .carousel-indicators .active {
  background: #fff;
}
.cid-uvfw0FzXEv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvfw0FzXEv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvfw0FzXEv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvfw0FzXEv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvfw0FzXEv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvfw0FzXEv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvfw0FzXEv .carousel {
  width: 100%;
}
.cid-uvfw0FzXEv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvfw0FzXEv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvfw0FzXEv .modal.fade .modal-dialog,
.cid-uvfw0FzXEv .modal.in .modal-dialog {
  transform: none;
}
.cid-uvfw0FzXEv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvfw0FzXEv H6 {
  text-align: center;
}
.cid-uvfw0GbZc9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0GxWeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0GxWeJ .carousel {
    min-height: 800px;
  }
  .cid-uvfw0GxWeJ .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0GxWeJ .carousel {
    min-height: 520px;
  }
  .cid-uvfw0GxWeJ .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0GxWeJ .carousel {
    min-height: 440px;
  }
  .cid-uvfw0GxWeJ .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0GxWeJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0GxWeJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0GxWeJ .carousel,
.cid-uvfw0GxWeJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0GxWeJ .item-wrapper {
  width: 100%;
}
.cid-uvfw0GxWeJ .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0GxWeJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0GxWeJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0GxWeJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0GxWeJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0GxWeJ .carousel-control {
  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-uvfw0GxWeJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0GxWeJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0GxWeJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0GxWeJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0GxWeJ .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-uvfw0GxWeJ .carousel-indicators li.active,
.cid-uvfw0GxWeJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0GxWeJ .carousel-indicators li::after,
.cid-uvfw0GxWeJ .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0GxWeJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0GxWeJ .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0GZWL2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0Hmu8D {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image10-copia-1920x1080.webp");
}
.cid-uvfw0Hmu8D .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw0Hmu8D .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw0Hmu8D .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw0Hmu8D .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw0Hmu8D .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw0Hmu8D .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw0Hmu8D .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw0Hmu8D .mbr-text {
  margin-top: 5px;
}
.cid-uvfw0HHrb3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw0HHrb3 .carousel {
    min-height: 800px;
  }
  .cid-uvfw0HHrb3 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0HHrb3 .carousel {
    min-height: 520px;
  }
  .cid-uvfw0HHrb3 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0HHrb3 .carousel {
    min-height: 440px;
  }
  .cid-uvfw0HHrb3 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw0HHrb3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw0HHrb3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw0HHrb3 .carousel,
.cid-uvfw0HHrb3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0HHrb3 .item-wrapper {
  width: 100%;
}
.cid-uvfw0HHrb3 .carousel-caption {
  bottom: 40px;
}
.cid-uvfw0HHrb3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw0HHrb3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw0HHrb3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw0HHrb3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw0HHrb3 .carousel-control {
  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-uvfw0HHrb3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0HHrb3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0HHrb3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0HHrb3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw0HHrb3 .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-uvfw0HHrb3 .carousel-indicators li.active,
.cid-uvfw0HHrb3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0HHrb3 .carousel-indicators li::after,
.cid-uvfw0HHrb3 .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0HHrb3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0HHrb3 .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw0IJHi5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw0JygZJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvfw0JygZJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvfw0JygZJ .row {
  flex-direction: row-reverse;
}
.cid-uvfw0JygZJ img {
  width: 100%;
}
.cid-uvfw0JZb2R {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mg-6072-2000x1333.webp");
}
.cid-uvfw0JZb2R .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uvfw0JZb2R .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uvfw0JZb2R {
    align-items: flex-end;
  }
  .cid-uvfw0JZb2R .row {
    justify-content: flex-end;
  }
  .cid-uvfw0JZb2R .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw0JZb2R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0JZb2R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvfw0JZb2R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvfw0JZb2R .content-wrap {
    width: 100%;
  }
}
.cid-uvfw0JZb2R .mbr-section-title {
  text-align: right;
}
.cid-uvfw0JZb2R .mbr-text,
.cid-uvfw0JZb2R .mbr-section-btn {
  text-align: right;
}
.cid-uvfw0KlObs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvfw0KlObs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvfw0KlObs .row {
  flex-direction: row-reverse;
}
.cid-uvfw0KlObs img {
  width: 100%;
}
.cid-uvfw0KIB7Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvfw0KIB7Q .item {
  padding-bottom: 2rem;
}
.cid-uvfw0KIB7Q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvfw0KIB7Q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvfw0KIB7Q .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-uvfw0KIB7Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvfw0KIB7Q .carousel-control,
.cid-uvfw0KIB7Q .close {
  background: #1b1b1b;
}
.cid-uvfw0KIB7Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvfw0KIB7Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvfw0KIB7Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvfw0KIB7Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvfw0KIB7Q .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-uvfw0KIB7Q .close::before {
  content: '\e91a';
}
.cid-uvfw0KIB7Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvfw0KIB7Q .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-uvfw0KIB7Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0KIB7Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw0KIB7Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw0KIB7Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvfw0KIB7Q .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-uvfw0KIB7Q .carousel-indicators li.active,
.cid-uvfw0KIB7Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw0KIB7Q .carousel-indicators li::after,
.cid-uvfw0KIB7Q .carousel-indicators li::before {
  content: none;
}
.cid-uvfw0KIB7Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw0KIB7Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvfw0KIB7Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0KIB7Q .carousel-indicators {
    display: none;
  }
}
.cid-uvfw0KIB7Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw0KIB7Q .carousel-inner > .active {
  display: block;
}
.cid-uvfw0KIB7Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw0KIB7Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfw0KIB7Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvfw0KIB7Q .carousel-control,
  .cid-uvfw0KIB7Q .carousel-indicators,
  .cid-uvfw0KIB7Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0KIB7Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvfw0KIB7Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvfw0KIB7Q .carousel-indicators .active,
.cid-uvfw0KIB7Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvfw0KIB7Q .carousel-indicators .active {
  background: #fff;
}
.cid-uvfw0KIB7Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvfw0KIB7Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvfw0KIB7Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvfw0KIB7Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvfw0KIB7Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvfw0KIB7Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvfw0KIB7Q .carousel {
  width: 100%;
}
.cid-uvfw0KIB7Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvfw0KIB7Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvfw0KIB7Q .modal.fade .modal-dialog,
.cid-uvfw0KIB7Q .modal.in .modal-dialog {
  transform: none;
}
.cid-uvfw0KIB7Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvfw0KIB7Q H6 {
  text-align: center;
}
.cid-uvfw0NGNH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvfw0NGNH6 .mbr-section-title {
  color: #ffffff;
}
.cid-uvfw0OBGiZ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvfw0OBGiZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvfw0OBGiZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvfw0OBGiZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvfw0OBGiZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvfw0OBGiZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uvfw0OBGiZ .mbr-section-title {
  text-align: left;
}
.cid-uvfw0P1OaR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvfw0P1OaR .google-map {
  height: 350px;
  position: relative;
}
.cid-uvfw0P1OaR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvfw0P1OaR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvfw0P1OaR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvfw0P1OaR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvfw0P1OaR .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-uvfw0P1OaR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvfw0QxQ6B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-uvfw0QxQ6B .mbr-section-title {
  color: #ffffff;
}
.cid-uvfw0QWda6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvfw0QWda6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvfw0QWda6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw0QWda6 .row {
    text-align: center;
  }
  .cid-uvfw0QWda6 .row > div {
    margin: auto;
  }
  .cid-uvfw0QWda6 .social-row {
    justify-content: center;
  }
}
.cid-uvfw0QWda6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvfw0QWda6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvfw0QWda6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvfw0QWda6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uvfw0QWda6 .mbr-text {
  color: #bbbbbb;
}
.cid-uvfw0QWda6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvfw0QWda6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvfw0QWda6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvfw0QWda6 .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-uvfw55sV5l {
  z-index: 1000;
  width: 100%;
}
.cid-uvfw55sV5l nav.navbar {
  position: fixed;
}
.cid-uvfw55sV5l .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-uvfw55sV5l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvfw55sV5l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvfw55sV5l .dropdown-item:hover,
.cid-uvfw55sV5l .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uvfw55sV5l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvfw55sV5l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvfw55sV5l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvfw55sV5l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvfw55sV5l .nav-link {
  position: relative;
}
.cid-uvfw55sV5l .container {
  display: flex;
  margin: auto;
}
.cid-uvfw55sV5l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvfw55sV5l .dropdown-menu,
.cid-uvfw55sV5l .navbar.opened {
  background: #353535 !important;
}
.cid-uvfw55sV5l .nav-item:focus,
.cid-uvfw55sV5l .nav-link:focus {
  outline: none;
}
.cid-uvfw55sV5l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvfw55sV5l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvfw55sV5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvfw55sV5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvfw55sV5l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvfw55sV5l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvfw55sV5l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uvfw55sV5l .navbar.opened {
  transition: all 0.3s;
}
.cid-uvfw55sV5l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvfw55sV5l .navbar .navbar-logo img {
  width: auto;
}
.cid-uvfw55sV5l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfw55sV5l .navbar.collapsed {
  justify-content: center;
}
.cid-uvfw55sV5l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvfw55sV5l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfw55sV5l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uvfw55sV5l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfw55sV5l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfw55sV5l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvfw55sV5l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfw55sV5l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvfw55sV5l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvfw55sV5l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvfw55sV5l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfw55sV5l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfw55sV5l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfw55sV5l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvfw55sV5l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvfw55sV5l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfw55sV5l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvfw55sV5l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvfw55sV5l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvfw55sV5l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvfw55sV5l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvfw55sV5l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvfw55sV5l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvfw55sV5l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvfw55sV5l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfw55sV5l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfw55sV5l .dropdown-item.active,
.cid-uvfw55sV5l .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfw55sV5l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvfw55sV5l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfw55sV5l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfw55sV5l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvfw55sV5l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvfw55sV5l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfw55sV5l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvfw55sV5l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvfw55sV5l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvfw55sV5l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvfw55sV5l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfw55sV5l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfw55sV5l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfw55sV5l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfw55sV5l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfw55sV5l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvfw55sV5l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvfw55sV5l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfw55sV5l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvfw55sV5l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvfw55sV5l .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-uvfw55sV5l .navbar {
    height: 70px;
  }
  .cid-uvfw55sV5l .navbar.opened {
    height: auto;
  }
  .cid-uvfw55sV5l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvfw56mKTl {
  display: flex;
  background-image: url("../../../assets/images/image7-copia-1139x641.webp");
}
.cid-uvfw56mKTl .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uvfw56mKTl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uvfw56mKTl {
    align-items: flex-end;
  }
  .cid-uvfw56mKTl .row {
    justify-content: flex-start;
  }
  .cid-uvfw56mKTl .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw56mKTl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvfw56mKTl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvfw56mKTl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvfw56mKTl .content-wrap {
    width: 100%;
  }
}
.cid-uJk0ACbjke {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJk0N5CMiF {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/003-2000x1125.webp");
}
.cid-uJk0N5CMiF .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uJk0N5CMiF .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uJk0N5CMiF .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJk0N5CMiF .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uJk0N5CMiF .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uJk0N5CMiF .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uJk0N5CMiF .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uJk0N5CMiF .mbr-text {
  margin-top: 5px;
}
.cid-uJk0Q3ywrG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJk0Q3ywrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJk0Q3ywrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJk0Q3ywrG .item {
  padding-bottom: 2rem;
}
.cid-uJk0Q3ywrG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uJk0Q3ywrG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJk0Q3ywrG .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-uJk0Q3ywrG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uJk0Q3ywrG .carousel-control,
.cid-uJk0Q3ywrG .close {
  background: #1b1b1b;
}
.cid-uJk0Q3ywrG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uJk0Q3ywrG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uJk0Q3ywrG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uJk0Q3ywrG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uJk0Q3ywrG .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-uJk0Q3ywrG .close::before {
  content: '\e91a';
}
.cid-uJk0Q3ywrG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJk0Q3ywrG .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-uJk0Q3ywrG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJk0Q3ywrG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJk0Q3ywrG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJk0Q3ywrG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uJk0Q3ywrG .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-uJk0Q3ywrG .carousel-indicators li.active,
.cid-uJk0Q3ywrG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJk0Q3ywrG .carousel-indicators li::after,
.cid-uJk0Q3ywrG .carousel-indicators li::before {
  content: none;
}
.cid-uJk0Q3ywrG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJk0Q3ywrG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJk0Q3ywrG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJk0Q3ywrG .carousel-indicators {
    display: none;
  }
}
.cid-uJk0Q3ywrG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJk0Q3ywrG .carousel-inner > .active {
  display: block;
}
.cid-uJk0Q3ywrG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJk0Q3ywrG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJk0Q3ywrG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uJk0Q3ywrG .carousel-control,
  .cid-uJk0Q3ywrG .carousel-indicators,
  .cid-uJk0Q3ywrG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uJk0Q3ywrG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uJk0Q3ywrG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uJk0Q3ywrG .carousel-indicators .active,
.cid-uJk0Q3ywrG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uJk0Q3ywrG .carousel-indicators .active {
  background: #fff;
}
.cid-uJk0Q3ywrG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uJk0Q3ywrG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uJk0Q3ywrG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJk0Q3ywrG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uJk0Q3ywrG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uJk0Q3ywrG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uJk0Q3ywrG .carousel {
  width: 100%;
}
.cid-uJk0Q3ywrG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uJk0Q3ywrG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uJk0Q3ywrG .modal.fade .modal-dialog,
.cid-uJk0Q3ywrG .modal.in .modal-dialog {
  transform: none;
}
.cid-uJk0Q3ywrG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uJk0Q3ywrG H6 {
  text-align: center;
}
.cid-uyDIUeOHfq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyDOiZ0xH1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyDOiZ0xH1 .carousel {
    min-height: 800px;
  }
  .cid-uyDOiZ0xH1 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uyDOiZ0xH1 .carousel {
    min-height: 520px;
  }
  .cid-uyDOiZ0xH1 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uyDOiZ0xH1 .carousel {
    min-height: 440px;
  }
  .cid-uyDOiZ0xH1 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uyDOiZ0xH1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uyDOiZ0xH1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uyDOiZ0xH1 .carousel,
.cid-uyDOiZ0xH1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyDOiZ0xH1 .item-wrapper {
  width: 100%;
}
.cid-uyDOiZ0xH1 .carousel-caption {
  bottom: 40px;
}
.cid-uyDOiZ0xH1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uyDOiZ0xH1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uyDOiZ0xH1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uyDOiZ0xH1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uyDOiZ0xH1 .carousel-control {
  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-uyDOiZ0xH1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyDOiZ0xH1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyDOiZ0xH1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyDOiZ0xH1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uyDOiZ0xH1 .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-uyDOiZ0xH1 .carousel-indicators li.active,
.cid-uyDOiZ0xH1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyDOiZ0xH1 .carousel-indicators li::after,
.cid-uyDOiZ0xH1 .carousel-indicators li::before {
  content: none;
}
.cid-uyDOiZ0xH1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyDOiZ0xH1 .carousel-indicators {
    display: none !important;
  }
}
.cid-uyDRluSpvA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyDRluSpvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDRluSpvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDRluSpvA .video-wrapper iframe {
  width: 100%;
}
.cid-uyDRluSpvA .mbr-section-title,
.cid-uyDRluSpvA .mbr-section-subtitle,
.cid-uyDRluSpvA .mbr-text {
  text-align: center;
}
.cid-uvP6eQqjYC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvP6hSCKtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvP6hSCKtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvP6hSCKtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uvP6hSCKtq .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uvP6hSCKtq .row {
    margin: 0;
  }
}
.cid-uvP6hSCKtq .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvP6hSCKtq .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uvP6hSCKtq .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uvP6hSCKtq .image-wrapper {
    padding: 24px;
  }
}
.cid-uvP6hSCKtq .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uvP6hSCKtq .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvP6hSCKtq .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvP6hSCKtq .image-wrapper img {
    height: 350px;
  }
}
.cid-uvP6hSCKtq .main-image-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uvP6hSCKtq .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
  }
}
.cid-uvP6hSCKtq .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvP6hSCKtq .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uvPoa9UvCq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvPoa9UvCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPoa9UvCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPoa9UvCq .item {
  padding-bottom: 2rem;
}
.cid-uvPoa9UvCq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvPoa9UvCq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvPoa9UvCq .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-uvPoa9UvCq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvPoa9UvCq .carousel-control,
.cid-uvPoa9UvCq .close {
  background: #1b1b1b;
}
.cid-uvPoa9UvCq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvPoa9UvCq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvPoa9UvCq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvPoa9UvCq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvPoa9UvCq .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-uvPoa9UvCq .close::before {
  content: '\e91a';
}
.cid-uvPoa9UvCq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvPoa9UvCq .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-uvPoa9UvCq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvPoa9UvCq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvPoa9UvCq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvPoa9UvCq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvPoa9UvCq .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-uvPoa9UvCq .carousel-indicators li.active,
.cid-uvPoa9UvCq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvPoa9UvCq .carousel-indicators li::after,
.cid-uvPoa9UvCq .carousel-indicators li::before {
  content: none;
}
.cid-uvPoa9UvCq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvPoa9UvCq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvPoa9UvCq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvPoa9UvCq .carousel-indicators {
    display: none;
  }
}
.cid-uvPoa9UvCq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvPoa9UvCq .carousel-inner > .active {
  display: block;
}
.cid-uvPoa9UvCq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvPoa9UvCq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvPoa9UvCq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvPoa9UvCq .carousel-control,
  .cid-uvPoa9UvCq .carousel-indicators,
  .cid-uvPoa9UvCq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvPoa9UvCq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvPoa9UvCq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvPoa9UvCq .carousel-indicators .active,
.cid-uvPoa9UvCq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvPoa9UvCq .carousel-indicators .active {
  background: #fff;
}
.cid-uvPoa9UvCq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvPoa9UvCq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvPoa9UvCq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvPoa9UvCq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvPoa9UvCq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvPoa9UvCq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvPoa9UvCq .carousel {
  width: 100%;
}
.cid-uvPoa9UvCq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvPoa9UvCq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvPoa9UvCq .modal.fade .modal-dialog,
.cid-uvPoa9UvCq .modal.in .modal-dialog {
  transform: none;
}
.cid-uvPoa9UvCq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvPoa9UvCq H6 {
  text-align: center;
}
.cid-uxqTcFtgrO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxqTcFtgrO .carousel {
    min-height: 800px;
  }
  .cid-uxqTcFtgrO .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxqTcFtgrO .carousel {
    min-height: 520px;
  }
  .cid-uxqTcFtgrO .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uxqTcFtgrO .carousel {
    min-height: 440px;
  }
  .cid-uxqTcFtgrO .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uxqTcFtgrO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uxqTcFtgrO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uxqTcFtgrO .carousel,
.cid-uxqTcFtgrO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uxqTcFtgrO .item-wrapper {
  width: 100%;
}
.cid-uxqTcFtgrO .carousel-caption {
  bottom: 40px;
}
.cid-uxqTcFtgrO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uxqTcFtgrO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uxqTcFtgrO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uxqTcFtgrO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uxqTcFtgrO .carousel-control {
  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-uxqTcFtgrO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxqTcFtgrO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxqTcFtgrO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxqTcFtgrO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uxqTcFtgrO .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-uxqTcFtgrO .carousel-indicators li.active,
.cid-uxqTcFtgrO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxqTcFtgrO .carousel-indicators li::after,
.cid-uxqTcFtgrO .carousel-indicators li::before {
  content: none;
}
.cid-uxqTcFtgrO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxqTcFtgrO .carousel-indicators {
    display: none !important;
  }
}
.cid-uvPqtutZYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvPqtutZYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPqtutZYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPqtutZYO .row {
  flex-direction: row-reverse;
}
.cid-uvPqtutZYO .video-wrapper iframe {
  width: 100%;
}
.cid-uvPqtutZYO .mbr-section-title,
.cid-uvPqtutZYO .mbr-description {
  text-align: center;
}
.cid-uvPqtutZYO .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uvPqtutZYO .text-wrapper {
    padding: 2rem;
    padding-left: 4rem;
  }
}
.cid-uvPqtutZYO .mbr-description {
  text-align: right;
}
.cid-uyDTOaLu33 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uyDTOaLu33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDTOaLu33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDTOaLu33 .video-wrapper iframe {
  width: 100%;
}
.cid-uyDTOaLu33 .mbr-section-title,
.cid-uyDTOaLu33 .mbr-section-subtitle,
.cid-uyDTOaLu33 .mbr-text {
  text-align: center;
}
.cid-uvfw5oQtwl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw5ruTtd {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uvfw5ruTtd .carousel {
  width: 100%;
}
.cid-uvfw5ruTtd .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uvfw5ruTtd .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uvfw5ruTtd .carousel-caption {
  bottom: 40px;
}
.cid-uvfw5ruTtd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw5ruTtd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw5ruTtd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw5ruTtd .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvfw5ruTtd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw5ruTtd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw5ruTtd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw5ruTtd .carousel-control {
  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-uvfw5ruTtd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw5ruTtd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw5ruTtd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw5ruTtd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw5ruTtd .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-uvfw5ruTtd .carousel-indicators li.active,
.cid-uvfw5ruTtd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw5ruTtd .carousel-indicators li::after,
.cid-uvfw5ruTtd .carousel-indicators li::before {
  content: none;
}
.cid-uvfw5ruTtd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw5ruTtd .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw5s2faW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvfw5s2faW .mbr-section-title {
  color: #ffffff;
}
.cid-uvfw5sqG1j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvfw5sqG1j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvfw5sqG1j .row {
  flex-direction: row-reverse;
}
.cid-uvfw5sqG1j img {
  width: 100%;
}
.cid-uvP5xwuc6W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uvfw5sPG7Z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvfw5sPG7Z .carousel {
  height: 800px;
}
.cid-uvfw5sPG7Z .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvfw5sPG7Z .carousel-item,
.cid-uvfw5sPG7Z .carousel-inner {
  height: 100%;
}
.cid-uvfw5sPG7Z .carousel-caption {
  bottom: 40px;
}
.cid-uvfw5sPG7Z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw5sPG7Z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw5sPG7Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw5sPG7Z .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvfw5sPG7Z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw5sPG7Z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw5sPG7Z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw5sPG7Z .carousel-control {
  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-uvfw5sPG7Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw5sPG7Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw5sPG7Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw5sPG7Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw5sPG7Z .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-uvfw5sPG7Z .carousel-indicators li.active,
.cid-uvfw5sPG7Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw5sPG7Z .carousel-indicators li::after,
.cid-uvfw5sPG7Z .carousel-indicators li::before {
  content: none;
}
.cid-uvfw5sPG7Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw5sPG7Z .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw5sPG7Z H5 {
  text-align: left;
}
.cid-uvfw5sPG7Z P {
  text-align: left;
}
.cid-uvPpr2BCDL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvPpr2BCDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPpr2BCDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPpr2BCDL .item {
  padding-bottom: 2rem;
}
.cid-uvPpr2BCDL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvPpr2BCDL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvPpr2BCDL .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-uvPpr2BCDL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvPpr2BCDL .carousel-control,
.cid-uvPpr2BCDL .close {
  background: #1b1b1b;
}
.cid-uvPpr2BCDL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvPpr2BCDL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvPpr2BCDL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvPpr2BCDL .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvPpr2BCDL .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-uvPpr2BCDL .close::before {
  content: '\e91a';
}
.cid-uvPpr2BCDL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvPpr2BCDL .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-uvPpr2BCDL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvPpr2BCDL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvPpr2BCDL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvPpr2BCDL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvPpr2BCDL .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-uvPpr2BCDL .carousel-indicators li.active,
.cid-uvPpr2BCDL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvPpr2BCDL .carousel-indicators li::after,
.cid-uvPpr2BCDL .carousel-indicators li::before {
  content: none;
}
.cid-uvPpr2BCDL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvPpr2BCDL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvPpr2BCDL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvPpr2BCDL .carousel-indicators {
    display: none;
  }
}
.cid-uvPpr2BCDL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvPpr2BCDL .carousel-inner > .active {
  display: block;
}
.cid-uvPpr2BCDL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvPpr2BCDL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvPpr2BCDL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvPpr2BCDL .carousel-control,
  .cid-uvPpr2BCDL .carousel-indicators,
  .cid-uvPpr2BCDL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvPpr2BCDL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvPpr2BCDL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvPpr2BCDL .carousel-indicators .active,
.cid-uvPpr2BCDL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvPpr2BCDL .carousel-indicators .active {
  background: #fff;
}
.cid-uvPpr2BCDL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvPpr2BCDL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvPpr2BCDL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvPpr2BCDL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvPpr2BCDL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvPpr2BCDL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvPpr2BCDL .carousel {
  width: 100%;
}
.cid-uvPpr2BCDL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvPpr2BCDL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvPpr2BCDL .modal.fade .modal-dialog,
.cid-uvPpr2BCDL .modal.in .modal-dialog {
  transform: none;
}
.cid-uvPpr2BCDL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvPpr2BCDL H6 {
  text-align: center;
}
.cid-uvfw5tMpFA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvfw5tMpFA .mbr-section-title {
  color: #ffffff;
}
.cid-uvfw5ubhNp {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uvfw5ubhNp .carousel {
  width: 100%;
}
.cid-uvfw5ubhNp .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uvfw5ubhNp .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uvfw5ubhNp .carousel-caption {
  bottom: 40px;
}
.cid-uvfw5ubhNp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw5ubhNp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw5ubhNp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw5ubhNp .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvfw5ubhNp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw5ubhNp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw5ubhNp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw5ubhNp .carousel-control {
  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-uvfw5ubhNp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw5ubhNp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw5ubhNp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw5ubhNp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw5ubhNp .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-uvfw5ubhNp .carousel-indicators li.active,
.cid-uvfw5ubhNp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw5ubhNp .carousel-indicators li::after,
.cid-uvfw5ubhNp .carousel-indicators li::before {
  content: none;
}
.cid-uvfw5ubhNp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw5ubhNp .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw5ubhNp H5 {
  text-align: center;
}
.cid-uvfw5uGPi5 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvfw5uGPi5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvfw5uGPi5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvfw5uGPi5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvfw5uGPi5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvfw5uGPi5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uvfw5v4lsX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvfw5v4lsX .google-map {
  height: 350px;
  position: relative;
}
.cid-uvfw5v4lsX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvfw5v4lsX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvfw5v4lsX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvfw5v4lsX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvfw5v4lsX .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-uvfw5v4lsX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvfw5wo8qn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-uvfw5wo8qn .mbr-section-title {
  color: #ffffff;
}
.cid-uvfw5wQEGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvfw5wQEGP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvfw5wQEGP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw5wQEGP .row {
    text-align: center;
  }
  .cid-uvfw5wQEGP .row > div {
    margin: auto;
  }
  .cid-uvfw5wQEGP .social-row {
    justify-content: center;
  }
}
.cid-uvfw5wQEGP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvfw5wQEGP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvfw5wQEGP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvfw5wQEGP .list {
    margin-bottom: 0rem;
  }
}
.cid-uvfw5wQEGP .mbr-text {
  color: #bbbbbb;
}
.cid-uvfw5wQEGP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvfw5wQEGP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvfw5wQEGP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvfw5wQEGP .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-uvfw9PtvOD {
  z-index: 1000;
  width: 100%;
}
.cid-uvfw9PtvOD nav.navbar {
  position: fixed;
}
.cid-uvfw9PtvOD .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-uvfw9PtvOD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvfw9PtvOD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvfw9PtvOD .dropdown-item:hover,
.cid-uvfw9PtvOD .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uvfw9PtvOD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvfw9PtvOD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvfw9PtvOD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvfw9PtvOD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvfw9PtvOD .nav-link {
  position: relative;
}
.cid-uvfw9PtvOD .container {
  display: flex;
  margin: auto;
}
.cid-uvfw9PtvOD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvfw9PtvOD .dropdown-menu,
.cid-uvfw9PtvOD .navbar.opened {
  background: #353535 !important;
}
.cid-uvfw9PtvOD .nav-item:focus,
.cid-uvfw9PtvOD .nav-link:focus {
  outline: none;
}
.cid-uvfw9PtvOD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvfw9PtvOD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvfw9PtvOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvfw9PtvOD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvfw9PtvOD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvfw9PtvOD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvfw9PtvOD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uvfw9PtvOD .navbar.opened {
  transition: all 0.3s;
}
.cid-uvfw9PtvOD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvfw9PtvOD .navbar .navbar-logo img {
  width: auto;
}
.cid-uvfw9PtvOD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfw9PtvOD .navbar.collapsed {
  justify-content: center;
}
.cid-uvfw9PtvOD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvfw9PtvOD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfw9PtvOD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uvfw9PtvOD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfw9PtvOD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfw9PtvOD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvfw9PtvOD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfw9PtvOD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvfw9PtvOD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvfw9PtvOD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvfw9PtvOD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfw9PtvOD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfw9PtvOD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfw9PtvOD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvfw9PtvOD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvfw9PtvOD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfw9PtvOD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvfw9PtvOD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvfw9PtvOD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvfw9PtvOD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvfw9PtvOD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvfw9PtvOD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvfw9PtvOD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvfw9PtvOD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvfw9PtvOD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfw9PtvOD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfw9PtvOD .dropdown-item.active,
.cid-uvfw9PtvOD .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfw9PtvOD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvfw9PtvOD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfw9PtvOD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfw9PtvOD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvfw9PtvOD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvfw9PtvOD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfw9PtvOD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvfw9PtvOD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvfw9PtvOD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvfw9PtvOD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvfw9PtvOD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfw9PtvOD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfw9PtvOD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfw9PtvOD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfw9PtvOD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfw9PtvOD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvfw9PtvOD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvfw9PtvOD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfw9PtvOD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvfw9PtvOD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvfw9PtvOD .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-uvfw9PtvOD .navbar {
    height: 70px;
  }
  .cid-uvfw9PtvOD .navbar.opened {
    height: auto;
  }
  .cid-uvfw9PtvOD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvfw9QlXEN {
  display: flex;
  background-image: url("../../../assets/images/01-2000x1125.webp");
}
.cid-uvfw9QlXEN .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uvfw9QlXEN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uvfw9QlXEN {
    align-items: flex-end;
  }
  .cid-uvfw9QlXEN .row {
    justify-content: flex-start;
  }
  .cid-uvfw9QlXEN .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw9QlXEN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvfw9QlXEN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvfw9QlXEN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvfw9QlXEN .content-wrap {
    width: 100%;
  }
}
.cid-uvgKqI7fj9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvgKu1fH2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvgKu1fH2T .carousel {
    min-height: 800px;
  }
  .cid-uvgKu1fH2T .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvgKu1fH2T .carousel {
    min-height: 520px;
  }
  .cid-uvgKu1fH2T .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvgKu1fH2T .carousel {
    min-height: 440px;
  }
  .cid-uvgKu1fH2T .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvgKu1fH2T .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvgKu1fH2T .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvgKu1fH2T .carousel,
.cid-uvgKu1fH2T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvgKu1fH2T .item-wrapper {
  width: 100%;
}
.cid-uvgKu1fH2T .carousel-caption {
  bottom: 40px;
}
.cid-uvgKu1fH2T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvgKu1fH2T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvgKu1fH2T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvgKu1fH2T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvgKu1fH2T .carousel-control {
  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-uvgKu1fH2T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvgKu1fH2T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvgKu1fH2T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvgKu1fH2T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvgKu1fH2T .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-uvgKu1fH2T .carousel-indicators li.active,
.cid-uvgKu1fH2T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvgKu1fH2T .carousel-indicators li::after,
.cid-uvgKu1fH2T .carousel-indicators li::before {
  content: none;
}
.cid-uvgKu1fH2T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvgKu1fH2T .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw9SezXQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw9Sv3Px {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image7-1-1920x1080.webp");
}
.cid-uvfw9Sv3Px .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw9Sv3Px .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw9Sv3Px .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw9Sv3Px .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw9Sv3Px .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw9Sv3Px .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw9Sv3Px .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw9Sv3Px .mbr-text {
  margin-top: 5px;
}
.cid-uvfw9SJSHw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvfw9SJSHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw9SJSHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfw9SJSHw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvfw9SJSHw .item {
    margin-bottom: 1rem;
  }
}
.cid-uvfw9SJSHw .item-wrapper {
  position: relative;
}
.cid-uvfw9SJSHw .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvfw9SJSHw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvfw9SJSHw .carousel-control,
.cid-uvfw9SJSHw .close {
  background: #1b1b1b;
}
.cid-uvfw9SJSHw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvfw9SJSHw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvfw9SJSHw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvfw9SJSHw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvfw9SJSHw .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-uvfw9SJSHw .close::before {
  content: '\e91a';
}
.cid-uvfw9SJSHw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvfw9SJSHw .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-uvfw9SJSHw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw9SJSHw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw9SJSHw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw9SJSHw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvfw9SJSHw .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-uvfw9SJSHw .carousel-indicators li.active,
.cid-uvfw9SJSHw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw9SJSHw .carousel-indicators li::after,
.cid-uvfw9SJSHw .carousel-indicators li::before {
  content: none;
}
.cid-uvfw9SJSHw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw9SJSHw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvfw9SJSHw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfw9SJSHw .carousel-indicators {
    display: none;
  }
}
.cid-uvfw9SJSHw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw9SJSHw .carousel-inner > .active {
  display: block;
}
.cid-uvfw9SJSHw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw9SJSHw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfw9SJSHw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvfw9SJSHw .carousel-control,
  .cid-uvfw9SJSHw .carousel-indicators,
  .cid-uvfw9SJSHw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvfw9SJSHw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvfw9SJSHw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvfw9SJSHw .carousel-indicators .active,
.cid-uvfw9SJSHw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvfw9SJSHw .carousel-indicators .active {
  background: #fff;
}
.cid-uvfw9SJSHw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvfw9SJSHw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvfw9SJSHw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvfw9SJSHw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvfw9SJSHw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvfw9SJSHw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvfw9SJSHw .carousel {
  width: 100%;
}
.cid-uvfw9SJSHw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvfw9SJSHw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvfw9SJSHw .modal.fade .modal-dialog,
.cid-uvfw9SJSHw .modal.in .modal-dialog {
  transform: none;
}
.cid-uvfw9SJSHw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvfw9SJSHw .content-head {
  max-width: 800px;
}
.cid-uvfw9TQjZx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfw9U6C2e {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/04-1920x1080.webp");
}
.cid-uvfw9U6C2e .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-uvfw9U6C2e .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uvfw9U6C2e .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uvfw9U6C2e .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uvfw9U6C2e .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uvfw9U6C2e .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uvfw9U6C2e .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uvfw9U6C2e .mbr-text {
  margin-top: 5px;
}
.cid-uvfw9UjPuh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfw9UjPuh .carousel {
    min-height: 800px;
  }
  .cid-uvfw9UjPuh .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfw9UjPuh .carousel {
    min-height: 520px;
  }
  .cid-uvfw9UjPuh .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfw9UjPuh .carousel {
    min-height: 440px;
  }
  .cid-uvfw9UjPuh .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfw9UjPuh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfw9UjPuh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfw9UjPuh .carousel,
.cid-uvfw9UjPuh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfw9UjPuh .item-wrapper {
  width: 100%;
}
.cid-uvfw9UjPuh .carousel-caption {
  bottom: 40px;
}
.cid-uvfw9UjPuh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfw9UjPuh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfw9UjPuh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfw9UjPuh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfw9UjPuh .carousel-control {
  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-uvfw9UjPuh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfw9UjPuh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfw9UjPuh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfw9UjPuh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfw9UjPuh .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-uvfw9UjPuh .carousel-indicators li.active,
.cid-uvfw9UjPuh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfw9UjPuh .carousel-indicators li::after,
.cid-uvfw9UjPuh .carousel-indicators li::before {
  content: none;
}
.cid-uvfw9UjPuh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfw9UjPuh .carousel-indicators {
    display: none !important;
  }
}
.cid-uvfw9UIsPC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvfw9UZ3sj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvfw9UZ3sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfw9UZ3sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uvfw9UZ3sj .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uvfw9UZ3sj .row {
    margin: 0;
  }
}
.cid-uvfw9UZ3sj .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvfw9UZ3sj .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uvfw9UZ3sj .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uvfw9UZ3sj .image-wrapper {
    padding: 24px;
  }
}
.cid-uvfw9UZ3sj .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uvfw9UZ3sj .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvfw9UZ3sj .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvfw9UZ3sj .image-wrapper img {
    height: 350px;
  }
}
.cid-uvfw9UZ3sj .main-image-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px;
  border-left: none;
  border-right: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uvfw9UZ3sj .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
  }
}
.cid-uvfw9UZ3sj .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvfw9UZ3sj .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uvfw9VfqN4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvfw9VfqN4 h6 {
  line-height: 1.2;
}
.cid-uvfw9VfqN4 img,
.cid-uvfw9VfqN4 .item-img {
  width: 100%;
}
.cid-uvfw9VfqN4 .item:focus,
.cid-uvfw9VfqN4 span:focus {
  outline: none;
}
.cid-uvfw9VfqN4 .item {
  cursor: pointer;
}
.cid-uvfw9VfqN4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvfw9VfqN4 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uvfw9VfqN4 .mbr-section-title {
  color: #000000;
}
.cid-uvfw9VfqN4 .mbr-text,
.cid-uvfw9VfqN4 .mbr-section-btn {
  color: #000000;
}
.cid-uvfw9VfqN4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvfw9VfqN4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvfw9VfqN4 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uvfw9VfqN4 .content-head {
  max-width: 800px;
}
.cid-uvfwadOevd {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvfwadOevd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvfwadOevd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvfwadOevd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvfwadOevd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvfwadOevd .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uvfwaeiaO8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvfwaeiaO8 .google-map {
  height: 350px;
  position: relative;
}
.cid-uvfwaeiaO8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvfwaeiaO8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvfwaeiaO8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvfwaeiaO8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvfwaeiaO8 .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-uvfwaeiaO8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvfwafDHpT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-uvfwafDHpT .mbr-section-title {
  color: #ffffff;
}
.cid-uvfwaga7Gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvfwaga7Gz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvfwaga7Gz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfwaga7Gz .row {
    text-align: center;
  }
  .cid-uvfwaga7Gz .row > div {
    margin: auto;
  }
  .cid-uvfwaga7Gz .social-row {
    justify-content: center;
  }
}
.cid-uvfwaga7Gz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvfwaga7Gz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvfwaga7Gz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvfwaga7Gz .list {
    margin-bottom: 0rem;
  }
}
.cid-uvfwaga7Gz .mbr-text {
  color: #bbbbbb;
}
.cid-uvfwaga7Gz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvfwaga7Gz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvfwaga7Gz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvfwaga7Gz .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-uvfyEfu5Ac {
  z-index: 1000;
  width: 100%;
}
.cid-uvfyEfu5Ac nav.navbar {
  position: fixed;
}
.cid-uvfyEfu5Ac .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-uvfyEfu5Ac .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvfyEfu5Ac .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvfyEfu5Ac .dropdown-item:hover,
.cid-uvfyEfu5Ac .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uvfyEfu5Ac .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvfyEfu5Ac .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvfyEfu5Ac .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvfyEfu5Ac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvfyEfu5Ac .nav-link {
  position: relative;
}
.cid-uvfyEfu5Ac .container {
  display: flex;
  margin: auto;
}
.cid-uvfyEfu5Ac .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvfyEfu5Ac .dropdown-menu,
.cid-uvfyEfu5Ac .navbar.opened {
  background: #353535 !important;
}
.cid-uvfyEfu5Ac .nav-item:focus,
.cid-uvfyEfu5Ac .nav-link:focus {
  outline: none;
}
.cid-uvfyEfu5Ac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvfyEfu5Ac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvfyEfu5Ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvfyEfu5Ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvfyEfu5Ac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvfyEfu5Ac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvfyEfu5Ac .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uvfyEfu5Ac .navbar.opened {
  transition: all 0.3s;
}
.cid-uvfyEfu5Ac .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvfyEfu5Ac .navbar .navbar-logo img {
  width: auto;
}
.cid-uvfyEfu5Ac .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfyEfu5Ac .navbar.collapsed {
  justify-content: center;
}
.cid-uvfyEfu5Ac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvfyEfu5Ac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfyEfu5Ac .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uvfyEfu5Ac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfyEfu5Ac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfyEfu5Ac .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvfyEfu5Ac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfyEfu5Ac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvfyEfu5Ac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvfyEfu5Ac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvfyEfu5Ac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfyEfu5Ac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfyEfu5Ac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfyEfu5Ac .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvfyEfu5Ac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvfyEfu5Ac .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfyEfu5Ac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvfyEfu5Ac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvfyEfu5Ac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvfyEfu5Ac .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvfyEfu5Ac .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvfyEfu5Ac .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvfyEfu5Ac .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvfyEfu5Ac .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvfyEfu5Ac .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfyEfu5Ac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfyEfu5Ac .dropdown-item.active,
.cid-uvfyEfu5Ac .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfyEfu5Ac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvfyEfu5Ac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfyEfu5Ac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfyEfu5Ac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvfyEfu5Ac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvfyEfu5Ac .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfyEfu5Ac ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvfyEfu5Ac .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvfyEfu5Ac button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvfyEfu5Ac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvfyEfu5Ac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfyEfu5Ac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfyEfu5Ac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvfyEfu5Ac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfyEfu5Ac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfyEfu5Ac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvfyEfu5Ac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvfyEfu5Ac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfyEfu5Ac .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvfyEfu5Ac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvfyEfu5Ac .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-uvfyEfu5Ac .navbar {
    height: 70px;
  }
  .cid-uvfyEfu5Ac .navbar.opened {
    height: auto;
  }
  .cid-uvfyEfu5Ac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvfyEgZk8b {
  display: flex;
  background-image: url("../../../assets/images/image8-4k20portada-enhanced-2000x3556.webp");
}
.cid-uvfyEgZk8b .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uvfyEgZk8b .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uvfyEgZk8b {
    align-items: flex-end;
  }
  .cid-uvfyEgZk8b .row {
    justify-content: flex-start;
  }
  .cid-uvfyEgZk8b .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfyEgZk8b .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvfyEgZk8b {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvfyEgZk8b .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvfyEgZk8b .content-wrap {
    width: 100%;
  }
}
.cid-uQSzN7XP6P {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQSzOm1S4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQSzOm1S4b .carousel {
    min-height: 800px;
  }
  .cid-uQSzOm1S4b .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQSzOm1S4b .carousel {
    min-height: 520px;
  }
  .cid-uQSzOm1S4b .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQSzOm1S4b .carousel {
    min-height: 440px;
  }
  .cid-uQSzOm1S4b .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uQSzOm1S4b .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQSzOm1S4b .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQSzOm1S4b .carousel,
.cid-uQSzOm1S4b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQSzOm1S4b .item-wrapper {
  width: 100%;
}
.cid-uQSzOm1S4b .carousel-caption {
  bottom: 40px;
}
.cid-uQSzOm1S4b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQSzOm1S4b .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQSzOm1S4b .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQSzOm1S4b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQSzOm1S4b .carousel-control {
  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-uQSzOm1S4b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQSzOm1S4b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQSzOm1S4b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQSzOm1S4b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQSzOm1S4b .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-uQSzOm1S4b .carousel-indicators li.active,
.cid-uQSzOm1S4b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQSzOm1S4b .carousel-indicators li::after,
.cid-uQSzOm1S4b .carousel-indicators li::before {
  content: none;
}
.cid-uQSzOm1S4b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQSzOm1S4b .carousel-indicators {
    display: none !important;
  }
}
.cid-uQSzPWw4UQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQSzPWw4UQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSzPWw4UQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQSzPWw4UQ .item {
  padding-bottom: 2rem;
}
.cid-uQSzPWw4UQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQSzPWw4UQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQSzPWw4UQ .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-uQSzPWw4UQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uQSzPWw4UQ .carousel-control,
.cid-uQSzPWw4UQ .close {
  background: #1b1b1b;
}
.cid-uQSzPWw4UQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQSzPWw4UQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQSzPWw4UQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQSzPWw4UQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQSzPWw4UQ .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-uQSzPWw4UQ .close::before {
  content: '\e91a';
}
.cid-uQSzPWw4UQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQSzPWw4UQ .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-uQSzPWw4UQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQSzPWw4UQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQSzPWw4UQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQSzPWw4UQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQSzPWw4UQ .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-uQSzPWw4UQ .carousel-indicators li.active,
.cid-uQSzPWw4UQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQSzPWw4UQ .carousel-indicators li::after,
.cid-uQSzPWw4UQ .carousel-indicators li::before {
  content: none;
}
.cid-uQSzPWw4UQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQSzPWw4UQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQSzPWw4UQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQSzPWw4UQ .carousel-indicators {
    display: none;
  }
}
.cid-uQSzPWw4UQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQSzPWw4UQ .carousel-inner > .active {
  display: block;
}
.cid-uQSzPWw4UQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQSzPWw4UQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQSzPWw4UQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQSzPWw4UQ .carousel-control,
  .cid-uQSzPWw4UQ .carousel-indicators,
  .cid-uQSzPWw4UQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQSzPWw4UQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQSzPWw4UQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQSzPWw4UQ .carousel-indicators .active,
.cid-uQSzPWw4UQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQSzPWw4UQ .carousel-indicators .active {
  background: #fff;
}
.cid-uQSzPWw4UQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQSzPWw4UQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQSzPWw4UQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQSzPWw4UQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQSzPWw4UQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQSzPWw4UQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQSzPWw4UQ .carousel {
  width: 100%;
}
.cid-uQSzPWw4UQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQSzPWw4UQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQSzPWw4UQ .modal.fade .modal-dialog,
.cid-uQSzPWw4UQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uQSzPWw4UQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQSzPWw4UQ H6 {
  text-align: center;
}
.cid-uvfyEpZ9uf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfyEqgRN0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvfyEqgRN0 .carousel {
    min-height: 800px;
  }
  .cid-uvfyEqgRN0 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvfyEqgRN0 .carousel {
    min-height: 520px;
  }
  .cid-uvfyEqgRN0 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvfyEqgRN0 .carousel {
    min-height: 440px;
  }
  .cid-uvfyEqgRN0 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvfyEqgRN0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvfyEqgRN0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvfyEqgRN0 .carousel,
.cid-uvfyEqgRN0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvfyEqgRN0 .item-wrapper {
  width: 100%;
}
.cid-uvfyEqgRN0 .carousel-caption {
  bottom: 40px;
}
.cid-uvfyEqgRN0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvfyEqgRN0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvfyEqgRN0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvfyEqgRN0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvfyEqgRN0 .carousel-control {
  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-uvfyEqgRN0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfyEqgRN0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvfyEqgRN0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvfyEqgRN0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvfyEqgRN0 .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-uvfyEqgRN0 .carousel-indicators li.active,
.cid-uvfyEqgRN0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvfyEqgRN0 .carousel-indicators li::after,
.cid-uvfyEqgRN0 .carousel-indicators li::before {
  content: none;
}
.cid-uvfyEqgRN0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvfyEqgRN0 .carousel-indicators {
    display: none !important;
  }
}
.cid-uvgMW5qODE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvgMW5qODE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgMW5qODE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgMW5qODE .item {
  padding-bottom: 2rem;
}
.cid-uvgMW5qODE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvgMW5qODE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvgMW5qODE .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-uvgMW5qODE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uvgMW5qODE .carousel-control,
.cid-uvgMW5qODE .close {
  background: #1b1b1b;
}
.cid-uvgMW5qODE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvgMW5qODE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvgMW5qODE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvgMW5qODE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvgMW5qODE .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-uvgMW5qODE .close::before {
  content: '\e91a';
}
.cid-uvgMW5qODE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvgMW5qODE .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-uvgMW5qODE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvgMW5qODE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvgMW5qODE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvgMW5qODE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvgMW5qODE .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-uvgMW5qODE .carousel-indicators li.active,
.cid-uvgMW5qODE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvgMW5qODE .carousel-indicators li::after,
.cid-uvgMW5qODE .carousel-indicators li::before {
  content: none;
}
.cid-uvgMW5qODE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvgMW5qODE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvgMW5qODE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvgMW5qODE .carousel-indicators {
    display: none;
  }
}
.cid-uvgMW5qODE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvgMW5qODE .carousel-inner > .active {
  display: block;
}
.cid-uvgMW5qODE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvgMW5qODE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvgMW5qODE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvgMW5qODE .carousel-control,
  .cid-uvgMW5qODE .carousel-indicators,
  .cid-uvgMW5qODE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvgMW5qODE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvgMW5qODE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvgMW5qODE .carousel-indicators .active,
.cid-uvgMW5qODE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvgMW5qODE .carousel-indicators .active {
  background: #fff;
}
.cid-uvgMW5qODE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvgMW5qODE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvgMW5qODE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvgMW5qODE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvgMW5qODE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvgMW5qODE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvgMW5qODE .carousel {
  width: 100%;
}
.cid-uvgMW5qODE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvgMW5qODE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvgMW5qODE .modal.fade .modal-dialog,
.cid-uvgMW5qODE .modal.in .modal-dialog {
  transform: none;
}
.cid-uvgMW5qODE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvgMW5qODE H6 {
  text-align: center;
}
.cid-uvhjO341O5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvhjO341O5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhjO341O5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvhjO341O5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvhjO341O5 .row {
  flex-direction: row-reverse;
}
.cid-uvhjO341O5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvhjO341O5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw7d6hW9zm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uw7d6hW9zm img,
.cid-uw7d6hW9zm .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uw7d6hW9zm .item:focus,
.cid-uw7d6hW9zm span:focus {
  outline: none;
}
.cid-uw7d6hW9zm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uw7d6hW9zm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uw7d6hW9zm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw7d6hW9zm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uw7d6hW9zm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uw7d6hW9zm .mbr-section-title {
  color: #232323;
}
.cid-uw7d6hW9zm .mbr-text,
.cid-uw7d6hW9zm .mbr-section-btn {
  text-align: left;
}
.cid-uw7d6hW9zm .item-title {
  text-align: left;
}
.cid-uw7d6hW9zm .item-subtitle {
  text-align: center;
}
.cid-uvfyEDrSMn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvfyEDrSMn .mbr-section-title {
  color: #ffffff;
}
.cid-uvfyEElshM {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvfyEElshM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvfyEElshM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvfyEElshM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvfyEElshM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvfyEElshM .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uvfyEETaTM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvfyEETaTM .google-map {
  height: 350px;
  position: relative;
}
.cid-uvfyEETaTM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvfyEETaTM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvfyEETaTM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvfyEETaTM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvfyEETaTM .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-uvfyEETaTM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvfyEGti36 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-uvfyEGti36 .mbr-section-title {
  color: #ffffff;
}
.cid-uvfyEGSjsT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvfyEGSjsT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvfyEGSjsT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfyEGSjsT .row {
    text-align: center;
  }
  .cid-uvfyEGSjsT .row > div {
    margin: auto;
  }
  .cid-uvfyEGSjsT .social-row {
    justify-content: center;
  }
}
.cid-uvfyEGSjsT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvfyEGSjsT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvfyEGSjsT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvfyEGSjsT .list {
    margin-bottom: 0rem;
  }
}
.cid-uvfyEGSjsT .mbr-text {
  color: #bbbbbb;
}
.cid-uvfyEGSjsT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvfyEGSjsT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvfyEGSjsT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvfyEGSjsT .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-uvPsffgzpq {
  z-index: 1000;
  width: 100%;
}
.cid-uvPsffgzpq nav.navbar {
  position: fixed;
}
.cid-uvPsffgzpq .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-uvPsffgzpq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvPsffgzpq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvPsffgzpq .dropdown-item:hover,
.cid-uvPsffgzpq .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uvPsffgzpq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvPsffgzpq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvPsffgzpq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvPsffgzpq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvPsffgzpq .nav-link {
  position: relative;
}
.cid-uvPsffgzpq .container {
  display: flex;
  margin: auto;
}
.cid-uvPsffgzpq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvPsffgzpq .dropdown-menu,
.cid-uvPsffgzpq .navbar.opened {
  background: #353535 !important;
}
.cid-uvPsffgzpq .nav-item:focus,
.cid-uvPsffgzpq .nav-link:focus {
  outline: none;
}
.cid-uvPsffgzpq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvPsffgzpq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvPsffgzpq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvPsffgzpq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvPsffgzpq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvPsffgzpq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvPsffgzpq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uvPsffgzpq .navbar.opened {
  transition: all 0.3s;
}
.cid-uvPsffgzpq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvPsffgzpq .navbar .navbar-logo img {
  width: auto;
}
.cid-uvPsffgzpq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvPsffgzpq .navbar.collapsed {
  justify-content: center;
}
.cid-uvPsffgzpq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvPsffgzpq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvPsffgzpq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uvPsffgzpq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvPsffgzpq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvPsffgzpq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvPsffgzpq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvPsffgzpq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvPsffgzpq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvPsffgzpq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvPsffgzpq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvPsffgzpq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvPsffgzpq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvPsffgzpq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvPsffgzpq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvPsffgzpq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvPsffgzpq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvPsffgzpq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvPsffgzpq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvPsffgzpq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvPsffgzpq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvPsffgzpq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvPsffgzpq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvPsffgzpq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvPsffgzpq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvPsffgzpq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvPsffgzpq .dropdown-item.active,
.cid-uvPsffgzpq .dropdown-item:active {
  background-color: transparent;
}
.cid-uvPsffgzpq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvPsffgzpq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvPsffgzpq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvPsffgzpq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvPsffgzpq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvPsffgzpq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvPsffgzpq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvPsffgzpq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvPsffgzpq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvPsffgzpq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvPsffgzpq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvPsffgzpq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvPsffgzpq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvPsffgzpq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvPsffgzpq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvPsffgzpq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvPsffgzpq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvPsffgzpq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvPsffgzpq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvPsffgzpq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvPsffgzpq .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-uvPsffgzpq .navbar {
    height: 70px;
  }
  .cid-uvPsffgzpq .navbar.opened {
    height: auto;
  }
  .cid-uvPsffgzpq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvPsfg1dgo {
  display: flex;
  background-image: url("../../../assets/images/smiling-colleagues-making-notes-plans-2000x1335.webp");
}
.cid-uvPsfg1dgo .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uvPsfg1dgo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uvPsfg1dgo {
    align-items: flex-end;
  }
  .cid-uvPsfg1dgo .row {
    justify-content: flex-start;
  }
  .cid-uvPsfg1dgo .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvPsfg1dgo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvPsfg1dgo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvPsfg1dgo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvPsfg1dgo .content-wrap {
    width: 100%;
  }
}
.cid-uvPsfghJBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvPsfgoELw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvPsfgoELw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPsfgoELw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvPsfgoELw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvPsfgoELw .row {
  flex-direction: row-reverse;
}
.cid-uvPsfgoELw img {
  width: 100%;
}
.cid-uvPzH9Y8hW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvPzH9Y8hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPzH9Y8hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPzH9Y8hW .mbr-text {
  color: #767676;
}
.cid-uvPzH9Y8hW .mbr-section-subtitle {
  color: #767676;
}
.cid-uvPzH9Y8hW .title .num {
  width: 100%;
  display: block;
}
.cid-uvPzH9Y8hW .title .card-title {
  z-index: 1;
}
.cid-uvPzH9Y8hW .num {
  color: #40b0bf;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uvPzH9Y8hW * {
    text-align: center !important;
  }
  .cid-uvPzH9Y8hW .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uvPzH9Y8hW .card-title,
.cid-uvPzH9Y8hW .card-img {
  text-align: left;
}
.cid-uvPzH9Y8hW .card-text {
  text-align: left;
}
.cid-uvPsfgLEqg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvPsfgLEqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPsfgLEqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvPsfgLEqg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvPsfgLEqg .row {
  flex-direction: row-reverse;
}
.cid-uvPsfgLEqg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvPsfgLEqg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvPvU5TKPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvPvU5TKPM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvPvU5TKPM form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uvPvU5TKPM form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uvPvU5TKPM .mbr-section-title {
  text-align: left;
}
.cid-uvPsfhoGfh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-uvPsfhoGfh .mbr-section-title {
  color: #ffffff;
}
.cid-uvPsfhwUvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvPsfhwUvt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvPsfhwUvt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvPsfhwUvt .row {
    text-align: center;
  }
  .cid-uvPsfhwUvt .row > div {
    margin: auto;
  }
  .cid-uvPsfhwUvt .social-row {
    justify-content: center;
  }
}
.cid-uvPsfhwUvt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvPsfhwUvt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvPsfhwUvt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvPsfhwUvt .list {
    margin-bottom: 0rem;
  }
}
.cid-uvPsfhwUvt .mbr-text {
  color: #bbbbbb;
}
.cid-uvPsfhwUvt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvPsfhwUvt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvPsfhwUvt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvPsfhwUvt .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-uw6iD00znl {
  z-index: 1000;
  width: 100%;
}
.cid-uw6iD00znl nav.navbar {
  position: fixed;
}
.cid-uw6iD00znl .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-uw6iD00znl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uw6iD00znl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uw6iD00znl .dropdown-item:hover,
.cid-uw6iD00znl .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uw6iD00znl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uw6iD00znl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uw6iD00znl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uw6iD00znl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw6iD00znl .nav-link {
  position: relative;
}
.cid-uw6iD00znl .container {
  display: flex;
  margin: auto;
}
.cid-uw6iD00znl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uw6iD00znl .dropdown-menu,
.cid-uw6iD00znl .navbar.opened {
  background: #353535 !important;
}
.cid-uw6iD00znl .nav-item:focus,
.cid-uw6iD00znl .nav-link:focus {
  outline: none;
}
.cid-uw6iD00znl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw6iD00znl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw6iD00znl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw6iD00znl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6iD00znl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw6iD00znl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw6iD00znl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uw6iD00znl .navbar.opened {
  transition: all 0.3s;
}
.cid-uw6iD00znl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw6iD00znl .navbar .navbar-logo img {
  width: auto;
}
.cid-uw6iD00znl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uw6iD00znl .navbar.collapsed {
  justify-content: center;
}
.cid-uw6iD00znl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw6iD00znl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw6iD00znl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uw6iD00znl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw6iD00znl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw6iD00znl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uw6iD00znl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw6iD00znl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uw6iD00znl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uw6iD00znl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw6iD00znl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw6iD00znl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw6iD00znl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw6iD00znl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw6iD00znl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw6iD00znl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw6iD00znl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw6iD00znl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uw6iD00znl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw6iD00znl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uw6iD00znl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw6iD00znl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw6iD00znl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uw6iD00znl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw6iD00znl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw6iD00znl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw6iD00znl .dropdown-item.active,
.cid-uw6iD00znl .dropdown-item:active {
  background-color: transparent;
}
.cid-uw6iD00znl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw6iD00znl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw6iD00znl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw6iD00znl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uw6iD00znl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw6iD00znl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw6iD00znl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw6iD00znl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw6iD00znl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw6iD00znl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw6iD00znl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw6iD00znl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6iD00znl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6iD00znl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw6iD00znl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6iD00znl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw6iD00znl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw6iD00znl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6iD00znl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uw6iD00znl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw6iD00znl .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-uw6iD00znl .navbar {
    height: 70px;
  }
  .cid-uw6iD00znl .navbar.opened {
    height: auto;
  }
  .cid-uw6iD00znl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw6iD0OmOi {
  display: flex;
  background-image: url("../../../assets/images/dji-387-2000x1125.webp");
}
.cid-uw6iD0OmOi .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uw6iD0OmOi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uw6iD0OmOi {
    align-items: flex-end;
  }
  .cid-uw6iD0OmOi .row {
    justify-content: flex-start;
  }
  .cid-uw6iD0OmOi .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uw6iD0OmOi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uw6iD0OmOi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uw6iD0OmOi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uw6iD0OmOi .content-wrap {
    width: 100%;
  }
}
.cid-uw6iD15Vnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw77kXfG48 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uw77kXfG48 img,
.cid-uw77kXfG48 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uw77kXfG48 .item:focus,
.cid-uw77kXfG48 span:focus {
  outline: none;
}
.cid-uw77kXfG48 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uw77kXfG48 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uw77kXfG48 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw77kXfG48 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uw77kXfG48 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uw77kXfG48 .mbr-section-title {
  color: #232323;
}
.cid-uw77kXfG48 .mbr-text,
.cid-uw77kXfG48 .mbr-section-btn {
  text-align: left;
}
.cid-uw77kXfG48 .item-title {
  text-align: left;
}
.cid-uw77kXfG48 .item-subtitle {
  text-align: center;
}
.cid-uw6iD2e4Zh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw6iD2e4Zh .mbr-text {
  text-align: left;
}
.cid-uw6iD2kNF2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw6iD2kNF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6iD2kNF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uw6iD2kNF2 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uw6iD2kNF2 .row {
    margin: 0;
  }
}
.cid-uw6iD2kNF2 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uw6iD2kNF2 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uw6iD2kNF2 .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uw6iD2kNF2 .image-wrapper {
    padding: 24px;
  }
}
.cid-uw6iD2kNF2 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uw6iD2kNF2 .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uw6iD2kNF2 .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uw6iD2kNF2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uw6iD2kNF2 .main-image-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uw6iD2kNF2 .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
  }
}
.cid-uw6iD2kNF2 .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw6iD2kNF2 .main-image-wrapper img {
    height: 400px;
  }
}
.cid-uw7bt8vGr4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uw7bt8vGr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw7bt8vGr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw7bt8vGr4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw7bt8vGr4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uw7bt8vGr4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uw6iD2JPcS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-uw6iD2JPcS .mbr-section-title {
  color: #ffffff;
}
.cid-uw6iD2SOwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uw6iD2SOwA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uw6iD2SOwA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uw6iD2SOwA .row {
    text-align: center;
  }
  .cid-uw6iD2SOwA .row > div {
    margin: auto;
  }
  .cid-uw6iD2SOwA .social-row {
    justify-content: center;
  }
}
.cid-uw6iD2SOwA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uw6iD2SOwA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uw6iD2SOwA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uw6iD2SOwA .list {
    margin-bottom: 0rem;
  }
}
.cid-uw6iD2SOwA .mbr-text {
  color: #bbbbbb;
}
.cid-uw6iD2SOwA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uw6iD2SOwA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uw6iD2SOwA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uw6iD2SOwA .copyright {
  text-align: center;
  color: #bbbbbb;
}
.cid-uyUSJljjpg {
  z-index: 1000;
  width: 100%;
}
.cid-uyUSJljjpg nav.navbar {
  position: fixed;
}
.cid-uyUSJljjpg .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-uyUSJljjpg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyUSJljjpg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyUSJljjpg .dropdown-item:hover,
.cid-uyUSJljjpg .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uyUSJljjpg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyUSJljjpg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyUSJljjpg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyUSJljjpg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyUSJljjpg .nav-link {
  position: relative;
}
.cid-uyUSJljjpg .container {
  display: flex;
  margin: auto;
}
.cid-uyUSJljjpg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyUSJljjpg .dropdown-menu,
.cid-uyUSJljjpg .navbar.opened {
  background: #353535 !important;
}
.cid-uyUSJljjpg .nav-item:focus,
.cid-uyUSJljjpg .nav-link:focus {
  outline: none;
}
.cid-uyUSJljjpg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyUSJljjpg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyUSJljjpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyUSJljjpg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyUSJljjpg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyUSJljjpg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyUSJljjpg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uyUSJljjpg .navbar.opened {
  transition: all 0.3s;
}
.cid-uyUSJljjpg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyUSJljjpg .navbar .navbar-logo img {
  width: auto;
}
.cid-uyUSJljjpg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyUSJljjpg .navbar.collapsed {
  justify-content: center;
}
.cid-uyUSJljjpg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyUSJljjpg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyUSJljjpg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uyUSJljjpg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyUSJljjpg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyUSJljjpg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyUSJljjpg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyUSJljjpg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyUSJljjpg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyUSJljjpg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyUSJljjpg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyUSJljjpg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyUSJljjpg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyUSJljjpg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyUSJljjpg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyUSJljjpg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyUSJljjpg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyUSJljjpg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyUSJljjpg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyUSJljjpg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyUSJljjpg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyUSJljjpg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyUSJljjpg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyUSJljjpg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyUSJljjpg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyUSJljjpg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyUSJljjpg .dropdown-item.active,
.cid-uyUSJljjpg .dropdown-item:active {
  background-color: transparent;
}
.cid-uyUSJljjpg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyUSJljjpg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyUSJljjpg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyUSJljjpg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uyUSJljjpg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyUSJljjpg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyUSJljjpg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyUSJljjpg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyUSJljjpg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyUSJljjpg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyUSJljjpg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyUSJljjpg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyUSJljjpg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyUSJljjpg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyUSJljjpg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyUSJljjpg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyUSJljjpg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyUSJljjpg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyUSJljjpg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyUSJljjpg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyUSJljjpg .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-uyUSJljjpg .navbar {
    height: 70px;
  }
  .cid-uyUSJljjpg .navbar.opened {
    height: auto;
  }
  .cid-uyUSJljjpg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyUSJmjObc {
  display: flex;
  background-image: url("../../../assets/images/enscape-2024-12-30-15-26-56-2000x1200.webp");
}
.cid-uyUSJmjObc .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uyUSJmjObc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uyUSJmjObc {
    align-items: flex-end;
  }
  .cid-uyUSJmjObc .row {
    justify-content: flex-start;
  }
  .cid-uyUSJmjObc .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uyUSJmjObc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uyUSJmjObc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uyUSJmjObc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyUSJmjObc .content-wrap {
    width: 100%;
  }
}
.cid-uyUSJmDt5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyUSJmRzv7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyUSJmRzv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUSJmRzv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyUSJmRzv7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUSJmRzv7 .row {
  flex-direction: row-reverse;
}
.cid-uyUSJmRzv7 img {
  width: 100%;
}
.cid-uyUSJn6Xls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyUSJn6Xls .mbr-text {
  text-align: left;
}
.cid-uyUSJngFPs {
  background-color: #ffffff;
}
.cid-uyUSJngFPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUSJngFPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyUSJngFPs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUSJngFPs .row {
  flex-direction: row-reverse;
}
.cid-uyUSJngFPs img {
  width: 100%;
}
.cid-uyUSJnuaxQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyUSJnuaxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUSJnuaxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyUSJnuaxQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUSJnuaxQ .row {
  flex-direction: row-reverse;
}
.cid-uyUSJnuaxQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyUSJnuaxQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyUSJoR8mk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/grunge-cracked-wall-2000x1333.webp");
}
.cid-uyUSJoR8mk .mbr-section-title {
  color: #ffffff;
}
.cid-uyUSJpbT3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uyUSJpbT3U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyUSJpbT3U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyUSJpbT3U .row {
    text-align: center;
  }
  .cid-uyUSJpbT3U .row > div {
    margin: auto;
  }
  .cid-uyUSJpbT3U .social-row {
    justify-content: center;
  }
}
.cid-uyUSJpbT3U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyUSJpbT3U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyUSJpbT3U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyUSJpbT3U .list {
    margin-bottom: 0rem;
  }
}
.cid-uyUSJpbT3U .mbr-text {
  color: #bbbbbb;
}
.cid-uyUSJpbT3U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uyUSJpbT3U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uyUSJpbT3U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uyUSJpbT3U .copyright {
  text-align: center;
  color: #bbbbbb;
}
