.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ffd751 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #c9ab81 !important;
}
.bg-danger {
  background-color: #ff3631 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #71818e !important;
  border-color: #71818e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
  color: #513e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #513e00 !important;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c9ab81 !important;
  border-color: #c9ab81 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #71818e;
  color: #71818e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b555e !important;
  background-color: transparent !important;
  border-color: #4b555e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #71818e !important;
  border-color: #71818e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffd751;
  color: #ffd751;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f9c000 !important;
  background-color: transparent !important;
  border-color: #f9c000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #513e00 !important;
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c9ab81;
  color: #c9ab81;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #aa8249 !important;
  background-color: transparent !important;
  border-color: #aa8249 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c9ab81 !important;
  border-color: #c9ab81 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3631;
  color: #ff3631;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d90500 !important;
  background-color: transparent !important;
  border-color: #d90500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #71818e !important;
}
.text-success {
  color: #ffd751 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #c9ab81 !important;
}
.text-danger {
  color: #ff3631 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #444d55 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eab400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a07a44 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ca0500 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #c9ab81;
}
.alert-danger {
  background-color: #ff3631;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #71818e !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='%23ffffff' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #c9ab81 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
img {
  border-radius: .3rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-vm9fJ7jcSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm9fJ7jcSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/vlcsnap-2026-02-24-13h02m40s637-webp.webp");
}
.cid-vm9fJ7jcSe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vm9fJ7jcSe .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
}
.cid-vm9fJ7jcSe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm9fJ7jcSe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm9fJ7jcSe .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vm9fJ7jcSe .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vm9fJ7jcSe .mbr-label,
.cid-vm9fJ7jcSe .label-wrapper {
  color: #c9ab81;
  text-align: center;
}
.cid-vm9fJ7jcSe .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 10px;
}
@media (max-width: 992px) {
  .cid-vm9fJ7jcSe .mbr-section-title {
    letter-spacing: 4px;
    font-size: clamp(1.6rem, 5.5vw, 3rem);
  }
}
@media (max-width: 576px) {
  .cid-vm9fJ7jcSe .mbr-section-title {
    letter-spacing: 1px;
    font-size: clamp(1.2rem, 7vw, 2rem);
  }
}
.cid-vm9fJ7jcSe .mbr-text,
.cid-vm9fJ7jcSe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm9fJ7jcSe .mbr-section-btn {
  text-align: center;
}
.cid-vm9fJ7jcSe .mbr-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.cid-vm9fJ7jcSe .mbr-overlay {
  z-index: 1;
}
.cid-vm9fJ7jcSe .container {
  position: relative;
  z-index: 2;
}
.cid-vm9fJ7jcSe .mbr-arrow {
  z-index: 3;
}
.cid-vmeWqKgk2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmeWqKgk2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmeWqKgk2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmeWqKgk2T .row {
  flex-direction: row-reverse;
}
.cid-uZ7S1DnRj7 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZ7S1DnRj7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZ7S1DnRj7 h3:before {
  position: absolute;
  content: '';
  left: -180px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 140px;
  height: 0.5px;
  background: currentColor;
}
.cid-uZ7S1DnRj7 h3:after {
  position: absolute;
  content: '';
  right: -180px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 140px;
  height: 0.5px;
  background: currentColor;
}
.cid-uZ7S1DnRj7 .mbr-text,
.cid-uZ7S1DnRj7 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uZ7S1DnRj7 h3:before,
  .cid-uZ7S1DnRj7 h3:after {
    display: none;
  }
}
.cid-uZ7S1DnRj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ7S1DnRj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ7S1DnRj7 H3 {
  color: #000000;
}
.cid-uZ7S1DnRj7 H1 {
  color: #c9ab81;
}
.cid-uZ7QDfPc0u {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ7QDfPc0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ7QDfPc0u .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-uZ7QDfPc0u .container {
    padding: 0 16px;
  }
}
.cid-uZ7QDfPc0u .row {
  justify-content: space-between;
  align-items: center;
}
.cid-uZ7QDfPc0u .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ7QDfPc0u .row .card {
    padding-bottom: 32px;
  }
  .cid-uZ7QDfPc0u .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-uZ7QDfPc0u .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uZ7QDfPc0u .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZ7QDfPc0u .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZ7QDfPc0u .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ7QDfPc0u .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
