body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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='%23000000' %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-u7yTlyuwcq {
  z-index: 1000;
  width: 100%;
}
.cid-u7yTlyuwcq nav.navbar {
  position: fixed;
}
.cid-u7yTlyuwcq .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-u7yTlyuwcq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7yTlyuwcq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7yTlyuwcq .dropdown-item:hover,
.cid-u7yTlyuwcq .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u7yTlyuwcq .dropdown-item:hover span {
  color: white;
}
.cid-u7yTlyuwcq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7yTlyuwcq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7yTlyuwcq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7yTlyuwcq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7yTlyuwcq .nav-link {
  position: relative;
}
.cid-u7yTlyuwcq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7yTlyuwcq .container {
    flex-wrap: wrap;
  }
}
.cid-u7yTlyuwcq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7yTlyuwcq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u7yTlyuwcq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7yTlyuwcq .dropdown-menu,
.cid-u7yTlyuwcq .navbar.opened {
  background: #000000 !important;
}
.cid-u7yTlyuwcq .nav-item:focus,
.cid-u7yTlyuwcq .nav-link:focus {
  outline: none;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7yTlyuwcq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7yTlyuwcq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7yTlyuwcq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7yTlyuwcq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.2);
}
.cid-u7yTlyuwcq .navbar.opened {
  transition: all 0.3s;
}
.cid-u7yTlyuwcq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7yTlyuwcq .navbar .navbar-logo img {
  width: auto;
}
.cid-u7yTlyuwcq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7yTlyuwcq .navbar.collapsed {
  justify-content: center;
}
.cid-u7yTlyuwcq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7yTlyuwcq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7yTlyuwcq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-u7yTlyuwcq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7yTlyuwcq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7yTlyuwcq .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-u7yTlyuwcq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7yTlyuwcq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7yTlyuwcq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7yTlyuwcq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7yTlyuwcq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7yTlyuwcq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7yTlyuwcq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7yTlyuwcq .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-u7yTlyuwcq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7yTlyuwcq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7yTlyuwcq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7yTlyuwcq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7yTlyuwcq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7yTlyuwcq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7yTlyuwcq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7yTlyuwcq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7yTlyuwcq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7yTlyuwcq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7yTlyuwcq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7yTlyuwcq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7yTlyuwcq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7yTlyuwcq .dropdown-item.active,
.cid-u7yTlyuwcq .dropdown-item:active {
  background-color: transparent;
}
.cid-u7yTlyuwcq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7yTlyuwcq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7yTlyuwcq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7yTlyuwcq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u7yTlyuwcq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7yTlyuwcq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7yTlyuwcq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7yTlyuwcq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7yTlyuwcq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7yTlyuwcq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7yTlyuwcq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7yTlyuwcq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7yTlyuwcq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7yTlyuwcq .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-u7yTlyuwcq .navbar {
    height: 70px;
  }
  .cid-u7yTlyuwcq .navbar.opened {
    height: auto;
  }
  .cid-u7yTlyuwcq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7zc2zzOlc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-u7zc2zzOlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7zc2zzOlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7zc2zzOlc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7zc2zzOlc .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-u7zc2zzOlc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u7zc2zzOlc .mbr-text,
.cid-u7zc2zzOlc .mbr-section-btn {
  text-align: right;
}
.cid-uLoMUhMoss {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLoMUhMoss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLoMUhMoss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLoMUhMoss .container {
  overflow: hidden;
}
.cid-uLoMUhMoss .row {
  justify-content: center;
}
.cid-uLoMUhMoss .title-wrapper {
  margin-bottom: 80px;
}
.cid-uLoMUhMoss .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uLoMUhMoss .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uLoMUhMoss .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uLoMUhMoss .video-block {
    width: 100%;
  }
}
.cid-uLoMUhMoss .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLoMUhMoss .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLoMUhMoss .app-video-wrapper::before {
  color: #d2232a;
  text-shadow: none;
}
.cid-uLoMUhMoss .mbr-section-title {
  color: #495DFF;
}
.cid-u7EkWKgg9U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7EkWKgg9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7EkWKgg9U .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-u7EkWKgg9U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7EkWKgg9U .row {
  flex-direction: row-reverse;
}
.cid-u7EkWKgg9U img {
  width: 100%;
}
.cid-uc5TVnvdNF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5TVnvdNF img {
  width: 160px;
  margin: auto;
}
.cid-uc5TVnvdNF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5TVnvdNF .card {
    max-width: 25%;
  }
}
.cid-uc5TWkVHFW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5TWkVHFW img {
  width: 160px;
  margin: auto;
}
.cid-uc5TWkVHFW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5TWkVHFW .card {
    max-width: 25%;
  }
}
.cid-uc5TXlHzv6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5TXlHzv6 img {
  width: 160px;
  margin: auto;
}
.cid-uc5TXlHzv6 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5TXlHzv6 .card {
    max-width: 25%;
  }
}
.cid-uc5TYrl6mH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5TYrl6mH img {
  width: 160px;
  margin: auto;
}
.cid-uc5TYrl6mH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5TYrl6mH .card {
    max-width: 25%;
  }
}
.cid-uc5TZV6HD4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5TZV6HD4 img {
  width: 160px;
  margin: auto;
}
.cid-uc5TZV6HD4 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5TZV6HD4 .card {
    max-width: 25%;
  }
}
.cid-uNlIZMvRFN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNlIZMvRFN img {
  width: 160px;
  margin: auto;
}
.cid-uNlIZMvRFN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNlIZMvRFN .card {
    max-width: 25%;
  }
}
.cid-uNlE0xjzKk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNlE0xjzKk img {
  width: 160px;
  margin: auto;
}
.cid-uNlE0xjzKk .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNlE0xjzKk .card {
    max-width: 25%;
  }
}
.cid-u7zg4O4XXd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-u7zg4O4XXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7zg4O4XXd .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-u7zg4O4XXd .col-title {
    margin-bottom: 20px;
  }
}
.cid-u7zg4O4XXd .mbr-section-title {
  color: #000000;
}
.cid-u7zg4O4XXd .mbr-text {
  color: #000000;
}
.cid-u7zg4O4XXd h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u7zg4O4XXd h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u7zg4O4XXd .row {
  justify-content: space-between;
}
.cid-u7zg4O4XXd .mbr-text1 {
  color: #0046c7;
}
.cid-u7zg4O4XXd img {
  object-fit: cover;
}
.cid-u7zg4O4XXd h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-u7zg4O4XXd h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-u7zg4O4XXd h3:hover:before {
  opacity: 0;
}
.cid-u7zg4O4XXd h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-u7zg4O4XXd h3 {
    transform: translateX(0px);
  }
}
.cid-u7zg4O4XXd .mbr-section-subtitle,
.cid-u7zg4O4XXd .align {
  color: #ffffff;
}
.cid-u7JQCKTSPo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u7JQCKTSPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7JQCKTSPo .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-u7JQCKTSPo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7JQCKTSPo .row {
  flex-direction: row-reverse;
}
.cid-u7JQCKTSPo img {
  width: 100%;
}
.cid-u7zl5jVYdF {
  overflow: hidden;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-u7zl5jVYdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7zl5jVYdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .container {
    padding: 0 24px;
  }
}
.cid-u7zl5jVYdF .card {
  justify-content: center;
}
.cid-u7zl5jVYdF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-u7zl5jVYdF .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-u7zl5jVYdF .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #e6bf17;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-u7zl5jVYdF .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #000000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-u7zl5jVYdF .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-u7zl5jVYdF .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43f3f;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-u7zl5jVYdF .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-u7zl5jVYdF .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-u7zl5jVYdF .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-u7zl5jVYdF .text-wrapper {
    margin-top: 80px;
  }
}
.cid-u7zl5jVYdF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7zl5jVYdF .mbr-section-title {
  color: #202020;
}
.cid-u7zl5jVYdF .mbr-text,
.cid-u7zl5jVYdF .text-wrap {
  color: #202020;
}
.cid-ucymTbXeho {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucymTbXeho .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucymTbXeho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucymTbXeho .container {
    padding: 0 22px;
  }
}
.cid-ucymTbXeho .row {
  justify-content: center;
}
.cid-ucymTbXeho .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucymTbXeho .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucymTbXeho .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucymTbXeho .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6bf17;
  border-radius: 0;
  padding: 20px;
}
.cid-ucymTbXeho .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucymTbXeho .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucymTbXeho .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucymTbXeho .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucymTbXeho .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucymTbXeho .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucymTbXeho .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucymTbXeho .panel-title-edit {
  color: #e43f3f;
  text-align: left;
}
.cid-ucymTbXeho .panel-text {
  color: #e43f3f;
}
.cid-u2KK65vD7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2KK65vD7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KK65vD7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .container {
    padding: 0 25px;
  }
}
.cid-u2KK65vD7B .row {
  justify-content: center;
}
.cid-u2KK65vD7B .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2KK65vD7B .item:first-child .item-wrapper {
  border-top: 2px solid #e6bf17;
}
.cid-u2KK65vD7B .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e6bf17;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-u2KK65vD7B .item .item-wrapper:hover .item-img img,
.cid-u2KK65vD7B .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper {
    display: block;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #e43f3f;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #e43f3f;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #e43f3f;
}
.cid-u2KK65vD7B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  background-color: #e6bf17;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-u2KK65vD7B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2KK65vD7B .item-title {
  color: #000000;
}
.cid-u2KK65vD7B .item-desc {
  color: #fafafa;
}
.cid-u2KK65vD7B .item-subtitle {
  color: #000000;
}
.cid-u2KK65vD7B .item-price {
  color: #ffffff;
}
.cid-u2QnHlDJyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2QnHlDJyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2QnHlDJyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2QnHlDJyJ .container {
    padding: 0;
  }
}
.cid-u2QnHlDJyJ .row {
  margin: 0;
}
.cid-u2QnHlDJyJ .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-u2QnHlDJyJ .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-u2QnHlDJyJ .google-map iframe {
    height: 350px;
  }
}
.cid-u2KTcEFzgR {
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-u2KTcEFzgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KTcEFzgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2KTcEFzgR .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-u2KTcEFzgR .number {
  color: #000000;
}
.cid-u2KTcEFzgR .period {
  display: block;
}
.cid-u2KTcEFzgR .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u2KTcEFzgR .period {
    font-size: 0.8rem;
  }
}
.cid-u2KTcEFzgR .btn {
  height: 100%;
  margin: 0;
}
.cid-u2KTcEFzgR .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u2KTcEFzgR .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u2KTcEFzgR .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u2KTcEFzgR .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u2KTcEFzgR .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-u2KTcEFzgR H3 {
  color: #e43f3f;
}
.cid-u2KTcEFzgR .mbr-text,
.cid-u2KTcEFzgR .mbr-section-btn {
  color: #000000;
}
.cid-uKGKrTa2ba {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uKGKrTa2ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGKrTa2ba .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-uKGKrTa2ba .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKGKrTa2ba .row {
  flex-direction: row-reverse;
}
.cid-uKGKrTa2ba img {
  width: 100%;
}
.cid-u7EsTdOePy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7EsTdOePy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7EsTdOePy .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-u7EsTdOePy .container {
    padding: 0 24px;
  }
}
.cid-u7EsTdOePy .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .row {
    padding: 24px;
  }
}
.cid-u7EsTdOePy .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-u7EsTdOePy .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .row .card {
    border: none;
  }
}
.cid-u7EsTdOePy .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper {
    padding: 24px 0;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u7EsTdOePy .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u7EsTdOePy .items {
  border-left: 1px solid #72716b;
}
.cid-u7EsTdOePy .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .items .item {
    padding: 24px;
  }
}
.cid-u7EsTdOePy .items .item:last-child {
  border: none;
}
.cid-u7EsTdOePy .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .items .item .item-wrapper {
    display: block;
  }
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u7EsTdOePy .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u7EsTdOePy .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u7EsTdOePy .mbr-section-title {
  color: #F9F6E0;
}
.cid-u7EsTdOePy .mbr-desc {
  color: #232323;
  text-align: right;
}
.cid-u7EsTdOePy .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-u7EsTdOePy .card-title {
  color: #000000;
}
.cid-u7EsTdOePy .card-text {
  color: #F9F6E0;
}
.cid-u7EsTdOePy .mbr-section-title,
.cid-u7EsTdOePy .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-u7GHBnGzFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GHBnGzFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GHBnGzFv .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-u7GHBnGzFv .container {
    padding: 0 24px;
  }
}
.cid-u7GHBnGzFv .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .row {
    padding: 24px;
  }
}
.cid-u7GHBnGzFv .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-u7GHBnGzFv .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .row .card {
    border: none;
  }
}
.cid-u7GHBnGzFv .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper {
    padding: 24px 0;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u7GHBnGzFv .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u7GHBnGzFv .items {
  border-left: 1px solid #72716b;
}
.cid-u7GHBnGzFv .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .items .item {
    padding: 24px;
  }
}
.cid-u7GHBnGzFv .items .item:last-child {
  border: none;
}
.cid-u7GHBnGzFv .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .items .item .item-wrapper {
    display: block;
  }
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u7GHBnGzFv .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u7GHBnGzFv .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u7GHBnGzFv .mbr-section-title {
  color: #F9F6E0;
}
.cid-u7GHBnGzFv .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-u7GHBnGzFv .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-u7GHBnGzFv .card-title {
  color: #000000;
}
.cid-u7GHBnGzFv .card-text {
  color: #F9F6E0;
}
.cid-u7GHBnGzFv .mbr-section-title,
.cid-u7GHBnGzFv .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-u7GKvLpjMO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-u7GKvLpjMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GKvLpjMO .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-u7GKvLpjMO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7GKvLpjMO .row {
  flex-direction: row-reverse;
}
.cid-u7GKvLpjMO img {
  width: 100%;
}
.cid-uKGKlSX5to {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKGKlSX5to .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGKlSX5to .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-uKGKlSX5to .container {
    padding: 0 24px;
  }
}
.cid-uKGKlSX5to .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .row {
    padding: 24px;
  }
}
.cid-uKGKlSX5to .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uKGKlSX5to .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .row .card {
    border: none;
  }
}
.cid-uKGKlSX5to .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uKGKlSX5to .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uKGKlSX5to .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uKGKlSX5to .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uKGKlSX5to .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uKGKlSX5to .items {
  border-left: 1px solid #72716b;
}
.cid-uKGKlSX5to .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .items .item {
    padding: 24px;
  }
}
.cid-uKGKlSX5to .items .item:last-child {
  border: none;
}
.cid-uKGKlSX5to .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .items .item .item-wrapper {
    display: block;
  }
}
.cid-uKGKlSX5to .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uKGKlSX5to .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uKGKlSX5to .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uKGKlSX5to .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uKGKlSX5to .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKGKlSX5to .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKGKlSX5to .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uKGKlSX5to .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uKGKlSX5to .card-title {
  color: #000000;
}
.cid-uKGKlSX5to .card-text {
  color: #F9F6E0;
}
.cid-uKGKlSX5to .mbr-section-title,
.cid-uKGKlSX5to .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-uKGQ9ftAu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKGQ9ftAu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGQ9ftAu8 .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-uKGQ9ftAu8 .container {
    padding: 0 24px;
  }
}
.cid-uKGQ9ftAu8 .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .row {
    padding: 24px;
  }
}
.cid-uKGQ9ftAu8 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uKGQ9ftAu8 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .row .card {
    border: none;
  }
}
.cid-uKGQ9ftAu8 .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uKGQ9ftAu8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uKGQ9ftAu8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uKGQ9ftAu8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uKGQ9ftAu8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uKGQ9ftAu8 .items {
  border-left: 1px solid #72716b;
}
.cid-uKGQ9ftAu8 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .items .item {
    padding: 24px;
  }
}
.cid-uKGQ9ftAu8 .items .item:last-child {
  border: none;
}
.cid-uKGQ9ftAu8 .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .items .item .item-wrapper {
    display: block;
  }
}
.cid-uKGQ9ftAu8 .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uKGQ9ftAu8 .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uKGQ9ftAu8 .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uKGQ9ftAu8 .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uKGQ9ftAu8 .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKGQ9ftAu8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKGQ9ftAu8 .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uKGQ9ftAu8 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uKGQ9ftAu8 .card-title {
  color: #000000;
}
.cid-uKGQ9ftAu8 .card-text {
  color: #F9F6E0;
}
.cid-uKGQ9ftAu8 .mbr-section-title,
.cid-uKGQ9ftAu8 .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-u7KIEX0WIN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7KIEX0WIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KIEX0WIN .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-u7KIEX0WIN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7KIEX0WIN .row {
  flex-direction: row-reverse;
}
.cid-u7KIEX0WIN img {
  width: 100%;
}
.cid-u7zChHB9FX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7zChHB9FX .item {
  padding-bottom: 2rem;
}
.cid-u7zChHB9FX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7zChHB9FX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7zChHB9FX .carousel-control,
.cid-u7zChHB9FX .close {
  background: #1b1b1b;
}
.cid-u7zChHB9FX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7zChHB9FX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .close::before {
  content: '\e91a';
}
.cid-u7zChHB9FX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7zChHB9FX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7zChHB9FX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7zChHB9FX .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-u7zChHB9FX .carousel-indicators li.active,
.cid-u7zChHB9FX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7zChHB9FX .carousel-indicators li::after,
.cid-u7zChHB9FX .carousel-indicators li::before {
  content: none;
}
.cid-u7zChHB9FX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7zChHB9FX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7zChHB9FX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7zChHB9FX .carousel-indicators {
    display: none;
  }
}
.cid-u7zChHB9FX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7zChHB9FX .carousel-inner > .active {
  display: block;
}
.cid-u7zChHB9FX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7zChHB9FX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7zChHB9FX .carousel-control,
  .cid-u7zChHB9FX .carousel-indicators,
  .cid-u7zChHB9FX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7zChHB9FX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7zChHB9FX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7zChHB9FX .carousel-indicators .active,