.cid-uZ7QDfPc0u .card-title {
  color: #1c1c1c;
}
.cid-uZ7QDfPc0u .card-text {
  color: #1c1c1c;
  text-align: justify;
}
.cid-uZ7OP0IltJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .cid-uZ7OP0IltJ .mbr-text {
    text-align: center;
  }
}
.cid-uZ7OP0IltJ .container-fluid {
  padding: 0;
}
.cid-uZ7OP0IltJ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uZ7OP0IltJ img {
  height: 100%;
  object-fit: cover;
}
.cid-uZ7OP0IltJ .mbr-figure {
  height: 100%;
}
.cid-uZ7OP0IltJ .col-lg-6 {
  padding: 0;
}
.cid-uZ7OP0IltJ .row {
  margin: 0;
}
.cid-uZ7OP0IltJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ7OP0IltJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ7OP0IltJ .mbr-text,
.cid-uZ7OP0IltJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ7OP0IltJ H1 {
  text-align: left;
}
.cid-uZ7OP0IltJ H3 {
  text-align: left;
  color: #000000;
}
.cid-uZ7OP0IltJ H2 {
  text-align: left;
  color: #c9ab81;
}
.cid-uZ7OP0IltJ .mbr-semibold {
  letter-spacing: 6px;
}
.cid-uZ87WrDiw8 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZ87WrDiw8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZ87WrDiw8 h3:before {
  position: absolute;
  content: '';
  left: -140px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZ87WrDiw8 h3:after {
  position: absolute;
  content: '';
  right: -140px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZ87WrDiw8 .mbr-text,
.cid-uZ87WrDiw8 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZ87WrDiw8 h3:before,
  .cid-uZ87WrDiw8 h3:after {
    display: none;
  }
}
.cid-uZ87WrDiw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ87WrDiw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ87WrDiw8 H3 {
  color: #000000;
}
.cid-uZ87WrDiw8 H1 {
  color: #c9ab81;
}
.cid-uZ87WrDiw8 H2 {
  color: #c9ab81;
}
.cid-v4YUCRZGaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4YUCRZGaP .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-v4YUCRZGaP .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 180px;
}
@media (max-width: 991px) {
  .cid-v4YUCRZGaP .history-item {
    flex-wrap: wrap;
    margin-top: 110px;
  }
}
@media (max-width: 575px) {
  .cid-v4YUCRZGaP .history-item {
    margin-top: 100px;
  }
}
.cid-v4YUCRZGaP .history-item-first {
  margin-top: 0;
}
.cid-v4YUCRZGaP .img-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-v4YUCRZGaP .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-v4YUCRZGaP .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
.cid-v4YUCRZGaP .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v4YUCRZGaP .image-wrapper {
    max-width: 550px;
  }
}
.cid-v4YUCRZGaP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v4YUCRZGaP .text-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-v4YUCRZGaP .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-v4YUCRZGaP .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-v4YUCRZGaP .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-v4YUCRZGaP .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-v4YUCRZGaP .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v4YUCRZGaP .text-wrapper {
    max-width: 550px;
  }
}
.cid-v4YUCRZGaP .card-title {
  width: 100%;
  color: #000000;
  text-align: justify;
}
.cid-v4YUCRZGaP .card-subtitle {
  width: 100%;
  color: #45494E;
  margin-top: 16px;
  letter-spacing: 3px;
}
.cid-v4YUCRZGaP .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 36px;
}
.cid-v4YUCRZGaP .mbr-section-btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-v4YUCRZGaP .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v4YUCRZGaP .center-line {
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: #45494e;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-v4YUCRZGaP .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-v4YUCRZGaP .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #45494e;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-v4YUCRZGaP .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-v4YUCRZGaP .mbr-text,
.cid-v4YUCRZGaP .mbr-section-btn {
  color: #34363a;
}
.cid-v4YUCRZGaP .mbr-text1 {
  color: #c9ab81 !important;
}
.cid-uZ8p53gG02 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZ8p53gG02 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZ8p53gG02 h3:before {
  position: absolute;
  content: '';
  left: -140px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZ8p53gG02 h3:after {
  position: absolute;
  content: '';
  right: -140px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZ8p53gG02 .mbr-text,
.cid-uZ8p53gG02 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZ8p53gG02 h3:before,
  .cid-uZ8p53gG02 h3:after {
    display: none;
  }
}
.cid-uZ8p53gG02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8p53gG02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8p53gG02 H3 {
  color: #000000;
}
.cid-uZ8p53gG02 H1 {
  color: #c9ab81;
}
.cid-uZ8p53gG02 H2 {
  color: #c9ab81;
}
.cid-uZ8bPQrK3J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uZ8bPQrK3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8bPQrK3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8bPQrK3J .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uZ8bPQrK3J .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uZ8bPQrK3J .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uZ8bPQrK3J .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uZ8bPQrK3J .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #f8f8f8;
}
@media (max-width: 1540px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ8bPQrK3J .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZ8bPQrK3J .mbr-section-title,
.cid-uZ8bPQrK3J .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uZ8bPQrK3J .card-title {
  color: #f5f8ff;
  letter-spacing: 3px;
}
.cid-uZ8bPQrK3J .card-text {
  color: #000000;
}
.cid-uZ8bPQrK3J .card-title,
.cid-uZ8bPQrK3J .mbr-section-btn {
  color: #000000;
}
.cid-uZ8bPQrK3J .card-title1 {
  color: #c9ab81 !important;
}
.cid-uZ8d7BJpPn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uZ8ebD5pMz {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uZ8ebD5pMz .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uZ8ebD5pMz .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uZ8ebD5pMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8ebD5pMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8ebD5pMz .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uZ8ebD5pMz .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uZ8ebD5pMz .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8ebD5pMz .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uZ8ebD5pMz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  pointer-events: none;
}
.cid-uZ8ebD5pMz .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uZ8ebD5pMz .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZ8ebD5pMz .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ8ebD5pMz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uZ8ebD5pMz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8ebD5pMz .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uZ8ebD5pMz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZ8ebD5pMz .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uZ8ebD5pMz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ8ebD5pMz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uZ8ebD5pMz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uZ8ebD5pMz .mbr-section-title {
  color: #191c25;
}
.cid-uZ8ebD5pMz .mbr-text,
.cid-uZ8ebD5pMz .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uZ8ebD5pMz .mbr-section-title,
.cid-uZ8ebD5pMz .mbr-section-btn,
.cid-uZ8ebD5pMz .social-wrapper {
  text-align: justify;
}
.cid-uZ8ebD5pMz .mbr-text {
  text-align: justify;
}
.cid-uZ7AsKJMtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uZ7AsKJMtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ7AsKJMtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZ7AsKJMtq .container {
    padding: 0 26px;
  }
}
.cid-uZ7AsKJMtq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uZ7AsKJMtq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZ7AsKJMtq .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uZ7AsKJMtq .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-uZ7AsKJMtq .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uZ7AsKJMtq .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-uZ7AsKJMtq .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-uZ7AsKJMtq .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uZ7AsKJMtq .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ7AsKJMtq .embla__button--next,
.cid-uZ7AsKJMtq .embla__button--prev {
  display: flex;
}
.cid-uZ7AsKJMtq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ7AsKJMtq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ7AsKJMtq .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uZ7AsKJMtq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uZ7AsKJMtq .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-uZ7AsKJMtq .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-uZ7AsKJMtq .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-uZ7AsKJMtq .embla {
  position: relative;
  width: 100%;
}
.cid-uZ7AsKJMtq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ7AsKJMtq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ7AsKJMtq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ7AsKJMtq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ7AsKJMtq .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-uZ7AsKJMtq .mbr-name {
  color: #ffffff;
}
.cid-uZ7AsKJMtq .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-uZ7AsKJMtq .mbr-name,
.cid-uZ7AsKJMtq .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZdph8wMIc {
  padding-top: 30px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uZdph8wMIc .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uZdph8wMIc h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uZdph8wMIc h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdph8wMIc h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdph8wMIc .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #c9ab81;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uZdph8wMIc .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uZdph8wMIc .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-uZdph8wMIc .mbr-iconfont-social:hover:before {
  background: #c9ab81;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uZdph8wMIc .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uZdph8wMIc .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uZdph8wMIc .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uZdph8wMIc .mbr-section-title,
.cid-uZdph8wMIc .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdph8wMIc h2:before,
  .cid-uZdph8wMIc h2:after {
    display: none;
  }
}
.cid-uZdph8wMIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdph8wMIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZdal3VCOn {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image-33-1920x750.jpg");
}
.cid-uZdal3VCOn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZdal3VCOn h3:before {
  position: absolute;
  content: '';
  left: -240px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZdal3VCOn h3:after {
  position: absolute;
  content: '';
  right: -240px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZdal3VCOn .mbr-text,
.cid-uZdal3VCOn .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdal3VCOn h3:before,
  .cid-uZdal3VCOn h3:after {
    display: none;
  }
}
.cid-uZdal3VCOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdal3VCOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdal3VCOn H3 {
  color: #ffffff;
}
.cid-uZdal3VCOn H1 {
  color: #c9ab81;
}
.cid-uZdamtFRQL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uZdamtFRQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdamtFRQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdamtFRQL .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uZdamtFRQL .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uZdamtFRQL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uZdamtFRQL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uZdamtFRQL .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #f8f8f8;
}
@media (max-width: 1540px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uZdamtFRQL .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZdamtFRQL .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZdamtFRQL .mbr-section-title,
.cid-uZdamtFRQL .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uZdamtFRQL .card-title {
  color: #f5f8ff;
  letter-spacing: 3px;
}
.cid-uZdamtFRQL .card-text {
  color: #000000;
}
.cid-uZdamtFRQL .card-title,
.cid-uZdamtFRQL .mbr-section-btn {
  color: #000000;
}
.cid-uZdamtFRQL .mbr-text,
.cid-uZdamtFRQL .mbr-section-btn {
  color: #232323;
}
.cid-uZdamtFRQL .mbr-text1 {
  color: #c9ab81 !important;
}
.cid-uZddaE6lfN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZddaE6lfN .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZddaE6lfN img,
.cid-uZddaE6lfN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZddaE6lfN .item:focus,
.cid-uZddaE6lfN span:focus {
  outline: none;
}
.cid-uZddaE6lfN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZddaE6lfN .item {
    margin-bottom: 1rem;
  }
}
.cid-uZddaE6lfN .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZddaE6lfN .mbr-section-title {
  color: #232323;
}
.cid-uZddaE6lfN .mbr-text,
.cid-uZddaE6lfN .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uZddaE6lfN .item-title {
  color: #232323;
  text-align: center;
}
.cid-uZddaE6lfN .content-head {
  max-width: 800px;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-v53EEQ3LH7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v53EEQ3LH7 img {
  border-radius: 0px;
}
.cid-v53EEQ3LH7 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-v53EEQ3LH7 .date {
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  padding-top: 1rem;
}
.cid-v53EEQ3LH7 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-v53EEQ3LH7 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-v53EEQ3LH7 .right {
  display: flex;
  flex-direction: column;
}
.cid-v53EEQ3LH7 .mbr-section-btn {
  border: 2px solid #ffffff;
  width: auto;
}
.cid-v53EEQ3LH7 .mbr-section-btn:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.cid-v53EEQ3LH7 .card-heading {
  padding-top: 0;
}
.cid-v53EEQ3LH7 .mbr-text {
  padding-top: 10px;
}
.cid-uZdgSHhMg1 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZdgSHhMg1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZdgSHhMg1 h3:before {
  position: absolute;
  content: '';
  left: -180px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZdgSHhMg1 h3:after {
  position: absolute;
  content: '';
  right: -180px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZdgSHhMg1 .mbr-text,
.cid-uZdgSHhMg1 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdgSHhMg1 h3:before,
  .cid-uZdgSHhMg1 h3:after {
    display: none;
  }
}
.cid-uZdgSHhMg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdgSHhMg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdgSHhMg1 H3 {
  color: #000000;
}
.cid-uZdgSHhMg1 H1 {
  color: #c9ab81;
}
.cid-uZdgSHhMg1 .mbr-text {
  line-height: 1.5;
}
.cid-uZdgVaSfXZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uZdgVaSfXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdgVaSfXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdgVaSfXZ .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uZdgVaSfXZ .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uZdgVaSfXZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uZdgVaSfXZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uZdgVaSfXZ .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #f8f8f8;
}
@media (max-width: 1540px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZdgVaSfXZ .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZdgVaSfXZ .mbr-section-title,
.cid-uZdgVaSfXZ .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uZdgVaSfXZ .card-title {
  color: #f5f8ff;
  letter-spacing: 3px;
}
.cid-uZdgVaSfXZ .card-text {
  color: #000000;
}
.cid-uZdgVaSfXZ .card-title,
.cid-uZdgVaSfXZ .mbr-section-btn {
  color: #000000;
}
.cid-uZdgVaSfXZ .mbr-text1 {
  color: #c9ab81 !important;
}
.cid-uZdlAb8Gbu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZdlAb8Gbu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZdlAb8Gbu .item {
    margin-bottom: 1rem;
  }
}
.cid-uZdlAb8Gbu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZdlAb8Gbu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZdlAb8Gbu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZdlAb8Gbu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZdlAb8Gbu .carousel-control,
.cid-uZdlAb8Gbu .close {
  background: #1b1b1b;
}
.cid-uZdlAb8Gbu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZdlAb8Gbu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZdlAb8Gbu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZdlAb8Gbu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZdlAb8Gbu .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-uZdlAb8Gbu .close::before {
  content: '\e91a';
}
.cid-uZdlAb8Gbu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZdlAb8Gbu .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-uZdlAb8Gbu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZdlAb8Gbu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZdlAb8Gbu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZdlAb8Gbu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZdlAb8Gbu .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-uZdlAb8Gbu .carousel-indicators li.active,
.cid-uZdlAb8Gbu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZdlAb8Gbu .carousel-indicators li::after,
.cid-uZdlAb8Gbu .carousel-indicators li::before {
  content: none;
}
.cid-uZdlAb8Gbu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZdlAb8Gbu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZdlAb8Gbu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZdlAb8Gbu .carousel-indicators {
    display: none;
  }
}
.cid-uZdlAb8Gbu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZdlAb8Gbu .carousel-inner > .active {
  display: block;
}
.cid-uZdlAb8Gbu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZdlAb8Gbu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZdlAb8Gbu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZdlAb8Gbu .carousel-control,
  .cid-uZdlAb8Gbu .carousel-indicators,
  .cid-uZdlAb8Gbu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZdlAb8Gbu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZdlAb8Gbu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZdlAb8Gbu .carousel-indicators .active,
.cid-uZdlAb8Gbu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZdlAb8Gbu .carousel-indicators .active {
  background: #fff;
}
.cid-uZdlAb8Gbu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZdlAb8Gbu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZdlAb8Gbu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZdlAb8Gbu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZdlAb8Gbu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZdlAb8Gbu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZdlAb8Gbu .carousel {
  width: 100%;
}
.cid-uZdlAb8Gbu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZdlAb8Gbu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZdlAb8Gbu .modal.fade .modal-dialog,
.cid-uZdlAb8Gbu .modal.in .modal-dialog {
  transform: none;
}
.cid-uZdlAb8Gbu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZdlAb8Gbu .content-head {
  max-width: 800px;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZdstsZvVu {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/browserpreview-tmp-67-1920x750.jpg");
}
.cid-uZdstsZvVu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZdstsZvVu h3:before {
  position: absolute;
  content: '';
  left: -240px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZdstsZvVu h3:after {
  position: absolute;
  content: '';
  right: -240px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZdstsZvVu .mbr-text,
.cid-uZdstsZvVu .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdstsZvVu h3:before,
  .cid-uZdstsZvVu h3:after {
    display: none;
  }
}
.cid-uZdstsZvVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdstsZvVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdstsZvVu H3 {
  color: #ffffff;
}
.cid-uZdstsZvVu H1 {
  color: #c9ab81;
}
.cid-uZdsvaFnmh {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZdsvaFnmh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZdsvaFnmh h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZdsvaFnmh h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZdsvaFnmh .mbr-text,
.cid-uZdsvaFnmh .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdsvaFnmh h3:before,
  .cid-uZdsvaFnmh h3:after {
    display: none;
  }
}
.cid-uZdsvaFnmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdsvaFnmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdsvaFnmh H3 {
  color: #000000;
}
.cid-uZdsvaFnmh H1 {
  color: #c9ab81;
}
.cid-uZdsvaFnmh H2 {
  color: #c9ab81;
}
.cid-uZdtP5N1Jv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZdtP5N1Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdtP5N1Jv .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-uZdtP5N1Jv .container {
    padding: 0 16px;
  }
}
.cid-uZdtP5N1Jv .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZdtP5N1Jv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZdtP5N1Jv .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZdtP5N1Jv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZdtP5N1Jv .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZdtP5N1Jv .mbr-section-title {
  color: #ffffff;
}
.cid-uZdtP5N1Jv .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZdvnrBGUf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZdvnrBGUf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZdvnrBGUf .item {
    margin-bottom: 1rem;
  }
}
.cid-uZdvnrBGUf .item-wrapper {
  position: relative;
}
.cid-uZdvnrBGUf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZdvnrBGUf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZdvnrBGUf .carousel-control,
.cid-uZdvnrBGUf .close {
  background: #1b1b1b;
}
.cid-uZdvnrBGUf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZdvnrBGUf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZdvnrBGUf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZdvnrBGUf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZdvnrBGUf .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-uZdvnrBGUf .close::before {
  content: '\e91a';
}
.cid-uZdvnrBGUf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZdvnrBGUf .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-uZdvnrBGUf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZdvnrBGUf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZdvnrBGUf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZdvnrBGUf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZdvnrBGUf .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-uZdvnrBGUf .carousel-indicators li.active,
.cid-uZdvnrBGUf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZdvnrBGUf .carousel-indicators li::after,
.cid-uZdvnrBGUf .carousel-indicators li::before {
  content: none;
}
.cid-uZdvnrBGUf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZdvnrBGUf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZdvnrBGUf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZdvnrBGUf .carousel-indicators {
    display: none;
  }
}
.cid-uZdvnrBGUf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZdvnrBGUf .carousel-inner > .active {
  display: block;
}
.cid-uZdvnrBGUf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZdvnrBGUf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZdvnrBGUf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZdvnrBGUf .carousel-control,
  .cid-uZdvnrBGUf .carousel-indicators,
  .cid-uZdvnrBGUf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZdvnrBGUf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZdvnrBGUf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZdvnrBGUf .carousel-indicators .active,
.cid-uZdvnrBGUf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZdvnrBGUf .carousel-indicators .active {
  background: #fff;
}
.cid-uZdvnrBGUf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZdvnrBGUf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZdvnrBGUf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZdvnrBGUf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZdvnrBGUf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZdvnrBGUf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZdvnrBGUf .carousel {
  width: 100%;
}
.cid-uZdvnrBGUf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZdvnrBGUf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZdvnrBGUf .modal.fade .modal-dialog,
.cid-uZdvnrBGUf .modal.in .modal-dialog {
  transform: none;
}
.cid-uZdvnrBGUf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZdvnrBGUf .content-head {
  max-width: 800px;
}
.cid-vm3JHwG7MQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vm3JHwG7MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3JHwG7MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vm3JHwG7MQ .container {
    padding: 0 26px;
  }
}
.cid-vm3JHwG7MQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vm3JHwG7MQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vm3JHwG7MQ .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vm3JHwG7MQ .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-vm3JHwG7MQ .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vm3JHwG7MQ .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-vm3JHwG7MQ .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-vm3JHwG7MQ .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vm3JHwG7MQ .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm3JHwG7MQ .embla__button--next,
.cid-vm3JHwG7MQ .embla__button--prev {
  display: flex;
}
.cid-vm3JHwG7MQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vm3JHwG7MQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vm3JHwG7MQ .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vm3JHwG7MQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vm3JHwG7MQ .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-vm3JHwG7MQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vm3JHwG7MQ .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-vm3JHwG7MQ .embla {
  position: relative;
  width: 100%;
}
.cid-vm3JHwG7MQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vm3JHwG7MQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vm3JHwG7MQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vm3JHwG7MQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vm3JHwG7MQ .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-vm3JHwG7MQ .mbr-name {
  color: #ffffff;
}
.cid-vm3JHwG7MQ .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-vm3JHwG7MQ .mbr-name,
.cid-vm3JHwG7MQ .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZdvquDUOo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZdvquDUOo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZdvquDUOo .item {
    margin-bottom: 1rem;
  }
}
.cid-uZdvquDUOo .item-wrapper {
  position: relative;
}
.cid-uZdvquDUOo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZdvquDUOo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZdvquDUOo .carousel-control,
.cid-uZdvquDUOo .close {
  background: #1b1b1b;
}
.cid-uZdvquDUOo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZdvquDUOo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZdvquDUOo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZdvquDUOo .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZdvquDUOo .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-uZdvquDUOo .close::before {
  content: '\e91a';
}
.cid-uZdvquDUOo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZdvquDUOo .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-uZdvquDUOo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZdvquDUOo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZdvquDUOo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZdvquDUOo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZdvquDUOo .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-uZdvquDUOo .carousel-indicators li.active,
.cid-uZdvquDUOo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZdvquDUOo .carousel-indicators li::after,
.cid-uZdvquDUOo .carousel-indicators li::before {
  content: none;
}
.cid-uZdvquDUOo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZdvquDUOo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZdvquDUOo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZdvquDUOo .carousel-indicators {
    display: none;
  }
}
.cid-uZdvquDUOo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZdvquDUOo .carousel-inner > .active {
  display: block;
}
.cid-uZdvquDUOo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZdvquDUOo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZdvquDUOo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZdvquDUOo .carousel-control,
  .cid-uZdvquDUOo .carousel-indicators,
  .cid-uZdvquDUOo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZdvquDUOo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZdvquDUOo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZdvquDUOo .carousel-indicators .active,
.cid-uZdvquDUOo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZdvquDUOo .carousel-indicators .active {
  background: #fff;
}
.cid-uZdvquDUOo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZdvquDUOo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZdvquDUOo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZdvquDUOo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZdvquDUOo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZdvquDUOo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZdvquDUOo .carousel {
  width: 100%;
}
.cid-uZdvquDUOo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZdvquDUOo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZdvquDUOo .modal.fade .modal-dialog,
.cid-uZdvquDUOo .modal.in .modal-dialog {
  transform: none;
}
.cid-uZdvquDUOo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZdvquDUOo .content-head {
  max-width: 800px;
}
.cid-uZdsCBVcoG {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZdsCBVcoG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZdsCBVcoG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdsCBVcoG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZdsCBVcoG .mbr-text,
.cid-uZdsCBVcoG .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZdsCBVcoG h3:before,
  .cid-uZdsCBVcoG h3:after {
    display: none;
  }
}
.cid-uZdsCBVcoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdsCBVcoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdsCBVcoG H3 {
  color: #000000;
}
.cid-uZdsCBVcoG H1 {
  color: #c9ab81;
}
.cid-uZdsCBVcoG H2 {
  color: #c9ab81;
}
.cid-uZv7XjCE2Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZv7XjCE2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZv7XjCE2Y .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-uZv7XjCE2Y .container {
    padding: 0 30px;
  }
}
.cid-uZv7XjCE2Y .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZv7XjCE2Y .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZv7XjCE2Y .item {
  padding: 0;
}
.cid-uZv7XjCE2Y .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uZv7XjCE2Y .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #c9ab81;
}
.cid-uZv7XjCE2Y .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZv7XjCE2Y .item .item-wrapper {
    display: block;
  }
  .cid-uZv7XjCE2Y .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uZv7XjCE2Y .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uZv7XjCE2Y .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZv7XjCE2Y .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uZv7XjCE2Y .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZv7XjCE2Y .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZv7XjCE2Y .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZv7XjCE2Y .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZv7XjCE2Y .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uZv7XjCE2Y .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZv7XjCE2Y .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZv7XjCE2Y .item .item-wrapper .image-wrap .item-img img {
  width: 450px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uZv7XjCE2Y .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uZv7XjCE2Y .mbr-section-title {
  color: #FE5115;
}
.cid-uZv7XjCE2Y .mbr-number {
  color: #c9ab81;
}
.cid-uZv7XjCE2Y .mbr-text {
  color: #ffffff;
}
.cid-uZv7XjCE2Y .mbr-section-title,
.cid-uZv7XjCE2Y .mbr-section-btn {
  color: #000000;
}
.cid-uZv7XjCE2Y .mbr-text,
.cid-uZv7XjCE2Y .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZvbXpbeik {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/image-min-1920x750.jpg");
}
.cid-uZvbXpbeik h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvbXpbeik h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvbXpbeik h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvbXpbeik .mbr-text,
.cid-uZvbXpbeik .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvbXpbeik h3:before,
  .cid-uZvbXpbeik h3:after {
    display: none;
  }
}
.cid-uZvbXpbeik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvbXpbeik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvbXpbeik H3 {
  color: #ffffff;
}
.cid-uZvbXpbeik H1 {
  color: #c9ab81;
}
.cid-uZvbXqxNtI {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvbXqxNtI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvbXqxNtI h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvbXqxNtI h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvbXqxNtI .mbr-text,
.cid-uZvbXqxNtI .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvbXqxNtI h3:before,
  .cid-uZvbXqxNtI h3:after {
    display: none;
  }
}
.cid-uZvbXqxNtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvbXqxNtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvbXqxNtI H3 {
  color: #000000;
}
.cid-uZvbXqxNtI H1 {
  color: #c9ab81;
}
.cid-uZvbXqxNtI H2 {
  color: #c9ab81;
}
.cid-uZvbXruFkt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvbXruFkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvbXruFkt .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-uZvbXruFkt .container {
    padding: 0 16px;
  }
}
.cid-uZvbXruFkt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZvbXruFkt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZvbXruFkt .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZvbXruFkt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvbXruFkt .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZvbXruFkt .mbr-section-title {
  color: #ffffff;
}
.cid-uZvbXruFkt .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZvbXszahQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZvbXszahQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvbXszahQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvbXszahQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvbXszahQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvbXszahQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvbXszahQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvbXszahQ .carousel-control,
.cid-uZvbXszahQ .close {
  background: #1b1b1b;
}
.cid-uZvbXszahQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvbXszahQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvbXszahQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvbXszahQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvbXszahQ .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-uZvbXszahQ .close::before {
  content: '\e91a';
}
.cid-uZvbXszahQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvbXszahQ .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-uZvbXszahQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvbXszahQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvbXszahQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvbXszahQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvbXszahQ .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-uZvbXszahQ .carousel-indicators li.active,
.cid-uZvbXszahQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvbXszahQ .carousel-indicators li::after,
.cid-uZvbXszahQ .carousel-indicators li::before {
  content: none;
}
.cid-uZvbXszahQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvbXszahQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvbXszahQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvbXszahQ .carousel-indicators {
    display: none;
  }
}
.cid-uZvbXszahQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvbXszahQ .carousel-inner > .active {
  display: block;
}
.cid-uZvbXszahQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvbXszahQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvbXszahQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvbXszahQ .carousel-control,
  .cid-uZvbXszahQ .carousel-indicators,
  .cid-uZvbXszahQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvbXszahQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvbXszahQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvbXszahQ .carousel-indicators .active,
.cid-uZvbXszahQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvbXszahQ .carousel-indicators .active {
  background: #fff;
}
.cid-uZvbXszahQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvbXszahQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvbXszahQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvbXszahQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvbXszahQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvbXszahQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvbXszahQ .carousel {
  width: 100%;
}
.cid-uZvbXszahQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvbXszahQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvbXszahQ .modal.fade .modal-dialog,
.cid-uZvbXszahQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvbXszahQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvbXszahQ .content-head {
  max-width: 800px;
}
.cid-vm3LeP72X6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vm3LeP72X6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3LeP72X6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vm3LeP72X6 .container {
    padding: 0 26px;
  }
}
.cid-vm3LeP72X6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vm3LeP72X6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vm3LeP72X6 .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vm3LeP72X6 .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-vm3LeP72X6 .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vm3LeP72X6 .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-vm3LeP72X6 .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-vm3LeP72X6 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vm3LeP72X6 .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm3LeP72X6 .embla__button--next,
.cid-vm3LeP72X6 .embla__button--prev {
  display: flex;
}
.cid-vm3LeP72X6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vm3LeP72X6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vm3LeP72X6 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vm3LeP72X6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vm3LeP72X6 .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-vm3LeP72X6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vm3LeP72X6 .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-vm3LeP72X6 .embla {
  position: relative;
  width: 100%;
}
.cid-vm3LeP72X6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vm3LeP72X6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vm3LeP72X6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vm3LeP72X6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vm3LeP72X6 .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-vm3LeP72X6 .mbr-name {
  color: #ffffff;
}
.cid-vm3LeP72X6 .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-vm3LeP72X6 .mbr-name,
.cid-vm3LeP72X6 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZvbXvW5XX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZvbXvW5XX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvbXvW5XX .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvbXvW5XX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvbXvW5XX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvbXvW5XX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvbXvW5XX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvbXvW5XX .carousel-control,
.cid-uZvbXvW5XX .close {
  background: #1b1b1b;
}
.cid-uZvbXvW5XX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvbXvW5XX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvbXvW5XX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvbXvW5XX .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvbXvW5XX .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-uZvbXvW5XX .close::before {
  content: '\e91a';
}
.cid-uZvbXvW5XX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvbXvW5XX .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-uZvbXvW5XX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvbXvW5XX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvbXvW5XX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvbXvW5XX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvbXvW5XX .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-uZvbXvW5XX .carousel-indicators li.active,
.cid-uZvbXvW5XX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvbXvW5XX .carousel-indicators li::after,
.cid-uZvbXvW5XX .carousel-indicators li::before {
  content: none;
}
.cid-uZvbXvW5XX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvbXvW5XX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvbXvW5XX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvbXvW5XX .carousel-indicators {
    display: none;
  }
}
.cid-uZvbXvW5XX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvbXvW5XX .carousel-inner > .active {
  display: block;
}
.cid-uZvbXvW5XX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvbXvW5XX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvbXvW5XX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvbXvW5XX .carousel-control,
  .cid-uZvbXvW5XX .carousel-indicators,
  .cid-uZvbXvW5XX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvbXvW5XX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvbXvW5XX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvbXvW5XX .carousel-indicators .active,
.cid-uZvbXvW5XX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvbXvW5XX .carousel-indicators .active {
  background: #fff;
}
.cid-uZvbXvW5XX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvbXvW5XX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvbXvW5XX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvbXvW5XX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvbXvW5XX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvbXvW5XX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvbXvW5XX .carousel {
  width: 100%;
}
.cid-uZvbXvW5XX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvbXvW5XX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvbXvW5XX .modal.fade .modal-dialog,
.cid-uZvbXvW5XX .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvbXvW5XX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvbXvW5XX .content-head {
  max-width: 800px;
}
.cid-vc8fzerlLp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc8fzerlLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc8fzerlLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc8fzerlLp .video-wrapper iframe {
  width: 100%;
}
.cid-vc8fzerlLp .mbr-section-title,
.cid-vc8fzerlLp .mbr-section-subtitle,
.cid-vc8fzerlLp .mbr-text {
  text-align: center;
}
.cid-uZvbXxJk20 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvbXxJk20 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvbXxJk20 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvbXxJk20 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvbXxJk20 .mbr-text,
.cid-uZvbXxJk20 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvbXxJk20 h3:before,
  .cid-uZvbXxJk20 h3:after {
    display: none;
  }
}
.cid-uZvbXxJk20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvbXxJk20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvbXxJk20 H3 {
  color: #000000;
}
.cid-uZvbXxJk20 H1 {
  color: #c9ab81;
}
.cid-uZvbXxJk20 H2 {
  color: #c9ab81;
}
.cid-uZvbXyWDm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvbXyWDm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvbXyWDm8 .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-uZvbXyWDm8 .container {
    padding: 0 30px;
  }
}
.cid-uZvbXyWDm8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZvbXyWDm8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZvbXyWDm8 .item {
  padding: 0;
}
.cid-uZvbXyWDm8 .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uZvbXyWDm8 .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #c9ab81;
}
.cid-uZvbXyWDm8 .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZvbXyWDm8 .item .item-wrapper {
    display: block;
  }
  .cid-uZvbXyWDm8 .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uZvbXyWDm8 .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uZvbXyWDm8 .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvbXyWDm8 .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uZvbXyWDm8 .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvbXyWDm8 .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvbXyWDm8 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZvbXyWDm8 .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZvbXyWDm8 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uZvbXyWDm8 .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvbXyWDm8 .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvbXyWDm8 .item .item-wrapper .image-wrap .item-img img {
  width: 450px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uZvbXyWDm8 .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uZvbXyWDm8 .mbr-section-title {
  color: #FE5115;
}
.cid-uZvbXyWDm8 .mbr-number {
  color: #c9ab81;
}
.cid-uZvbXyWDm8 .mbr-text {
  color: #ffffff;
}
.cid-uZvbXyWDm8 .mbr-section-title,
.cid-uZvbXyWDm8 .mbr-section-btn {
  color: #000000;
}
.cid-uZvbXyWDm8 .mbr-text,
.cid-uZvbXyWDm8 .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZvfn9GNeL {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/image-9-1920x750.jpg");
}
.cid-uZvfn9GNeL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvfn9GNeL h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvfn9GNeL h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvfn9GNeL .mbr-text,
.cid-uZvfn9GNeL .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvfn9GNeL h3:before,
  .cid-uZvfn9GNeL h3:after {
    display: none;
  }
}
.cid-uZvfn9GNeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvfn9GNeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvfn9GNeL H3 {
  color: #ffffff;
}
.cid-uZvfn9GNeL H1 {
  color: #c9ab81;
}
.cid-uZvfnazPSP {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvfnazPSP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvfnazPSP h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvfnazPSP h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvfnazPSP .mbr-text,
.cid-uZvfnazPSP .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvfnazPSP h3:before,
  .cid-uZvfnazPSP h3:after {
    display: none;
  }
}
.cid-uZvfnazPSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvfnazPSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvfnazPSP H3 {
  color: #000000;
}
.cid-uZvfnazPSP H1 {
  color: #c9ab81;
}
.cid-uZvfnazPSP H2 {
  color: #c9ab81;
}
.cid-uZvfnbtvnC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvfnbtvnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvfnbtvnC .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-uZvfnbtvnC .container {
    padding: 0 16px;
  }
}
.cid-uZvfnbtvnC .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZvfnbtvnC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZvfnbtvnC .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZvfnbtvnC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvfnbtvnC .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZvfnbtvnC .mbr-section-title {
  color: #ffffff;
}
.cid-uZvfnbtvnC .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZvfnccqCC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZvfnccqCC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvfnccqCC .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvfnccqCC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvfnccqCC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvfnccqCC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvfnccqCC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvfnccqCC .carousel-control,
.cid-uZvfnccqCC .close {
  background: #1b1b1b;
}
.cid-uZvfnccqCC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvfnccqCC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvfnccqCC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvfnccqCC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvfnccqCC .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-uZvfnccqCC .close::before {
  content: '\e91a';
}
.cid-uZvfnccqCC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvfnccqCC .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-uZvfnccqCC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvfnccqCC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvfnccqCC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvfnccqCC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvfnccqCC .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-uZvfnccqCC .carousel-indicators li.active,
.cid-uZvfnccqCC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvfnccqCC .carousel-indicators li::after,
.cid-uZvfnccqCC .carousel-indicators li::before {
  content: none;
}
.cid-uZvfnccqCC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvfnccqCC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvfnccqCC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvfnccqCC .carousel-indicators {
    display: none;
  }
}
.cid-uZvfnccqCC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvfnccqCC .carousel-inner > .active {
  display: block;
}
.cid-uZvfnccqCC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvfnccqCC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvfnccqCC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvfnccqCC .carousel-control,
  .cid-uZvfnccqCC .carousel-indicators,
  .cid-uZvfnccqCC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvfnccqCC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvfnccqCC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvfnccqCC .carousel-indicators .active,