.cid-u7zChHB9FX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7zChHB9FX .carousel-indicators .active {
  background: #fff;
}
.cid-u7zChHB9FX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7zChHB9FX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7zChHB9FX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7zChHB9FX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7zChHB9FX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7zChHB9FX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7zChHB9FX .carousel {
  width: 100%;
}
.cid-u7zChHB9FX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7zChHB9FX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7zChHB9FX .modal.fade .modal-dialog,
.cid-u7zChHB9FX .modal.in .modal-dialog {
  transform: none;
}
.cid-u7zChHB9FX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7zChHB9FX H6 {
  text-align: center;
}
.cid-u7zChHB9FX H4 {
  text-align: left;
}
.cid-u7NjTi4f9E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7NjTi4f9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7NjTi4f9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7NjTi4f9E .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u7NjTi4f9E .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u7NjTi4f9E .container {
    padding: 0 26px;
  }
}
.cid-u7NjTi4f9E .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-u7NjTi4f9E .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7NjTi4f9E .row {
    padding: 26px;
  }
}
.cid-u7NjTi4f9E .title-wrapper {
  margin-bottom: 50px;
}
.cid-u7NjTi4f9E .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7NjTi4f9E .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u7NjTi4f9E .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7NjTi4f9E .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-u7NjTi4f9E .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-u7NjTi4f9E .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-u7NjTi4f9E .nav-wrapper {
  margin-bottom: 50px;
}
.cid-u7NjTi4f9E .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u7NjTi4f9E .nav-wrapper .list {
    display: block;
  }
}
.cid-u7NjTi4f9E .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7NjTi4f9E .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-u7NjTi4f9E .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-u7NjTi4f9E .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7NjTi4f9E .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u7NjTi4f9E .soc-wrapper {
  margin-bottom: 50px;
}
.cid-u7NjTi4f9E .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-u7NjTi4f9E .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-u7NjTi4f9E .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-u7NjTi4f9E .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-u7NjTi4f9E .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-u7NjTi4f9E .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u7NjTi4f9E .mbr-section-title,
.cid-u7NjTi4f9E .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-u7NjTi4f9E .list {
  color: #ffffff;
}
.cid-u7NjTi4f9E .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-u7NjTi4f9E .list,
.cid-u7NjTi4f9E .nav-wrapper,
.cid-u7NjTi4f9E .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-ua6O8yNn0O {
  z-index: 1000;
  width: 100%;
}
.cid-ua6O8yNn0O nav.navbar {
  position: fixed;
}
.cid-ua6O8yNn0O .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-ua6O8yNn0O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ua6O8yNn0O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ua6O8yNn0O .dropdown-item:hover,
.cid-ua6O8yNn0O .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ua6O8yNn0O .dropdown-item:hover span {
  color: white;
}
.cid-ua6O8yNn0O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ua6O8yNn0O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ua6O8yNn0O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ua6O8yNn0O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ua6O8yNn0O .nav-link {
  position: relative;
}
.cid-ua6O8yNn0O .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ua6O8yNn0O .container {
    flex-wrap: wrap;
  }
}
.cid-ua6O8yNn0O .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ua6O8yNn0O .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ua6O8yNn0O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua6O8yNn0O .dropdown-menu,
.cid-ua6O8yNn0O .navbar.opened {
  background: #000000 !important;
}
.cid-ua6O8yNn0O .nav-item:focus,
.cid-ua6O8yNn0O .nav-link:focus {
  outline: none;
}
.cid-ua6O8yNn0O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua6O8yNn0O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6O8yNn0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua6O8yNn0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua6O8yNn0O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua6O8yNn0O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua6O8yNn0O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.2);
}
.cid-ua6O8yNn0O .navbar.opened {
  transition: all 0.3s;
}
.cid-ua6O8yNn0O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua6O8yNn0O .navbar .navbar-logo img {
  width: auto;
}
.cid-ua6O8yNn0O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua6O8yNn0O .navbar.collapsed {
  justify-content: center;
}
.cid-ua6O8yNn0O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua6O8yNn0O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua6O8yNn0O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-ua6O8yNn0O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua6O8yNn0O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua6O8yNn0O .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-ua6O8yNn0O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua6O8yNn0O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua6O8yNn0O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ua6O8yNn0O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua6O8yNn0O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua6O8yNn0O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua6O8yNn0O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua6O8yNn0O .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-ua6O8yNn0O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ua6O8yNn0O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua6O8yNn0O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua6O8yNn0O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ua6O8yNn0O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua6O8yNn0O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ua6O8yNn0O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ua6O8yNn0O .navbar.navbar-short {
  min-height: 60px;
}
.cid-ua6O8yNn0O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ua6O8yNn0O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ua6O8yNn0O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ua6O8yNn0O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua6O8yNn0O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua6O8yNn0O .dropdown-item.active,
.cid-ua6O8yNn0O .dropdown-item:active {
  background-color: transparent;
}
.cid-ua6O8yNn0O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua6O8yNn0O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua6O8yNn0O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua6O8yNn0O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ua6O8yNn0O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ua6O8yNn0O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6O8yNn0O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua6O8yNn0O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ua6O8yNn0O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua6O8yNn0O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ua6O8yNn0O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua6O8yNn0O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua6O8yNn0O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua6O8yNn0O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua6O8yNn0O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua6O8yNn0O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua6O8yNn0O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua6O8yNn0O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua6O8yNn0O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ua6O8yNn0O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua6O8yNn0O .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-ua6O8yNn0O .navbar {
    height: 70px;
  }
  .cid-ua6O8yNn0O .navbar.opened {
    height: auto;
  }
  .cid-ua6O8yNn0O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKGWkhyc0r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-uKGWkhyc0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGWkhyc0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGWkhyc0r .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKGWkhyc0r .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uKGWkhyc0r .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKGWkhyc0r .mbr-text,