.cid-uZvfnccqCC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvfnccqCC .carousel-indicators .active {
  background: #fff;
}
.cid-uZvfnccqCC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvfnccqCC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvfnccqCC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvfnccqCC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvfnccqCC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvfnccqCC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvfnccqCC .carousel {
  width: 100%;
}
.cid-uZvfnccqCC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvfnccqCC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvfnccqCC .modal.fade .modal-dialog,
.cid-uZvfnccqCC .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvfnccqCC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvfnccqCC .content-head {
  max-width: 800px;
}
.cid-vm3MlE2sV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vm3MlE2sV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3MlE2sV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vm3MlE2sV8 .container {
    padding: 0 26px;
  }
}
.cid-vm3MlE2sV8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vm3MlE2sV8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vm3MlE2sV8 .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vm3MlE2sV8 .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-vm3MlE2sV8 .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vm3MlE2sV8 .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-vm3MlE2sV8 .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-vm3MlE2sV8 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vm3MlE2sV8 .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm3MlE2sV8 .embla__button--next,
.cid-vm3MlE2sV8 .embla__button--prev {
  display: flex;
}
.cid-vm3MlE2sV8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vm3MlE2sV8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vm3MlE2sV8 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vm3MlE2sV8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vm3MlE2sV8 .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-vm3MlE2sV8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vm3MlE2sV8 .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-vm3MlE2sV8 .embla {
  position: relative;
  width: 100%;
}
.cid-vm3MlE2sV8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vm3MlE2sV8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vm3MlE2sV8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vm3MlE2sV8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vm3MlE2sV8 .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-vm3MlE2sV8 .mbr-name {
  color: #ffffff;
}
.cid-vm3MlE2sV8 .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-vm3MlE2sV8 .mbr-name,
.cid-vm3MlE2sV8 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZvfnfPB0n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZvfnfPB0n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvfnfPB0n .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvfnfPB0n .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvfnfPB0n .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvfnfPB0n .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvfnfPB0n .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvfnfPB0n .carousel-control,
.cid-uZvfnfPB0n .close {
  background: #1b1b1b;
}
.cid-uZvfnfPB0n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvfnfPB0n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvfnfPB0n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvfnfPB0n .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvfnfPB0n .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-uZvfnfPB0n .close::before {
  content: '\e91a';
}
.cid-uZvfnfPB0n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvfnfPB0n .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-uZvfnfPB0n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvfnfPB0n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvfnfPB0n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvfnfPB0n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvfnfPB0n .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-uZvfnfPB0n .carousel-indicators li.active,
.cid-uZvfnfPB0n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvfnfPB0n .carousel-indicators li::after,
.cid-uZvfnfPB0n .carousel-indicators li::before {
  content: none;
}
.cid-uZvfnfPB0n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvfnfPB0n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvfnfPB0n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvfnfPB0n .carousel-indicators {
    display: none;
  }
}
.cid-uZvfnfPB0n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvfnfPB0n .carousel-inner > .active {
  display: block;
}
.cid-uZvfnfPB0n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvfnfPB0n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvfnfPB0n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvfnfPB0n .carousel-control,
  .cid-uZvfnfPB0n .carousel-indicators,
  .cid-uZvfnfPB0n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvfnfPB0n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvfnfPB0n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvfnfPB0n .carousel-indicators .active,
.cid-uZvfnfPB0n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvfnfPB0n .carousel-indicators .active {
  background: #fff;
}
.cid-uZvfnfPB0n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvfnfPB0n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvfnfPB0n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvfnfPB0n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvfnfPB0n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvfnfPB0n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvfnfPB0n .carousel {
  width: 100%;
}
.cid-uZvfnfPB0n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvfnfPB0n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvfnfPB0n .modal.fade .modal-dialog,
.cid-uZvfnfPB0n .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvfnfPB0n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvfnfPB0n .content-head {
  max-width: 800px;
}
.cid-uZvfnhGNY6 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvfnhGNY6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvfnhGNY6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvfnhGNY6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvfnhGNY6 .mbr-text,
.cid-uZvfnhGNY6 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvfnhGNY6 h3:before,
  .cid-uZvfnhGNY6 h3:after {
    display: none;
  }
}
.cid-uZvfnhGNY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvfnhGNY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvfnhGNY6 H3 {
  color: #000000;
}
.cid-uZvfnhGNY6 H1 {
  color: #c9ab81;
}
.cid-uZvfnhGNY6 H2 {
  color: #c9ab81;
}
.cid-uZvfnj3b27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvfnj3b27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvfnj3b27 .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-uZvfnj3b27 .container {
    padding: 0 30px;
  }
}
.cid-uZvfnj3b27 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZvfnj3b27 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZvfnj3b27 .item {
  padding: 0;
}
.cid-uZvfnj3b27 .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uZvfnj3b27 .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #c9ab81;
}
.cid-uZvfnj3b27 .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZvfnj3b27 .item .item-wrapper {
    display: block;
  }
  .cid-uZvfnj3b27 .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uZvfnj3b27 .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uZvfnj3b27 .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvfnj3b27 .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uZvfnj3b27 .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvfnj3b27 .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvfnj3b27 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZvfnj3b27 .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZvfnj3b27 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uZvfnj3b27 .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvfnj3b27 .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvfnj3b27 .item .item-wrapper .image-wrap .item-img img {
  width: 450px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uZvfnj3b27 .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uZvfnj3b27 .mbr-section-title {
  color: #FE5115;
}
.cid-uZvfnj3b27 .mbr-number {
  color: #c9ab81;
}
.cid-uZvfnj3b27 .mbr-text {
  color: #ffffff;
}
.cid-uZvfnj3b27 .mbr-section-title,
.cid-uZvfnj3b27 .mbr-section-btn {
  color: #000000;
}
.cid-uZvfnj3b27 .mbr-text,
.cid-uZvfnj3b27 .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZvjHBR5oM {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/image-min-6-1920x750.jpg");
}
.cid-uZvjHBR5oM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvjHBR5oM h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvjHBR5oM h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvjHBR5oM .mbr-text,
.cid-uZvjHBR5oM .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvjHBR5oM h3:before,
  .cid-uZvjHBR5oM h3:after {
    display: none;
  }
}
.cid-uZvjHBR5oM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvjHBR5oM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvjHBR5oM H3 {
  color: #ffffff;
}
.cid-uZvjHBR5oM H1 {
  color: #c9ab81;
}
.cid-uZvjHCLJs7 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvjHCLJs7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvjHCLJs7 h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvjHCLJs7 h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvjHCLJs7 .mbr-text,
.cid-uZvjHCLJs7 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvjHCLJs7 h3:before,
  .cid-uZvjHCLJs7 h3:after {
    display: none;
  }
}
.cid-uZvjHCLJs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvjHCLJs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvjHCLJs7 H3 {
  color: #000000;
}
.cid-uZvjHCLJs7 H1 {
  color: #c9ab81;
}
.cid-uZvjHCLJs7 H2 {
  color: #c9ab81;
}
.cid-uZvjHDMMlL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvjHDMMlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvjHDMMlL .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-uZvjHDMMlL .container {
    padding: 0 16px;
  }
}
.cid-uZvjHDMMlL .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZvjHDMMlL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZvjHDMMlL .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZvjHDMMlL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvjHDMMlL .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZvjHDMMlL .mbr-section-title {
  color: #ffffff;
}
.cid-uZvjHDMMlL .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZvjHEEUrr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZvjHEEUrr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvjHEEUrr .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvjHEEUrr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvjHEEUrr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvjHEEUrr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvjHEEUrr .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvjHEEUrr .carousel-control,
.cid-uZvjHEEUrr .close {
  background: #1b1b1b;
}
.cid-uZvjHEEUrr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvjHEEUrr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvjHEEUrr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvjHEEUrr .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvjHEEUrr .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-uZvjHEEUrr .close::before {
  content: '\e91a';
}
.cid-uZvjHEEUrr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvjHEEUrr .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-uZvjHEEUrr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvjHEEUrr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvjHEEUrr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvjHEEUrr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvjHEEUrr .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-uZvjHEEUrr .carousel-indicators li.active,
.cid-uZvjHEEUrr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvjHEEUrr .carousel-indicators li::after,
.cid-uZvjHEEUrr .carousel-indicators li::before {
  content: none;
}
.cid-uZvjHEEUrr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvjHEEUrr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvjHEEUrr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvjHEEUrr .carousel-indicators {
    display: none;
  }
}
.cid-uZvjHEEUrr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvjHEEUrr .carousel-inner > .active {
  display: block;
}
.cid-uZvjHEEUrr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvjHEEUrr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvjHEEUrr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvjHEEUrr .carousel-control,
  .cid-uZvjHEEUrr .carousel-indicators,
  .cid-uZvjHEEUrr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvjHEEUrr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvjHEEUrr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvjHEEUrr .carousel-indicators .active,
.cid-uZvjHEEUrr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvjHEEUrr .carousel-indicators .active {
  background: #fff;
}
.cid-uZvjHEEUrr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvjHEEUrr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvjHEEUrr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvjHEEUrr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvjHEEUrr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvjHEEUrr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvjHEEUrr .carousel {
  width: 100%;
}
.cid-uZvjHEEUrr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvjHEEUrr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvjHEEUrr .modal.fade .modal-dialog,
.cid-uZvjHEEUrr .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvjHEEUrr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvjHEEUrr .content-head {
  max-width: 800px;
}
.cid-vm8HvB0tQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vm8HvB0tQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm8HvB0tQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vm8HvB0tQU .container {
    padding: 0 26px;
  }
}
.cid-vm8HvB0tQU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vm8HvB0tQU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vm8HvB0tQU .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vm8HvB0tQU .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-vm8HvB0tQU .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vm8HvB0tQU .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-vm8HvB0tQU .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-vm8HvB0tQU .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vm8HvB0tQU .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm8HvB0tQU .embla__button--next,
.cid-vm8HvB0tQU .embla__button--prev {
  display: flex;
}
.cid-vm8HvB0tQU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vm8HvB0tQU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vm8HvB0tQU .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vm8HvB0tQU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vm8HvB0tQU .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-vm8HvB0tQU .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vm8HvB0tQU .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-vm8HvB0tQU .embla {
  position: relative;
  width: 100%;
}
.cid-vm8HvB0tQU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vm8HvB0tQU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vm8HvB0tQU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vm8HvB0tQU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vm8HvB0tQU .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-vm8HvB0tQU .mbr-name {
  color: #ffffff;
}
.cid-vm8HvB0tQU .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-vm8HvB0tQU .mbr-name,
.cid-vm8HvB0tQU .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZvjHH1oqm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZvjHH1oqm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvjHH1oqm .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvjHH1oqm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvjHH1oqm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvjHH1oqm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvjHH1oqm .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvjHH1oqm .carousel-control,
.cid-uZvjHH1oqm .close {
  background: #1b1b1b;
}
.cid-uZvjHH1oqm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvjHH1oqm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvjHH1oqm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvjHH1oqm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvjHH1oqm .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-uZvjHH1oqm .close::before {
  content: '\e91a';
}
.cid-uZvjHH1oqm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvjHH1oqm .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-uZvjHH1oqm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvjHH1oqm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvjHH1oqm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvjHH1oqm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvjHH1oqm .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-uZvjHH1oqm .carousel-indicators li.active,
.cid-uZvjHH1oqm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvjHH1oqm .carousel-indicators li::after,
.cid-uZvjHH1oqm .carousel-indicators li::before {
  content: none;
}
.cid-uZvjHH1oqm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvjHH1oqm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvjHH1oqm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvjHH1oqm .carousel-indicators {
    display: none;
  }
}
.cid-uZvjHH1oqm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvjHH1oqm .carousel-inner > .active {
  display: block;
}
.cid-uZvjHH1oqm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvjHH1oqm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvjHH1oqm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvjHH1oqm .carousel-control,
  .cid-uZvjHH1oqm .carousel-indicators,
  .cid-uZvjHH1oqm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvjHH1oqm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvjHH1oqm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvjHH1oqm .carousel-indicators .active,
.cid-uZvjHH1oqm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvjHH1oqm .carousel-indicators .active {
  background: #fff;
}
.cid-uZvjHH1oqm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvjHH1oqm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvjHH1oqm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvjHH1oqm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvjHH1oqm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvjHH1oqm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvjHH1oqm .carousel {
  width: 100%;
}
.cid-uZvjHH1oqm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvjHH1oqm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvjHH1oqm .modal.fade .modal-dialog,
.cid-uZvjHH1oqm .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvjHH1oqm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvjHH1oqm .content-head {
  max-width: 800px;
}
.cid-uZvjHIo7Nf {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvjHIo7Nf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvjHIo7Nf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvjHIo7Nf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvjHIo7Nf .mbr-text,
.cid-uZvjHIo7Nf .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvjHIo7Nf h3:before,
  .cid-uZvjHIo7Nf h3:after {
    display: none;
  }
}
.cid-uZvjHIo7Nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvjHIo7Nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvjHIo7Nf H3 {
  color: #000000;
}
.cid-uZvjHIo7Nf H1 {
  color: #c9ab81;
}
.cid-uZvjHIo7Nf H2 {
  color: #c9ab81;
}
.cid-uZvjHJds0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvjHJds0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvjHJds0e .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-uZvjHJds0e .container {
    padding: 0 30px;
  }
}
.cid-uZvjHJds0e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZvjHJds0e .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZvjHJds0e .item {
  padding: 0;
}
.cid-uZvjHJds0e .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uZvjHJds0e .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #c9ab81;
}
.cid-uZvjHJds0e .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZvjHJds0e .item .item-wrapper {
    display: block;
  }
  .cid-uZvjHJds0e .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uZvjHJds0e .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uZvjHJds0e .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvjHJds0e .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uZvjHJds0e .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvjHJds0e .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvjHJds0e .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZvjHJds0e .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZvjHJds0e .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uZvjHJds0e .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvjHJds0e .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvjHJds0e .item .item-wrapper .image-wrap .item-img img {
  width: 450px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uZvjHJds0e .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uZvjHJds0e .mbr-section-title {
  color: #FE5115;
}
.cid-uZvjHJds0e .mbr-number {
  color: #c9ab81;
}
.cid-uZvjHJds0e .mbr-text {
  color: #ffffff;
}
.cid-uZvjHJds0e .mbr-section-title,
.cid-uZvjHJds0e .mbr-section-btn {
  color: #000000;
}
.cid-uZvjHJds0e .mbr-text,
.cid-uZvjHJds0e .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZvs31R3Sw {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/image-min-7.jpeg");
}
.cid-uZvs31R3Sw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvs31R3Sw h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvs31R3Sw h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvs31R3Sw .mbr-text,
.cid-uZvs31R3Sw .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvs31R3Sw h3:before,
  .cid-uZvs31R3Sw h3:after {
    display: none;
  }
}
.cid-uZvs31R3Sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvs31R3Sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvs31R3Sw H3 {
  color: #ffffff;
}
.cid-uZvs31R3Sw H1 {
  color: #c9ab81;
}
.cid-uZvs32IMle {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvs32IMle h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvs32IMle h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvs32IMle h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvs32IMle .mbr-text,
.cid-uZvs32IMle .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvs32IMle h3:before,
  .cid-uZvs32IMle h3:after {
    display: none;
  }
}
.cid-uZvs32IMle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvs32IMle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvs32IMle H3 {
  color: #000000;
}
.cid-uZvs32IMle H1 {
  color: #c9ab81;
}
.cid-uZvs32IMle H2 {
  color: #c9ab81;
}
.cid-uZvs33Adti {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvs33Adti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvs33Adti .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-uZvs33Adti .container {
    padding: 0 16px;
  }
}
.cid-uZvs33Adti .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZvs33Adti .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZvs33Adti .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZvs33Adti .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvs33Adti .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZvs33Adti .mbr-section-title {
  color: #ffffff;
}
.cid-uZvs33Adti .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZvs34lNty {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZvs34lNty .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvs34lNty .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvs34lNty .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvs34lNty .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvs34lNty .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvs34lNty .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvs34lNty .carousel-control,
.cid-uZvs34lNty .close {
  background: #1b1b1b;
}
.cid-uZvs34lNty .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvs34lNty .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvs34lNty .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvs34lNty .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvs34lNty .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-uZvs34lNty .close::before {
  content: '\e91a';
}
.cid-uZvs34lNty .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvs34lNty .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-uZvs34lNty .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvs34lNty .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvs34lNty .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvs34lNty .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvs34lNty .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-uZvs34lNty .carousel-indicators li.active,
.cid-uZvs34lNty .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvs34lNty .carousel-indicators li::after,
.cid-uZvs34lNty .carousel-indicators li::before {
  content: none;
}
.cid-uZvs34lNty .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvs34lNty .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvs34lNty .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvs34lNty .carousel-indicators {
    display: none;
  }
}
.cid-uZvs34lNty .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvs34lNty .carousel-inner > .active {
  display: block;
}
.cid-uZvs34lNty .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvs34lNty .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvs34lNty .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvs34lNty .carousel-control,
  .cid-uZvs34lNty .carousel-indicators,
  .cid-uZvs34lNty .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvs34lNty .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvs34lNty .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvs34lNty .carousel-indicators .active,
.cid-uZvs34lNty .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvs34lNty .carousel-indicators .active {
  background: #fff;
}
.cid-uZvs34lNty .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvs34lNty .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvs34lNty .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvs34lNty .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvs34lNty .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvs34lNty .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvs34lNty .carousel {
  width: 100%;
}
.cid-uZvs34lNty .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvs34lNty .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvs34lNty .modal.fade .modal-dialog,
.cid-uZvs34lNty .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvs34lNty .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvs34lNty .content-head {
  max-width: 800px;
}
.cid-vm3MwEdgdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vm3MwEdgdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3MwEdgdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vm3MwEdgdC .container {
    padding: 0 26px;
  }
}
.cid-vm3MwEdgdC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vm3MwEdgdC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vm3MwEdgdC .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vm3MwEdgdC .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-vm3MwEdgdC .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vm3MwEdgdC .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-vm3MwEdgdC .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-vm3MwEdgdC .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vm3MwEdgdC .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm3MwEdgdC .embla__button--next,
.cid-vm3MwEdgdC .embla__button--prev {
  display: flex;
}
.cid-vm3MwEdgdC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vm3MwEdgdC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vm3MwEdgdC .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vm3MwEdgdC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vm3MwEdgdC .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-vm3MwEdgdC .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vm3MwEdgdC .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-vm3MwEdgdC .embla {
  position: relative;
  width: 100%;
}
.cid-vm3MwEdgdC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vm3MwEdgdC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vm3MwEdgdC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vm3MwEdgdC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vm3MwEdgdC .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-vm3MwEdgdC .mbr-name {
  color: #ffffff;
}
.cid-vm3MwEdgdC .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-vm3MwEdgdC .mbr-name,
.cid-vm3MwEdgdC .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZvs37iPQM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZvs37iPQM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvs37iPQM .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvs37iPQM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvs37iPQM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvs37iPQM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvs37iPQM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvs37iPQM .carousel-control,
.cid-uZvs37iPQM .close {
  background: #1b1b1b;
}
.cid-uZvs37iPQM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvs37iPQM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvs37iPQM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvs37iPQM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvs37iPQM .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-uZvs37iPQM .close::before {
  content: '\e91a';
}
.cid-uZvs37iPQM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvs37iPQM .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-uZvs37iPQM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvs37iPQM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvs37iPQM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvs37iPQM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvs37iPQM .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-uZvs37iPQM .carousel-indicators li.active,
.cid-uZvs37iPQM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvs37iPQM .carousel-indicators li::after,
.cid-uZvs37iPQM .carousel-indicators li::before {
  content: none;
}
.cid-uZvs37iPQM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvs37iPQM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvs37iPQM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvs37iPQM .carousel-indicators {
    display: none;
  }
}
.cid-uZvs37iPQM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvs37iPQM .carousel-inner > .active {
  display: block;
}
.cid-uZvs37iPQM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvs37iPQM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvs37iPQM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvs37iPQM .carousel-control,
  .cid-uZvs37iPQM .carousel-indicators,
  .cid-uZvs37iPQM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvs37iPQM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvs37iPQM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvs37iPQM .carousel-indicators .active,
.cid-uZvs37iPQM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvs37iPQM .carousel-indicators .active {
  background: #fff;
}
.cid-uZvs37iPQM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvs37iPQM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvs37iPQM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvs37iPQM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvs37iPQM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvs37iPQM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvs37iPQM .carousel {
  width: 100%;
}
.cid-uZvs37iPQM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvs37iPQM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvs37iPQM .modal.fade .modal-dialog,
.cid-uZvs37iPQM .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvs37iPQM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvs37iPQM .content-head {
  max-width: 800px;
}
.cid-uZvxFG0h3N {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvxFG0h3N h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvxFG0h3N h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvxFG0h3N h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvxFG0h3N .mbr-text,
.cid-uZvxFG0h3N .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvxFG0h3N h3:before,
  .cid-uZvxFG0h3N h3:after {
    display: none;
  }
}
.cid-uZvxFG0h3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvxFG0h3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvxFG0h3N H3 {
  color: #000000;
}
.cid-uZvxFG0h3N H1 {
  color: #c9ab81;
}
.cid-uZvxFG0h3N H2 {
  color: #c9ab81;
}
.cid-uZvs39XSkE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZvs39XSkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvs39XSkE .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-uZvs39XSkE .container {
    padding: 0 30px;
  }
}
.cid-uZvs39XSkE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZvs39XSkE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZvs39XSkE .item {
  padding: 0;
}
.cid-uZvs39XSkE .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uZvs39XSkE .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #c9ab81;
}
.cid-uZvs39XSkE .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZvs39XSkE .item .item-wrapper {
    display: block;
  }
  .cid-uZvs39XSkE .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uZvs39XSkE .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uZvs39XSkE .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvs39XSkE .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uZvs39XSkE .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvs39XSkE .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvs39XSkE .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZvs39XSkE .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZvs39XSkE .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uZvs39XSkE .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvs39XSkE .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvs39XSkE .item .item-wrapper .image-wrap .item-img img {
  width: 450px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uZvs39XSkE .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uZvs39XSkE .mbr-section-title {
  color: #FE5115;
}
.cid-uZvs39XSkE .mbr-number {
  color: #c9ab81;
}
.cid-uZvs39XSkE .mbr-text {
  color: #ffffff;
}
.cid-uZvs39XSkE .mbr-section-title,
.cid-uZvs39XSkE .mbr-section-btn {
  color: #000000;
}
.cid-uZvs39XSkE .mbr-text,
.cid-uZvs39XSkE .mbr-section-btn {
  color: #000000;
}
.cid-uZvs38LOZy {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvs38LOZy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvs38LOZy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvs38LOZy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvs38LOZy .mbr-text,
.cid-uZvs38LOZy .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvs38LOZy h3:before,
  .cid-uZvs38LOZy h3:after {
    display: none;
  }
}
.cid-uZvs38LOZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvs38LOZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvs38LOZy H3 {
  color: #000000;
}
.cid-uZvs38LOZy H1 {
  color: #c9ab81;
}
.cid-v11D5FGVth {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v11D5FGVth .content-text {
  max-width: 800px;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZvyaoRsBD {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/1920x750-headrer-min-1920x750.jpg");
}
.cid-uZvyaoRsBD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvyaoRsBD h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZvyaoRsBD h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZvyaoRsBD .mbr-text,
.cid-uZvyaoRsBD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvyaoRsBD h3:before,
  .cid-uZvyaoRsBD h3:after {
    display: none;
  }
}
.cid-uZvyaoRsBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvyaoRsBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvyaoRsBD H3 {
  color: #ffffff;
}
.cid-uZvyaoRsBD H1 {
  color: #c9ab81;
}
.cid-uZvyapXOkA {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvyapXOkA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvyapXOkA h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvyapXOkA h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvyapXOkA .mbr-text,
.cid-uZvyapXOkA .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvyapXOkA h3:before,
  .cid-uZvyapXOkA h3:after {
    display: none;
  }
}
.cid-uZvyapXOkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvyapXOkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvyapXOkA H3 {
  color: #000000;
}
.cid-uZvyapXOkA H1 {
  color: #c9ab81;
}
.cid-uZvyapXOkA H2 {
  color: #c9ab81;
}
.cid-uZvyarbarb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvyarbarb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvyarbarb .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-uZvyarbarb .container {
    padding: 0 16px;
  }
}
.cid-uZvyarbarb .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZvyarbarb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZvyarbarb .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZvyarbarb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvyarbarb .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZvyarbarb .mbr-section-title {
  color: #ffffff;
}
.cid-uZvyarbarb .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZvyasufpa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZvyasufpa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvyasufpa .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvyasufpa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvyasufpa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvyasufpa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvyasufpa .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvyasufpa .carousel-control,
.cid-uZvyasufpa .close {
  background: #1b1b1b;
}
.cid-uZvyasufpa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvyasufpa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvyasufpa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvyasufpa .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvyasufpa .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-uZvyasufpa .close::before {
  content: '\e91a';
}
.cid-uZvyasufpa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvyasufpa .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-uZvyasufpa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvyasufpa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvyasufpa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvyasufpa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvyasufpa .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-uZvyasufpa .carousel-indicators li.active,
.cid-uZvyasufpa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvyasufpa .carousel-indicators li::after,
.cid-uZvyasufpa .carousel-indicators li::before {
  content: none;
}
.cid-uZvyasufpa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvyasufpa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvyasufpa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvyasufpa .carousel-indicators {
    display: none;
  }
}
.cid-uZvyasufpa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvyasufpa .carousel-inner > .active {
  display: block;
}
.cid-uZvyasufpa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvyasufpa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvyasufpa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvyasufpa .carousel-control,
  .cid-uZvyasufpa .carousel-indicators,
  .cid-uZvyasufpa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvyasufpa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvyasufpa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvyasufpa .carousel-indicators .active,