.cid-uKGWkhyc0r .mbr-section-btn {
  text-align: right;
}
.cid-uLoMHFm3KG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLoMHFm3KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLoMHFm3KG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLoMHFm3KG .container {
  overflow: hidden;
}
.cid-uLoMHFm3KG .row {
  justify-content: center;
}
.cid-uLoMHFm3KG .title-wrapper {
  margin-bottom: 80px;
}
.cid-uLoMHFm3KG .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uLoMHFm3KG .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uLoMHFm3KG .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uLoMHFm3KG .video-block {
    width: 100%;
  }
}
.cid-uLoMHFm3KG .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLoMHFm3KG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLoMHFm3KG .app-video-wrapper::before {
  color: #d2232a;
  text-shadow: none;
}
.cid-uLoMHFm3KG .mbr-section-title {
  color: #495DFF;
}
.cid-ua6O8yjPAj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua6O8yjPAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8yjPAj .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-ua6O8yjPAj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6O8yjPAj .row {
  flex-direction: row-reverse;
}
.cid-ua6O8yjPAj img {
  width: 100%;
}
.cid-uc5VatScug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VatScug img {
  width: 160px;
  margin: auto;
}
.cid-uc5VatScug .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VatScug .card {
    max-width: 25%;
  }
}
.cid-uNlJpSgI1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNlJpSgI1j img {
  width: 160px;
  margin: auto;
}
.cid-uNlJpSgI1j .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNlJpSgI1j .card {
    max-width: 25%;
  }
}
.cid-uc5VcPEUqg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VcPEUqg img {
  width: 160px;
  margin: auto;
}
.cid-uc5VcPEUqg .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VcPEUqg .card {
    max-width: 25%;
  }
}
.cid-uc5VelDYh7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VelDYh7 img {
  width: 160px;
  margin: auto;
}
.cid-uc5VelDYh7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VelDYh7 .card {
    max-width: 25%;
  }
}
.cid-uNlJzwVq25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNlJzwVq25 img {
  width: 160px;
  margin: auto;
}
.cid-uNlJzwVq25 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNlJzwVq25 .card {
    max-width: 25%;
  }
}
.cid-uNlJA5KYl1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNlJA5KYl1 img {
  width: 160px;
  margin: auto;
}
.cid-uNlJA5KYl1 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNlJA5KYl1 .card {
    max-width: 25%;
  }
}
.cid-uNlJxk98mI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNlJxk98mI img {
  width: 160px;
  margin: auto;
}
.cid-uNlJxk98mI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNlJxk98mI .card {
    max-width: 25%;
  }
}
.cid-ua6O8AsdLT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6O8AsdLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8AsdLT .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-ua6O8AsdLT .col-title {
    margin-bottom: 20px;
  }
}
.cid-ua6O8AsdLT .mbr-section-title {
  color: #000000;
}
.cid-ua6O8AsdLT .mbr-text {
  color: #000000;
}
.cid-ua6O8AsdLT h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ua6O8AsdLT h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ua6O8AsdLT .row {
  justify-content: space-between;
}
.cid-ua6O8AsdLT .mbr-text1 {
  color: #0046c7;
}
.cid-ua6O8AsdLT img {
  object-fit: cover;
}
.cid-ua6O8AsdLT h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-ua6O8AsdLT h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-ua6O8AsdLT h3:hover:before {
  opacity: 0;
}
.cid-ua6O8AsdLT h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-ua6O8AsdLT h3 {
    transform: translateX(0px);
  }
}
.cid-ua6O8AsdLT .mbr-section-subtitle,
.cid-ua6O8AsdLT .align {
  color: #ffffff;
}
.cid-ua6O8B8cR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ua6O8B8cR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8B8cR6 .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-ua6O8B8cR6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6O8B8cR6 .row {
  flex-direction: row-reverse;
}
.cid-ua6O8B8cR6 img {
  width: 100%;
}
.cid-ua6O8BBeA8 {
  overflow: hidden;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6O8BBeA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8BBeA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua6O8BBeA8 .container {
    padding: 0 24px;
  }
}
.cid-ua6O8BBeA8 .card {
  justify-content: center;
}
.cid-ua6O8BBeA8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ua6O8BBeA8 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-ua6O8BBeA8 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ua6O8BBeA8 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #e43f3f;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-ua6O8BBeA8 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-ua6O8BBeA8 .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #000000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua6O8BBeA8 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-ua6O8BBeA8 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-ua6O8BBeA8 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-ua6O8BBeA8 .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43f3f;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-ua6O8BBeA8 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-ua6O8BBeA8 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-ua6O8BBeA8 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-ua6O8BBeA8 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-ua6O8BBeA8 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-ua6O8BBeA8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua6O8BBeA8 .mbr-section-title {
  color: #202020;
}
.cid-ua6O8BBeA8 .mbr-text,
.cid-ua6O8BBeA8 .text-wrap {
  color: #202020;
}
.cid-ua6O8COmPS {
  background-color: #ffffff;
}
.cid-ua6O8COmPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8COmPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6O8COmPS .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ua6O8COmPS .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ua6O8COmPS .container {
    padding: 0 25px;
  }
}
.cid-ua6O8COmPS .row {
  justify-content: center;
}
.cid-ua6O8COmPS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ua6O8COmPS .item:first-child .item-wrapper {
  border-top: 2px solid #e6bf17;
}
.cid-ua6O8COmPS .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e6bf17;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-ua6O8COmPS .item .item-wrapper:hover .item-img img,
.cid-ua6O8COmPS .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-ua6O8COmPS .item .item-wrapper {
    display: block;
  }
}
.cid-ua6O8COmPS .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-ua6O8COmPS .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-ua6O8COmPS .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-ua6O8COmPS .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ua6O8COmPS .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ua6O8COmPS .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-ua6O8COmPS .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-ua6O8COmPS .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #e43f3f;
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #e43f3f;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-ua6O8COmPS .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-ua6O8COmPS .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #e43f3f;
}
.cid-ua6O8COmPS .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  background-color: #e6bf17;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-ua6O8COmPS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ua6O8COmPS .item-title {
  color: #ffffff;
}
.cid-ua6O8COmPS .item-desc {
  color: #fafafa;
}
.cid-ua6O8COmPS .item-subtitle {
  color: #000000;
}
.cid-ua6O8COmPS .item-price {
  color: #ffffff;
}
.cid-uKGXCtIfB5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uKGXCtIfB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGXCtIfB5 .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-uKGXCtIfB5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKGXCtIfB5 .row {
  flex-direction: row-reverse;
}
.cid-uKGXCtIfB5 img {
  width: 100%;
}
.cid-ua6O8FuEV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ua6O8FuEV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8FuEV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua6O8FuEV3 .container {
    padding: 0;
  }
}
.cid-ua6O8FuEV3 .row {
  margin: 0;
}
.cid-ua6O8FuEV3 .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-ua6O8FuEV3 .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-ua6O8FuEV3 .google-map iframe {
    height: 350px;
  }
}
.cid-ua6O8Exv0H {
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6O8Exv0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8Exv0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6O8Exv0H .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-ua6O8Exv0H .number {
  color: #000000;
}
.cid-ua6O8Exv0H .period {
  display: block;
}
.cid-ua6O8Exv0H .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ua6O8Exv0H .period {
    font-size: 0.8rem;
  }
}
.cid-ua6O8Exv0H .btn {
  height: 100%;
  margin: 0;
}
.cid-ua6O8Exv0H .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ua6O8Exv0H .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ua6O8Exv0H .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ua6O8Exv0H .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ua6O8Exv0H .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ua6O8Exv0H H3 {
  color: #e43f3f;
}
.cid-ua6O8Exv0H .mbr-text,
.cid-ua6O8Exv0H .mbr-section-btn {
  color: #000000;
}
.cid-uKGYUc05kK {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uKGYUc05kK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGYUc05kK .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-uKGYUc05kK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKGYUc05kK .row {
  flex-direction: row-reverse;
}
.cid-uKGYUc05kK img {
  width: 100%;
}
.cid-uKGZbfjBD4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKGZbfjBD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGZbfjBD4 .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-uKGZbfjBD4 .container {
    padding: 0 24px;
  }
}
.cid-uKGZbfjBD4 .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .row {
    padding: 24px;
  }
}
.cid-uKGZbfjBD4 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uKGZbfjBD4 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .row .card {
    border: none;
  }
}
.cid-uKGZbfjBD4 .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uKGZbfjBD4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uKGZbfjBD4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uKGZbfjBD4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uKGZbfjBD4 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uKGZbfjBD4 .items {
  border-left: 1px solid #72716b;
}
.cid-uKGZbfjBD4 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .items .item {
    padding: 24px;
  }
}
.cid-uKGZbfjBD4 .items .item:last-child {
  border: none;
}
.cid-uKGZbfjBD4 .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .items .item .item-wrapper {
    display: block;
  }
}
.cid-uKGZbfjBD4 .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uKGZbfjBD4 .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uKGZbfjBD4 .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uKGZbfjBD4 .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uKGZbfjBD4 .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKGZbfjBD4 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKGZbfjBD4 .mbr-desc {
  color: #232323;
  text-align: right;
}
.cid-uKGZbfjBD4 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uKGZbfjBD4 .card-title {
  color: #000000;
}
.cid-uKGZbfjBD4 .card-text {
  color: #F9F6E0;
}
.cid-uKGZbfjBD4 .mbr-section-title,
.cid-uKGZbfjBD4 .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-uKGZphtzRM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKGZphtzRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGZphtzRM .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-uKGZphtzRM .container {
    padding: 0 24px;
  }
}
.cid-uKGZphtzRM .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .row {
    padding: 24px;
  }
}
.cid-uKGZphtzRM .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uKGZphtzRM .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .row .card {
    border: none;
  }
}
.cid-uKGZphtzRM .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uKGZphtzRM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uKGZphtzRM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uKGZphtzRM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uKGZphtzRM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uKGZphtzRM .items {
  border-left: 1px solid #72716b;
}
.cid-uKGZphtzRM .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .items .item {
    padding: 24px;
  }
}
.cid-uKGZphtzRM .items .item:last-child {
  border: none;
}
.cid-uKGZphtzRM .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .items .item .item-wrapper {
    display: block;
  }
}
.cid-uKGZphtzRM .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uKGZphtzRM .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uKGZphtzRM .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uKGZphtzRM .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uKGZphtzRM .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKGZphtzRM .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKGZphtzRM .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-uKGZphtzRM .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uKGZphtzRM .card-title {
  color: #000000;
}
.cid-uKGZphtzRM .card-text {
  color: #F9F6E0;
}
.cid-uKGZphtzRM .mbr-section-title,
.cid-uKGZphtzRM .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-uKGZKl3cKw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uKGZKl3cKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGZKl3cKw .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-uKGZKl3cKw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKGZKl3cKw .row {
  flex-direction: row-reverse;
}
.cid-uKGZKl3cKw img {
  width: 100%;
}
.cid-uKGZLWhSpz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKGZLWhSpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGZLWhSpz .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-uKGZLWhSpz .container {
    padding: 0 24px;
  }
}
.cid-uKGZLWhSpz .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .row {
    padding: 24px;
  }
}
.cid-uKGZLWhSpz .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uKGZLWhSpz .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .row .card {
    border: none;
  }
}
.cid-uKGZLWhSpz .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uKGZLWhSpz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uKGZLWhSpz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uKGZLWhSpz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uKGZLWhSpz .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uKGZLWhSpz .items {
  border-left: 1px solid #72716b;
}
.cid-uKGZLWhSpz .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .items .item {
    padding: 24px;
  }
}
.cid-uKGZLWhSpz .items .item:last-child {
  border: none;
}
.cid-uKGZLWhSpz .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .items .item .item-wrapper {
    display: block;
  }
}
.cid-uKGZLWhSpz .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uKGZLWhSpz .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uKGZLWhSpz .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uKGZLWhSpz .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uKGZLWhSpz .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKGZLWhSpz .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKGZLWhSpz .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uKGZLWhSpz .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uKGZLWhSpz .card-title {
  color: #000000;
}
.cid-uKGZLWhSpz .card-text {
  color: #F9F6E0;
}
.cid-uKGZLWhSpz .mbr-section-title,
.cid-uKGZLWhSpz .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-uKGZO1kguH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKGZO1kguH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGZO1kguH .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-uKGZO1kguH .container {
    padding: 0 24px;
  }
}
.cid-uKGZO1kguH .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .row {
    padding: 24px;
  }
}
.cid-uKGZO1kguH .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uKGZO1kguH .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .row .card {
    border: none;
  }
}
.cid-uKGZO1kguH .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uKGZO1kguH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uKGZO1kguH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uKGZO1kguH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uKGZO1kguH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uKGZO1kguH .items {
  border-left: 1px solid #72716b;
}
.cid-uKGZO1kguH .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .items .item {
    padding: 24px;
  }
}
.cid-uKGZO1kguH .items .item:last-child {
  border: none;
}
.cid-uKGZO1kguH .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .items .item .item-wrapper {
    display: block;
  }
}
.cid-uKGZO1kguH .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uKGZO1kguH .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uKGZO1kguH .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uKGZO1kguH .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uKGZO1kguH .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKGZO1kguH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKGZO1kguH .mbr-desc {
  color: #034ea2;
  text-align: right;
}
.cid-uKGZO1kguH .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uKGZO1kguH .card-title {
  color: #000000;
}
.cid-uKGZO1kguH .card-text {
  color: #F9F6E0;
}
.cid-uKGZO1kguH .mbr-section-title,
.cid-uKGZO1kguH .mbr-section-btn {
  text-align: right;
  color: #034ea2;
}
.cid-uOEB1gcPeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOEB1gcPeR .item {
  padding-bottom: 2rem;
}
.cid-uOEB1gcPeR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOEB1gcPeR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOEB1gcPeR .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-uOEB1gcPeR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOEB1gcPeR .carousel-control,
.cid-uOEB1gcPeR .close {
  background: #1b1b1b;
}
.cid-uOEB1gcPeR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOEB1gcPeR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOEB1gcPeR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOEB1gcPeR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOEB1gcPeR .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-uOEB1gcPeR .close::before {
  content: '\e91a';
}
.cid-uOEB1gcPeR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOEB1gcPeR .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-uOEB1gcPeR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOEB1gcPeR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOEB1gcPeR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOEB1gcPeR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOEB1gcPeR .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-uOEB1gcPeR .carousel-indicators li.active,
.cid-uOEB1gcPeR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOEB1gcPeR .carousel-indicators li::after,
.cid-uOEB1gcPeR .carousel-indicators li::before {
  content: none;
}
.cid-uOEB1gcPeR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOEB1gcPeR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOEB1gcPeR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOEB1gcPeR .carousel-indicators {
    display: none;
  }
}
.cid-uOEB1gcPeR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOEB1gcPeR .carousel-inner > .active {
  display: block;
}
.cid-uOEB1gcPeR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOEB1gcPeR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOEB1gcPeR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOEB1gcPeR .carousel-control,
  .cid-uOEB1gcPeR .carousel-indicators,
  .cid-uOEB1gcPeR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOEB1gcPeR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOEB1gcPeR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOEB1gcPeR .carousel-indicators .active,