.cid-uZvyasufpa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvyasufpa .carousel-indicators .active {
  background: #fff;
}
.cid-uZvyasufpa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvyasufpa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvyasufpa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvyasufpa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvyasufpa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvyasufpa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvyasufpa .carousel {
  width: 100%;
}
.cid-uZvyasufpa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvyasufpa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvyasufpa .modal.fade .modal-dialog,
.cid-uZvyasufpa .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvyasufpa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvyasufpa .content-head {
  max-width: 800px;
}
.cid-vm3MBJAIVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vm3MBJAIVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3MBJAIVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vm3MBJAIVz .container {
    padding: 0 26px;
  }
}
.cid-vm3MBJAIVz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vm3MBJAIVz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vm3MBJAIVz .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vm3MBJAIVz .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-vm3MBJAIVz .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vm3MBJAIVz .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-vm3MBJAIVz .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-vm3MBJAIVz .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vm3MBJAIVz .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm3MBJAIVz .embla__button--next,
.cid-vm3MBJAIVz .embla__button--prev {
  display: flex;
}
.cid-vm3MBJAIVz .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vm3MBJAIVz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vm3MBJAIVz .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vm3MBJAIVz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vm3MBJAIVz .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-vm3MBJAIVz .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vm3MBJAIVz .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-vm3MBJAIVz .embla {
  position: relative;
  width: 100%;
}
.cid-vm3MBJAIVz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vm3MBJAIVz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vm3MBJAIVz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vm3MBJAIVz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vm3MBJAIVz .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-vm3MBJAIVz .mbr-name {
  color: #ffffff;
}
.cid-vm3MBJAIVz .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-vm3MBJAIVz .mbr-name,
.cid-vm3MBJAIVz .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZvyavK2wj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZvyavK2wj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvyavK2wj .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvyavK2wj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvyavK2wj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvyavK2wj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvyavK2wj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvyavK2wj .carousel-control,
.cid-uZvyavK2wj .close {
  background: #1b1b1b;
}
.cid-uZvyavK2wj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvyavK2wj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvyavK2wj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvyavK2wj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvyavK2wj .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-uZvyavK2wj .close::before {
  content: '\e91a';
}
.cid-uZvyavK2wj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvyavK2wj .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-uZvyavK2wj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvyavK2wj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvyavK2wj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvyavK2wj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvyavK2wj .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-uZvyavK2wj .carousel-indicators li.active,
.cid-uZvyavK2wj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvyavK2wj .carousel-indicators li::after,
.cid-uZvyavK2wj .carousel-indicators li::before {
  content: none;
}
.cid-uZvyavK2wj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvyavK2wj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvyavK2wj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvyavK2wj .carousel-indicators {
    display: none;
  }
}
.cid-uZvyavK2wj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvyavK2wj .carousel-inner > .active {
  display: block;
}
.cid-uZvyavK2wj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvyavK2wj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvyavK2wj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvyavK2wj .carousel-control,
  .cid-uZvyavK2wj .carousel-indicators,
  .cid-uZvyavK2wj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvyavK2wj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvyavK2wj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvyavK2wj .carousel-indicators .active,
.cid-uZvyavK2wj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvyavK2wj .carousel-indicators .active {
  background: #fff;
}
.cid-uZvyavK2wj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvyavK2wj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvyavK2wj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvyavK2wj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvyavK2wj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvyavK2wj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvyavK2wj .carousel {
  width: 100%;
}
.cid-uZvyavK2wj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvyavK2wj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvyavK2wj .modal.fade .modal-dialog,
.cid-uZvyavK2wj .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvyavK2wj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvyavK2wj .content-head {
  max-width: 800px;
}
.cid-uZvyaxCOYn {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvyaxCOYn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvyaxCOYn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvyaxCOYn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvyaxCOYn .mbr-text,
.cid-uZvyaxCOYn .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvyaxCOYn h3:before,
  .cid-uZvyaxCOYn h3:after {
    display: none;
  }
}
.cid-uZvyaxCOYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvyaxCOYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvyaxCOYn H3 {
  color: #000000;
}
.cid-uZvyaxCOYn H1 {
  color: #c9ab81;
}
.cid-uZvyaxCOYn H2 {
  color: #c9ab81;
}
.cid-uZvyaAjFQM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZvyaAjFQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvyaAjFQM .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-uZvyaAjFQM .container {
    padding: 0 30px;
  }
}
.cid-uZvyaAjFQM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZvyaAjFQM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZvyaAjFQM .item {
  padding: 0;
}
.cid-uZvyaAjFQM .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uZvyaAjFQM .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #c9ab81;
}
.cid-uZvyaAjFQM .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZvyaAjFQM .item .item-wrapper {
    display: block;
  }
  .cid-uZvyaAjFQM .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uZvyaAjFQM .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uZvyaAjFQM .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvyaAjFQM .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uZvyaAjFQM .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvyaAjFQM .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvyaAjFQM .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZvyaAjFQM .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZvyaAjFQM .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uZvyaAjFQM .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvyaAjFQM .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvyaAjFQM .item .item-wrapper .image-wrap .item-img img {
  width: 500px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uZvyaAjFQM .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uZvyaAjFQM .mbr-section-title {
  color: #FE5115;
}
.cid-uZvyaAjFQM .mbr-number {
  color: #c9ab81;
}
.cid-uZvyaAjFQM .mbr-text {
  color: #ffffff;
}
.cid-uZvyaAjFQM .mbr-section-title,
.cid-uZvyaAjFQM .mbr-section-btn {
  color: #000000;
}
.cid-uZvyaAjFQM .mbr-text,
.cid-uZvyaAjFQM .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZvWECJ0sX {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/1920x750-headrer1-min-1920x750.jpg");
}
.cid-uZvWECJ0sX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvWECJ0sX h3:before {
  position: absolute;
  content: '';
  left: -280px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvWECJ0sX h3:after {
  position: absolute;
  content: '';
  right: -280px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvWECJ0sX .mbr-text,
.cid-uZvWECJ0sX .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvWECJ0sX h3:before,
  .cid-uZvWECJ0sX h3:after {
    display: none;
  }
}
.cid-uZvWECJ0sX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvWECJ0sX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvWECJ0sX H3 {
  color: #ffffff;
}
.cid-uZvWECJ0sX H1 {
  color: #c9ab81;
}
.cid-uZvWEDvsgH {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvWEDvsgH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvWEDvsgH h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvWEDvsgH h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZvWEDvsgH .mbr-text,
.cid-uZvWEDvsgH .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvWEDvsgH h3:before,
  .cid-uZvWEDvsgH h3:after {
    display: none;
  }
}
.cid-uZvWEDvsgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvWEDvsgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvWEDvsgH H3 {
  color: #000000;
}
.cid-uZvWEDvsgH H1 {
  color: #c9ab81;
}
.cid-uZvWEDvsgH H2 {
  color: #c9ab81;
}
.cid-uZvWEE8Y7E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvWEE8Y7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvWEE8Y7E .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-uZvWEE8Y7E .container {
    padding: 0 16px;
  }
}
.cid-uZvWEE8Y7E .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZvWEE8Y7E .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZvWEE8Y7E .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZvWEE8Y7E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvWEE8Y7E .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZvWEE8Y7E .mbr-section-title {
  color: #ffffff;
}
.cid-uZvWEE8Y7E .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZvWEEHuq0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZvWEEHuq0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvWEEHuq0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvWEEHuq0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvWEEHuq0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvWEEHuq0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvWEEHuq0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvWEEHuq0 .carousel-control,
.cid-uZvWEEHuq0 .close {
  background: #1b1b1b;
}
.cid-uZvWEEHuq0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvWEEHuq0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvWEEHuq0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvWEEHuq0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvWEEHuq0 .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-uZvWEEHuq0 .close::before {
  content: '\e91a';
}
.cid-uZvWEEHuq0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvWEEHuq0 .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-uZvWEEHuq0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvWEEHuq0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvWEEHuq0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvWEEHuq0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvWEEHuq0 .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-uZvWEEHuq0 .carousel-indicators li.active,
.cid-uZvWEEHuq0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvWEEHuq0 .carousel-indicators li::after,
.cid-uZvWEEHuq0 .carousel-indicators li::before {
  content: none;
}
.cid-uZvWEEHuq0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvWEEHuq0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvWEEHuq0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvWEEHuq0 .carousel-indicators {
    display: none;
  }
}
.cid-uZvWEEHuq0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvWEEHuq0 .carousel-inner > .active {
  display: block;
}
.cid-uZvWEEHuq0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvWEEHuq0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvWEEHuq0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvWEEHuq0 .carousel-control,
  .cid-uZvWEEHuq0 .carousel-indicators,
  .cid-uZvWEEHuq0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvWEEHuq0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvWEEHuq0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvWEEHuq0 .carousel-indicators .active,
.cid-uZvWEEHuq0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvWEEHuq0 .carousel-indicators .active {
  background: #fff;
}
.cid-uZvWEEHuq0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvWEEHuq0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvWEEHuq0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvWEEHuq0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvWEEHuq0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvWEEHuq0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvWEEHuq0 .carousel {
  width: 100%;
}
.cid-uZvWEEHuq0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvWEEHuq0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvWEEHuq0 .modal.fade .modal-dialog,
.cid-uZvWEEHuq0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvWEEHuq0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvWEEHuq0 .content-head {
  max-width: 800px;
}
.cid-vm3MG0BknD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vm3MG0BknD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3MG0BknD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vm3MG0BknD .container {
    padding: 0 26px;
  }
}
.cid-vm3MG0BknD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vm3MG0BknD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vm3MG0BknD .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vm3MG0BknD .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-vm3MG0BknD .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vm3MG0BknD .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-vm3MG0BknD .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-vm3MG0BknD .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vm3MG0BknD .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vm3MG0BknD .embla__button--next,
.cid-vm3MG0BknD .embla__button--prev {
  display: flex;
}
.cid-vm3MG0BknD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vm3MG0BknD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vm3MG0BknD .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vm3MG0BknD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vm3MG0BknD .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-vm3MG0BknD .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vm3MG0BknD .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-vm3MG0BknD .embla {
  position: relative;
  width: 100%;
}
.cid-vm3MG0BknD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vm3MG0BknD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vm3MG0BknD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vm3MG0BknD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vm3MG0BknD .card-text {
  color: #c9ab81;
  text-align: center;
}
.cid-vm3MG0BknD .mbr-name {
  color: #ffffff;
}
.cid-vm3MG0BknD .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-vm3MG0BknD .mbr-name,
.cid-vm3MG0BknD .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZvWEGHVBF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZvWEGHVBF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvWEGHVBF .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvWEGHVBF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZvWEGHVBF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZvWEGHVBF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvWEGHVBF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvWEGHVBF .carousel-control,
.cid-uZvWEGHVBF .close {
  background: #1b1b1b;
}
.cid-uZvWEGHVBF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvWEGHVBF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvWEGHVBF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvWEGHVBF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvWEGHVBF .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-uZvWEGHVBF .close::before {
  content: '\e91a';
}
.cid-uZvWEGHVBF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvWEGHVBF .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-uZvWEGHVBF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvWEGHVBF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvWEGHVBF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvWEGHVBF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvWEGHVBF .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-uZvWEGHVBF .carousel-indicators li.active,
.cid-uZvWEGHVBF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvWEGHVBF .carousel-indicators li::after,
.cid-uZvWEGHVBF .carousel-indicators li::before {
  content: none;
}
.cid-uZvWEGHVBF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvWEGHVBF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvWEGHVBF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvWEGHVBF .carousel-indicators {
    display: none;
  }
}
.cid-uZvWEGHVBF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvWEGHVBF .carousel-inner > .active {
  display: block;
}
.cid-uZvWEGHVBF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvWEGHVBF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvWEGHVBF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvWEGHVBF .carousel-control,
  .cid-uZvWEGHVBF .carousel-indicators,
  .cid-uZvWEGHVBF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvWEGHVBF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvWEGHVBF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvWEGHVBF .carousel-indicators .active,
.cid-uZvWEGHVBF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvWEGHVBF .carousel-indicators .active {
  background: #fff;
}
.cid-uZvWEGHVBF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvWEGHVBF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvWEGHVBF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvWEGHVBF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvWEGHVBF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvWEGHVBF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvWEGHVBF .carousel {
  width: 100%;
}
.cid-uZvWEGHVBF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvWEGHVBF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvWEGHVBF .modal.fade .modal-dialog,
.cid-uZvWEGHVBF .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvWEGHVBF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvWEGHVBF .content-head {
  max-width: 800px;
}
.cid-uZvWEHGTiU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZvWEHGTiU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZvWEHGTiU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvWEHGTiU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZvWEHGTiU .mbr-text,
.cid-uZvWEHGTiU .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZvWEHGTiU h3:before,
  .cid-uZvWEHGTiU h3:after {
    display: none;
  }
}
.cid-uZvWEHGTiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvWEHGTiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvWEHGTiU H3 {
  color: #000000;
}
.cid-uZvWEHGTiU H1 {
  color: #c9ab81;
}
.cid-uZvWEHGTiU H2 {
  color: #c9ab81;
}
.cid-uZvWEIjXW0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZvWEIjXW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvWEIjXW0 .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-uZvWEIjXW0 .container {
    padding: 0 30px;
  }
}
.cid-uZvWEIjXW0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZvWEIjXW0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZvWEIjXW0 .item {
  padding: 0;
}
.cid-uZvWEIjXW0 .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-uZvWEIjXW0 .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #c9ab81;
}
.cid-uZvWEIjXW0 .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZvWEIjXW0 .item .item-wrapper {
    display: block;
  }
  .cid-uZvWEIjXW0 .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-uZvWEIjXW0 .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-uZvWEIjXW0 .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZvWEIjXW0 .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-uZvWEIjXW0 .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvWEIjXW0 .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvWEIjXW0 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZvWEIjXW0 .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZvWEIjXW0 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uZvWEIjXW0 .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #c9ab81;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZvWEIjXW0 .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-uZvWEIjXW0 .item .item-wrapper .image-wrap .item-img img {
  width: 500px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uZvWEIjXW0 .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-uZvWEIjXW0 .mbr-section-title {
  color: #FE5115;
}
.cid-uZvWEIjXW0 .mbr-number {
  color: #c9ab81;
}
.cid-uZvWEIjXW0 .mbr-text {
  color: #ffffff;
}
.cid-uZvWEIjXW0 .mbr-section-title,
.cid-uZvWEIjXW0 .mbr-section-btn {
  color: #000000;
}
.cid-uZvWEIjXW0 .mbr-text,
.cid-uZvWEIjXW0 .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZAeOfIpTD {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/image-6-1920x750.jpg");
}
.cid-uZAeOfIpTD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZAeOfIpTD h3:before {
  position: absolute;
  content: '';
  left: -280px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZAeOfIpTD h3:after {
  position: absolute;
  content: '';
  right: -280px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZAeOfIpTD .mbr-text,
.cid-uZAeOfIpTD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZAeOfIpTD h3:before,
  .cid-uZAeOfIpTD h3:after {
    display: none;
  }
}
.cid-uZAeOfIpTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAeOfIpTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAeOfIpTD H3 {
  color: #ffffff;
}
.cid-uZAeOfIpTD H1 {
  color: #c9ab81;
}
.cid-uZAeOgvxrd {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZAeOgvxrd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZAeOgvxrd h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZAeOgvxrd h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZAeOgvxrd .mbr-text,
.cid-uZAeOgvxrd .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZAeOgvxrd h3:before,
  .cid-uZAeOgvxrd h3:after {
    display: none;
  }
}
.cid-uZAeOgvxrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAeOgvxrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAeOgvxrd H3 {
  color: #000000;
}
.cid-uZAeOgvxrd H1 {
  color: #c9ab81;
}
.cid-uZAeOgvxrd H2 {
  color: #c9ab81;
}
.cid-uZAeOheIKf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZAeOheIKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAeOheIKf .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-uZAeOheIKf .container {
    padding: 0 16px;
  }
}
.cid-uZAeOheIKf .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uZAeOheIKf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZAeOheIKf .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uZAeOheIKf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZAeOheIKf .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZAeOheIKf .mbr-section-title {
  color: #ffffff;
}
.cid-uZAeOheIKf .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZAfvicoSA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZAfvicoSA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZAfvicoSA .item {
    margin-bottom: 1rem;
  }
}
.cid-uZAfvicoSA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZAfvicoSA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZAfvicoSA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZAfvicoSA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZAfvicoSA .carousel-control,
.cid-uZAfvicoSA .close {
  background: #1b1b1b;
}
.cid-uZAfvicoSA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZAfvicoSA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZAfvicoSA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZAfvicoSA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZAfvicoSA .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-uZAfvicoSA .close::before {
  content: '\e91a';
}
.cid-uZAfvicoSA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZAfvicoSA .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-uZAfvicoSA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZAfvicoSA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZAfvicoSA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZAfvicoSA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZAfvicoSA .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-uZAfvicoSA .carousel-indicators li.active,
.cid-uZAfvicoSA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZAfvicoSA .carousel-indicators li::after,
.cid-uZAfvicoSA .carousel-indicators li::before {
  content: none;
}
.cid-uZAfvicoSA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZAfvicoSA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZAfvicoSA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZAfvicoSA .carousel-indicators {
    display: none;
  }
}
.cid-uZAfvicoSA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZAfvicoSA .carousel-inner > .active {
  display: block;
}
.cid-uZAfvicoSA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZAfvicoSA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZAfvicoSA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZAfvicoSA .carousel-control,
  .cid-uZAfvicoSA .carousel-indicators,
  .cid-uZAfvicoSA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZAfvicoSA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZAfvicoSA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZAfvicoSA .carousel-indicators .active,
.cid-uZAfvicoSA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZAfvicoSA .carousel-indicators .active {
  background: #fff;
}
.cid-uZAfvicoSA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZAfvicoSA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZAfvicoSA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZAfvicoSA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZAfvicoSA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZAfvicoSA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZAfvicoSA .carousel {
  width: 100%;
}
.cid-uZAfvicoSA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZAfvicoSA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZAfvicoSA .modal.fade .modal-dialog,
.cid-uZAfvicoSA .modal.in .modal-dialog {
  transform: none;
}
.cid-uZAfvicoSA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZAfvicoSA .content-head {
  max-width: 800px;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZAsV6gsSX {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/image-11-1920x750.jpg");
}
.cid-uZAsV6gsSX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZAsV6gsSX h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZAsV6gsSX h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZAsV6gsSX .mbr-text,
.cid-uZAsV6gsSX .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZAsV6gsSX h3:before,
  .cid-uZAsV6gsSX h3:after {
    display: none;
  }
}
.cid-uZAsV6gsSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAsV6gsSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAsV6gsSX H3 {
  color: #ffffff;
}
.cid-uZAsV6gsSX H1 {
  color: #c9ab81;
}
.cid-uZAsV7imN9 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZAsV7imN9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZAsV7imN9 h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZAsV7imN9 h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZAsV7imN9 .mbr-text,
.cid-uZAsV7imN9 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZAsV7imN9 h3:before,
  .cid-uZAsV7imN9 h3:after {
    display: none;
  }
}
.cid-uZAsV7imN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAsV7imN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAsV7imN9 H3 {
  color: #000000;
}
.cid-uZAsV7imN9 H1 {
  color: #c9ab81;
}
.cid-uZAsV7imN9 H2 {
  color: #c9ab81;
}
.cid-uZAsV91ndq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZAsV91ndq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZAsV91ndq .item {
    margin-bottom: 1rem;
  }
}
.cid-uZAsV91ndq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uZAsV91ndq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZAsV91ndq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZAsV91ndq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZAsV91ndq .carousel-control,
.cid-uZAsV91ndq .close {
  background: #1b1b1b;
}
.cid-uZAsV91ndq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZAsV91ndq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZAsV91ndq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZAsV91ndq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZAsV91ndq .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-uZAsV91ndq .close::before {
  content: '\e91a';
}
.cid-uZAsV91ndq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZAsV91ndq .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-uZAsV91ndq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZAsV91ndq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZAsV91ndq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZAsV91ndq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZAsV91ndq .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-uZAsV91ndq .carousel-indicators li.active,
.cid-uZAsV91ndq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZAsV91ndq .carousel-indicators li::after,
.cid-uZAsV91ndq .carousel-indicators li::before {
  content: none;
}
.cid-uZAsV91ndq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZAsV91ndq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZAsV91ndq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZAsV91ndq .carousel-indicators {
    display: none;
  }
}
.cid-uZAsV91ndq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZAsV91ndq .carousel-inner > .active {
  display: block;
}
.cid-uZAsV91ndq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZAsV91ndq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZAsV91ndq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZAsV91ndq .carousel-control,
  .cid-uZAsV91ndq .carousel-indicators,
  .cid-uZAsV91ndq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZAsV91ndq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZAsV91ndq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZAsV91ndq .carousel-indicators .active,