.cid-uOEB1gcPeR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOEB1gcPeR .carousel-indicators .active {
  background: #fff;
}
.cid-uOEB1gcPeR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOEB1gcPeR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOEB1gcPeR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOEB1gcPeR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOEB1gcPeR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOEB1gcPeR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOEB1gcPeR .carousel {
  width: 100%;
}
.cid-uOEB1gcPeR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOEB1gcPeR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOEB1gcPeR .modal.fade .modal-dialog,
.cid-uOEB1gcPeR .modal.in .modal-dialog {
  transform: none;
}
.cid-uOEB1gcPeR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOEB1gcPeR H6 {
  text-align: center;
}
.cid-uOEB1gcPeR H4 {
  text-align: left;
}
.cid-ua6O8RwuF7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua6O8RwuF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O8RwuF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6O8RwuF7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ua6O8RwuF7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ua6O8RwuF7 .container {
    padding: 0 26px;
  }
}
.cid-ua6O8RwuF7 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ua6O8RwuF7 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ua6O8RwuF7 .row {
    padding: 26px;
  }
}
.cid-ua6O8RwuF7 .title-wrapper {
  margin-bottom: 50px;
}
.cid-ua6O8RwuF7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua6O8RwuF7 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ua6O8RwuF7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua6O8RwuF7 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ua6O8RwuF7 .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ua6O8RwuF7 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ua6O8RwuF7 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ua6O8RwuF7 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ua6O8RwuF7 .nav-wrapper .list {
    display: block;
  }
}
.cid-ua6O8RwuF7 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua6O8RwuF7 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ua6O8RwuF7 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ua6O8RwuF7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ua6O8RwuF7 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ua6O8RwuF7 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ua6O8RwuF7 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ua6O8RwuF7 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ua6O8RwuF7 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ua6O8RwuF7 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ua6O8RwuF7 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-ua6O8RwuF7 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ua6O8RwuF7 .mbr-section-title,
.cid-ua6O8RwuF7 .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-ua6O8RwuF7 .list {
  color: #ffffff;
}
.cid-ua6O8RwuF7 .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-ua6O8RwuF7 .list,
.cid-ua6O8RwuF7 .nav-wrapper,
.cid-ua6O8RwuF7 .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
.cid-ua6V9TIW9c {
  z-index: 1000;
  width: 100%;
}
.cid-ua6V9TIW9c nav.navbar {
  position: fixed;
}
.cid-ua6V9TIW9c .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-ua6V9TIW9c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ua6V9TIW9c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ua6V9TIW9c .dropdown-item:hover,
.cid-ua6V9TIW9c .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ua6V9TIW9c .dropdown-item:hover span {
  color: white;
}
.cid-ua6V9TIW9c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ua6V9TIW9c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ua6V9TIW9c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ua6V9TIW9c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ua6V9TIW9c .nav-link {
  position: relative;
}
.cid-ua6V9TIW9c .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ua6V9TIW9c .container {
    flex-wrap: wrap;
  }
}
.cid-ua6V9TIW9c .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ua6V9TIW9c .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ua6V9TIW9c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua6V9TIW9c .dropdown-menu,
.cid-ua6V9TIW9c .navbar.opened {
  background: #000000 !important;
}
.cid-ua6V9TIW9c .nav-item:focus,
.cid-ua6V9TIW9c .nav-link:focus {
  outline: none;
}
.cid-ua6V9TIW9c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua6V9TIW9c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6V9TIW9c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua6V9TIW9c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua6V9TIW9c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua6V9TIW9c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua6V9TIW9c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.2);
}
.cid-ua6V9TIW9c .navbar.opened {
  transition: all 0.3s;
}
.cid-ua6V9TIW9c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua6V9TIW9c .navbar .navbar-logo img {
  width: auto;
}
.cid-ua6V9TIW9c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua6V9TIW9c .navbar.collapsed {
  justify-content: center;
}
.cid-ua6V9TIW9c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua6V9TIW9c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua6V9TIW9c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-ua6V9TIW9c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua6V9TIW9c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua6V9TIW9c .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-ua6V9TIW9c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua6V9TIW9c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua6V9TIW9c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ua6V9TIW9c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua6V9TIW9c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua6V9TIW9c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua6V9TIW9c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua6V9TIW9c .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-ua6V9TIW9c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ua6V9TIW9c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua6V9TIW9c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua6V9TIW9c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ua6V9TIW9c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua6V9TIW9c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ua6V9TIW9c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ua6V9TIW9c .navbar.navbar-short {
  min-height: 60px;
}
.cid-ua6V9TIW9c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ua6V9TIW9c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ua6V9TIW9c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ua6V9TIW9c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua6V9TIW9c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua6V9TIW9c .dropdown-item.active,
.cid-ua6V9TIW9c .dropdown-item:active {
  background-color: transparent;
}
.cid-ua6V9TIW9c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua6V9TIW9c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua6V9TIW9c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua6V9TIW9c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ua6V9TIW9c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ua6V9TIW9c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6V9TIW9c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua6V9TIW9c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ua6V9TIW9c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua6V9TIW9c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ua6V9TIW9c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua6V9TIW9c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua6V9TIW9c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua6V9TIW9c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua6V9TIW9c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua6V9TIW9c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua6V9TIW9c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua6V9TIW9c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua6V9TIW9c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ua6V9TIW9c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua6V9TIW9c .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-ua6V9TIW9c .navbar {
    height: 70px;
  }
  .cid-ua6V9TIW9c .navbar.opened {
    height: auto;
  }
  .cid-ua6V9TIW9c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua6V9R29WT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6V9R29WT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9R29WT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6V9R29WT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ua6V9R29WT .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-ua6V9T2Bnj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua6V9T2Bnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9T2Bnj .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-ua6V9T2Bnj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6V9T2Bnj .row {
  flex-direction: row-reverse;
}
.cid-ua6V9T2Bnj img {
  width: 100%;
}
.cid-uc5VziZf6E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VziZf6E img {
  width: 160px;
  margin: auto;
}
.cid-uc5VziZf6E .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VziZf6E .card {
    max-width: 25%;
  }
}
.cid-uc5VAzjuPG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VAzjuPG img {
  width: 160px;
  margin: auto;
}
.cid-uc5VAzjuPG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VAzjuPG .card {
    max-width: 25%;
  }
}
.cid-uc5VDF0W5E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VDF0W5E img {
  width: 160px;
  margin: auto;
}
.cid-uc5VDF0W5E .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VDF0W5E .card {
    max-width: 25%;
  }
}
.cid-uc5VCkU4CY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VCkU4CY img {
  width: 160px;
  margin: auto;
}
.cid-uc5VCkU4CY .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VCkU4CY .card {
    max-width: 25%;
  }
}
.cid-uc5VEBX1uz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VEBX1uz img {
  width: 160px;
  margin: auto;
}
.cid-uc5VEBX1uz .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VEBX1uz .card {
    max-width: 25%;
  }
}
.cid-uc5VFoufWW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5VFoufWW img {
  width: 160px;
  margin: auto;
}
.cid-uc5VFoufWW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uc5VFoufWW .card {
    max-width: 25%;
  }
}
.cid-ua6V9V6liQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6V9V6liQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9V6liQ .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-ua6V9V6liQ .col-title {
    margin-bottom: 20px;
  }
}
.cid-ua6V9V6liQ .mbr-section-title {
  color: #000000;
}
.cid-ua6V9V6liQ .mbr-text {
  color: #000000;
}
.cid-ua6V9V6liQ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ua6V9V6liQ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ua6V9V6liQ .row {
  justify-content: space-between;
}
.cid-ua6V9V6liQ .mbr-text1 {
  color: #0046c7;
}
.cid-ua6V9V6liQ img {
  object-fit: cover;
}
.cid-ua6V9V6liQ h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-ua6V9V6liQ h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-ua6V9V6liQ h3:hover:before {
  opacity: 0;
}
.cid-ua6V9V6liQ h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-ua6V9V6liQ h3 {
    transform: translateX(0px);
  }
}
.cid-ua6V9V6liQ .mbr-section-subtitle,
.cid-ua6V9V6liQ .align {
  color: #ffffff;
}
.cid-ua6V9VLYYe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua6V9VLYYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9VLYYe .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-ua6V9VLYYe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6V9VLYYe .row {
  flex-direction: row-reverse;
}
.cid-ua6V9VLYYe img {
  width: 100%;
}
.cid-ua6V9WjWIn {
  overflow: hidden;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6V9WjWIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9WjWIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6V9WjWIn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .container {
    padding: 0 24px;
  }
}
.cid-ua6V9WjWIn .card {
  justify-content: center;
}
.cid-ua6V9WjWIn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-ua6V9WjWIn .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-ua6V9WjWIn .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #e43f3f;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-ua6V9WjWIn .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #000000;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #000000;
  }
}
.cid-ua6V9WjWIn .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-ua6V9WjWIn .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e43f3f;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-ua6V9WjWIn .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-ua6V9WjWIn .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-ua6V9WjWIn .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-ua6V9WjWIn .text-wrapper {
    margin-top: 80px;
  }
}
.cid-ua6V9WjWIn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ua6V9WjWIn .mbr-section-title {
  color: #202020;
}
.cid-ua6V9WjWIn .mbr-text,
.cid-ua6V9WjWIn .text-wrap {
  color: #202020;
}
.cid-ucJKeXmXpx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucJKeXmXpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJKeXmXpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJKeXmXpx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucJKeXmXpx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucJKeXmXpx .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucJKeXmXpx .container {
    padding: 0 22px;
  }
}
.cid-ucJKeXmXpx .row {
  justify-content: center;
}
.cid-ucJKeXmXpx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucJKeXmXpx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucJKeXmXpx .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucJKeXmXpx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6bf17;
  border-radius: 0;
  padding: 20px;
}
.cid-ucJKeXmXpx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucJKeXmXpx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucJKeXmXpx .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucJKeXmXpx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucJKeXmXpx .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucJKeXmXpx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucJKeXmXpx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucJKeXmXpx .panel-title-edit {
  color: #e43f3f;
  text-align: left;
}
.cid-ucJKeXmXpx .panel-text {
  color: #e43f3f;
}
.cid-ua6V9XMGNk {
  background-color: #ffffff;
}
.cid-ua6V9XMGNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9XMGNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6V9XMGNk .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-ua6V9XMGNk .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ua6V9XMGNk .container {
    padding: 0 25px;
  }
}
.cid-ua6V9XMGNk .row {
  justify-content: center;
}
.cid-ua6V9XMGNk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ua6V9XMGNk .item:first-child .item-wrapper {
  border-top: 2px solid #e6bf17;
}
.cid-ua6V9XMGNk .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e6bf17;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-ua6V9XMGNk .item .item-wrapper:hover .item-img img,
.cid-ua6V9XMGNk .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-ua6V9XMGNk .item .item-wrapper {
    display: block;
  }
}
.cid-ua6V9XMGNk .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-ua6V9XMGNk .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-ua6V9XMGNk .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-ua6V9XMGNk .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ua6V9XMGNk .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-ua6V9XMGNk .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-ua6V9XMGNk .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #e43f3f;
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #e43f3f;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-ua6V9XMGNk .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-ua6V9XMGNk .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #e43f3f;
}
.cid-ua6V9XMGNk .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  background-color: #e6bf17;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-ua6V9XMGNk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ua6V9XMGNk .item-title {
  color: #ffffff;
}
.cid-ua6V9XMGNk .item-desc {
  color: #fafafa;
}
.cid-ua6V9XMGNk .item-subtitle {
  color: #000000;
}
.cid-ua6V9XMGNk .item-price {
  color: #ffffff;
}
.cid-ua6V9YS2uS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ua6V9YS2uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9YS2uS .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-ua6V9YS2uS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6V9YS2uS .row {
  flex-direction: row-reverse;
}
.cid-ua6V9YS2uS img {
  width: 100%;
}
.cid-ua6V9ZCSkj {
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6V9ZCSkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6V9ZCSkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6V9ZCSkj .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-ua6V9ZCSkj .number {
  color: #000000;
}
.cid-ua6V9ZCSkj .period {
  display: block;
}
.cid-ua6V9ZCSkj .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ua6V9ZCSkj .period {
    font-size: 0.8rem;
  }
}
.cid-ua6V9ZCSkj .btn {
  height: 100%;
  margin: 0;
}
.cid-ua6V9ZCSkj .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ua6V9ZCSkj .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ua6V9ZCSkj .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ua6V9ZCSkj .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ua6V9ZCSkj .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-ua6V9ZCSkj H3 {
  color: #e43f3f;
}
.cid-ua6V9ZCSkj .mbr-text,
.cid-ua6V9ZCSkj .mbr-section-btn {
  color: #000000;
}
.cid-ua6Va0oOgh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ua6Va0oOgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va0oOgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6Va0oOgh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ua6Va0oOgh .container {
    padding: 0;
  }
}
.cid-ua6Va0oOgh .row {
  margin: 0;
}
.cid-ua6Va0oOgh .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-ua6Va0oOgh .google-map iframe {
  height: 800px;
  border-radius: 0 !important;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-ua6Va0oOgh .google-map iframe {
    height: 350px;
  }
}
.cid-ua6Va1d6wF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua6Va1d6wF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va1d6wF .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-ua6Va1d6wF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6Va1d6wF .row {
  flex-direction: row-reverse;
}
.cid-ua6Va1d6wF img {
  width: 100%;
}
.cid-ua6Va20XaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua6Va20XaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va20XaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6Va20XaJ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ua6Va20XaJ .container {
    padding: 0 24px;
  }
}
.cid-ua6Va20XaJ .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .row {
    padding: 24px;
  }
}
.cid-ua6Va20XaJ .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-ua6Va20XaJ .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .row .card {
    border: none;
  }
}
.cid-ua6Va20XaJ .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .content-wrapper {
    padding: 24px 0;
  }
}
.cid-ua6Va20XaJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ua6Va20XaJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-ua6Va20XaJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ua6Va20XaJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ua6Va20XaJ .items {
  border-left: 1px solid #72716b;
}
.cid-ua6Va20XaJ .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .items .item {
    padding: 24px;
  }
}
.cid-ua6Va20XaJ .items .item:last-child {
  border: none;
}
.cid-ua6Va20XaJ .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .items .item .item-wrapper {
    display: block;
  }
}
.cid-ua6Va20XaJ .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-ua6Va20XaJ .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-ua6Va20XaJ .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-ua6Va20XaJ .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-ua6Va20XaJ .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-ua6Va20XaJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ua6Va20XaJ .mbr-desc {
  color: #e6bf17;
  text-align: right;
}
.cid-ua6Va20XaJ .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ua6Va20XaJ .card-title {
  color: #000000;
}
.cid-ua6Va20XaJ .card-text {
  color: #F9F6E0;
}
.cid-ua6Va20XaJ .mbr-section-title,
.cid-ua6Va20XaJ .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-ua6Va3qSrY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ua6Va3qSrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va3qSrY .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-ua6Va3qSrY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6Va3qSrY .row {
  flex-direction: row-reverse;
}
.cid-ua6Va3qSrY img {
  width: 100%;
}
.cid-ua6Va47cqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua6Va47cqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va47cqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6Va47cqJ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ua6Va47cqJ .container {
    padding: 0 24px;
  }
}
.cid-ua6Va47cqJ .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .row {
    padding: 24px;
  }
}
.cid-ua6Va47cqJ .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-ua6Va47cqJ .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .row .card {
    border: none;
  }
}
.cid-ua6Va47cqJ .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .content-wrapper {
    padding: 24px 0;
  }
}
.cid-ua6Va47cqJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ua6Va47cqJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-ua6Va47cqJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ua6Va47cqJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ua6Va47cqJ .items {
  border-left: 1px solid #72716b;
}
.cid-ua6Va47cqJ .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .items .item {
    padding: 24px;
  }
}
.cid-ua6Va47cqJ .items .item:last-child {
  border: none;
}
.cid-ua6Va47cqJ .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .items .item .item-wrapper {
    display: block;
  }
}
.cid-ua6Va47cqJ .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-ua6Va47cqJ .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-ua6Va47cqJ .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-ua6Va47cqJ .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-ua6Va47cqJ .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-ua6Va47cqJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ua6Va47cqJ .mbr-desc {
  color: #e6bf17;
  text-align: right;
}
.cid-ua6Va47cqJ .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ua6Va47cqJ .card-title {
  color: #000000;
}
.cid-ua6Va47cqJ .card-text {
  color: #F9F6E0;
}
.cid-ua6Va47cqJ .mbr-section-title,
.cid-ua6Va47cqJ .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-ua6Va5lgiu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ua6Va5lgiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va5lgiu .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-ua6Va5lgiu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6Va5lgiu .row {
  flex-direction: row-reverse;
}
.cid-ua6Va5lgiu img {
  width: 100%;
}
.cid-ua6Va6aZBS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6Va6aZBS .nav-tabs .nav-item.open .nav-link:focus,
.cid-ua6Va6aZBS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ua6Va6aZBS .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-ua6Va6aZBS .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ua6Va6aZBS .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-ua6Va6aZBS .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #232323;
}
.cid-ua6Va6aZBS .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ua6Va6aZBS .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-ua6Va6aZBS .nav-tabs .nav-item {
  width: 100%;
}
.cid-ua6Va6aZBS .nav-link,
.cid-ua6Va6aZBS .nav-link.active {
  padding: 1rem auto;
  background: #e6bf17;
}
.cid-ua6Va6aZBS .nav-tabs .nav-link.active {
  color: #232323;
}
.cid-ua6Va6aZBS .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-ua6Va6aZBS .tab-content {
    border-radius: 30px !important;
  }
}
.cid-ua6Va6aZBS .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-ua6Va6aZBS .logo-container {
    border-right: 1px solid #232323;
  }
}
.cid-ua6Va6aZBS H4 {
  text-align: center;
}
.cid-ua6Va6aZBS H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-ua6Va6aZBS .nav-link {
    font-size: 1.2rem;
  }
}
.cid-ua6Va6aZBS P {
  text-align: left;
}
.cid-ua6Va7iTPD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua6Va7iTPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va7iTPD .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-ua6Va7iTPD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6Va7iTPD .row {
  flex-direction: row-reverse;
}
.cid-ua6Va7iTPD img {
  width: 100%;
}
.cid-ua6Va87QSd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/back-1-2000x2829.jpg");
}
.cid-ua6Va87QSd .nav-tabs .nav-item.open .nav-link:focus,
.cid-ua6Va87QSd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ua6Va87QSd .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-ua6Va87QSd .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ua6Va87QSd .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-ua6Va87QSd .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #232323;
}
.cid-ua6Va87QSd .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ua6Va87QSd .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-ua6Va87QSd .nav-tabs .nav-item {
  width: 100%;
}
.cid-ua6Va87QSd .nav-link,
.cid-ua6Va87QSd .nav-link.active {
  padding: 1rem auto;
  background: #e6bf17;
}
.cid-ua6Va87QSd .nav-tabs .nav-link.active {
  color: #232323;
}
.cid-ua6Va87QSd .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-ua6Va87QSd .tab-content {
    border-radius: 30px !important;
  }
}
.cid-ua6Va87QSd .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-ua6Va87QSd .logo-container {
    border-right: 1px solid #232323;
  }
}
.cid-ua6Va87QSd H4 {
  text-align: center;
}
.cid-ua6Va87QSd H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-ua6Va87QSd .nav-link {
    font-size: 1.2rem;
  }
}
.cid-ua6Va87QSd P {
  text-align: left;
}
.cid-ua6Va9iSGR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua6Va9iSGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Va9iSGR .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-ua6Va9iSGR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua6Va9iSGR .row {
  flex-direction: row-reverse;
}
.cid-ua6Va9iSGR img {
  width: 100%;
}
.cid-ua6VaabNAL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua6VaabNAL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ua6VaabNAL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ua6VaabNAL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ua6VaabNAL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ua6VaabNAL .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-ua6VaabNAL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ua6VaabNAL .carousel-control,
.cid-ua6VaabNAL .close {
  background: #1b1b1b;
}
.cid-ua6VaabNAL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ua6VaabNAL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ua6VaabNAL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ua6VaabNAL .carousel-control-next span {
  margin-left: 5px;
}
.cid-ua6VaabNAL .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-ua6VaabNAL .close::before {
  content: '\e91a';
}
.cid-ua6VaabNAL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ua6VaabNAL .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-ua6VaabNAL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ua6VaabNAL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ua6VaabNAL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ua6VaabNAL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ua6VaabNAL .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-ua6VaabNAL .carousel-indicators li.active,
.cid-ua6VaabNAL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ua6VaabNAL .carousel-indicators li::after,
.cid-ua6VaabNAL .carousel-indicators li::before {
  content: none;
}
.cid-ua6VaabNAL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ua6VaabNAL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ua6VaabNAL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ua6VaabNAL .carousel-indicators {
    display: none;
  }
}
.cid-ua6VaabNAL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ua6VaabNAL .carousel-inner > .active {
  display: block;
}
.cid-ua6VaabNAL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ua6VaabNAL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ua6VaabNAL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ua6VaabNAL .carousel-control,
  .cid-ua6VaabNAL .carousel-indicators,
  .cid-ua6VaabNAL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ua6VaabNAL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ua6VaabNAL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ua6VaabNAL .carousel-indicators .active,