.cid-uZAsV91ndq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZAsV91ndq .carousel-indicators .active {
  background: #fff;
}
.cid-uZAsV91ndq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZAsV91ndq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZAsV91ndq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZAsV91ndq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZAsV91ndq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZAsV91ndq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZAsV91ndq .carousel {
  width: 100%;
}
.cid-uZAsV91ndq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZAsV91ndq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZAsV91ndq .modal.fade .modal-dialog,
.cid-uZAsV91ndq .modal.in .modal-dialog {
  transform: none;
}
.cid-uZAsV91ndq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZAsV91ndq .content-head {
  max-width: 800px;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZAwbMVBZc {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/image-11-1920x750.jpg");
}
.cid-uZAwbMVBZc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZAwbMVBZc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZAwbMVBZc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uZAwbMVBZc .mbr-text,
.cid-uZAwbMVBZc .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZAwbMVBZc h3:before,
  .cid-uZAwbMVBZc h3:after {
    display: none;
  }
}
.cid-uZAwbMVBZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAwbMVBZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAwbMVBZc H3 {
  color: #ffffff;
}
.cid-uZAwbMVBZc H1 {
  color: #c9ab81;
}
.cid-uZAxATXMxg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZAxATXMxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAxATXMxg .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uZAxATXMxg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZAxATXMxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAxATXMxg .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #c9ab81;
  height: 80px;
  border-radius: 50%;
}
.cid-uZAxATXMxg .card-title,
.cid-uZAxATXMxg .iconfont-wrapper,
.cid-uZAxATXMxg .card-text {
  color: #000000;
  text-align: center;
}
.cid-uZAxATXMxg .content-head {
  max-width: 800px;
}
.cid-uZAxATXMxg .mbr-section-title {
  color: #000000;
}
.cid-uZAxATXMxg .mbr-section-btn {
  text-align: center;
}
.cid-v53OiXIIBQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v53OiXIIBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53OiXIIBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53OiXIIBQ .row {
  flex-direction: row-reverse;
}
.cid-vmeWAg67q2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmeWAg67q2 .mbr-text {
  color: #000000;
}
.cid-vmeWAg67q2 .mbr-section-subtitle {
  color: #000000;
}
.cid-vmeWAg67q2 .mbr-section-title {
  color: #000000;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v8chJviq6h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8chJviq6h .nav-item,
.cid-v8chJviq6h .nav-link,
.cid-v8chJviq6h .navbar-caption {
  font-weight: normal;
}
.cid-v8chJviq6h .nav-item:focus,
.cid-v8chJviq6h .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8chJviq6h .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v8chJviq6h .nav-item .nav-link {
    position: relative;
  }
  .cid-v8chJviq6h .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v8chJviq6h .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v8chJviq6h .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v8chJviq6h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v8chJviq6h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8chJviq6h .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v8chJviq6h .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8chJviq6h .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8chJviq6h .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8chJviq6h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8chJviq6h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8chJviq6h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v8chJviq6h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v8chJviq6h .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v8chJviq6h .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v8chJviq6h .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v8chJviq6h .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v8chJviq6h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8chJviq6h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8chJviq6h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v8chJviq6h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8chJviq6h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8chJviq6h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8chJviq6h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8chJviq6h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8chJviq6h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8chJviq6h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v8chJviq6h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8chJviq6h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8chJviq6h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8chJviq6h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8chJviq6h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8chJviq6h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8chJviq6h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8chJviq6h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8chJviq6h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8chJviq6h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8chJviq6h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v8chJviq6h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v8chJviq6h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v8chJviq6h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8chJviq6h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8chJviq6h .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8chJviq6h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8chJviq6h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8chJviq6h .dropdown-item.active,
.cid-v8chJviq6h .dropdown-item:active {
  background-color: transparent;
}
.cid-v8chJviq6h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8chJviq6h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8chJviq6h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8chJviq6h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v8chJviq6h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v8chJviq6h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8chJviq6h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8chJviq6h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8chJviq6h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v8chJviq6h .navbar-buttons {
  text-align: center;
}
.cid-v8chJviq6h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8chJviq6h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v8chJviq6h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8chJviq6h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8chJviq6h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8chJviq6h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8chJviq6h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8chJviq6h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8chJviq6h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8chJviq6h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8chJviq6h .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v8chJviq6h a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8chJviq6h .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v8chJviq6h .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v8chJviq6h .soc-item {
  margin: .5rem .3rem;
}
.cid-v8chJviq6h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8chJviq6h a.nav-link,
.cid-v8chJviq6h a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v8chJviq6h a.nav-link .mbr-iconfont-btn,
.cid-v8chJviq6h a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v8chJviq6h a.nav-link:hover .mbr-iconfont-btn,
.cid-v8chJviq6h a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v8chJviq6h a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8chJviq6h .navbar {
    height: 77px;
  }
  .cid-v8chJviq6h .navbar.opened {
    height: auto;
  }
  .cid-v8chJviq6h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8chJviq6h .navbar.navbar-short .nav-link,
.cid-v8chJviq6h .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v8chJviq6h .navbar.navbar-short .navbar-caption,
.cid-v8chJviq6h .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-v8chJwFOjq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v8chJwFOjq img {
  border-radius: 0px;
}
.cid-v8chJwFOjq .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-v8chJwFOjq .date {
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  padding-top: 1rem;
}
.cid-v8chJwFOjq .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-v8chJwFOjq .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-v8chJwFOjq .right {
  display: flex;
  flex-direction: column;
}
.cid-v8chJwFOjq .mbr-section-btn {
  border: 2px solid #ffffff;
  width: auto;
}
.cid-v8chJwFOjq .mbr-section-btn:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.cid-v8chJwFOjq .card-heading {
  padding-top: 0;
}
.cid-v8chJwFOjq .mbr-text {
  padding-top: 10px;
}
.cid-v8chJxp7nZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8chJxp7nZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v8chJxp7nZ h3:before {
  position: absolute;
  content: '';
  left: -180px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-v8chJxp7nZ h3:after {
  position: absolute;
  content: '';
  right: -180px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-v8chJxp7nZ .mbr-text,
.cid-v8chJxp7nZ .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v8chJxp7nZ h3:before,
  .cid-v8chJxp7nZ h3:after {
    display: none;
  }
}
.cid-v8chJxp7nZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8chJxp7nZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8chJxp7nZ H3 {
  color: #000000;
}
.cid-v8chJxp7nZ H1 {
  color: #c9ab81;
}
.cid-v8chJxp7nZ .mbr-text {
  line-height: 1.5;
}
.cid-v8chJyfSqc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-v8chJyfSqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8chJyfSqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8chJyfSqc .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v8chJyfSqc .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-v8chJyfSqc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-v8chJyfSqc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-v8chJyfSqc .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #f8f8f8;
}
@media (max-width: 1540px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-v8chJyfSqc .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8chJyfSqc .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8chJyfSqc .mbr-section-title,
.cid-v8chJyfSqc .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v8chJyfSqc .card-title {
  color: #f5f8ff;
  letter-spacing: 3px;
}
.cid-v8chJyfSqc .card-text {
  color: #000000;
}
.cid-v8chJyfSqc .card-title,
.cid-v8chJyfSqc .mbr-section-btn {
  color: #000000;
}
.cid-v8chJyfSqc .mbr-text1 {
  color: #c9ab81 !important;
}
.cid-v8gaSwZzyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gaSwZzyN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-v8gaSwZzyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gaSwZzyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gaSwZzyN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .container {
    padding: 0 22px;
  }
}
.cid-v8gaSwZzyN .row {
  position: relative;
  z-index: 1;
}
.cid-v8gaSwZzyN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-v8gaSwZzyN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8gaSwZzyN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8gaSwZzyN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8gaSwZzyN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before,
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8gaSwZzyN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-v8gaSwZzyN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-v8gaSwZzyN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8gaSwZzyN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8gaSwZzyN .list {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-contact {
  color: #ffffff;
}
.cid-v8gaSwZzyN .mbr-desc {
  color: #ffffff;
}
.cid-v8gaSwZzyN .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v8gaSwZzyN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8gaSwZzyN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8gaSwZzyN .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-v8gaSwZzyN .mbr-contact,
.cid-v8gaSwZzyN .item-contact {
  color: #000000;
  text-align: left;
}
.cid-v8gaSwZzyN .mbr-desc,
.cid-v8gaSwZzyN .mbr-section-btn {
  color: #000000;
}
.cid-v8gaSwZzyN .contacts-wrapper,
.cid-v8gaSwZzyN .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-v8gaSwZzyN .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-v8gaSwZzyN .list,
.cid-v8gaSwZzyN .item-wrap {
  color: #000000;
}
.cid-v4ZRz84NLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c9ab81;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .nav-item,
.cid-v4ZRz84NLE .nav-link,
.cid-v4ZRz84NLE .navbar-caption {
  font-weight: normal;
}
.cid-v4ZRz84NLE .nav-item:focus,
.cid-v4ZRz84NLE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link {
    position: relative;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c9ab81;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-v4ZRz84NLE .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4ZRz84NLE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4ZRz84NLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4ZRz84NLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4ZRz84NLE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-v4ZRz84NLE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4ZRz84NLE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4ZRz84NLE .navbar .navbar-collapse {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar .icons-menu {
  margin-left: auto;
  margin-right: 0;
}
.cid-v4ZRz84NLE .navbar .navbar-buttons {
  margin-left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4ZRz84NLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4ZRz84NLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4ZRz84NLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4ZRz84NLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4ZRz84NLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4ZRz84NLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4ZRz84NLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4ZRz84NLE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4ZRz84NLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4ZRz84NLE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4ZRz84NLE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4ZRz84NLE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4ZRz84NLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4ZRz84NLE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4ZRz84NLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4ZRz84NLE .dropdown-item.active,
.cid-v4ZRz84NLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4ZRz84NLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-v4ZRz84NLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4ZRz84NLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4ZRz84NLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4ZRz84NLE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4ZRz84NLE .navbar-buttons {
  text-align: center;
}
.cid-v4ZRz84NLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9ab81;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4ZRz84NLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4ZRz84NLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4ZRz84NLE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v4ZRz84NLE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-v4ZRz84NLE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-v4ZRz84NLE .soc-item {
  margin: .5rem .3rem;
}
.cid-v4ZRz84NLE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link,
.cid-v4ZRz84NLE a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v4ZRz84NLE a.nav-link .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v4ZRz84NLE a.nav-link:hover .mbr-iconfont-btn,
.cid-v4ZRz84NLE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v4ZRz84NLE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4ZRz84NLE .navbar {
    height: 77px;
  }
  .cid-v4ZRz84NLE .navbar.opened {
    height: auto;
  }
  .cid-v4ZRz84NLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4ZRz84NLE .navbar.navbar-short .nav-link,
.cid-v4ZRz84NLE .navbar.opened .nav-link {
  color: #000000 !important;
}
.cid-v4ZRz84NLE .navbar.navbar-short .navbar-caption,
.cid-v4ZRz84NLE .navbar.opened .navbar-caption {
  color: #000000 !important;
}
.cid-uZAnRCNrJk {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/524856161-18063443189518971-3160228997828119514-n-1440x1440.jpeg");
}
.cid-uZAnRCNrJk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZAnRCNrJk h3:before {
  position: absolute;
  content: '';
  left: -280px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZAnRCNrJk h3:after {
  position: absolute;
  content: '';
  right: -280px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: currentColor;
}
.cid-uZAnRCNrJk .mbr-text,
.cid-uZAnRCNrJk .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZAnRCNrJk h3:before,
  .cid-uZAnRCNrJk h3:after {
    display: none;
  }
}
.cid-uZAnRCNrJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAnRCNrJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAnRCNrJk H3 {
  color: #ffffff;
}
.cid-uZAnRCNrJk H1 {
  color: #c9ab81;
}
.cid-uZAnRDyATQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZAnRDyATQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uZAnRDyATQ h3:before {
  position: absolute;
  content: '';
  left: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZAnRDyATQ h3:after {
  position: absolute;
  content: '';
  right: -330px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: currentColor;
}
.cid-uZAnRDyATQ .mbr-text,
.cid-uZAnRDyATQ .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZAnRDyATQ h3:before,
  .cid-uZAnRDyATQ h3:after {
    display: none;
  }
}
.cid-uZAnRDyATQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAnRDyATQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAnRDyATQ H3 {
  color: #000000;
}
.cid-uZAnRDyATQ H1 {
  color: #c9ab81;
}
.cid-uZAnRDyATQ H2 {
  color: #c9ab81;
}
.cid-uZArGFoRVG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZArGFoRVG .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uZArGFoRVG .mbr-section-subtitle {
  color: #000000;
}
.cid-uZArGFoRVG .mbr-section-title {
  color: #000000;
}
.cid-v8g9WS6R4Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8g9WS6R4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8g9WS6R4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8g9WS6R4Q .item {
  padding-bottom: 2rem;
}
.cid-v8g9WS6R4Q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v8g9WS6R4Q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v8g9WS6R4Q .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-v8g9WS6R4Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8g9WS6R4Q .carousel-control,
.cid-v8g9WS6R4Q .close {
  background: #1b1b1b;
}
.cid-v8g9WS6R4Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8g9WS6R4Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8g9WS6R4Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8g9WS6R4Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8g9WS6R4Q .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-v8g9WS6R4Q .close::before {
  content: '\e91a';
}
.cid-v8g9WS6R4Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8g9WS6R4Q .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-v8g9WS6R4Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8g9WS6R4Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8g9WS6R4Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8g9WS6R4Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8g9WS6R4Q .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-v8g9WS6R4Q .carousel-indicators li.active,
.cid-v8g9WS6R4Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8g9WS6R4Q .carousel-indicators li::after,
.cid-v8g9WS6R4Q .carousel-indicators li::before {
  content: none;
}
.cid-v8g9WS6R4Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8g9WS6R4Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8g9WS6R4Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8g9WS6R4Q .carousel-indicators {
    display: none;
  }
}
.cid-v8g9WS6R4Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8g9WS6R4Q .carousel-inner > .active {
  display: block;
}
.cid-v8g9WS6R4Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8g9WS6R4Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8g9WS6R4Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8g9WS6R4Q .carousel-control,
  .cid-v8g9WS6R4Q .carousel-indicators,
  .cid-v8g9WS6R4Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8g9WS6R4Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8g9WS6R4Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8g9WS6R4Q .carousel-indicators .active,
.cid-v8g9WS6R4Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8g9WS6R4Q .carousel-indicators .active {
  background: #fff;
}
.cid-v8g9WS6R4Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8g9WS6R4Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8g9WS6R4Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8g9WS6R4Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8g9WS6R4Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8g9WS6R4Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8g9WS6R4Q .carousel {
  width: 100%;
}
.cid-v8g9WS6R4Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8g9WS6R4Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8g9WS6R4Q .modal.fade .modal-dialog,
.cid-v8g9WS6R4Q .modal.in .modal-dialog {
  transform: none;
}
.cid-v8g9WS6R4Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8g9WS6R4Q H6 {
  text-align: center;
}
.cid-v8g9WS6R4Q .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uZAnRH1ybq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZAnRH1ybq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uZAnRH1ybq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAnRH1ybq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAnRH1ybq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uZAnRH1ybq .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .container {
    padding: 0 22px;
  }
}
.cid-uZAnRH1ybq .row {
  position: relative;
  z-index: 1;
}
.cid-uZAnRH1ybq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uZAnRH1ybq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZAnRH1ybq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uZAnRH1ybq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZAnRH1ybq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uZAnRH1ybq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZAnRH1ybq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uZAnRH1ybq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uZAnRH1ybq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uZAnRH1ybq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZAnRH1ybq .nav-wrapper .list .item-wrap:hover,
.cid-uZAnRH1ybq .nav-wrapper .list .item-wrap:hover {
  color: #c9ab81;
}
.cid-uZAnRH1ybq .nav-wrapper .list .item-wrap:hover::before,
.cid-uZAnRH1ybq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZAnRH1ybq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZAnRH1ybq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9ab81;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9ab81;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uZAnRH1ybq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZAnRH1ybq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uZAnRH1ybq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9ab81;
}
.cid-uZAnRH1ybq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #c9ab81;
  transition: all 0.3s ease-in-out;
}
.cid-uZAnRH1ybq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uZAnRH1ybq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZAnRH1ybq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZAnRH1ybq .mbr-section-subtitle {
  color: #000000;
}
.cid-uZAnRH1ybq .list {
  color: #ffffff;
}
.cid-uZAnRH1ybq .mbr-contact {
  color: #ffffff;
}
.cid-uZAnRH1ybq .mbr-desc {
  color: #ffffff;
}
.cid-uZAnRH1ybq .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZAnRH1ybq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uZAnRH1ybq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZAnRH1ybq .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-uZAnRH1ybq .mbr-contact,
.cid-uZAnRH1ybq .item-contact {
  color: #000000;
  text-align: left;
}
.cid-uZAnRH1ybq .mbr-desc,
.cid-uZAnRH1ybq .mbr-section-btn {
  color: #000000;
}
.cid-uZAnRH1ybq .contacts-wrapper,
.cid-uZAnRH1ybq .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uZAnRH1ybq .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uZAnRH1ybq .list,
.cid-uZAnRH1ybq .item-wrap {
  color: #000000;
}