.cid-ua6VaabNAL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ua6VaabNAL .carousel-indicators .active {
  background: #fff;
}
.cid-ua6VaabNAL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ua6VaabNAL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ua6VaabNAL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua6VaabNAL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ua6VaabNAL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ua6VaabNAL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ua6VaabNAL .carousel {
  width: 100%;
}
.cid-ua6VaabNAL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ua6VaabNAL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ua6VaabNAL .modal.fade .modal-dialog,
.cid-ua6VaabNAL .modal.in .modal-dialog {
  transform: none;
}
.cid-ua6VaabNAL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ua6VaabNAL H6 {
  text-align: center;
}
.cid-ua6Vac2V1H {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua6Vac2V1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Vac2V1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6Vac2V1H .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ua6Vac2V1H .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ua6Vac2V1H .container {
    padding: 0 26px;
  }
}
.cid-ua6Vac2V1H .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ua6Vac2V1H .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ua6Vac2V1H .row {
    padding: 26px;
  }
}
.cid-ua6Vac2V1H .title-wrapper {
  margin-bottom: 50px;
}
.cid-ua6Vac2V1H .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ua6Vac2V1H .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ua6Vac2V1H .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua6Vac2V1H .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ua6Vac2V1H .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ua6Vac2V1H .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ua6Vac2V1H .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ua6Vac2V1H .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ua6Vac2V1H .nav-wrapper .list {
    display: block;
  }
}
.cid-ua6Vac2V1H .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ua6Vac2V1H .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ua6Vac2V1H .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ua6Vac2V1H .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ua6Vac2V1H .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ua6Vac2V1H .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ua6Vac2V1H .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ua6Vac2V1H .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ua6Vac2V1H .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ua6Vac2V1H .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ua6Vac2V1H .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #d2232a;
}
.cid-ua6Vac2V1H .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ua6Vac2V1H .mbr-section-title,
.cid-ua6Vac2V1H .title-wrapper {
  color: #d2232a;
  text-align: center;
}
.cid-ua6Vac2V1H .list {
  color: #ffffff;
}
.cid-ua6Vac2V1H .copyright {
  color: #d2232a;
  text-align: center;
}
.cid-ua6Vac2V1H .list,
.cid-ua6Vac2V1H .nav-wrapper,
.cid-ua6Vac2V1H .soc-wrapper {
  text-align: center;
  color: #d2232a;
}
