.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: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 36px;
}
.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: 0.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.63rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: #5d1336 !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #cba058 !important;
}
.bg-danger {
  background-color: #af2311 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5d1336 !important;
  border-color: #5d1336 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #871c4f !important;
  border-color: #871c4f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #871c4f !important;
  border-color: #871c4f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !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: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cba058 !important;
  border-color: #cba058 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d7b67f !important;
  border-color: #d7b67f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d7b67f !important;
  border-color: #d7b67f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #af2311 !important;
  border-color: #af2311 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !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: #5d1336;
  color: #5d1336;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #15040c !important;
  background-color: transparent !important;
  border-color: #15040c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d1336 !important;
  border-color: #5d1336 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !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: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cba058;
  color: #cba058;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9c7431 !important;
  background-color: transparent !important;
  border-color: #9c7431 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cba058 !important;
  border-color: #cba058 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #af2311;
  color: #af2311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #601309 !important;
  background-color: transparent !important;
  border-color: #601309 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #af2311 !important;
  border-color: #af2311 !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: #5d1336 !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #cba058 !important;
}
.text-danger {
  color: #af2311 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #080205 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !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: #906b2d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #521008 !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: #5d1336;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #cba058;
}
.alert-danger {
  background-color: #af2311;
}
.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: #5d1336;
  border-color: #5d1336;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5d1336;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c72973;
}
.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: #fbf8f4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ee6351;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 36px;
  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: #5d1336 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #5d1336;
}
/* 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: #5d1336;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d1336;
}
.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: #5d1336;
  border-bottom-color: #5d1336;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5d1336 !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: #6f6f6f !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='%235d1336' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #5d1336 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #cba058 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #af2311 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #5d1336 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #ededed !important;
  color: #6f6f6f !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: #6f6f6f !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #cba058 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #af2311 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-uqDzASwoao {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqDzASwoao nav.navbar {
  position: fixed;
}
.cid-uqDzASwoao .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqDzASwoao .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqDzASwoao .dropdown-item:hover,
.cid-uqDzASwoao .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uqDzASwoao .dropdown-item:hover span {
  color: white;
}
.cid-uqDzASwoao .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqDzASwoao .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqDzASwoao .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqDzASwoao .nav-link {
  position: relative;
}
.cid-uqDzASwoao .container {
  display: flex;
  margin: auto;
}
.cid-uqDzASwoao .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqDzASwoao .dropdown-menu,
.cid-uqDzASwoao .navbar.opened {
  background: #fafafa !important;
}
.cid-uqDzASwoao .nav-item:focus,
.cid-uqDzASwoao .nav-link:focus {
  outline: none;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqDzASwoao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqDzASwoao .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqDzASwoao .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uqDzASwoao .navbar.opened {
  transition: all 0.3s;
}
.cid-uqDzASwoao .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqDzASwoao .navbar .navbar-logo img {
  width: auto;
}
.cid-uqDzASwoao .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uqDzASwoao .navbar.collapsed {
  justify-content: center;
}
.cid-uqDzASwoao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqDzASwoao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqDzASwoao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqDzASwoao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqDzASwoao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uqDzASwoao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqDzASwoao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqDzASwoao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqDzASwoao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqDzASwoao .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqDzASwoao .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqDzASwoao .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uqDzASwoao .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uqDzASwoao .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uqDzASwoao .navbar {
    padding: 0 50px !important;
  }
}
.cid-uqDzASwoao .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uqDzASwoao .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uqDzASwoao .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uqDzASwoao .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uqDzASwoao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqDzASwoao .dropdown-item.active,
.cid-uqDzASwoao .dropdown-item:active {
  background-color: transparent;
}
.cid-uqDzASwoao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqDzASwoao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uqDzASwoao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqDzASwoao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDzASwoao ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uqDzASwoao .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uqDzASwoao .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uqDzASwoao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqDzASwoao .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqDzASwoao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqDzASwoao .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqDzASwoao .navbar {
    height: 100px;
  }
  .cid-uqDzASwoao .navbar.opened {
    height: auto;
  }
  .cid-uqDzASwoao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqDzASwoao .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uqDzASwoao .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uqDzASwoao .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-u2KTTODAU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u2KTTODAU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KTTODAU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2KTTODAU9 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u2KTTODAU9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2KTTODAU9 .container {
    padding: 0 16px;
  }
}
.cid-u2KTTODAU9 .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KTTODAU9 .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-u2KTTODAU9 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2KTTODAU9 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-u2KTTODAU9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KTTODAU9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u2KTTODAU9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u2KTTODAU9 .mbr-section-title {
  color: #ffffff;
}
.cid-u2KTTODAU9 .mbr-text {
  color: #ffffff;
}
.cid-uq90UhN6oe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-uq90UhN6oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq90UhN6oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq90UhN6oe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq90UhN6oe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq90UhN6oe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq90UhN6oe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq90UhN6oe .mbr-section-title {
  color: #000000;
}
.cid-uq90UhN6oe .mbr-text,
.cid-uq90UhN6oe .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-upXIvBMfCv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-upXIvBMfCv::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #cba058 -10%, transparent 80%);
}
.cid-upXIvBMfCv::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #cba058 -10%, transparent 80%);
}
.cid-upXIvBMfCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXIvBMfCv .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-upXIvBMfCv .container {
    padding: 0 16px;
  }
}
.cid-upXIvBMfCv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-upXIvBMfCv .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-upXIvBMfCv .content-wrapper {
  margin-bottom: 80px;
}
.cid-upXIvBMfCv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upXIvBMfCv .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-upXIvBMfCv .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-upXIvBMfCv .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-upXIvBMfCv .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-upXIvBMfCv .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-upXIvBMfCv .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-upXIvBMfCv .item .item-wrapper {
    padding: 32px;
  }
}
.cid-upXIvBMfCv .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upXIvBMfCv .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-upXIvBMfCv .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-upXIvBMfCv .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #cba058;
}
.cid-upXIvBMfCv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-upXIvBMfCv .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-upXIvBMfCv .mbr-section-title {
  color: #000000;
}
.cid-upXIvBMfCv .mbr-text,
.cid-upXIvBMfCv .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-upXIvBMfCv .item-title {
  color: #000000;
}
.cid-upXIvBMfCv .item-text {
  color: #6f6f6f;
  text-align: justify;
}
.cid-upXIvBMfCv .mbr-section-title,
.cid-upXIvBMfCv .mbr-section-btn {
  text-align: center;
}
.cid-uq94dhDYj4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
}
.cid-uq94dhDYj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq94dhDYj4 .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/background1.jpg");
}
.cid-uq94dhDYj4 .title .num {
  width: 100%;
  display: block;
}
.cid-uq94dhDYj4 .title .card-title {
  z-index: 1;
}
.cid-uq94dhDYj4 .num {
  color: #9fe870;
}
.cid-uq94dhDYj4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uq94dhDYj4 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq94dhDYj4 * {
    text-align: center !important;
  }
  .cid-uq94dhDYj4 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uq94dhDYj4 .content-head {
  max-width: 800px;
}
.cid-uq94dhDYj4 .card-title,
.cid-uq94dhDYj4 .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-uq94dhDYj4 .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uq94dhDYj4 .mbr-section-title,
.cid-uq94dhDYj4 .card-box {
  color: #5d1336;
}
.cid-uq9nqkhcMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uq9nqkhcMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9nqkhcMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uq9nqkhcMO .container {
    padding: 0 24px;
  }
}
.cid-uq9nqkhcMO .row {
  border-top: 1px solid #ededed;
}
@media (min-width: 992px) {
  .cid-uq9nqkhcMO .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .row {
    border: none;
  }
}
.cid-uq9nqkhcMO .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .row .card {
    padding: 0 16px;
  }
}
.cid-uq9nqkhcMO .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .content-wrapper {
    padding: 24px;
  }
}
.cid-uq9nqkhcMO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uq9nqkhcMO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uq9nqkhcMO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uq9nqkhcMO .panel-group .card {
  padding: 32px;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-radius: 0 !important;
}
.cid-uq9nqkhcMO .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .panel-group .card:first-child {
    border-top: 1px solid #ededed;
  }
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-uq9nqkhcMO .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uq9nqkhcMO .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-uq9nqkhcMO .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #cba058;
}
.cid-uq9nqkhcMO .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-uq9nqkhcMO .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #5e1437;
}
.cid-uq9nqkhcMO .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-uq9nqkhcMO .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uq9nqkhcMO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uq9nqkhcMO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uq9nqkhcMO .mbr-text {
  color: #222222;
  text-align: right;
}
.cid-uq9nqkhcMO .panel-title-edit {
  color: #E0B548;
}
.cid-uq9nqkhcMO .panel-text {
  color: #222222;
}
.cid-uq9nqkhcMO .mbr-section-title,
.cid-uq9nqkhcMO .mbr-section-btn {
  text-align: right;
  color: #222222;
}
.cid-uq9nqkhcMO .panel-title-edit,
.cid-uq9nqkhcMO .panel-title {
  color: #a35f11;
}
.cid-uq9eFSdUMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-uq9eFSdUMq .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uq9eFSdUMq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uq9eFSdUMq .container {
    padding: 0 16px;
  }
}
.cid-uq9eFSdUMq .row {
  position: relative;
  z-index: 1;
}
.cid-uq9eFSdUMq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uq9eFSdUMq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uq9eFSdUMq .embla__slide .slide-content {
  width: 100%;
}
.cid-uq9eFSdUMq .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background-color: #fafafa;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uq9eFSdUMq .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uq9eFSdUMq .embla__slide .slide-content .item-wrapper .content-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uq9eFSdUMq .embla__slide .slide-content .item-wrapper .content-wrapper .item-text span {
  color: #d38224;
}
.cid-uq9eFSdUMq .embla__slide .slide-content .item-wrapper .item-img .name-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uq9eFSdUMq .embla__slide .slide-content .item-wrapper .item-img .name-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uq9eFSdUMq .embla__slide .slide-content .item-wrapper .item-img .name-wrap .item-name {
  margin-left: 16px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-uq9eFSdUMq .embla__button--next,
.cid-uq9eFSdUMq .embla__button--prev {
  display: flex;
}
.cid-uq9eFSdUMq .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #5d1336 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uq9eFSdUMq .embla__button {
    display: none;
  }
}
.cid-uq9eFSdUMq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uq9eFSdUMq .embla__button:hover {
  opacity: .7 !important;
}
.cid-uq9eFSdUMq .embla__button.embla__button--prev {
  left: 0;
}
.cid-uq9eFSdUMq .embla__button.embla__button--next {
  right: 0;
}
.cid-uq9eFSdUMq .embla {
  position: relative;
  width: 100%;
}
.cid-uq9eFSdUMq .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uq9eFSdUMq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uq9eFSdUMq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uq9eFSdUMq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uq9eFSdUMq .item-text {
  color: #000000;
}
.cid-uq9eFSdUMq .item-name {
  color: #000000;
}
.cid-uq9rc960Om {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uq9rc960Om::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uq9rc960Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9rc960Om .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-uq9rc960Om .container {
    padding: 0 16px;
  }
}
.cid-uq9rc960Om .row {
  position: relative;
  justify-content: space-between;
}
.cid-uq9rc960Om .row .card {
  justify-content: space-between;
}
.cid-uq9rc960Om .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uq9rc960Om .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uq9rc960Om .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uq9rc960Om .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq9rc960Om .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uq9rc960Om .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uq9rc960Om .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uq9rc960Om .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uq9rc960Om .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uq9rc960Om .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uq9rc960Om .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uq9rc960Om .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uq9rc960Om .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uq9rc960Om .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uq9rc960Om .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uq9rc960Om .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uq9rc960Om .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uq9rc960Om .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uq9rc960Om .dragArea.row .form-group .form-control:hover,
.cid-uq9rc960Om .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uq9rc960Om .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uq9rc960Om .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uq9rc960Om .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uq9rc960Om .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uq9rc960Om .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uq9rc960Om .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uq9rc960Om .mbr-section-title {
  color: #000000;
}
.cid-uq9rc960Om .mbr-text {
  color: #6f6f6f;
}
.cid-uq9rc960Om .mbr-contact {
  color: #000000;
}
.cid-uq9rc960Om label {
  color: #000000;
}
.cid-uqDuWyXeD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uqDuWyXeD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqDuWyXeD1 .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-uqDuWyXeD1 .container {
    padding: 0 16px;
  }
}
.cid-uqDuWyXeD1 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uqDuWyXeD1 .row .card {
  justify-content: flex-end;
}
.cid-uqDuWyXeD1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uqDuWyXeD1 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uqDuWyXeD1 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uqDuWyXeD1 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uqDuWyXeD1 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uqDuWyXeD1 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uqDuWyXeD1 .mbr-section-title {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-text {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uqDuWyXeD1 .list {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-contact {
  color: #000000;
}
.cid-uqDuWyXeD1 .list,
.cid-uqDuWyXeD1 .item-wrap {
  color: #000000;
}
.cid-utPndEKuPm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utPndEKuPm nav.navbar {
  position: fixed;
}
.cid-utPndEKuPm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utPndEKuPm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utPndEKuPm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utPndEKuPm .dropdown-item:hover,
.cid-utPndEKuPm .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-utPndEKuPm .dropdown-item:hover span {
  color: white;
}
.cid-utPndEKuPm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utPndEKuPm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utPndEKuPm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utPndEKuPm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utPndEKuPm .nav-link {
  position: relative;
}
.cid-utPndEKuPm .container {
  display: flex;
  margin: auto;
}
.cid-utPndEKuPm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utPndEKuPm .dropdown-menu,
.cid-utPndEKuPm .navbar.opened {
  background: #fafafa !important;
}
.cid-utPndEKuPm .nav-item:focus,
.cid-utPndEKuPm .nav-link:focus {
  outline: none;
}
.cid-utPndEKuPm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utPndEKuPm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utPndEKuPm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utPndEKuPm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utPndEKuPm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utPndEKuPm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utPndEKuPm .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utPndEKuPm .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-utPndEKuPm .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utPndEKuPm .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-utPndEKuPm .navbar.opened {
  transition: all 0.3s;
}
.cid-utPndEKuPm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utPndEKuPm .navbar .navbar-logo img {
  width: auto;
}
.cid-utPndEKuPm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utPndEKuPm .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-utPndEKuPm .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-utPndEKuPm .navbar.collapsed {
  justify-content: center;
}
.cid-utPndEKuPm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utPndEKuPm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utPndEKuPm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-utPndEKuPm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utPndEKuPm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utPndEKuPm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utPndEKuPm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-utPndEKuPm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utPndEKuPm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utPndEKuPm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utPndEKuPm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utPndEKuPm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utPndEKuPm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utPndEKuPm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-utPndEKuPm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utPndEKuPm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utPndEKuPm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utPndEKuPm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utPndEKuPm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utPndEKuPm .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utPndEKuPm .navbar.navbar-short {
  min-height: 60px;
}
.cid-utPndEKuPm .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-utPndEKuPm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-utPndEKuPm .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-utPndEKuPm .navbar {
    padding: 0 50px !important;
  }
}
.cid-utPndEKuPm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-utPndEKuPm .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-utPndEKuPm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-utPndEKuPm .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-utPndEKuPm .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-utPndEKuPm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utPndEKuPm .dropdown-item.active,
.cid-utPndEKuPm .dropdown-item:active {
  background-color: transparent;
}
.cid-utPndEKuPm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utPndEKuPm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utPndEKuPm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utPndEKuPm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-utPndEKuPm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utPndEKuPm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utPndEKuPm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-utPndEKuPm ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-utPndEKuPm .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utPndEKuPm .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-utPndEKuPm .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-utPndEKuPm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-utPndEKuPm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-utPndEKuPm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utPndEKuPm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utPndEKuPm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utPndEKuPm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-utPndEKuPm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utPndEKuPm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utPndEKuPm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utPndEKuPm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utPndEKuPm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utPndEKuPm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utPndEKuPm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utPndEKuPm .navbar {
    height: 100px;
  }
  .cid-utPndEKuPm .navbar.opened {
    height: auto;
  }
  .cid-utPndEKuPm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utPndEKuPm .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-utPndEKuPm .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-utPndEKuPm .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-utPtjqYERv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-utPtjqYERv .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPtjqYERv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPtjqYERv .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-utPtjqYERv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-utPtjqYERv .container {
    padding: 0 16px;
  }
}
.cid-utPtjqYERv .row {
  justify-content: center;
}
.cid-utPtjqYERv .content-wrapper {
  position: relative;
}
.cid-utPtjqYERv .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-utPtjqYERv .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-utPtjqYERv .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #e59e4d;
  display: inline-flex;
}
.cid-utPtjqYERv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utPtjqYERv .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-utPtjqYERv .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-utPtjqYERv .mbr-text {
  color: #000000;
}
.cid-utPtjqYERv .mbr-text,
.cid-utPtjqYERv .icon-wrapper {
  text-align: center;
}
.cid-utPs68zX4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #cba058;
}
.cid-utPs68zX4q .decor-wrap {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 85%;
  height: 140%;
  border-radius: 100% 0 0 100%;
  background-color: #ededed;
  border-radius: 0 100% 100% 0;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-utPs68zX4q .decor-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-utPs68zX4q .decor-wrap {
    width: 100%;
    border-radius: 0;
  }
}
.cid-utPs68zX4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPs68zX4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPs68zX4q .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-utPs68zX4q .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-utPs68zX4q .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-utPs68zX4q .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-utPs68zX4q .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-utPs68zX4q .item {
    margin-bottom: 46px;
  }
}
.cid-utPs68zX4q .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-utPs68zX4q .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
}
.cid-utPs68zX4q .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-utPs68zX4q .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-utPs68zX4q .item .card_1 .card-box .icon-wrapper .mbr-iconfont {
  color: #5d1336;
}
.cid-utPs68zX4q .item .card_2 .card-box .icon-wrapper .mbr-iconfont {
  color: #5d1336;
}
.cid-utPs68zX4q .item .card_3 .card-box .icon-wrapper .mbr-iconfont {
  color: #5d1336;
}
.cid-utPs68zX4q .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-utPs68zX4q .item-title {
  color: #212529;
}
.cid-utPs68zX4q .item-text {
  color: #51565c;
}
.cid-utPs68zX4q .mbr-section-title DIV {
  text-align: left;
}
.cid-uPwUssM3L4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPwUssM3L4::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPwUssM3L4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPwUssM3L4 .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-uPwUssM3L4 .container {
    padding: 0 16px;
  }
}
.cid-uPwUssM3L4 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPwUssM3L4 .row .card {
  justify-content: space-between;
}
.cid-uPwUssM3L4 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwUssM3L4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPwUssM3L4 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPwUssM3L4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPwUssM3L4 .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwUssM3L4 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPwUssM3L4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPwUssM3L4 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPwUssM3L4 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPwUssM3L4 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPwUssM3L4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPwUssM3L4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPwUssM3L4 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPwUssM3L4 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPwUssM3L4 .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPwUssM3L4 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPwUssM3L4 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPwUssM3L4 .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPwUssM3L4 .dragArea.row .form-group .form-control:hover,
.cid-uPwUssM3L4 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPwUssM3L4 .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPwUssM3L4 .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPwUssM3L4 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPwUssM3L4 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPwUssM3L4 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPwUssM3L4 .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPwUssM3L4 .mbr-section-title {
  color: #000000;
}
.cid-uPwUssM3L4 .mbr-text {
  color: #6f6f6f;
}
.cid-uPwUssM3L4 .mbr-contact {
  color: #000000;
}
.cid-uPwUssM3L4 label {
  color: #000000;
}
.cid-utPndJZ7cU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-utPndJZ7cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPndJZ7cU .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-utPndJZ7cU .container {
    padding: 0 16px;
  }
}
.cid-utPndJZ7cU .row {
  position: relative;
  justify-content: space-between;
}
.cid-utPndJZ7cU .row .card {
  justify-content: flex-end;
}
.cid-utPndJZ7cU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utPndJZ7cU .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-utPndJZ7cU .content-wrapper {
  margin-bottom: 24px;
}
.cid-utPndJZ7cU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-utPndJZ7cU .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-utPndJZ7cU .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-utPndJZ7cU .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-utPndJZ7cU .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-utPndJZ7cU .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-utPndJZ7cU .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-utPndJZ7cU .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-utPndJZ7cU .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-utPndJZ7cU .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utPndJZ7cU .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utPndJZ7cU .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utPndJZ7cU .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-utPndJZ7cU .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-utPndJZ7cU .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-utPndJZ7cU .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-utPndJZ7cU .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-utPndJZ7cU .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utPndJZ7cU .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-utPndJZ7cU .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-utPndJZ7cU .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-utPndJZ7cU .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utPndJZ7cU .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-utPndJZ7cU .mbr-section-title {
  color: #000000;
}
.cid-utPndJZ7cU .mbr-section-subtitle {
  color: #000000;
}
.cid-utPndJZ7cU .mbr-text {
  color: #000000;
}
.cid-utPndJZ7cU .mbr-list-title {
  color: #6f6f6f;
}
.cid-utPndJZ7cU .list {
  color: #000000;
}
.cid-utPndJZ7cU .mbr-contact {
  color: #000000;
}
.cid-utPndJZ7cU .list,
.cid-utPndJZ7cU .item-wrap {
  color: #000000;
}
.cid-utWtdDfcmK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utWtdDfcmK nav.navbar {
  position: fixed;
}
.cid-utWtdDfcmK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utWtdDfcmK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utWtdDfcmK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utWtdDfcmK .dropdown-item:hover,
.cid-utWtdDfcmK .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-utWtdDfcmK .dropdown-item:hover span {
  color: white;
}
.cid-utWtdDfcmK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utWtdDfcmK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utWtdDfcmK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utWtdDfcmK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utWtdDfcmK .nav-link {
  position: relative;
}
.cid-utWtdDfcmK .container {
  display: flex;
  margin: auto;
}
.cid-utWtdDfcmK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utWtdDfcmK .dropdown-menu,
.cid-utWtdDfcmK .navbar.opened {
  background: #fafafa !important;
}
.cid-utWtdDfcmK .nav-item:focus,
.cid-utWtdDfcmK .nav-link:focus {
  outline: none;
}
.cid-utWtdDfcmK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utWtdDfcmK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utWtdDfcmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utWtdDfcmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utWtdDfcmK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utWtdDfcmK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utWtdDfcmK .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utWtdDfcmK .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-utWtdDfcmK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utWtdDfcmK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-utWtdDfcmK .navbar.opened {
  transition: all 0.3s;
}
.cid-utWtdDfcmK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utWtdDfcmK .navbar .navbar-logo img {
  width: auto;
}
.cid-utWtdDfcmK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utWtdDfcmK .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-utWtdDfcmK .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-utWtdDfcmK .navbar.collapsed {
  justify-content: center;
}
.cid-utWtdDfcmK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utWtdDfcmK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utWtdDfcmK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-utWtdDfcmK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utWtdDfcmK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utWtdDfcmK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utWtdDfcmK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-utWtdDfcmK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utWtdDfcmK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utWtdDfcmK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utWtdDfcmK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utWtdDfcmK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utWtdDfcmK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utWtdDfcmK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-utWtdDfcmK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utWtdDfcmK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utWtdDfcmK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utWtdDfcmK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utWtdDfcmK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utWtdDfcmK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utWtdDfcmK .navbar.navbar-short {
  min-height: 60px;
}
.cid-utWtdDfcmK .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-utWtdDfcmK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-utWtdDfcmK .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-utWtdDfcmK .navbar {
    padding: 0 50px !important;
  }
}
.cid-utWtdDfcmK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-utWtdDfcmK .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-utWtdDfcmK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-utWtdDfcmK .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-utWtdDfcmK .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-utWtdDfcmK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utWtdDfcmK .dropdown-item.active,
.cid-utWtdDfcmK .dropdown-item:active {
  background-color: transparent;
}
.cid-utWtdDfcmK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utWtdDfcmK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utWtdDfcmK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utWtdDfcmK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-utWtdDfcmK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utWtdDfcmK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utWtdDfcmK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-utWtdDfcmK ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-utWtdDfcmK .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utWtdDfcmK .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-utWtdDfcmK .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-utWtdDfcmK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-utWtdDfcmK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-utWtdDfcmK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utWtdDfcmK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utWtdDfcmK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utWtdDfcmK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-utWtdDfcmK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utWtdDfcmK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utWtdDfcmK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utWtdDfcmK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utWtdDfcmK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utWtdDfcmK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utWtdDfcmK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utWtdDfcmK .navbar {
    height: 100px;
  }
  .cid-utWtdDfcmK .navbar.opened {
    height: auto;
  }
  .cid-utWtdDfcmK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utWtdDfcmK .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-utWtdDfcmK .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-utWtdDfcmK .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uu0I9zg79a {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uu0I9zg79a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uu0I9zg79a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu0I9zg79a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu0I9zg79a .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uu0I9zg79a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uu0I9zg79a .container {
    padding: 0 16px;
  }
}
.cid-uu0I9zg79a .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uu0I9zg79a .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uu0I9zg79a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uu0I9zg79a .mbr-section-title {
  color: #000000;
}
.cid-uu0I9zg79a .mbr-text {
  color: #000000;
}
.cid-uu0I9zg79a .mbr-text,
.cid-uu0I9zg79a .icon-wrapper {
  text-align: justify;
}
.cid-utWxG26JBy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-utWxG26JBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utWxG26JBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utWxG26JBy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-utWxG26JBy .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-utWxG26JBy .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-utWxG26JBy .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-utWxG26JBy .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-utWxG26JBy .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utWxG26JBy .google-map iframe {
    height: 350px;
  }
}
.cid-utWxG26JBy .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-utWxG26JBy .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-utWxG26JBy .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-utWxG26JBy .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-utWxG26JBy .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-utWxG26JBy .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-utWxG26JBy .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utWxG26JBy .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-utWxG26JBy .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-utWxG26JBy .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #cba058;
}
.cid-utWxG26JBy .card {
  justify-content: center;
}
.cid-utWxG26JBy .mbr-section-title {
  color: #212529;
}
.cid-utWxG26JBy .mbr-desc {
  color: #000000;
}
.cid-utWxG26JBy .mbr-address {
  color: #212529;
}
.cid-utWxG26JBy .list {
  color: #212529;
}
.cid-utWycGgELc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-utWycGgELc .mbr-fallback-image.disabled {
  display: none;
}
.cid-utWycGgELc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utWycGgELc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-utWycGgELc .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-utWycGgELc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-utWycGgELc .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-utWycGgELc .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-utWycGgELc .google-map {
    margin-left: 0;
  }
}
.cid-utWycGgELc .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utWycGgELc .google-map iframe {
    height: 350px;
  }
}
.cid-utWycGgELc .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-utWycGgELc .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-utWycGgELc .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-utWycGgELc .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-utWycGgELc .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-utWycGgELc .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-utWycGgELc .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utWycGgELc .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-utWycGgELc .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-utWycGgELc .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #cba058;
}
.cid-utWycGgELc .card {
  justify-content: center;
}
.cid-utWycGgELc .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-utWycGgELc .mbr-desc {
  color: #000000;
}
.cid-utWycGgELc .mbr-address {
  color: #212529;
}
.cid-utWycGgELc .list {
  color: #212529;
}
.cid-uPx8pMsoGp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx8pMsoGp::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPx8pMsoGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx8pMsoGp .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-uPx8pMsoGp .container {
    padding: 0 16px;
  }
}
.cid-uPx8pMsoGp .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPx8pMsoGp .row .card {
  justify-content: space-between;
}
.cid-uPx8pMsoGp .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPx8pMsoGp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPx8pMsoGp .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPx8pMsoGp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx8pMsoGp .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPx8pMsoGp .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPx8pMsoGp .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPx8pMsoGp .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPx8pMsoGp .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPx8pMsoGp .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPx8pMsoGp .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPx8pMsoGp .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPx8pMsoGp .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPx8pMsoGp .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPx8pMsoGp .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPx8pMsoGp .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPx8pMsoGp .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPx8pMsoGp .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPx8pMsoGp .dragArea.row .form-group .form-control:hover,
.cid-uPx8pMsoGp .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPx8pMsoGp .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPx8pMsoGp .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPx8pMsoGp .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPx8pMsoGp .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPx8pMsoGp .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPx8pMsoGp .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPx8pMsoGp .mbr-section-title {
  color: #000000;
}
.cid-uPx8pMsoGp .mbr-text {
  color: #6f6f6f;
}
.cid-uPx8pMsoGp .mbr-contact {
  color: #000000;
}
.cid-uPx8pMsoGp label {
  color: #000000;
}
.cid-utWtdERdLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-utWtdERdLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-utWtdERdLP .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-utWtdERdLP .container {
    padding: 0 16px;
  }
}
.cid-utWtdERdLP .row {
  position: relative;
  justify-content: space-between;
}
.cid-utWtdERdLP .row .card {
  justify-content: flex-end;
}
.cid-utWtdERdLP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utWtdERdLP .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-utWtdERdLP .content-wrapper {
  margin-bottom: 24px;
}
.cid-utWtdERdLP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-utWtdERdLP .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-utWtdERdLP .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-utWtdERdLP .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-utWtdERdLP .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-utWtdERdLP .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-utWtdERdLP .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-utWtdERdLP .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-utWtdERdLP .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-utWtdERdLP .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utWtdERdLP .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utWtdERdLP .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utWtdERdLP .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-utWtdERdLP .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-utWtdERdLP .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-utWtdERdLP .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-utWtdERdLP .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-utWtdERdLP .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utWtdERdLP .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-utWtdERdLP .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-utWtdERdLP .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-utWtdERdLP .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utWtdERdLP .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-utWtdERdLP .mbr-section-title {
  color: #000000;
}
.cid-utWtdERdLP .mbr-section-subtitle {
  color: #000000;
}
.cid-utWtdERdLP .mbr-text {
  color: #000000;
}
.cid-utWtdERdLP .mbr-list-title {
  color: #6f6f6f;
}
.cid-utWtdERdLP .list {
  color: #000000;
}
.cid-utWtdERdLP .mbr-contact {
  color: #000000;
}
.cid-utWtdERdLP .list,
.cid-utWtdERdLP .item-wrap {
  color: #000000;
}
.cid-utPiU9s2R9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utPiU9s2R9 nav.navbar {
  position: fixed;
}
.cid-utPiU9s2R9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utPiU9s2R9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utPiU9s2R9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utPiU9s2R9 .dropdown-item:hover,
.cid-utPiU9s2R9 .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-utPiU9s2R9 .dropdown-item:hover span {
  color: white;
}
.cid-utPiU9s2R9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utPiU9s2R9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utPiU9s2R9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utPiU9s2R9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utPiU9s2R9 .nav-link {
  position: relative;
}
.cid-utPiU9s2R9 .container {
  display: flex;
  margin: auto;
}
.cid-utPiU9s2R9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utPiU9s2R9 .dropdown-menu,
.cid-utPiU9s2R9 .navbar.opened {
  background: #fafafa !important;
}
.cid-utPiU9s2R9 .nav-item:focus,
.cid-utPiU9s2R9 .nav-link:focus {
  outline: none;
}
.cid-utPiU9s2R9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utPiU9s2R9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utPiU9s2R9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utPiU9s2R9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utPiU9s2R9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utPiU9s2R9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utPiU9s2R9 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utPiU9s2R9 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-utPiU9s2R9 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utPiU9s2R9 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-utPiU9s2R9 .navbar.opened {
  transition: all 0.3s;
}
.cid-utPiU9s2R9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utPiU9s2R9 .navbar .navbar-logo img {
  width: auto;
}
.cid-utPiU9s2R9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utPiU9s2R9 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-utPiU9s2R9 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-utPiU9s2R9 .navbar.collapsed {
  justify-content: center;
}
.cid-utPiU9s2R9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utPiU9s2R9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utPiU9s2R9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-utPiU9s2R9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utPiU9s2R9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utPiU9s2R9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utPiU9s2R9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-utPiU9s2R9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utPiU9s2R9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utPiU9s2R9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utPiU9s2R9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utPiU9s2R9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utPiU9s2R9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utPiU9s2R9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-utPiU9s2R9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utPiU9s2R9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utPiU9s2R9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utPiU9s2R9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utPiU9s2R9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utPiU9s2R9 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utPiU9s2R9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utPiU9s2R9 .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-utPiU9s2R9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-utPiU9s2R9 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-utPiU9s2R9 .navbar {
    padding: 0 50px !important;
  }
}
.cid-utPiU9s2R9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-utPiU9s2R9 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-utPiU9s2R9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-utPiU9s2R9 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-utPiU9s2R9 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-utPiU9s2R9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utPiU9s2R9 .dropdown-item.active,
.cid-utPiU9s2R9 .dropdown-item:active {
  background-color: transparent;
}
.cid-utPiU9s2R9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utPiU9s2R9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utPiU9s2R9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utPiU9s2R9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-utPiU9s2R9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utPiU9s2R9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utPiU9s2R9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-utPiU9s2R9 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-utPiU9s2R9 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utPiU9s2R9 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-utPiU9s2R9 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-utPiU9s2R9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-utPiU9s2R9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-utPiU9s2R9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utPiU9s2R9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utPiU9s2R9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utPiU9s2R9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-utPiU9s2R9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utPiU9s2R9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utPiU9s2R9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utPiU9s2R9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utPiU9s2R9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utPiU9s2R9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utPiU9s2R9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utPiU9s2R9 .navbar {
    height: 100px;
  }
  .cid-utPiU9s2R9 .navbar.opened {
    height: auto;
  }
  .cid-utPiU9s2R9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utPiU9s2R9 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-utPiU9s2R9 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-utPiU9s2R9 .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-utWie9AAAK {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-utWie9AAAK::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-utWie9AAAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utWie9AAAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utWie9AAAK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-utWie9AAAK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-utWie9AAAK .container {
    padding: 0 16px;
  }
}
.cid-utWie9AAAK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-utWie9AAAK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-utWie9AAAK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utWie9AAAK .mbr-section-title {
  color: #000000;
}
.cid-utWie9AAAK .mbr-text {
  color: #000000;
}
.cid-utWie9AAAK .mbr-text,
.cid-utWie9AAAK .icon-wrapper {
  text-align: justify;
}
.cid-utW5Ur7iZK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
@media (max-width: 767px) {
  .cid-utW5Ur7iZK .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-utW5Ur7iZK .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-utW5Ur7iZK .people {
    padding: 0;
  }
}
.cid-utW5Ur7iZK .mbr-section-title {
  color: #d38224;
  margin: 0;
}
.cid-utW5Ur7iZK .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-utW5Ur7iZK .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
  text-align: left;
}
.cid-utW5Ur7iZK .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-utW5Ur7iZK h3 {
  margin: 0;
}
.cid-utW5Ur7iZK .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-utW5Ur7iZK .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-utW5Ur7iZK .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-utW5Ur7iZK .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-utW5Ur7iZK .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(203, 160, 88, 0.8);
  --qodef-gradient-color-2: rgba(203, 160, 88, 0.44);
  --qodef-gradient-color-3: rgba(93, 19, 54, 0);
  --qodef-gradient-color-4: #CBA058;
  --qodef-gradient-color-5: rgba(93, 19, 54, 0);
  --qodef-gradient-color-6: #5d1336;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 33.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-utW5Ur7iZK .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utW5Ur7iZK .item:hover {
  cursor: pointer;
}
.cid-utW5Ur7iZK .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-uPwVGke4Kr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPwVGke4Kr::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPwVGke4Kr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPwVGke4Kr .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-uPwVGke4Kr .container {
    padding: 0 16px;
  }
}
.cid-uPwVGke4Kr .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPwVGke4Kr .row .card {
  justify-content: space-between;
}
.cid-uPwVGke4Kr .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwVGke4Kr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPwVGke4Kr .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPwVGke4Kr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPwVGke4Kr .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwVGke4Kr .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPwVGke4Kr .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPwVGke4Kr .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPwVGke4Kr .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPwVGke4Kr .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPwVGke4Kr .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPwVGke4Kr .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPwVGke4Kr .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPwVGke4Kr .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPwVGke4Kr .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPwVGke4Kr .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPwVGke4Kr .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPwVGke4Kr .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPwVGke4Kr .dragArea.row .form-group .form-control:hover,
.cid-uPwVGke4Kr .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPwVGke4Kr .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPwVGke4Kr .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPwVGke4Kr .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPwVGke4Kr .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPwVGke4Kr .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPwVGke4Kr .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPwVGke4Kr .mbr-section-title {
  color: #000000;
}
.cid-uPwVGke4Kr .mbr-text {
  color: #6f6f6f;
}
.cid-uPwVGke4Kr .mbr-contact {
  color: #000000;
}
.cid-uPwVGke4Kr label {
  color: #000000;
}
.cid-utPiUdqe5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-utPiUdqe5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPiUdqe5p .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-utPiUdqe5p .container {
    padding: 0 16px;
  }
}
.cid-utPiUdqe5p .row {
  position: relative;
  justify-content: space-between;
}
.cid-utPiUdqe5p .row .card {
  justify-content: flex-end;
}
.cid-utPiUdqe5p .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utPiUdqe5p .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-utPiUdqe5p .content-wrapper {
  margin-bottom: 24px;
}
.cid-utPiUdqe5p .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-utPiUdqe5p .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-utPiUdqe5p .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-utPiUdqe5p .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-utPiUdqe5p .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-utPiUdqe5p .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-utPiUdqe5p .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-utPiUdqe5p .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-utPiUdqe5p .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-utPiUdqe5p .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utPiUdqe5p .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utPiUdqe5p .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utPiUdqe5p .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-utPiUdqe5p .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-utPiUdqe5p .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-utPiUdqe5p .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-utPiUdqe5p .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-utPiUdqe5p .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utPiUdqe5p .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-utPiUdqe5p .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-utPiUdqe5p .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-utPiUdqe5p .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utPiUdqe5p .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-utPiUdqe5p .mbr-section-title {
  color: #000000;
}
.cid-utPiUdqe5p .mbr-section-subtitle {
  color: #000000;
}
.cid-utPiUdqe5p .mbr-text {
  color: #000000;
}
.cid-utPiUdqe5p .mbr-list-title {
  color: #6f6f6f;
}
.cid-utPiUdqe5p .list {
  color: #000000;
}
.cid-utPiUdqe5p .mbr-contact {
  color: #000000;
}
.cid-utPiUdqe5p .list,
.cid-utPiUdqe5p .item-wrap {
  color: #000000;
}
.cid-utP7Nzu4zA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utP7Nzu4zA nav.navbar {
  position: fixed;
}
.cid-utP7Nzu4zA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utP7Nzu4zA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utP7Nzu4zA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utP7Nzu4zA .dropdown-item:hover,
.cid-utP7Nzu4zA .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-utP7Nzu4zA .dropdown-item:hover span {
  color: white;
}
.cid-utP7Nzu4zA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utP7Nzu4zA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utP7Nzu4zA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utP7Nzu4zA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utP7Nzu4zA .nav-link {
  position: relative;
}
.cid-utP7Nzu4zA .container {
  display: flex;
  margin: auto;
}
.cid-utP7Nzu4zA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utP7Nzu4zA .dropdown-menu,
.cid-utP7Nzu4zA .navbar.opened {
  background: #fafafa !important;
}
.cid-utP7Nzu4zA .nav-item:focus,
.cid-utP7Nzu4zA .nav-link:focus {
  outline: none;
}
.cid-utP7Nzu4zA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utP7Nzu4zA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utP7Nzu4zA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utP7Nzu4zA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utP7Nzu4zA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utP7Nzu4zA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utP7Nzu4zA .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utP7Nzu4zA .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-utP7Nzu4zA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utP7Nzu4zA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-utP7Nzu4zA .navbar.opened {
  transition: all 0.3s;
}
.cid-utP7Nzu4zA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utP7Nzu4zA .navbar .navbar-logo img {
  width: auto;
}
.cid-utP7Nzu4zA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utP7Nzu4zA .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-utP7Nzu4zA .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-utP7Nzu4zA .navbar.collapsed {
  justify-content: center;
}
.cid-utP7Nzu4zA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utP7Nzu4zA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utP7Nzu4zA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-utP7Nzu4zA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utP7Nzu4zA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utP7Nzu4zA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utP7Nzu4zA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-utP7Nzu4zA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utP7Nzu4zA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utP7Nzu4zA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utP7Nzu4zA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utP7Nzu4zA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utP7Nzu4zA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utP7Nzu4zA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-utP7Nzu4zA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utP7Nzu4zA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utP7Nzu4zA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utP7Nzu4zA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utP7Nzu4zA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utP7Nzu4zA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utP7Nzu4zA .navbar.navbar-short {
  min-height: 60px;
}
.cid-utP7Nzu4zA .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-utP7Nzu4zA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-utP7Nzu4zA .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-utP7Nzu4zA .navbar {
    padding: 0 50px !important;
  }
}
.cid-utP7Nzu4zA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-utP7Nzu4zA .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-utP7Nzu4zA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-utP7Nzu4zA .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-utP7Nzu4zA .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-utP7Nzu4zA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utP7Nzu4zA .dropdown-item.active,
.cid-utP7Nzu4zA .dropdown-item:active {
  background-color: transparent;
}
.cid-utP7Nzu4zA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utP7Nzu4zA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utP7Nzu4zA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utP7Nzu4zA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-utP7Nzu4zA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utP7Nzu4zA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utP7Nzu4zA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-utP7Nzu4zA ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-utP7Nzu4zA .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utP7Nzu4zA .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-utP7Nzu4zA .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-utP7Nzu4zA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-utP7Nzu4zA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-utP7Nzu4zA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utP7Nzu4zA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utP7Nzu4zA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utP7Nzu4zA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-utP7Nzu4zA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utP7Nzu4zA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utP7Nzu4zA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utP7Nzu4zA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utP7Nzu4zA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utP7Nzu4zA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utP7Nzu4zA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utP7Nzu4zA .navbar {
    height: 100px;
  }
  .cid-utP7Nzu4zA .navbar.opened {
    height: auto;
  }
  .cid-utP7Nzu4zA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utP7Nzu4zA .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-utP7Nzu4zA .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-utP7Nzu4zA .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-utP7NAq9ZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-utP7NAq9ZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-utP7NAq9ZT .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-utP7NAq9ZT .container {
    padding: 0 16px;
  }
}
.cid-utP7NAq9ZT .row {
  position: relative;
}
.cid-utP7NAq9ZT .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-utP7NAq9ZT .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-utP7NAq9ZT .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-utP7NAq9ZT .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #5d1336 !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #cba058 !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-utP7NAq9ZT .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-utP7NAq9ZT .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-utP7NAq9ZT .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #cba058 -10%, transparent 80%);
}
.cid-utP7NAq9ZT .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-utP7NAq9ZT .items-wrapper {
    margin-left: 0;
  }
}
.cid-utP7NAq9ZT .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-utP7NAq9ZT .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-utP7NAq9ZT .item .item-wrapper {
    padding: 32px;
  }
}
.cid-utP7NAq9ZT .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-utP7NAq9ZT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-utP7NAq9ZT .mbr-section-title {
  color: #000000;
}
.cid-utP7NAq9ZT .mbr-text {
  color: #6f6f6f;
}
.cid-utP7NAq9ZT .item-title {
  color: #000000;
}
.cid-utP7NAq9ZT .item-text {
  color: #000000;
  text-align: justify;
}
.cid-utP7NAq9ZT .mbr-text,
.cid-utP7NAq9ZT .text-wrap {
  text-align: justify;
}
.cid-uuckzFtdvu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uuckzFtdvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuckzFtdvu .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-uuckzFtdvu .container {
    padding: 0 16px;
  }
}
.cid-uuckzFtdvu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uuckzFtdvu .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uuckzFtdvu .content-wrapper {
  margin-bottom: 80px;
}
.cid-uuckzFtdvu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuckzFtdvu .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uuckzFtdvu .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uuckzFtdvu .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uuckzFtdvu .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uuckzFtdvu .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uuckzFtdvu .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uuckzFtdvu .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uuckzFtdvu .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuckzFtdvu .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uuckzFtdvu .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uuckzFtdvu .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #cba058;
}
.cid-uuckzFtdvu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uuckzFtdvu .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uuckzFtdvu .mbr-section-title {
  color: #000000;
}
.cid-uuckzFtdvu .mbr-text,
.cid-uuckzFtdvu .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uuckzFtdvu .item-title {
  color: #000000;
}
.cid-uuckzFtdvu .item-text {
  color: #000000;
  text-align: justify;
}
.cid-uuckzFtdvu .mbr-section-title,
.cid-uuckzFtdvu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPwSr25Lcn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPwSr25Lcn::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPwSr25Lcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPwSr25Lcn .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-uPwSr25Lcn .container {
    padding: 0 16px;
  }
}
.cid-uPwSr25Lcn .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPwSr25Lcn .row .card {
  justify-content: space-between;
}
.cid-uPwSr25Lcn .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwSr25Lcn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPwSr25Lcn .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPwSr25Lcn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPwSr25Lcn .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwSr25Lcn .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPwSr25Lcn .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPwSr25Lcn .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPwSr25Lcn .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPwSr25Lcn .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPwSr25Lcn .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPwSr25Lcn .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPwSr25Lcn .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPwSr25Lcn .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPwSr25Lcn .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPwSr25Lcn .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPwSr25Lcn .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPwSr25Lcn .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPwSr25Lcn .dragArea.row .form-group .form-control:hover,
.cid-uPwSr25Lcn .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPwSr25Lcn .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPwSr25Lcn .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPwSr25Lcn .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPwSr25Lcn .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPwSr25Lcn .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPwSr25Lcn .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPwSr25Lcn .mbr-section-title {
  color: #000000;
}
.cid-uPwSr25Lcn .mbr-text {
  color: #6f6f6f;
}
.cid-uPwSr25Lcn .mbr-contact {
  color: #000000;
}
.cid-uPwSr25Lcn label {
  color: #000000;
}
.cid-utP7NBsmc4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-utP7NBsmc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utP7NBsmc4 .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-utP7NBsmc4 .container {
    padding: 0 16px;
  }
}
.cid-utP7NBsmc4 .row {
  position: relative;
  justify-content: space-between;
}
.cid-utP7NBsmc4 .row .card {
  justify-content: flex-end;
}
.cid-utP7NBsmc4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utP7NBsmc4 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-utP7NBsmc4 .content-wrapper {
  margin-bottom: 24px;
}
.cid-utP7NBsmc4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-utP7NBsmc4 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-utP7NBsmc4 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-utP7NBsmc4 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-utP7NBsmc4 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-utP7NBsmc4 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-utP7NBsmc4 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-utP7NBsmc4 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-utP7NBsmc4 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-utP7NBsmc4 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utP7NBsmc4 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utP7NBsmc4 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utP7NBsmc4 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-utP7NBsmc4 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-utP7NBsmc4 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-utP7NBsmc4 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-utP7NBsmc4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-utP7NBsmc4 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utP7NBsmc4 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-utP7NBsmc4 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-utP7NBsmc4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-utP7NBsmc4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utP7NBsmc4 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-utP7NBsmc4 .mbr-section-title {
  color: #000000;
}
.cid-utP7NBsmc4 .mbr-section-subtitle {
  color: #000000;
}
.cid-utP7NBsmc4 .mbr-text {
  color: #000000;
}
.cid-utP7NBsmc4 .mbr-list-title {
  color: #6f6f6f;
}
.cid-utP7NBsmc4 .list {
  color: #000000;
}
.cid-utP7NBsmc4 .mbr-contact {
  color: #000000;
}
.cid-utP7NBsmc4 .list,
.cid-utP7NBsmc4 .item-wrap {
  color: #000000;
}
.cid-utP42KZAUM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utP42KZAUM nav.navbar {
  position: fixed;
}
.cid-utP42KZAUM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utP42KZAUM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utP42KZAUM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utP42KZAUM .dropdown-item:hover,
.cid-utP42KZAUM .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-utP42KZAUM .dropdown-item:hover span {
  color: white;
}
.cid-utP42KZAUM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utP42KZAUM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utP42KZAUM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utP42KZAUM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utP42KZAUM .nav-link {
  position: relative;
}
.cid-utP42KZAUM .container {
  display: flex;
  margin: auto;
}
.cid-utP42KZAUM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utP42KZAUM .dropdown-menu,
.cid-utP42KZAUM .navbar.opened {
  background: #fafafa !important;
}
.cid-utP42KZAUM .nav-item:focus,
.cid-utP42KZAUM .nav-link:focus {
  outline: none;
}
.cid-utP42KZAUM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utP42KZAUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utP42KZAUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utP42KZAUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utP42KZAUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utP42KZAUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utP42KZAUM .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utP42KZAUM .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-utP42KZAUM .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-utP42KZAUM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-utP42KZAUM .navbar.opened {
  transition: all 0.3s;
}
.cid-utP42KZAUM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utP42KZAUM .navbar .navbar-logo img {
  width: auto;
}
.cid-utP42KZAUM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-utP42KZAUM .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-utP42KZAUM .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-utP42KZAUM .navbar.collapsed {
  justify-content: center;
}
.cid-utP42KZAUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utP42KZAUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utP42KZAUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-utP42KZAUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utP42KZAUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utP42KZAUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utP42KZAUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-utP42KZAUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utP42KZAUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utP42KZAUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utP42KZAUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utP42KZAUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utP42KZAUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utP42KZAUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-utP42KZAUM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utP42KZAUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utP42KZAUM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utP42KZAUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utP42KZAUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utP42KZAUM .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utP42KZAUM .navbar.navbar-short {
  min-height: 60px;
}
.cid-utP42KZAUM .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-utP42KZAUM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-utP42KZAUM .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-utP42KZAUM .navbar {
    padding: 0 50px !important;
  }
}
.cid-utP42KZAUM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-utP42KZAUM .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-utP42KZAUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-utP42KZAUM .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-utP42KZAUM .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-utP42KZAUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utP42KZAUM .dropdown-item.active,
.cid-utP42KZAUM .dropdown-item:active {
  background-color: transparent;
}
.cid-utP42KZAUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utP42KZAUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utP42KZAUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utP42KZAUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-utP42KZAUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utP42KZAUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utP42KZAUM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-utP42KZAUM ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-utP42KZAUM .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utP42KZAUM .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-utP42KZAUM .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-utP42KZAUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-utP42KZAUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-utP42KZAUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utP42KZAUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utP42KZAUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-utP42KZAUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-utP42KZAUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utP42KZAUM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utP42KZAUM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-utP42KZAUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utP42KZAUM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utP42KZAUM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utP42KZAUM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utP42KZAUM .navbar {
    height: 100px;
  }
  .cid-utP42KZAUM .navbar.opened {
    height: auto;
  }
  .cid-utP42KZAUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utP42KZAUM .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-utP42KZAUM .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-utP42KZAUM .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-utP42LTbyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-utP42LTbyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utP42LTbyQ .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-utP42LTbyQ .container {
    padding: 0 16px;
  }
}
.cid-utP42LTbyQ .row {
  position: relative;
}
.cid-utP42LTbyQ .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-utP42LTbyQ .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-utP42LTbyQ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-utP42LTbyQ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #5d1336 !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #cba058 !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-utP42LTbyQ .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-utP42LTbyQ .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-utP42LTbyQ .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #cba058 -10%, transparent 80%);
}
.cid-utP42LTbyQ .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-utP42LTbyQ .items-wrapper {
    margin-left: 0;
  }
}
.cid-utP42LTbyQ .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-utP42LTbyQ .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-utP42LTbyQ .item .item-wrapper {
    padding: 32px;
  }
}
.cid-utP42LTbyQ .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-utP42LTbyQ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-utP42LTbyQ .mbr-section-title {
  color: #000000;
}
.cid-utP42LTbyQ .mbr-text {
  color: #6f6f6f;
}
.cid-utP42LTbyQ .item-title {
  color: #000000;
}
.cid-utP42LTbyQ .item-text {
  color: #000000;
  text-align: justify;
}
.cid-utP42LTbyQ .mbr-text,
.cid-utP42LTbyQ .text-wrap {
  text-align: justify;
}
.cid-uuckpNCYJ3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uuckpNCYJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuckpNCYJ3 .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-uuckpNCYJ3 .container {
    padding: 0 16px;
  }
}
.cid-uuckpNCYJ3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uuckpNCYJ3 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uuckpNCYJ3 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uuckpNCYJ3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuckpNCYJ3 .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uuckpNCYJ3 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uuckpNCYJ3 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uuckpNCYJ3 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uuckpNCYJ3 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uuckpNCYJ3 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uuckpNCYJ3 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uuckpNCYJ3 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuckpNCYJ3 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uuckpNCYJ3 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uuckpNCYJ3 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #cba058;
}
.cid-uuckpNCYJ3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uuckpNCYJ3 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uuckpNCYJ3 .mbr-section-title {
  color: #000000;
}
.cid-uuckpNCYJ3 .mbr-text,
.cid-uuckpNCYJ3 .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uuckpNCYJ3 .item-title {
  color: #000000;
}
.cid-uuckpNCYJ3 .item-text {
  color: #000000;
  text-align: justify;
}
.cid-uuckpNCYJ3 .mbr-section-title,
.cid-uuckpNCYJ3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPwQmkPewf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPwQmkPewf::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPwQmkPewf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPwQmkPewf .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-uPwQmkPewf .container {
    padding: 0 16px;
  }
}
.cid-uPwQmkPewf .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPwQmkPewf .row .card {
  justify-content: space-between;
}
.cid-uPwQmkPewf .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwQmkPewf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPwQmkPewf .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPwQmkPewf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPwQmkPewf .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwQmkPewf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPwQmkPewf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPwQmkPewf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPwQmkPewf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPwQmkPewf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPwQmkPewf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPwQmkPewf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPwQmkPewf .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPwQmkPewf .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPwQmkPewf .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPwQmkPewf .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPwQmkPewf .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPwQmkPewf .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPwQmkPewf .dragArea.row .form-group .form-control:hover,
.cid-uPwQmkPewf .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPwQmkPewf .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPwQmkPewf .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPwQmkPewf .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPwQmkPewf .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPwQmkPewf .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPwQmkPewf .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPwQmkPewf .mbr-section-title {
  color: #000000;
}
.cid-uPwQmkPewf .mbr-text {
  color: #6f6f6f;
}
.cid-uPwQmkPewf .mbr-contact {
  color: #000000;
}
.cid-uPwQmkPewf label {
  color: #000000;
}
.cid-utP42MSABM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-utP42MSABM .mbr-fallback-image.disabled {
  display: none;
}
.cid-utP42MSABM .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-utP42MSABM .container {
    padding: 0 16px;
  }
}
.cid-utP42MSABM .row {
  position: relative;
  justify-content: space-between;
}
.cid-utP42MSABM .row .card {
  justify-content: flex-end;
}
.cid-utP42MSABM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utP42MSABM .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-utP42MSABM .content-wrapper {
  margin-bottom: 24px;
}
.cid-utP42MSABM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-utP42MSABM .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-utP42MSABM .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-utP42MSABM .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-utP42MSABM .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-utP42MSABM .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-utP42MSABM .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-utP42MSABM .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-utP42MSABM .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-utP42MSABM .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-utP42MSABM .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-utP42MSABM .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utP42MSABM .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-utP42MSABM .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-utP42MSABM .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-utP42MSABM .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-utP42MSABM .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-utP42MSABM .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utP42MSABM .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-utP42MSABM .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-utP42MSABM .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-utP42MSABM .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utP42MSABM .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-utP42MSABM .mbr-section-title {
  color: #000000;
}
.cid-utP42MSABM .mbr-section-subtitle {
  color: #000000;
}
.cid-utP42MSABM .mbr-text {
  color: #000000;
}
.cid-utP42MSABM .mbr-list-title {
  color: #6f6f6f;
}
.cid-utP42MSABM .list {
  color: #000000;
}
.cid-utP42MSABM .mbr-contact {
  color: #000000;
}
.cid-utP42MSABM .list,
.cid-utP42MSABM .item-wrap {
  color: #000000;
}
.cid-usvKx6BR4X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usvKx6BR4X nav.navbar {
  position: fixed;
}
.cid-usvKx6BR4X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvKx6BR4X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvKx6BR4X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvKx6BR4X .dropdown-item:hover,
.cid-usvKx6BR4X .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-usvKx6BR4X .dropdown-item:hover span {
  color: white;
}
.cid-usvKx6BR4X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvKx6BR4X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvKx6BR4X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvKx6BR4X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvKx6BR4X .nav-link {
  position: relative;
}
.cid-usvKx6BR4X .container {
  display: flex;
  margin: auto;
}
.cid-usvKx6BR4X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usvKx6BR4X .dropdown-menu,
.cid-usvKx6BR4X .navbar.opened {
  background: #fafafa !important;
}
.cid-usvKx6BR4X .nav-item:focus,
.cid-usvKx6BR4X .nav-link:focus {
  outline: none;
}
.cid-usvKx6BR4X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvKx6BR4X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvKx6BR4X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvKx6BR4X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvKx6BR4X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvKx6BR4X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvKx6BR4X .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usvKx6BR4X .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-usvKx6BR4X .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-usvKx6BR4X .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-usvKx6BR4X .navbar.opened {
  transition: all 0.3s;
}
.cid-usvKx6BR4X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvKx6BR4X .navbar .navbar-logo img {
  width: auto;
}
.cid-usvKx6BR4X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-usvKx6BR4X .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-usvKx6BR4X .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-usvKx6BR4X .navbar.collapsed {
  justify-content: center;
}
.cid-usvKx6BR4X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvKx6BR4X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvKx6BR4X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-usvKx6BR4X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvKx6BR4X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvKx6BR4X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usvKx6BR4X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-usvKx6BR4X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usvKx6BR4X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usvKx6BR4X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvKx6BR4X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvKx6BR4X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvKx6BR4X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvKx6BR4X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-usvKx6BR4X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvKx6BR4X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvKx6BR4X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvKx6BR4X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvKx6BR4X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usvKx6BR4X .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usvKx6BR4X .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvKx6BR4X .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-usvKx6BR4X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-usvKx6BR4X .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-usvKx6BR4X .navbar {
    padding: 0 50px !important;
  }
}
.cid-usvKx6BR4X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-usvKx6BR4X .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-usvKx6BR4X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-usvKx6BR4X .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-usvKx6BR4X .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-usvKx6BR4X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvKx6BR4X .dropdown-item.active,
.cid-usvKx6BR4X .dropdown-item:active {
  background-color: transparent;
}
.cid-usvKx6BR4X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvKx6BR4X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvKx6BR4X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvKx6BR4X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-usvKx6BR4X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvKx6BR4X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvKx6BR4X ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-usvKx6BR4X ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-usvKx6BR4X .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usvKx6BR4X .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-usvKx6BR4X .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-usvKx6BR4X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-usvKx6BR4X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-usvKx6BR4X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvKx6BR4X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usvKx6BR4X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usvKx6BR4X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-usvKx6BR4X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvKx6BR4X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usvKx6BR4X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usvKx6BR4X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvKx6BR4X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usvKx6BR4X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usvKx6BR4X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvKx6BR4X .navbar {
    height: 100px;
  }
  .cid-usvKx6BR4X .navbar.opened {
    height: auto;
  }
  .cid-usvKx6BR4X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvKx6BR4X .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-usvKx6BR4X .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-usvKx6BR4X .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-usvKx7dBQI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-usvKx7dBQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvKx7dBQI .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-usvKx7dBQI .container {
    padding: 0 16px;
  }
}
.cid-usvKx7dBQI .row {
  position: relative;
}
.cid-usvKx7dBQI .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-usvKx7dBQI .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-usvKx7dBQI .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-usvKx7dBQI .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #5d1336 !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #cba058 !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-usvKx7dBQI .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-usvKx7dBQI .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-usvKx7dBQI .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #cba058 -10%, transparent 80%);
}
.cid-usvKx7dBQI .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-usvKx7dBQI .items-wrapper {
    margin-left: 0;
  }
}
.cid-usvKx7dBQI .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-usvKx7dBQI .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-usvKx7dBQI .item .item-wrapper {
    padding: 32px;
  }
}
.cid-usvKx7dBQI .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-usvKx7dBQI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-usvKx7dBQI .mbr-section-title {
  color: #000000;
}
.cid-usvKx7dBQI .mbr-text {
  color: #6f6f6f;
}
.cid-usvKx7dBQI .item-title {
  color: #000000;
}
.cid-usvKx7dBQI .item-text {
  color: #000000;
  text-align: justify;
}
.cid-usvKx7dBQI .mbr-text,
.cid-usvKx7dBQI .text-wrap {
  text-align: justify;
}
.cid-usvKx7dBQI .mbr-section-title,
.cid-usvKx7dBQI .mbr-section-btn,
.cid-usvKx7dBQI .decor-wrapper {
  color: #5d1336;
}
.cid-uuckdkN9iM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uuckdkN9iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuckdkN9iM .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-uuckdkN9iM .container {
    padding: 0 16px;
  }
}
.cid-uuckdkN9iM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uuckdkN9iM .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uuckdkN9iM .content-wrapper {
  margin-bottom: 80px;
}
.cid-uuckdkN9iM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuckdkN9iM .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uuckdkN9iM .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uuckdkN9iM .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uuckdkN9iM .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uuckdkN9iM .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uuckdkN9iM .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uuckdkN9iM .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uuckdkN9iM .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuckdkN9iM .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uuckdkN9iM .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uuckdkN9iM .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #cba058;
}
.cid-uuckdkN9iM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uuckdkN9iM .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uuckdkN9iM .mbr-section-title {
  color: #000000;
}
.cid-uuckdkN9iM .mbr-text,
.cid-uuckdkN9iM .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uuckdkN9iM .item-title {
  color: #000000;
}
.cid-uuckdkN9iM .item-text {
  color: #000000;
  text-align: justify;
}
.cid-uuckdkN9iM .mbr-section-title,
.cid-uuckdkN9iM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPwPudKnVa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPwPudKnVa::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPwPudKnVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPwPudKnVa .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-uPwPudKnVa .container {
    padding: 0 16px;
  }
}
.cid-uPwPudKnVa .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPwPudKnVa .row .card {
  justify-content: space-between;
}
.cid-uPwPudKnVa .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwPudKnVa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPwPudKnVa .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPwPudKnVa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPwPudKnVa .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwPudKnVa .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPwPudKnVa .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPwPudKnVa .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPwPudKnVa .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPwPudKnVa .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPwPudKnVa .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPwPudKnVa .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPwPudKnVa .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPwPudKnVa .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPwPudKnVa .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPwPudKnVa .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPwPudKnVa .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPwPudKnVa .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPwPudKnVa .dragArea.row .form-group .form-control:hover,
.cid-uPwPudKnVa .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPwPudKnVa .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPwPudKnVa .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPwPudKnVa .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPwPudKnVa .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPwPudKnVa .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPwPudKnVa .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPwPudKnVa .mbr-section-title {
  color: #000000;
}
.cid-uPwPudKnVa .mbr-text {
  color: #6f6f6f;
}
.cid-uPwPudKnVa .mbr-contact {
  color: #000000;
}
.cid-uPwPudKnVa label {
  color: #000000;
}
.cid-usvKx8805B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-usvKx8805B .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvKx8805B .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-usvKx8805B .container {
    padding: 0 16px;
  }
}
.cid-usvKx8805B .row {
  position: relative;
  justify-content: space-between;
}
.cid-usvKx8805B .row .card {
  justify-content: flex-end;
}
.cid-usvKx8805B .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usvKx8805B .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-usvKx8805B .content-wrapper {
  margin-bottom: 24px;
}
.cid-usvKx8805B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-usvKx8805B .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-usvKx8805B .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-usvKx8805B .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-usvKx8805B .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-usvKx8805B .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-usvKx8805B .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-usvKx8805B .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-usvKx8805B .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-usvKx8805B .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-usvKx8805B .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-usvKx8805B .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-usvKx8805B .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-usvKx8805B .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-usvKx8805B .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-usvKx8805B .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-usvKx8805B .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-usvKx8805B .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-usvKx8805B .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-usvKx8805B .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-usvKx8805B .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-usvKx8805B .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-usvKx8805B .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-usvKx8805B .mbr-section-title {
  color: #000000;
}
.cid-usvKx8805B .mbr-section-subtitle {
  color: #000000;
}
.cid-usvKx8805B .mbr-text {
  color: #000000;
}
.cid-usvKx8805B .mbr-list-title {
  color: #6f6f6f;
}
.cid-usvKx8805B .list {
  color: #000000;
}
.cid-usvKx8805B .mbr-contact {
  color: #000000;
}
.cid-usvKx8805B .list,
.cid-usvKx8805B .item-wrap {
  color: #000000;
}
.cid-uqDzASwoao {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqDzASwoao nav.navbar {
  position: fixed;
}
.cid-uqDzASwoao .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqDzASwoao .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqDzASwoao .dropdown-item:hover,
.cid-uqDzASwoao .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uqDzASwoao .dropdown-item:hover span {
  color: white;
}
.cid-uqDzASwoao .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqDzASwoao .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqDzASwoao .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqDzASwoao .nav-link {
  position: relative;
}
.cid-uqDzASwoao .container {
  display: flex;
  margin: auto;
}
.cid-uqDzASwoao .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqDzASwoao .dropdown-menu,
.cid-uqDzASwoao .navbar.opened {
  background: #fafafa !important;
}
.cid-uqDzASwoao .nav-item:focus,
.cid-uqDzASwoao .nav-link:focus {
  outline: none;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqDzASwoao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqDzASwoao .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqDzASwoao .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uqDzASwoao .navbar.opened {
  transition: all 0.3s;
}
.cid-uqDzASwoao .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqDzASwoao .navbar .navbar-logo img {
  width: auto;
}
.cid-uqDzASwoao .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uqDzASwoao .navbar.collapsed {
  justify-content: center;
}
.cid-uqDzASwoao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqDzASwoao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqDzASwoao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqDzASwoao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqDzASwoao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uqDzASwoao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqDzASwoao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqDzASwoao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqDzASwoao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqDzASwoao .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqDzASwoao .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqDzASwoao .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uqDzASwoao .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uqDzASwoao .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uqDzASwoao .navbar {
    padding: 0 50px !important;
  }
}
.cid-uqDzASwoao .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uqDzASwoao .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uqDzASwoao .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uqDzASwoao .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uqDzASwoao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqDzASwoao .dropdown-item.active,
.cid-uqDzASwoao .dropdown-item:active {
  background-color: transparent;
}
.cid-uqDzASwoao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqDzASwoao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uqDzASwoao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqDzASwoao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDzASwoao ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uqDzASwoao .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uqDzASwoao .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uqDzASwoao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqDzASwoao .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqDzASwoao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqDzASwoao .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqDzASwoao .navbar {
    height: 100px;
  }
  .cid-uqDzASwoao .navbar.opened {
    height: auto;
  }
  .cid-uqDzASwoao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqDzASwoao .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uqDzASwoao .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uqDzASwoao .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-upci0jWfeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-upci0jWfeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upci0jWfeY .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-upci0jWfeY .container {
    padding: 0 16px;
  }
}
.cid-upci0jWfeY .row {
  position: relative;
}
.cid-upci0jWfeY .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-upci0jWfeY .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-upci0jWfeY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-upci0jWfeY .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-upci0jWfeY .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #5d1336 !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #cba058 !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-upci0jWfeY .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-upci0jWfeY .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-upci0jWfeY .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #cba058 -10%, transparent 80%);
}
.cid-upci0jWfeY .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-upci0jWfeY .items-wrapper {
    margin-left: 0;
  }
}
.cid-upci0jWfeY .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-upci0jWfeY .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-upci0jWfeY .item .item-wrapper {
    padding: 32px;
  }
}
.cid-upci0jWfeY .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-upci0jWfeY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-upci0jWfeY .mbr-section-title {
  color: #000000;
}
.cid-upci0jWfeY .mbr-text {
  color: #6f6f6f;
}
.cid-upci0jWfeY .item-title {
  color: #000000;
}
.cid-upci0jWfeY .item-text {
  color: #000000;
  text-align: justify;
}
.cid-upci0jWfeY .mbr-text,
.cid-upci0jWfeY .text-wrap {
  text-align: justify;
}
.cid-uucbHAdwMw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uucbHAdwMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uucbHAdwMw .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-uucbHAdwMw .container {
    padding: 0 16px;
  }
}
.cid-uucbHAdwMw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uucbHAdwMw .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uucbHAdwMw .content-wrapper {
  margin-bottom: 80px;
}
.cid-uucbHAdwMw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uucbHAdwMw .content-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uucbHAdwMw .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uucbHAdwMw .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uucbHAdwMw .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uucbHAdwMw .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uucbHAdwMw .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uucbHAdwMw .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uucbHAdwMw .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uucbHAdwMw .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uucbHAdwMw .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uucbHAdwMw .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #cba058;
}
.cid-uucbHAdwMw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uucbHAdwMw .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uucbHAdwMw .mbr-section-title {
  color: #000000;
}
.cid-uucbHAdwMw .mbr-text,
.cid-uucbHAdwMw .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uucbHAdwMw .item-title {
  color: #000000;
}
.cid-uucbHAdwMw .item-text {
  color: #000000;
  text-align: justify;
}
.cid-uucbHAdwMw .mbr-section-title,
.cid-uucbHAdwMw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPwOTJKIs0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPwOTJKIs0::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPwOTJKIs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPwOTJKIs0 .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-uPwOTJKIs0 .container {
    padding: 0 16px;
  }
}
.cid-uPwOTJKIs0 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPwOTJKIs0 .row .card {
  justify-content: space-between;
}
.cid-uPwOTJKIs0 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwOTJKIs0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPwOTJKIs0 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPwOTJKIs0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPwOTJKIs0 .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPwOTJKIs0 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPwOTJKIs0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPwOTJKIs0 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPwOTJKIs0 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPwOTJKIs0 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPwOTJKIs0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPwOTJKIs0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPwOTJKIs0 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPwOTJKIs0 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPwOTJKIs0 .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group .form-control:hover,
.cid-uPwOTJKIs0 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPwOTJKIs0 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPwOTJKIs0 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPwOTJKIs0 .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPwOTJKIs0 .mbr-section-title {
  color: #000000;
}
.cid-uPwOTJKIs0 .mbr-text {
  color: #6f6f6f;
}
.cid-uPwOTJKIs0 .mbr-contact {
  color: #000000;
}
.cid-uPwOTJKIs0 label {
  color: #000000;
}
.cid-uqDuWyXeD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uqDuWyXeD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqDuWyXeD1 .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-uqDuWyXeD1 .container {
    padding: 0 16px;
  }
}
.cid-uqDuWyXeD1 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uqDuWyXeD1 .row .card {
  justify-content: flex-end;
}
.cid-uqDuWyXeD1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uqDuWyXeD1 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uqDuWyXeD1 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uqDuWyXeD1 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uqDuWyXeD1 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uqDuWyXeD1 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uqDuWyXeD1 .mbr-section-title {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-text {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uqDuWyXeD1 .list {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-contact {
  color: #000000;
}
.cid-uqDuWyXeD1 .list,
.cid-uqDuWyXeD1 .item-wrap {
  color: #000000;
}
.cid-usvJIbYdxH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usvJIbYdxH nav.navbar {
  position: fixed;
}
.cid-usvJIbYdxH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvJIbYdxH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usvJIbYdxH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usvJIbYdxH .dropdown-item:hover,
.cid-usvJIbYdxH .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-usvJIbYdxH .dropdown-item:hover span {
  color: white;
}
.cid-usvJIbYdxH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usvJIbYdxH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usvJIbYdxH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usvJIbYdxH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvJIbYdxH .nav-link {
  position: relative;
}
.cid-usvJIbYdxH .container {
  display: flex;
  margin: auto;
}
.cid-usvJIbYdxH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usvJIbYdxH .dropdown-menu,
.cid-usvJIbYdxH .navbar.opened {
  background: #fafafa !important;
}
.cid-usvJIbYdxH .nav-item:focus,
.cid-usvJIbYdxH .nav-link:focus {
  outline: none;
}
.cid-usvJIbYdxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usvJIbYdxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvJIbYdxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usvJIbYdxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usvJIbYdxH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvJIbYdxH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usvJIbYdxH .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usvJIbYdxH .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-usvJIbYdxH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-usvJIbYdxH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-usvJIbYdxH .navbar.opened {
  transition: all 0.3s;
}
.cid-usvJIbYdxH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usvJIbYdxH .navbar .navbar-logo img {
  width: auto;
}
.cid-usvJIbYdxH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-usvJIbYdxH .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-usvJIbYdxH .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-usvJIbYdxH .navbar.collapsed {
  justify-content: center;
}
.cid-usvJIbYdxH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvJIbYdxH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvJIbYdxH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-usvJIbYdxH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvJIbYdxH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvJIbYdxH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-usvJIbYdxH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-usvJIbYdxH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usvJIbYdxH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usvJIbYdxH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvJIbYdxH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvJIbYdxH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvJIbYdxH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvJIbYdxH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-usvJIbYdxH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usvJIbYdxH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvJIbYdxH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvJIbYdxH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvJIbYdxH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usvJIbYdxH .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usvJIbYdxH .navbar.navbar-short {
  min-height: 60px;
}
.cid-usvJIbYdxH .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-usvJIbYdxH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-usvJIbYdxH .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-usvJIbYdxH .navbar {
    padding: 0 50px !important;
  }
}
.cid-usvJIbYdxH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-usvJIbYdxH .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-usvJIbYdxH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-usvJIbYdxH .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-usvJIbYdxH .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-usvJIbYdxH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvJIbYdxH .dropdown-item.active,
.cid-usvJIbYdxH .dropdown-item:active {
  background-color: transparent;
}
.cid-usvJIbYdxH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvJIbYdxH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvJIbYdxH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvJIbYdxH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-usvJIbYdxH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvJIbYdxH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvJIbYdxH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-usvJIbYdxH ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-usvJIbYdxH .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usvJIbYdxH .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-usvJIbYdxH .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-usvJIbYdxH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-usvJIbYdxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-usvJIbYdxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usvJIbYdxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usvJIbYdxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usvJIbYdxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-usvJIbYdxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvJIbYdxH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usvJIbYdxH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usvJIbYdxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usvJIbYdxH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usvJIbYdxH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usvJIbYdxH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvJIbYdxH .navbar {
    height: 100px;
  }
  .cid-usvJIbYdxH .navbar.opened {
    height: auto;
  }
  .cid-usvJIbYdxH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvJIbYdxH .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-usvJIbYdxH .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-usvJIbYdxH .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-usvJIczEiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-usvJIczEiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJIczEiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJIczEiq .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-usvJIczEiq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-usvJIczEiq .container {
    padding: 0 16px;
  }
}
.cid-usvJIczEiq .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-usvJIczEiq .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-usvJIczEiq .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usvJIczEiq .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-usvJIczEiq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usvJIczEiq .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-usvJIczEiq .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usvJIczEiq .mbr-section-title {
  color: #ffffff;
}
.cid-usvJIczEiq .mbr-text {
  color: #ffffff;
}
.cid-uu10FwcRHS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
}
.cid-uu10FwcRHS::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uu10FwcRHS .container {
    padding: 0 16px;
  }
}
.cid-uu10FwcRHS .row {
  position: relative;
  z-index: 1;
}
.cid-uu10FwcRHS .title-wrapper {
  margin-bottom: 80px;
}
.cid-uu10FwcRHS .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uu10FwcRHS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uu10FwcRHS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uu10FwcRHS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uu10FwcRHS .embla__slide .slide-content {
  width: 100%;
}
.cid-uu10FwcRHS .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uu10FwcRHS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uu10FwcRHS .embla__button--next,
.cid-uu10FwcRHS .embla__button--prev {
  display: flex;
}
.cid-uu10FwcRHS .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #5d1336 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uu10FwcRHS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uu10FwcRHS .embla__button:hover {
  opacity: .7 !important;
}
.cid-uu10FwcRHS .embla__button.embla__button--prev {
  left: 0;
}
.cid-uu10FwcRHS .embla__button.embla__button--next {
  right: 0;
}
.cid-uu10FwcRHS .embla {
  position: relative;
  width: 100%;
}
.cid-uu10FwcRHS .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uu10FwcRHS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uu10FwcRHS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uu10FwcRHS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uu10FwcRHS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uu10FwcRHS .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-usvJIdxL3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-usvJIdxL3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJIdxL3o .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-usvJIdxL3o .container {
    padding: 0 16px;
  }
}
.cid-usvJIdxL3o .row {
  position: relative;
  justify-content: space-between;
}
.cid-usvJIdxL3o .row .card {
  justify-content: flex-end;
}
.cid-usvJIdxL3o .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usvJIdxL3o .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-usvJIdxL3o .content-wrapper {
  margin-bottom: 24px;
}
.cid-usvJIdxL3o .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-usvJIdxL3o .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-usvJIdxL3o .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-usvJIdxL3o .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-usvJIdxL3o .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-usvJIdxL3o .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-usvJIdxL3o .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-usvJIdxL3o .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-usvJIdxL3o .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-usvJIdxL3o .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-usvJIdxL3o .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-usvJIdxL3o .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-usvJIdxL3o .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-usvJIdxL3o .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-usvJIdxL3o .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-usvJIdxL3o .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-usvJIdxL3o .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-usvJIdxL3o .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-usvJIdxL3o .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-usvJIdxL3o .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-usvJIdxL3o .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-usvJIdxL3o .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-usvJIdxL3o .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-usvJIdxL3o .mbr-section-title {
  color: #000000;
}
.cid-usvJIdxL3o .mbr-section-subtitle {
  color: #000000;
}
.cid-usvJIdxL3o .mbr-text {
  color: #000000;
}
.cid-usvJIdxL3o .mbr-list-title {
  color: #6f6f6f;
}
.cid-usvJIdxL3o .list {
  color: #000000;
}
.cid-usvJIdxL3o .mbr-contact {
  color: #000000;
}
.cid-usvJIdxL3o .list,
.cid-usvJIdxL3o .item-wrap {
  color: #000000;
}
.cid-uqDzASwoao {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqDzASwoao nav.navbar {
  position: fixed;
}
.cid-uqDzASwoao .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqDzASwoao .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqDzASwoao .dropdown-item:hover,
.cid-uqDzASwoao .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uqDzASwoao .dropdown-item:hover span {
  color: white;
}
.cid-uqDzASwoao .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqDzASwoao .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqDzASwoao .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqDzASwoao .nav-link {
  position: relative;
}
.cid-uqDzASwoao .container {
  display: flex;
  margin: auto;
}
.cid-uqDzASwoao .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqDzASwoao .dropdown-menu,
.cid-uqDzASwoao .navbar.opened {
  background: #fafafa !important;
}
.cid-uqDzASwoao .nav-item:focus,
.cid-uqDzASwoao .nav-link:focus {
  outline: none;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqDzASwoao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqDzASwoao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqDzASwoao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqDzASwoao .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqDzASwoao .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uqDzASwoao .navbar.opened {
  transition: all 0.3s;
}
.cid-uqDzASwoao .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqDzASwoao .navbar .navbar-logo img {
  width: auto;
}
.cid-uqDzASwoao .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uqDzASwoao .navbar.collapsed {
  justify-content: center;
}
.cid-uqDzASwoao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqDzASwoao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqDzASwoao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uqDzASwoao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqDzASwoao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqDzASwoao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqDzASwoao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uqDzASwoao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqDzASwoao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqDzASwoao .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqDzASwoao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqDzASwoao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqDzASwoao .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqDzASwoao .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqDzASwoao .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uqDzASwoao .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uqDzASwoao .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uqDzASwoao .navbar {
    padding: 0 50px !important;
  }
}
.cid-uqDzASwoao .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uqDzASwoao .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uqDzASwoao .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uqDzASwoao .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uqDzASwoao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqDzASwoao .dropdown-item.active,
.cid-uqDzASwoao .dropdown-item:active {
  background-color: transparent;
}
.cid-uqDzASwoao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqDzASwoao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqDzASwoao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uqDzASwoao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqDzASwoao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDzASwoao ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uqDzASwoao .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqDzASwoao .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uqDzASwoao .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uqDzASwoao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uqDzASwoao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uqDzASwoao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqDzASwoao .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqDzASwoao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqDzASwoao .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqDzASwoao .navbar {
    height: 100px;
  }
  .cid-uqDzASwoao .navbar.opened {
    height: auto;
  }
  .cid-uqDzASwoao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqDzASwoao .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uqDzASwoao .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uqDzASwoao .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uqDsBN59dL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uqDsBN59dL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqDsBN59dL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqDsBN59dL .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uqDsBN59dL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqDsBN59dL .container {
    padding: 0 16px;
  }
}
.cid-uqDsBN59dL .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uqDsBN59dL .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-uqDsBN59dL .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqDsBN59dL .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uqDsBN59dL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqDsBN59dL .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uqDsBN59dL .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqDsBN59dL .mbr-section-title {
  color: #ffffff;
}
.cid-uqDsBN59dL .mbr-text {
  color: #ffffff;
}
.cid-usdjKtQIS2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-usdjKtQIS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usdjKtQIS2 .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-usdjKtQIS2 .container {
    padding: 0 30px;
  }
}
.cid-usdjKtQIS2 .card {
  justify-content: center;
}
.cid-usdjKtQIS2 .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-usdjKtQIS2 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-usdjKtQIS2 .content-wrapper .items-wrapper {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-usdjKtQIS2 .content-wrapper .items-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper .items-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-usdjKtQIS2 .content-wrapper .items-wrapper .item {
  margin-bottom: 150px;
}
.cid-usdjKtQIS2 .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper .items-wrapper .item {
    margin-bottom: 60px;
  }
}
.cid-usdjKtQIS2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-usdjKtQIS2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #222222;
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
    width: 40px;
  }
}
.cid-usdjKtQIS2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-usdjKtQIS2 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-usdjKtQIS2 .content-wrapper .image-wrapper .image-wrap {
  position: relative;
}
.cid-usdjKtQIS2 .content-wrapper .image-wrapper .image-wrap img {
  height: 840px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-usdjKtQIS2 .content-wrapper .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #cba058 50%, #ededed 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-usdjKtQIS2 .content-wrapper .image-wrapper .image-wrap::before {
    width: 50px;
    height: 50px;
  }
}
.cid-usdjKtQIS2 .item-desc {
  color: #254b45;
}
.cid-usdjKtQIS2 .item-text {
  color: #454545;
  text-align: justify;
}
.cid-usdjKtQIS2 .item-desc,
.cid-usdjKtQIS2 .desc-wrapper {
  color: #000000;
}
.cid-u2KRmPsnYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u2KRmPsnYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRmPsnYA .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-u2KRmPsnYA .container {
    padding: 0 16px;
  }
}
.cid-u2KRmPsnYA .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u2KRmPsnYA .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u2KRmPsnYA .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u2KRmPsnYA .title-wrapper {
  margin-bottom: 80px;
}
.cid-u2KRmPsnYA .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u2KRmPsnYA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2KRmPsnYA .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-u2KRmPsnYA .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u2KRmPsnYA .item .item-wrapper:hover .item-img img,
.cid-u2KRmPsnYA .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u2KRmPsnYA .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u2KRmPsnYA .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u2KRmPsnYA .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-u2KRmPsnYA .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u2KRmPsnYA .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-u2KRmPsnYA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2KRmPsnYA .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-u2KRmPsnYA .item-name {
  color: #000000;
}
.cid-u2KRmPsnYA .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-u2KRmPsnYA .item-name,
.cid-u2KRmPsnYA .mbr-section-btn {
  text-align: center;
  color: #222222;
}
.cid-uqDr0UujvR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uqDr0UujvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqDr0UujvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqDr0UujvR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uqDr0UujvR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqDr0UujvR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqDr0UujvR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqDr0UujvR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqDr0UujvR .mbr-section-title {
  color: #454545;
}
.cid-uqDr0UujvR .mbr-text,
.cid-uqDr0UujvR .mbr-section-btn {
  color: #454545;
  text-align: justify;
}
.cid-uqDuWyXeD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uqDuWyXeD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqDuWyXeD1 .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-uqDuWyXeD1 .container {
    padding: 0 16px;
  }
}
.cid-uqDuWyXeD1 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uqDuWyXeD1 .row .card {
  justify-content: flex-end;
}
.cid-uqDuWyXeD1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uqDuWyXeD1 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uqDuWyXeD1 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uqDuWyXeD1 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uqDuWyXeD1 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uqDuWyXeD1 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uqDuWyXeD1 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uqDuWyXeD1 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uqDuWyXeD1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uqDuWyXeD1 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uqDuWyXeD1 .mbr-section-title {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-text {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uqDuWyXeD1 .list {
  color: #000000;
}
.cid-uqDuWyXeD1 .mbr-contact {
  color: #000000;
}
.cid-uqDuWyXeD1 .list,
.cid-uqDuWyXeD1 .item-wrap {
  color: #000000;
}
.cid-uA3xu3CjSd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3xu3CjSd nav.navbar {
  position: fixed;
}
.cid-uA3xu3CjSd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3xu3CjSd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3xu3CjSd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3xu3CjSd .dropdown-item:hover,
.cid-uA3xu3CjSd .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3xu3CjSd .dropdown-item:hover span {
  color: white;
}
.cid-uA3xu3CjSd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3xu3CjSd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3xu3CjSd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3xu3CjSd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3xu3CjSd .nav-link {
  position: relative;
}
.cid-uA3xu3CjSd .container {
  display: flex;
  margin: auto;
}
.cid-uA3xu3CjSd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3xu3CjSd .dropdown-menu,
.cid-uA3xu3CjSd .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3xu3CjSd .nav-item:focus,
.cid-uA3xu3CjSd .nav-link:focus {
  outline: none;
}
.cid-uA3xu3CjSd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3xu3CjSd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3xu3CjSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3xu3CjSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3xu3CjSd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3xu3CjSd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3xu3CjSd .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3xu3CjSd .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3xu3CjSd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3xu3CjSd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3xu3CjSd .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3xu3CjSd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3xu3CjSd .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3xu3CjSd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3xu3CjSd .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3xu3CjSd .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3xu3CjSd .navbar.collapsed {
  justify-content: center;
}
.cid-uA3xu3CjSd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3xu3CjSd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3xu3CjSd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3xu3CjSd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3xu3CjSd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3xu3CjSd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3xu3CjSd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3xu3CjSd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3xu3CjSd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3xu3CjSd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3xu3CjSd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3xu3CjSd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3xu3CjSd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3xu3CjSd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3xu3CjSd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3xu3CjSd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3xu3CjSd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3xu3CjSd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3xu3CjSd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3xu3CjSd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3xu3CjSd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3xu3CjSd .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3xu3CjSd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3xu3CjSd .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3xu3CjSd .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3xu3CjSd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3xu3CjSd .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3xu3CjSd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3xu3CjSd .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3xu3CjSd .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3xu3CjSd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3xu3CjSd .dropdown-item.active,
.cid-uA3xu3CjSd .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3xu3CjSd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3xu3CjSd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3xu3CjSd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3xu3CjSd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3xu3CjSd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3xu3CjSd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3xu3CjSd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3xu3CjSd ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3xu3CjSd .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3xu3CjSd .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3xu3CjSd .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3xu3CjSd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3xu3CjSd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3xu3CjSd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3xu3CjSd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3xu3CjSd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3xu3CjSd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3xu3CjSd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3xu3CjSd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3xu3CjSd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3xu3CjSd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3xu3CjSd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3xu3CjSd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3xu3CjSd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3xu3CjSd .navbar {
    height: 100px;
  }
  .cid-uA3xu3CjSd .navbar.opened {
    height: auto;
  }
  .cid-uA3xu3CjSd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3xu3CjSd .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3xu3CjSd .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3xu3CjSd .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2co6N5v {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2co6N5v::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2co6N5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2co6N5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2co6N5v .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2co6N5v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2co6N5v .container {
    padding: 0 16px;
  }
}
.cid-uPx2co6N5v .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2co6N5v .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2co6N5v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2co6N5v .mbr-section-title {
  color: #000000;
}
.cid-uPx2co6N5v .mbr-text {
  color: #000000;
}
.cid-uPx2co6N5v .mbr-text,
.cid-uPx2co6N5v .icon-wrapper {
  text-align: justify;
}
.cid-uA3xu5vuzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3xu5vuzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3xu5vuzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3xu5vuzU .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3xu5vuzU .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3xu5vuzU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3xu5vuzU .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3xu5vuzU .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3xu5vuzU .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3xu5vuzU .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3xu5vuzU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3xu5vuzU .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3xu5vuzU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3xu5vuzU .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3xu5vuzU .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3xu5vuzU .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3xu5vuzU .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3xu5vuzU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3xu5vuzU .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3xu5vuzU .mbr-desc {
  color: #5d1336;
}
.cid-uA3xu5vuzU .mbr-section-title {
  color: #272b2e;
}
.cid-uA3xu5vuzU .mbr-text,
.cid-uA3xu5vuzU .text-wrapper {
  color: #272b2e;
}
.cid-uA3xu5vuzU .mbr-text {
  text-align: justify;
}
.cid-uA3xu5vuzU .mbr-section-title,
.cid-uA3xu5vuzU .mbr-section-btn {
  color: #cba058;
}
.cid-uA3xu63CBC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3xu63CBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3xu63CBC .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-uA3xu63CBC .container {
    padding: 0 16px;
  }
}
.cid-uA3xu63CBC .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3xu63CBC .row .card {
  justify-content: flex-end;
}
.cid-uA3xu63CBC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3xu63CBC .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3xu63CBC .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3xu63CBC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3xu63CBC .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3xu63CBC .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3xu63CBC .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3xu63CBC .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3xu63CBC .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3xu63CBC .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3xu63CBC .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3xu63CBC .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3xu63CBC .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3xu63CBC .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3xu63CBC .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3xu63CBC .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3xu63CBC .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3xu63CBC .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3xu63CBC .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3xu63CBC .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3xu63CBC .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3xu63CBC .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3xu63CBC .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3xu63CBC .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3xu63CBC .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3xu63CBC .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3xu63CBC .mbr-section-title {
  color: #000000;
}
.cid-uA3xu63CBC .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3xu63CBC .mbr-text {
  color: #000000;
}
.cid-uA3xu63CBC .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3xu63CBC .list {
  color: #000000;
}
.cid-uA3xu63CBC .mbr-contact {
  color: #000000;
}
.cid-uA3xu63CBC .list,
.cid-uA3xu63CBC .item-wrap {
  color: #000000;
}
.cid-uA3xYQyo8N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3xYQyo8N nav.navbar {
  position: fixed;
}
.cid-uA3xYQyo8N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3xYQyo8N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3xYQyo8N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3xYQyo8N .dropdown-item:hover,
.cid-uA3xYQyo8N .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3xYQyo8N .dropdown-item:hover span {
  color: white;
}
.cid-uA3xYQyo8N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3xYQyo8N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3xYQyo8N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3xYQyo8N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3xYQyo8N .nav-link {
  position: relative;
}
.cid-uA3xYQyo8N .container {
  display: flex;
  margin: auto;
}
.cid-uA3xYQyo8N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3xYQyo8N .dropdown-menu,
.cid-uA3xYQyo8N .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3xYQyo8N .nav-item:focus,
.cid-uA3xYQyo8N .nav-link:focus {
  outline: none;
}
.cid-uA3xYQyo8N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3xYQyo8N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3xYQyo8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3xYQyo8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3xYQyo8N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3xYQyo8N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3xYQyo8N .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3xYQyo8N .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3xYQyo8N .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3xYQyo8N .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3xYQyo8N .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3xYQyo8N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3xYQyo8N .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3xYQyo8N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3xYQyo8N .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3xYQyo8N .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3xYQyo8N .navbar.collapsed {
  justify-content: center;
}
.cid-uA3xYQyo8N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3xYQyo8N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3xYQyo8N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3xYQyo8N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3xYQyo8N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3xYQyo8N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3xYQyo8N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3xYQyo8N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3xYQyo8N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3xYQyo8N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3xYQyo8N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3xYQyo8N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3xYQyo8N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3xYQyo8N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3xYQyo8N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3xYQyo8N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3xYQyo8N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3xYQyo8N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3xYQyo8N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3xYQyo8N .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3xYQyo8N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3xYQyo8N .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3xYQyo8N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3xYQyo8N .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3xYQyo8N .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3xYQyo8N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3xYQyo8N .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3xYQyo8N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3xYQyo8N .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3xYQyo8N .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3xYQyo8N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3xYQyo8N .dropdown-item.active,
.cid-uA3xYQyo8N .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3xYQyo8N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3xYQyo8N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3xYQyo8N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3xYQyo8N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3xYQyo8N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3xYQyo8N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3xYQyo8N ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3xYQyo8N ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3xYQyo8N .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3xYQyo8N .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3xYQyo8N .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3xYQyo8N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3xYQyo8N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3xYQyo8N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3xYQyo8N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3xYQyo8N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3xYQyo8N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3xYQyo8N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3xYQyo8N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3xYQyo8N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3xYQyo8N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3xYQyo8N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3xYQyo8N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3xYQyo8N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3xYQyo8N .navbar {
    height: 100px;
  }
  .cid-uA3xYQyo8N .navbar.opened {
    height: auto;
  }
  .cid-uA3xYQyo8N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3xYQyo8N .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3xYQyo8N .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3xYQyo8N .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2iL0YnD {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2iL0YnD::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2iL0YnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2iL0YnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2iL0YnD .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2iL0YnD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2iL0YnD .container {
    padding: 0 16px;
  }
}
.cid-uPx2iL0YnD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2iL0YnD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2iL0YnD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2iL0YnD .mbr-section-title {
  color: #000000;
}
.cid-uPx2iL0YnD .mbr-text {
  color: #000000;
}
.cid-uPx2iL0YnD .mbr-text,
.cid-uPx2iL0YnD .icon-wrapper {
  text-align: justify;
}
.cid-uA3xYRSNHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3xYRSNHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3xYRSNHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3xYRSNHm .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3xYRSNHm .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3xYRSNHm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3xYRSNHm .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3xYRSNHm .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3xYRSNHm .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3xYRSNHm .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3xYRSNHm .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3xYRSNHm .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3xYRSNHm .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3xYRSNHm .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3xYRSNHm .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3xYRSNHm .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3xYRSNHm .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3xYRSNHm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3xYRSNHm .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3xYRSNHm .mbr-desc {
  color: #5d1336;
}
.cid-uA3xYRSNHm .mbr-section-title {
  color: #272b2e;
}
.cid-uA3xYRSNHm .mbr-text,
.cid-uA3xYRSNHm .text-wrapper {
  color: #272b2e;
}
.cid-uA3xYRSNHm .mbr-text {
  text-align: justify;
}
.cid-uA3xYRSNHm .mbr-section-title,
.cid-uA3xYRSNHm .mbr-section-btn {
  color: #cba058;
}
.cid-uA3xYSbJ5L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3xYSbJ5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3xYSbJ5L .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-uA3xYSbJ5L .container {
    padding: 0 16px;
  }
}
.cid-uA3xYSbJ5L .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3xYSbJ5L .row .card {
  justify-content: flex-end;
}
.cid-uA3xYSbJ5L .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3xYSbJ5L .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3xYSbJ5L .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3xYSbJ5L .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3xYSbJ5L .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3xYSbJ5L .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3xYSbJ5L .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3xYSbJ5L .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3xYSbJ5L .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3xYSbJ5L .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3xYSbJ5L .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3xYSbJ5L .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3xYSbJ5L .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3xYSbJ5L .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3xYSbJ5L .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3xYSbJ5L .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3xYSbJ5L .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3xYSbJ5L .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3xYSbJ5L .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3xYSbJ5L .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3xYSbJ5L .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3xYSbJ5L .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3xYSbJ5L .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3xYSbJ5L .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3xYSbJ5L .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3xYSbJ5L .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3xYSbJ5L .mbr-section-title {
  color: #000000;
}
.cid-uA3xYSbJ5L .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3xYSbJ5L .mbr-text {
  color: #000000;
}
.cid-uA3xYSbJ5L .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3xYSbJ5L .list {
  color: #000000;
}
.cid-uA3xYSbJ5L .mbr-contact {
  color: #000000;
}
.cid-uA3xYSbJ5L .list,
.cid-uA3xYSbJ5L .item-wrap {
  color: #000000;
}
.cid-uA3zmIB1wC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3zmIB1wC nav.navbar {
  position: fixed;
}
.cid-uA3zmIB1wC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3zmIB1wC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3zmIB1wC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3zmIB1wC .dropdown-item:hover,
.cid-uA3zmIB1wC .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3zmIB1wC .dropdown-item:hover span {
  color: white;
}
.cid-uA3zmIB1wC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3zmIB1wC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3zmIB1wC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3zmIB1wC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3zmIB1wC .nav-link {
  position: relative;
}
.cid-uA3zmIB1wC .container {
  display: flex;
  margin: auto;
}
.cid-uA3zmIB1wC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3zmIB1wC .dropdown-menu,
.cid-uA3zmIB1wC .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3zmIB1wC .nav-item:focus,
.cid-uA3zmIB1wC .nav-link:focus {
  outline: none;
}
.cid-uA3zmIB1wC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3zmIB1wC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3zmIB1wC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3zmIB1wC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3zmIB1wC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3zmIB1wC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3zmIB1wC .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3zmIB1wC .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3zmIB1wC .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3zmIB1wC .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3zmIB1wC .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3zmIB1wC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3zmIB1wC .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3zmIB1wC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3zmIB1wC .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3zmIB1wC .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3zmIB1wC .navbar.collapsed {
  justify-content: center;
}
.cid-uA3zmIB1wC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3zmIB1wC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3zmIB1wC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3zmIB1wC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3zmIB1wC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3zmIB1wC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3zmIB1wC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3zmIB1wC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3zmIB1wC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3zmIB1wC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3zmIB1wC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3zmIB1wC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3zmIB1wC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3zmIB1wC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3zmIB1wC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3zmIB1wC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3zmIB1wC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3zmIB1wC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3zmIB1wC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3zmIB1wC .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3zmIB1wC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3zmIB1wC .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3zmIB1wC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3zmIB1wC .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3zmIB1wC .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3zmIB1wC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3zmIB1wC .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3zmIB1wC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3zmIB1wC .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3zmIB1wC .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3zmIB1wC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3zmIB1wC .dropdown-item.active,
.cid-uA3zmIB1wC .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3zmIB1wC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3zmIB1wC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3zmIB1wC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3zmIB1wC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3zmIB1wC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3zmIB1wC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3zmIB1wC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3zmIB1wC ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3zmIB1wC .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3zmIB1wC .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3zmIB1wC .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3zmIB1wC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3zmIB1wC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3zmIB1wC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3zmIB1wC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3zmIB1wC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3zmIB1wC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3zmIB1wC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3zmIB1wC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3zmIB1wC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3zmIB1wC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3zmIB1wC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3zmIB1wC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3zmIB1wC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3zmIB1wC .navbar {
    height: 100px;
  }
  .cid-uA3zmIB1wC .navbar.opened {
    height: auto;
  }
  .cid-uA3zmIB1wC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3zmIB1wC .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3zmIB1wC .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3zmIB1wC .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2lJNpXT {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2lJNpXT::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2lJNpXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2lJNpXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2lJNpXT .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2lJNpXT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2lJNpXT .container {
    padding: 0 16px;
  }
}
.cid-uPx2lJNpXT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2lJNpXT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2lJNpXT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2lJNpXT .mbr-section-title {
  color: #000000;
}
.cid-uPx2lJNpXT .mbr-text {
  color: #000000;
}
.cid-uPx2lJNpXT .mbr-text,
.cid-uPx2lJNpXT .icon-wrapper {
  text-align: justify;
}
.cid-uA3zmJMQfb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3zmJMQfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3zmJMQfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3zmJMQfb .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3zmJMQfb .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3zmJMQfb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3zmJMQfb .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3zmJMQfb .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3zmJMQfb .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3zmJMQfb .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3zmJMQfb .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3zmJMQfb .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3zmJMQfb .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3zmJMQfb .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3zmJMQfb .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3zmJMQfb .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3zmJMQfb .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3zmJMQfb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3zmJMQfb .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3zmJMQfb .mbr-desc {
  color: #5d1336;
}
.cid-uA3zmJMQfb .mbr-section-title {
  color: #272b2e;
}
.cid-uA3zmJMQfb .mbr-text,
.cid-uA3zmJMQfb .text-wrapper {
  color: #272b2e;
}
.cid-uA3zmJMQfb .mbr-text {
  text-align: justify;
}
.cid-uA3zmJMQfb .mbr-section-title,
.cid-uA3zmJMQfb .mbr-section-btn {
  color: #cba058;
}
.cid-uA3zmK2POs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3zmK2POs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3zmK2POs .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-uA3zmK2POs .container {
    padding: 0 16px;
  }
}
.cid-uA3zmK2POs .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3zmK2POs .row .card {
  justify-content: flex-end;
}
.cid-uA3zmK2POs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3zmK2POs .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3zmK2POs .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3zmK2POs .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3zmK2POs .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3zmK2POs .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3zmK2POs .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3zmK2POs .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3zmK2POs .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3zmK2POs .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3zmK2POs .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3zmK2POs .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3zmK2POs .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3zmK2POs .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3zmK2POs .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3zmK2POs .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3zmK2POs .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3zmK2POs .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3zmK2POs .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3zmK2POs .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3zmK2POs .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3zmK2POs .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3zmK2POs .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3zmK2POs .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3zmK2POs .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3zmK2POs .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3zmK2POs .mbr-section-title {
  color: #000000;
}
.cid-uA3zmK2POs .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3zmK2POs .mbr-text {
  color: #000000;
}
.cid-uA3zmK2POs .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3zmK2POs .list {
  color: #000000;
}
.cid-uA3zmK2POs .mbr-contact {
  color: #000000;
}
.cid-uA3zmK2POs .list,
.cid-uA3zmK2POs .item-wrap {
  color: #000000;
}
.cid-uA3zPpaslV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3zPpaslV nav.navbar {
  position: fixed;
}
.cid-uA3zPpaslV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3zPpaslV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3zPpaslV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3zPpaslV .dropdown-item:hover,
.cid-uA3zPpaslV .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3zPpaslV .dropdown-item:hover span {
  color: white;
}
.cid-uA3zPpaslV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3zPpaslV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3zPpaslV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3zPpaslV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3zPpaslV .nav-link {
  position: relative;
}
.cid-uA3zPpaslV .container {
  display: flex;
  margin: auto;
}
.cid-uA3zPpaslV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3zPpaslV .dropdown-menu,
.cid-uA3zPpaslV .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3zPpaslV .nav-item:focus,
.cid-uA3zPpaslV .nav-link:focus {
  outline: none;
}
.cid-uA3zPpaslV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3zPpaslV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3zPpaslV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3zPpaslV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3zPpaslV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3zPpaslV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3zPpaslV .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3zPpaslV .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3zPpaslV .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3zPpaslV .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3zPpaslV .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3zPpaslV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3zPpaslV .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3zPpaslV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3zPpaslV .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3zPpaslV .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3zPpaslV .navbar.collapsed {
  justify-content: center;
}
.cid-uA3zPpaslV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3zPpaslV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3zPpaslV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3zPpaslV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3zPpaslV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3zPpaslV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3zPpaslV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3zPpaslV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3zPpaslV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3zPpaslV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3zPpaslV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3zPpaslV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3zPpaslV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3zPpaslV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3zPpaslV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3zPpaslV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3zPpaslV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3zPpaslV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3zPpaslV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3zPpaslV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3zPpaslV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3zPpaslV .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3zPpaslV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3zPpaslV .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3zPpaslV .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3zPpaslV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3zPpaslV .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3zPpaslV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3zPpaslV .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3zPpaslV .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3zPpaslV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3zPpaslV .dropdown-item.active,
.cid-uA3zPpaslV .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3zPpaslV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3zPpaslV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3zPpaslV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3zPpaslV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3zPpaslV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3zPpaslV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3zPpaslV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3zPpaslV ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3zPpaslV .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3zPpaslV .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3zPpaslV .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3zPpaslV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3zPpaslV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3zPpaslV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3zPpaslV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3zPpaslV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3zPpaslV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3zPpaslV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3zPpaslV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3zPpaslV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3zPpaslV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3zPpaslV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3zPpaslV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3zPpaslV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3zPpaslV .navbar {
    height: 100px;
  }
  .cid-uA3zPpaslV .navbar.opened {
    height: auto;
  }
  .cid-uA3zPpaslV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3zPpaslV .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3zPpaslV .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3zPpaslV .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2vbrDrW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2vbrDrW::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2vbrDrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2vbrDrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2vbrDrW .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2vbrDrW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2vbrDrW .container {
    padding: 0 16px;
  }
}
.cid-uPx2vbrDrW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2vbrDrW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2vbrDrW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2vbrDrW .mbr-section-title {
  color: #000000;
}
.cid-uPx2vbrDrW .mbr-text {
  color: #000000;
}
.cid-uPx2vbrDrW .mbr-text,
.cid-uPx2vbrDrW .icon-wrapper {
  text-align: justify;
}
.cid-uA3zPr1DuD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3zPr1DuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3zPr1DuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3zPr1DuD .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3zPr1DuD .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3zPr1DuD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3zPr1DuD .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3zPr1DuD .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3zPr1DuD .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3zPr1DuD .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3zPr1DuD .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3zPr1DuD .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3zPr1DuD .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3zPr1DuD .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3zPr1DuD .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3zPr1DuD .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3zPr1DuD .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3zPr1DuD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3zPr1DuD .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3zPr1DuD .mbr-desc {
  color: #5d1336;
}
.cid-uA3zPr1DuD .mbr-section-title {
  color: #272b2e;
}
.cid-uA3zPr1DuD .mbr-text,
.cid-uA3zPr1DuD .text-wrapper {
  color: #272b2e;
}
.cid-uA3zPr1DuD .mbr-text {
  text-align: justify;
}
.cid-uA3zPr1DuD .mbr-section-title,
.cid-uA3zPr1DuD .mbr-section-btn {
  color: #cba058;
}
.cid-uA3zPrk8VQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3zPrk8VQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3zPrk8VQ .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-uA3zPrk8VQ .container {
    padding: 0 16px;
  }
}
.cid-uA3zPrk8VQ .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3zPrk8VQ .row .card {
  justify-content: flex-end;
}
.cid-uA3zPrk8VQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3zPrk8VQ .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3zPrk8VQ .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3zPrk8VQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3zPrk8VQ .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3zPrk8VQ .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3zPrk8VQ .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3zPrk8VQ .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3zPrk8VQ .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3zPrk8VQ .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3zPrk8VQ .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3zPrk8VQ .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3zPrk8VQ .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3zPrk8VQ .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3zPrk8VQ .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3zPrk8VQ .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3zPrk8VQ .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3zPrk8VQ .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3zPrk8VQ .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3zPrk8VQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3zPrk8VQ .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3zPrk8VQ .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3zPrk8VQ .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3zPrk8VQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3zPrk8VQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3zPrk8VQ .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3zPrk8VQ .mbr-section-title {
  color: #000000;
}
.cid-uA3zPrk8VQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3zPrk8VQ .mbr-text {
  color: #000000;
}
.cid-uA3zPrk8VQ .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3zPrk8VQ .list {
  color: #000000;
}
.cid-uA3zPrk8VQ .mbr-contact {
  color: #000000;
}
.cid-uA3zPrk8VQ .list,
.cid-uA3zPrk8VQ .item-wrap {
  color: #000000;
}
.cid-uA3A74sTwI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3A74sTwI nav.navbar {
  position: fixed;
}
.cid-uA3A74sTwI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3A74sTwI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3A74sTwI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3A74sTwI .dropdown-item:hover,
.cid-uA3A74sTwI .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3A74sTwI .dropdown-item:hover span {
  color: white;
}
.cid-uA3A74sTwI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3A74sTwI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3A74sTwI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3A74sTwI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3A74sTwI .nav-link {
  position: relative;
}
.cid-uA3A74sTwI .container {
  display: flex;
  margin: auto;
}
.cid-uA3A74sTwI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3A74sTwI .dropdown-menu,
.cid-uA3A74sTwI .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3A74sTwI .nav-item:focus,
.cid-uA3A74sTwI .nav-link:focus {
  outline: none;
}
.cid-uA3A74sTwI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3A74sTwI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3A74sTwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3A74sTwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3A74sTwI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3A74sTwI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3A74sTwI .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3A74sTwI .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3A74sTwI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3A74sTwI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3A74sTwI .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3A74sTwI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3A74sTwI .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3A74sTwI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3A74sTwI .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3A74sTwI .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3A74sTwI .navbar.collapsed {
  justify-content: center;
}
.cid-uA3A74sTwI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3A74sTwI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3A74sTwI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3A74sTwI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3A74sTwI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3A74sTwI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3A74sTwI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3A74sTwI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3A74sTwI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3A74sTwI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3A74sTwI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3A74sTwI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3A74sTwI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3A74sTwI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3A74sTwI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3A74sTwI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3A74sTwI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3A74sTwI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3A74sTwI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3A74sTwI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3A74sTwI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3A74sTwI .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3A74sTwI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3A74sTwI .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3A74sTwI .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3A74sTwI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3A74sTwI .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3A74sTwI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3A74sTwI .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3A74sTwI .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3A74sTwI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3A74sTwI .dropdown-item.active,
.cid-uA3A74sTwI .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3A74sTwI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3A74sTwI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3A74sTwI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3A74sTwI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3A74sTwI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3A74sTwI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3A74sTwI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3A74sTwI ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3A74sTwI .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3A74sTwI .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3A74sTwI .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3A74sTwI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3A74sTwI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3A74sTwI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3A74sTwI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3A74sTwI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3A74sTwI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3A74sTwI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3A74sTwI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3A74sTwI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3A74sTwI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3A74sTwI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3A74sTwI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3A74sTwI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3A74sTwI .navbar {
    height: 100px;
  }
  .cid-uA3A74sTwI .navbar.opened {
    height: auto;
  }
  .cid-uA3A74sTwI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3A74sTwI .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3A74sTwI .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3A74sTwI .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2zus1BL {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2zus1BL::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2zus1BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2zus1BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2zus1BL .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2zus1BL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2zus1BL .container {
    padding: 0 16px;
  }
}
.cid-uPx2zus1BL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2zus1BL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2zus1BL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2zus1BL .mbr-section-title {
  color: #000000;
}
.cid-uPx2zus1BL .mbr-text {
  color: #000000;
}
.cid-uPx2zus1BL .mbr-text,
.cid-uPx2zus1BL .icon-wrapper {
  text-align: justify;
}
.cid-uA3A75KZZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3A75KZZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3A75KZZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3A75KZZh .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3A75KZZh .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3A75KZZh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3A75KZZh .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3A75KZZh .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3A75KZZh .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3A75KZZh .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3A75KZZh .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3A75KZZh .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3A75KZZh .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3A75KZZh .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3A75KZZh .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3A75KZZh .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3A75KZZh .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3A75KZZh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3A75KZZh .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3A75KZZh .mbr-desc {
  color: #5d1336;
}
.cid-uA3A75KZZh .mbr-section-title {
  color: #272b2e;
}
.cid-uA3A75KZZh .mbr-text,
.cid-uA3A75KZZh .text-wrapper {
  color: #272b2e;
}
.cid-uA3A75KZZh .mbr-text {
  text-align: justify;
}
.cid-uA3A75KZZh .mbr-section-title,
.cid-uA3A75KZZh .mbr-section-btn {
  color: #cba058;
}
.cid-uA3A765kX0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3A765kX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3A765kX0 .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-uA3A765kX0 .container {
    padding: 0 16px;
  }
}
.cid-uA3A765kX0 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3A765kX0 .row .card {
  justify-content: flex-end;
}
.cid-uA3A765kX0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3A765kX0 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3A765kX0 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3A765kX0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3A765kX0 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3A765kX0 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3A765kX0 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3A765kX0 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3A765kX0 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3A765kX0 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3A765kX0 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3A765kX0 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3A765kX0 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3A765kX0 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3A765kX0 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3A765kX0 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3A765kX0 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3A765kX0 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3A765kX0 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3A765kX0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3A765kX0 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3A765kX0 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3A765kX0 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3A765kX0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3A765kX0 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3A765kX0 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3A765kX0 .mbr-section-title {
  color: #000000;
}
.cid-uA3A765kX0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3A765kX0 .mbr-text {
  color: #000000;
}
.cid-uA3A765kX0 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3A765kX0 .list {
  color: #000000;
}
.cid-uA3A765kX0 .mbr-contact {
  color: #000000;
}
.cid-uA3A765kX0 .list,
.cid-uA3A765kX0 .item-wrap {
  color: #000000;
}
.cid-uA3AqZ99uG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3AqZ99uG nav.navbar {
  position: fixed;
}
.cid-uA3AqZ99uG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3AqZ99uG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3AqZ99uG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3AqZ99uG .dropdown-item:hover,
.cid-uA3AqZ99uG .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3AqZ99uG .dropdown-item:hover span {
  color: white;
}
.cid-uA3AqZ99uG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3AqZ99uG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3AqZ99uG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3AqZ99uG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3AqZ99uG .nav-link {
  position: relative;
}
.cid-uA3AqZ99uG .container {
  display: flex;
  margin: auto;
}
.cid-uA3AqZ99uG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3AqZ99uG .dropdown-menu,
.cid-uA3AqZ99uG .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3AqZ99uG .nav-item:focus,
.cid-uA3AqZ99uG .nav-link:focus {
  outline: none;
}
.cid-uA3AqZ99uG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3AqZ99uG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3AqZ99uG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3AqZ99uG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3AqZ99uG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3AqZ99uG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3AqZ99uG .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3AqZ99uG .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3AqZ99uG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3AqZ99uG .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3AqZ99uG .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3AqZ99uG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3AqZ99uG .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3AqZ99uG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3AqZ99uG .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3AqZ99uG .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3AqZ99uG .navbar.collapsed {
  justify-content: center;
}
.cid-uA3AqZ99uG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3AqZ99uG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3AqZ99uG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3AqZ99uG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3AqZ99uG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3AqZ99uG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3AqZ99uG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3AqZ99uG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3AqZ99uG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3AqZ99uG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3AqZ99uG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3AqZ99uG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3AqZ99uG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3AqZ99uG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3AqZ99uG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3AqZ99uG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3AqZ99uG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3AqZ99uG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3AqZ99uG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3AqZ99uG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3AqZ99uG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3AqZ99uG .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3AqZ99uG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3AqZ99uG .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3AqZ99uG .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3AqZ99uG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3AqZ99uG .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3AqZ99uG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3AqZ99uG .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3AqZ99uG .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3AqZ99uG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3AqZ99uG .dropdown-item.active,
.cid-uA3AqZ99uG .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3AqZ99uG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3AqZ99uG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3AqZ99uG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3AqZ99uG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3AqZ99uG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3AqZ99uG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3AqZ99uG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3AqZ99uG ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3AqZ99uG .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3AqZ99uG .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3AqZ99uG .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3AqZ99uG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3AqZ99uG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3AqZ99uG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3AqZ99uG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3AqZ99uG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3AqZ99uG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3AqZ99uG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3AqZ99uG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3AqZ99uG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3AqZ99uG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3AqZ99uG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3AqZ99uG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3AqZ99uG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3AqZ99uG .navbar {
    height: 100px;
  }
  .cid-uA3AqZ99uG .navbar.opened {
    height: auto;
  }
  .cid-uA3AqZ99uG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3AqZ99uG .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3AqZ99uG .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3AqZ99uG .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2Ebkpm4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2Ebkpm4::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2Ebkpm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2Ebkpm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2Ebkpm4 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2Ebkpm4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2Ebkpm4 .container {
    padding: 0 16px;
  }
}
.cid-uPx2Ebkpm4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2Ebkpm4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2Ebkpm4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2Ebkpm4 .mbr-section-title {
  color: #000000;
}
.cid-uPx2Ebkpm4 .mbr-text {
  color: #000000;
}
.cid-uPx2Ebkpm4 .mbr-text,
.cid-uPx2Ebkpm4 .icon-wrapper {
  text-align: justify;
}
.cid-uA3Ar0xzUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3Ar0xzUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3Ar0xzUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3Ar0xzUD .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3Ar0xzUD .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3Ar0xzUD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3Ar0xzUD .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3Ar0xzUD .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3Ar0xzUD .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3Ar0xzUD .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3Ar0xzUD .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3Ar0xzUD .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3Ar0xzUD .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3Ar0xzUD .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3Ar0xzUD .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3Ar0xzUD .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3Ar0xzUD .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3Ar0xzUD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3Ar0xzUD .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3Ar0xzUD .mbr-desc {
  color: #5d1336;
}
.cid-uA3Ar0xzUD .mbr-section-title {
  color: #272b2e;
}
.cid-uA3Ar0xzUD .mbr-text,
.cid-uA3Ar0xzUD .text-wrapper {
  color: #272b2e;
}
.cid-uA3Ar0xzUD .mbr-text {
  text-align: justify;
}
.cid-uA3Ar0xzUD .mbr-section-title,
.cid-uA3Ar0xzUD .mbr-section-btn {
  color: #cba058;
}
.cid-uA3Ar0RkIp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3Ar0RkIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3Ar0RkIp .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-uA3Ar0RkIp .container {
    padding: 0 16px;
  }
}
.cid-uA3Ar0RkIp .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3Ar0RkIp .row .card {
  justify-content: flex-end;
}
.cid-uA3Ar0RkIp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3Ar0RkIp .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3Ar0RkIp .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3Ar0RkIp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3Ar0RkIp .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3Ar0RkIp .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3Ar0RkIp .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3Ar0RkIp .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3Ar0RkIp .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3Ar0RkIp .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3Ar0RkIp .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3Ar0RkIp .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3Ar0RkIp .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3Ar0RkIp .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3Ar0RkIp .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3Ar0RkIp .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3Ar0RkIp .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3Ar0RkIp .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3Ar0RkIp .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3Ar0RkIp .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3Ar0RkIp .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3Ar0RkIp .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3Ar0RkIp .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3Ar0RkIp .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3Ar0RkIp .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3Ar0RkIp .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3Ar0RkIp .mbr-section-title {
  color: #000000;
}
.cid-uA3Ar0RkIp .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3Ar0RkIp .mbr-text {
  color: #000000;
}
.cid-uA3Ar0RkIp .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3Ar0RkIp .list {
  color: #000000;
}
.cid-uA3Ar0RkIp .mbr-contact {
  color: #000000;
}
.cid-uA3Ar0RkIp .list,
.cid-uA3Ar0RkIp .item-wrap {
  color: #000000;
}
.cid-uA3Bbof3iG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3Bbof3iG nav.navbar {
  position: fixed;
}
.cid-uA3Bbof3iG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3Bbof3iG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3Bbof3iG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3Bbof3iG .dropdown-item:hover,
.cid-uA3Bbof3iG .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3Bbof3iG .dropdown-item:hover span {
  color: white;
}
.cid-uA3Bbof3iG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3Bbof3iG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3Bbof3iG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3Bbof3iG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3Bbof3iG .nav-link {
  position: relative;
}
.cid-uA3Bbof3iG .container {
  display: flex;
  margin: auto;
}
.cid-uA3Bbof3iG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3Bbof3iG .dropdown-menu,
.cid-uA3Bbof3iG .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3Bbof3iG .nav-item:focus,
.cid-uA3Bbof3iG .nav-link:focus {
  outline: none;
}
.cid-uA3Bbof3iG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3Bbof3iG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3Bbof3iG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3Bbof3iG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3Bbof3iG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3Bbof3iG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3Bbof3iG .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3Bbof3iG .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3Bbof3iG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3Bbof3iG .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3Bbof3iG .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3Bbof3iG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3Bbof3iG .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3Bbof3iG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3Bbof3iG .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3Bbof3iG .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3Bbof3iG .navbar.collapsed {
  justify-content: center;
}
.cid-uA3Bbof3iG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3Bbof3iG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3Bbof3iG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3Bbof3iG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3Bbof3iG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3Bbof3iG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3Bbof3iG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3Bbof3iG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3Bbof3iG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3Bbof3iG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3Bbof3iG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3Bbof3iG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3Bbof3iG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3Bbof3iG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3Bbof3iG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3Bbof3iG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3Bbof3iG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3Bbof3iG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3Bbof3iG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3Bbof3iG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3Bbof3iG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3Bbof3iG .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3Bbof3iG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3Bbof3iG .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3Bbof3iG .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3Bbof3iG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3Bbof3iG .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3Bbof3iG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3Bbof3iG .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3Bbof3iG .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3Bbof3iG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3Bbof3iG .dropdown-item.active,
.cid-uA3Bbof3iG .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3Bbof3iG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3Bbof3iG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3Bbof3iG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3Bbof3iG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3Bbof3iG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3Bbof3iG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3Bbof3iG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3Bbof3iG ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3Bbof3iG .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3Bbof3iG .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3Bbof3iG .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3Bbof3iG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3Bbof3iG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3Bbof3iG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3Bbof3iG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3Bbof3iG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3Bbof3iG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3Bbof3iG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3Bbof3iG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3Bbof3iG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3Bbof3iG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3Bbof3iG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3Bbof3iG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3Bbof3iG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3Bbof3iG .navbar {
    height: 100px;
  }
  .cid-uA3Bbof3iG .navbar.opened {
    height: auto;
  }
  .cid-uA3Bbof3iG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3Bbof3iG .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3Bbof3iG .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3Bbof3iG .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2JaDLUt {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2JaDLUt::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2JaDLUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2JaDLUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2JaDLUt .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2JaDLUt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2JaDLUt .container {
    padding: 0 16px;
  }
}
.cid-uPx2JaDLUt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2JaDLUt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2JaDLUt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2JaDLUt .mbr-section-title {
  color: #000000;
}
.cid-uPx2JaDLUt .mbr-text {
  color: #000000;
}
.cid-uPx2JaDLUt .mbr-text,
.cid-uPx2JaDLUt .icon-wrapper {
  text-align: justify;
}
.cid-uA3BbpDFcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3BbpDFcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3BbpDFcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3BbpDFcl .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3BbpDFcl .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3BbpDFcl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3BbpDFcl .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3BbpDFcl .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3BbpDFcl .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3BbpDFcl .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BbpDFcl .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3BbpDFcl .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BbpDFcl .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3BbpDFcl .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3BbpDFcl .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3BbpDFcl .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3BbpDFcl .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3BbpDFcl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3BbpDFcl .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3BbpDFcl .mbr-desc {
  color: #5d1336;
}
.cid-uA3BbpDFcl .mbr-section-title {
  color: #272b2e;
}
.cid-uA3BbpDFcl .mbr-text,
.cid-uA3BbpDFcl .text-wrapper {
  color: #272b2e;
}
.cid-uA3BbpDFcl .mbr-text {
  text-align: justify;
}
.cid-uA3BbpDFcl .mbr-section-title,
.cid-uA3BbpDFcl .mbr-section-btn {
  color: #cba058;
}
.cid-uA3BbpV8Tk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3BbpV8Tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3BbpV8Tk .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-uA3BbpV8Tk .container {
    padding: 0 16px;
  }
}
.cid-uA3BbpV8Tk .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3BbpV8Tk .row .card {
  justify-content: flex-end;
}
.cid-uA3BbpV8Tk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3BbpV8Tk .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3BbpV8Tk .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3BbpV8Tk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3BbpV8Tk .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3BbpV8Tk .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3BbpV8Tk .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3BbpV8Tk .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3BbpV8Tk .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BbpV8Tk .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3BbpV8Tk .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3BbpV8Tk .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3BbpV8Tk .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3BbpV8Tk .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3BbpV8Tk .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3BbpV8Tk .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3BbpV8Tk .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3BbpV8Tk .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3BbpV8Tk .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3BbpV8Tk .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3BbpV8Tk .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3BbpV8Tk .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3BbpV8Tk .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3BbpV8Tk .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3BbpV8Tk .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3BbpV8Tk .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3BbpV8Tk .mbr-section-title {
  color: #000000;
}
.cid-uA3BbpV8Tk .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3BbpV8Tk .mbr-text {
  color: #000000;
}
.cid-uA3BbpV8Tk .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3BbpV8Tk .list {
  color: #000000;
}
.cid-uA3BbpV8Tk .mbr-contact {
  color: #000000;
}
.cid-uA3BbpV8Tk .list,
.cid-uA3BbpV8Tk .item-wrap {
  color: #000000;
}
.cid-uA3Bs8Qj6c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3Bs8Qj6c nav.navbar {
  position: fixed;
}
.cid-uA3Bs8Qj6c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3Bs8Qj6c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3Bs8Qj6c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3Bs8Qj6c .dropdown-item:hover,
.cid-uA3Bs8Qj6c .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3Bs8Qj6c .dropdown-item:hover span {
  color: white;
}
.cid-uA3Bs8Qj6c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3Bs8Qj6c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3Bs8Qj6c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3Bs8Qj6c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3Bs8Qj6c .nav-link {
  position: relative;
}
.cid-uA3Bs8Qj6c .container {
  display: flex;
  margin: auto;
}
.cid-uA3Bs8Qj6c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3Bs8Qj6c .dropdown-menu,
.cid-uA3Bs8Qj6c .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3Bs8Qj6c .nav-item:focus,
.cid-uA3Bs8Qj6c .nav-link:focus {
  outline: none;
}
.cid-uA3Bs8Qj6c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3Bs8Qj6c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3Bs8Qj6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3Bs8Qj6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3Bs8Qj6c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3Bs8Qj6c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3Bs8Qj6c .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3Bs8Qj6c .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3Bs8Qj6c .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3Bs8Qj6c .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3Bs8Qj6c .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3Bs8Qj6c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3Bs8Qj6c .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3Bs8Qj6c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3Bs8Qj6c .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3Bs8Qj6c .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3Bs8Qj6c .navbar.collapsed {
  justify-content: center;
}
.cid-uA3Bs8Qj6c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3Bs8Qj6c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3Bs8Qj6c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3Bs8Qj6c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3Bs8Qj6c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3Bs8Qj6c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3Bs8Qj6c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3Bs8Qj6c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3Bs8Qj6c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3Bs8Qj6c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3Bs8Qj6c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3Bs8Qj6c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3Bs8Qj6c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3Bs8Qj6c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3Bs8Qj6c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3Bs8Qj6c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3Bs8Qj6c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3Bs8Qj6c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3Bs8Qj6c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3Bs8Qj6c .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3Bs8Qj6c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3Bs8Qj6c .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3Bs8Qj6c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3Bs8Qj6c .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3Bs8Qj6c .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3Bs8Qj6c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3Bs8Qj6c .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3Bs8Qj6c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3Bs8Qj6c .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3Bs8Qj6c .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3Bs8Qj6c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3Bs8Qj6c .dropdown-item.active,
.cid-uA3Bs8Qj6c .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3Bs8Qj6c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3Bs8Qj6c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3Bs8Qj6c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3Bs8Qj6c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3Bs8Qj6c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3Bs8Qj6c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3Bs8Qj6c ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3Bs8Qj6c ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3Bs8Qj6c .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3Bs8Qj6c .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3Bs8Qj6c .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3Bs8Qj6c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3Bs8Qj6c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3Bs8Qj6c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3Bs8Qj6c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3Bs8Qj6c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3Bs8Qj6c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3Bs8Qj6c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3Bs8Qj6c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3Bs8Qj6c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3Bs8Qj6c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3Bs8Qj6c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3Bs8Qj6c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3Bs8Qj6c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3Bs8Qj6c .navbar {
    height: 100px;
  }
  .cid-uA3Bs8Qj6c .navbar.opened {
    height: auto;
  }
  .cid-uA3Bs8Qj6c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3Bs8Qj6c .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3Bs8Qj6c .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3Bs8Qj6c .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2N37jvc {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2N37jvc::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2N37jvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2N37jvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2N37jvc .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2N37jvc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2N37jvc .container {
    padding: 0 16px;
  }
}
.cid-uPx2N37jvc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2N37jvc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2N37jvc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2N37jvc .mbr-section-title {
  color: #000000;
}
.cid-uPx2N37jvc .mbr-text {
  color: #000000;
}
.cid-uPx2N37jvc .mbr-text,
.cid-uPx2N37jvc .icon-wrapper {
  text-align: justify;
}
.cid-uA3BsalL5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3BsalL5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3BsalL5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3BsalL5W .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3BsalL5W .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3BsalL5W .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3BsalL5W .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3BsalL5W .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3BsalL5W .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3BsalL5W .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BsalL5W .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3BsalL5W .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BsalL5W .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3BsalL5W .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3BsalL5W .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3BsalL5W .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3BsalL5W .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3BsalL5W .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3BsalL5W .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3BsalL5W .mbr-desc {
  color: #5d1336;
}
.cid-uA3BsalL5W .mbr-section-title {
  color: #272b2e;
}
.cid-uA3BsalL5W .mbr-text,
.cid-uA3BsalL5W .text-wrapper {
  color: #272b2e;
}
.cid-uA3BsalL5W .mbr-text {
  text-align: justify;
}
.cid-uA3BsalL5W .mbr-section-title,
.cid-uA3BsalL5W .mbr-section-btn {
  color: #cba058;
}
.cid-uA3BsaEKPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3BsaEKPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3BsaEKPO .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-uA3BsaEKPO .container {
    padding: 0 16px;
  }
}
.cid-uA3BsaEKPO .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3BsaEKPO .row .card {
  justify-content: flex-end;
}
.cid-uA3BsaEKPO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3BsaEKPO .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3BsaEKPO .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3BsaEKPO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3BsaEKPO .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3BsaEKPO .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3BsaEKPO .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3BsaEKPO .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3BsaEKPO .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BsaEKPO .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3BsaEKPO .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3BsaEKPO .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3BsaEKPO .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3BsaEKPO .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3BsaEKPO .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3BsaEKPO .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3BsaEKPO .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3BsaEKPO .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3BsaEKPO .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3BsaEKPO .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3BsaEKPO .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3BsaEKPO .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3BsaEKPO .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3BsaEKPO .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3BsaEKPO .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3BsaEKPO .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3BsaEKPO .mbr-section-title {
  color: #000000;
}
.cid-uA3BsaEKPO .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3BsaEKPO .mbr-text {
  color: #000000;
}
.cid-uA3BsaEKPO .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3BsaEKPO .list {
  color: #000000;
}
.cid-uA3BsaEKPO .mbr-contact {
  color: #000000;
}
.cid-uA3BsaEKPO .list,
.cid-uA3BsaEKPO .item-wrap {
  color: #000000;
}
.cid-uA3BPTnref {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3BPTnref nav.navbar {
  position: fixed;
}
.cid-uA3BPTnref .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3BPTnref .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3BPTnref .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3BPTnref .dropdown-item:hover,
.cid-uA3BPTnref .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3BPTnref .dropdown-item:hover span {
  color: white;
}
.cid-uA3BPTnref .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3BPTnref .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3BPTnref .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3BPTnref .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3BPTnref .nav-link {
  position: relative;
}
.cid-uA3BPTnref .container {
  display: flex;
  margin: auto;
}
.cid-uA3BPTnref .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3BPTnref .dropdown-menu,
.cid-uA3BPTnref .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3BPTnref .nav-item:focus,
.cid-uA3BPTnref .nav-link:focus {
  outline: none;
}
.cid-uA3BPTnref .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3BPTnref .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3BPTnref .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3BPTnref .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3BPTnref .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3BPTnref .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3BPTnref .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3BPTnref .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3BPTnref .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3BPTnref .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3BPTnref .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3BPTnref .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3BPTnref .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3BPTnref .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3BPTnref .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3BPTnref .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3BPTnref .navbar.collapsed {
  justify-content: center;
}
.cid-uA3BPTnref .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3BPTnref .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3BPTnref .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3BPTnref .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3BPTnref .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3BPTnref .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3BPTnref .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3BPTnref .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3BPTnref .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3BPTnref .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3BPTnref .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3BPTnref .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3BPTnref .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3BPTnref .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3BPTnref .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3BPTnref .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3BPTnref .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3BPTnref .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3BPTnref .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3BPTnref .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3BPTnref .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3BPTnref .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3BPTnref .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3BPTnref .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3BPTnref .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3BPTnref .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3BPTnref .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3BPTnref .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3BPTnref .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3BPTnref .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3BPTnref .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3BPTnref .dropdown-item.active,
.cid-uA3BPTnref .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3BPTnref .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3BPTnref .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3BPTnref .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3BPTnref .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3BPTnref .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3BPTnref .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3BPTnref ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3BPTnref ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3BPTnref .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3BPTnref .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3BPTnref .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3BPTnref button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3BPTnref button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3BPTnref button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3BPTnref button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3BPTnref button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3BPTnref button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3BPTnref nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3BPTnref nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3BPTnref nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3BPTnref nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3BPTnref .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3BPTnref a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3BPTnref .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3BPTnref .navbar {
    height: 100px;
  }
  .cid-uA3BPTnref .navbar.opened {
    height: auto;
  }
  .cid-uA3BPTnref .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3BPTnref .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3BPTnref .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3BPTnref .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2ReX9K7 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2ReX9K7::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2ReX9K7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2ReX9K7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2ReX9K7 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2ReX9K7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2ReX9K7 .container {
    padding: 0 16px;
  }
}
.cid-uPx2ReX9K7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2ReX9K7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2ReX9K7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2ReX9K7 .mbr-section-title {
  color: #000000;
}
.cid-uPx2ReX9K7 .mbr-text {
  color: #000000;
}
.cid-uPx2ReX9K7 .mbr-text,
.cid-uPx2ReX9K7 .icon-wrapper {
  text-align: justify;
}
.cid-uA3BPURuUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3BPURuUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3BPURuUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3BPURuUs .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3BPURuUs .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3BPURuUs .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3BPURuUs .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3BPURuUs .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3BPURuUs .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3BPURuUs .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BPURuUs .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3BPURuUs .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BPURuUs .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3BPURuUs .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3BPURuUs .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3BPURuUs .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3BPURuUs .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3BPURuUs .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3BPURuUs .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3BPURuUs .mbr-desc {
  color: #5d1336;
}
.cid-uA3BPURuUs .mbr-section-title {
  color: #272b2e;
}
.cid-uA3BPURuUs .mbr-text,
.cid-uA3BPURuUs .text-wrapper {
  color: #272b2e;
}
.cid-uA3BPURuUs .mbr-text {
  text-align: justify;
}
.cid-uA3BPURuUs .mbr-section-title,
.cid-uA3BPURuUs .mbr-section-btn {
  color: #cba058;
}
.cid-uA3BPVcVgN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3BPVcVgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3BPVcVgN .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-uA3BPVcVgN .container {
    padding: 0 16px;
  }
}
.cid-uA3BPVcVgN .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3BPVcVgN .row .card {
  justify-content: flex-end;
}
.cid-uA3BPVcVgN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3BPVcVgN .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3BPVcVgN .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3BPVcVgN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3BPVcVgN .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3BPVcVgN .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3BPVcVgN .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3BPVcVgN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3BPVcVgN .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3BPVcVgN .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3BPVcVgN .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3BPVcVgN .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3BPVcVgN .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3BPVcVgN .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3BPVcVgN .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3BPVcVgN .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3BPVcVgN .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3BPVcVgN .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3BPVcVgN .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3BPVcVgN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3BPVcVgN .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3BPVcVgN .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3BPVcVgN .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3BPVcVgN .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3BPVcVgN .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3BPVcVgN .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3BPVcVgN .mbr-section-title {
  color: #000000;
}
.cid-uA3BPVcVgN .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3BPVcVgN .mbr-text {
  color: #000000;
}
.cid-uA3BPVcVgN .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3BPVcVgN .list {
  color: #000000;
}
.cid-uA3BPVcVgN .mbr-contact {
  color: #000000;
}
.cid-uA3BPVcVgN .list,
.cid-uA3BPVcVgN .item-wrap {
  color: #000000;
}
.cid-uA3GHasEnP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3GHasEnP nav.navbar {
  position: fixed;
}
.cid-uA3GHasEnP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3GHasEnP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3GHasEnP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3GHasEnP .dropdown-item:hover,
.cid-uA3GHasEnP .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3GHasEnP .dropdown-item:hover span {
  color: white;
}
.cid-uA3GHasEnP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3GHasEnP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3GHasEnP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3GHasEnP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3GHasEnP .nav-link {
  position: relative;
}
.cid-uA3GHasEnP .container {
  display: flex;
  margin: auto;
}
.cid-uA3GHasEnP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3GHasEnP .dropdown-menu,
.cid-uA3GHasEnP .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3GHasEnP .nav-item:focus,
.cid-uA3GHasEnP .nav-link:focus {
  outline: none;
}
.cid-uA3GHasEnP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3GHasEnP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3GHasEnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3GHasEnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3GHasEnP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3GHasEnP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3GHasEnP .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3GHasEnP .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3GHasEnP .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3GHasEnP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3GHasEnP .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3GHasEnP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3GHasEnP .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3GHasEnP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3GHasEnP .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3GHasEnP .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3GHasEnP .navbar.collapsed {
  justify-content: center;
}
.cid-uA3GHasEnP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3GHasEnP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3GHasEnP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3GHasEnP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3GHasEnP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3GHasEnP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3GHasEnP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3GHasEnP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3GHasEnP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3GHasEnP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3GHasEnP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3GHasEnP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3GHasEnP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3GHasEnP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3GHasEnP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3GHasEnP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3GHasEnP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3GHasEnP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3GHasEnP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3GHasEnP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3GHasEnP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3GHasEnP .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3GHasEnP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3GHasEnP .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3GHasEnP .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3GHasEnP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3GHasEnP .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3GHasEnP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3GHasEnP .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3GHasEnP .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3GHasEnP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3GHasEnP .dropdown-item.active,
.cid-uA3GHasEnP .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3GHasEnP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3GHasEnP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3GHasEnP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3GHasEnP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3GHasEnP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3GHasEnP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3GHasEnP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3GHasEnP ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3GHasEnP .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3GHasEnP .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3GHasEnP .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3GHasEnP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3GHasEnP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3GHasEnP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3GHasEnP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3GHasEnP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3GHasEnP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3GHasEnP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3GHasEnP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3GHasEnP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3GHasEnP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3GHasEnP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3GHasEnP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3GHasEnP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3GHasEnP .navbar {
    height: 100px;
  }
  .cid-uA3GHasEnP .navbar.opened {
    height: auto;
  }
  .cid-uA3GHasEnP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3GHasEnP .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3GHasEnP .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3GHasEnP .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2X0n5Q5 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2X0n5Q5::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2X0n5Q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2X0n5Q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2X0n5Q5 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2X0n5Q5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2X0n5Q5 .container {
    padding: 0 16px;
  }
}
.cid-uPx2X0n5Q5 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2X0n5Q5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2X0n5Q5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2X0n5Q5 .mbr-section-title {
  color: #000000;
}
.cid-uPx2X0n5Q5 .mbr-text {
  color: #000000;
}
.cid-uPx2X0n5Q5 .mbr-text,
.cid-uPx2X0n5Q5 .icon-wrapper {
  text-align: justify;
}
.cid-uA3GHc50NH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA3GHc50NH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3GHc50NH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3GHc50NH .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3GHc50NH .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3GHc50NH .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3GHc50NH .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3GHc50NH .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3GHc50NH .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3GHc50NH .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3GHc50NH .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3GHc50NH .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3GHc50NH .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3GHc50NH .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3GHc50NH .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3GHc50NH .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3GHc50NH .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3GHc50NH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3GHc50NH .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3GHc50NH .mbr-desc {
  color: #5d1336;
}
.cid-uA3GHc50NH .mbr-section-title {
  color: #272b2e;
}
.cid-uA3GHc50NH .mbr-text,
.cid-uA3GHc50NH .text-wrapper {
  color: #272b2e;
}
.cid-uA3GHc50NH .mbr-text {
  text-align: justify;
}
.cid-uA3GHc50NH .mbr-section-title,
.cid-uA3GHc50NH .mbr-section-btn {
  color: #cba058;
}
.cid-uA3GHcqzUl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3GHcqzUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3GHcqzUl .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-uA3GHcqzUl .container {
    padding: 0 16px;
  }
}
.cid-uA3GHcqzUl .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3GHcqzUl .row .card {
  justify-content: flex-end;
}
.cid-uA3GHcqzUl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3GHcqzUl .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3GHcqzUl .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3GHcqzUl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3GHcqzUl .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3GHcqzUl .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3GHcqzUl .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3GHcqzUl .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3GHcqzUl .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3GHcqzUl .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3GHcqzUl .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3GHcqzUl .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3GHcqzUl .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3GHcqzUl .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3GHcqzUl .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3GHcqzUl .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3GHcqzUl .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3GHcqzUl .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3GHcqzUl .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3GHcqzUl .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3GHcqzUl .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3GHcqzUl .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3GHcqzUl .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3GHcqzUl .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3GHcqzUl .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3GHcqzUl .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3GHcqzUl .mbr-section-title {
  color: #000000;
}
.cid-uA3GHcqzUl .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3GHcqzUl .mbr-text {
  color: #000000;
}
.cid-uA3GHcqzUl .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3GHcqzUl .list {
  color: #000000;
}
.cid-uA3GHcqzUl .mbr-contact {
  color: #000000;
}
.cid-uA3GHcqzUl .list,
.cid-uA3GHcqzUl .item-wrap {
  color: #000000;
}
.cid-uA3HC6Talj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA3HC6Talj nav.navbar {
  position: fixed;
}
.cid-uA3HC6Talj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3HC6Talj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3HC6Talj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3HC6Talj .dropdown-item:hover,
.cid-uA3HC6Talj .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA3HC6Talj .dropdown-item:hover span {
  color: white;
}
.cid-uA3HC6Talj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3HC6Talj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3HC6Talj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3HC6Talj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3HC6Talj .nav-link {
  position: relative;
}
.cid-uA3HC6Talj .container {
  display: flex;
  margin: auto;
}
.cid-uA3HC6Talj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3HC6Talj .dropdown-menu,
.cid-uA3HC6Talj .navbar.opened {
  background: #fafafa !important;
}
.cid-uA3HC6Talj .nav-item:focus,
.cid-uA3HC6Talj .nav-link:focus {
  outline: none;
}
.cid-uA3HC6Talj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3HC6Talj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3HC6Talj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3HC6Talj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3HC6Talj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3HC6Talj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3HC6Talj .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3HC6Talj .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA3HC6Talj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA3HC6Talj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA3HC6Talj .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3HC6Talj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3HC6Talj .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3HC6Talj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA3HC6Talj .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA3HC6Talj .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA3HC6Talj .navbar.collapsed {
  justify-content: center;
}
.cid-uA3HC6Talj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3HC6Talj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3HC6Talj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA3HC6Talj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3HC6Talj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3HC6Talj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3HC6Talj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA3HC6Talj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3HC6Talj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3HC6Talj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3HC6Talj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3HC6Talj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3HC6Talj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3HC6Talj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA3HC6Talj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3HC6Talj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3HC6Talj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3HC6Talj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3HC6Talj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3HC6Talj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3HC6Talj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3HC6Talj .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA3HC6Talj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA3HC6Talj .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA3HC6Talj .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA3HC6Talj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA3HC6Talj .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA3HC6Talj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA3HC6Talj .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA3HC6Talj .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA3HC6Talj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3HC6Talj .dropdown-item.active,
.cid-uA3HC6Talj .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3HC6Talj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3HC6Talj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3HC6Talj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3HC6Talj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA3HC6Talj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3HC6Talj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3HC6Talj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA3HC6Talj ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA3HC6Talj .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA3HC6Talj .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA3HC6Talj .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA3HC6Talj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA3HC6Talj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA3HC6Talj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3HC6Talj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3HC6Talj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA3HC6Talj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA3HC6Talj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3HC6Talj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3HC6Talj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA3HC6Talj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3HC6Talj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3HC6Talj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3HC6Talj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3HC6Talj .navbar {
    height: 100px;
  }
  .cid-uA3HC6Talj .navbar.opened {
    height: auto;
  }
  .cid-uA3HC6Talj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3HC6Talj .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA3HC6Talj .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA3HC6Talj .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2ZJrD7N {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2ZJrD7N::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2ZJrD7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2ZJrD7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2ZJrD7N .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2ZJrD7N .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2ZJrD7N .container {
    padding: 0 16px;
  }
}
.cid-uPx2ZJrD7N .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2ZJrD7N .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2ZJrD7N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2ZJrD7N .mbr-section-title {
  color: #000000;
}
.cid-uPx2ZJrD7N .mbr-text {
  color: #000000;
}
.cid-uPx2ZJrD7N .mbr-text,
.cid-uPx2ZJrD7N .icon-wrapper {
  text-align: justify;
}
.cid-uA3HC8l8KH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-uA3HC8l8KH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3HC8l8KH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3HC8l8KH .items-wrapper {
  justify-content: flex-end;
}
.cid-uA3HC8l8KH .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA3HC8l8KH .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3HC8l8KH .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA3HC8l8KH .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA3HC8l8KH .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3HC8l8KH .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3HC8l8KH .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3HC8l8KH .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA3HC8l8KH .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA3HC8l8KH .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA3HC8l8KH .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA3HC8l8KH .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA3HC8l8KH .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA3HC8l8KH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3HC8l8KH .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA3HC8l8KH .mbr-desc {
  color: #5d1336;
}
.cid-uA3HC8l8KH .mbr-section-title {
  color: #272b2e;
}
.cid-uA3HC8l8KH .mbr-text,
.cid-uA3HC8l8KH .text-wrapper {
  color: #272b2e;
}
.cid-uA3HC8l8KH .mbr-text {
  text-align: justify;
}
.cid-uA3HC8l8KH .mbr-section-title,
.cid-uA3HC8l8KH .mbr-section-btn {
  color: #cba058;
}
.cid-uA3HC8DI7W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA3HC8DI7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3HC8DI7W .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-uA3HC8DI7W .container {
    padding: 0 16px;
  }
}
.cid-uA3HC8DI7W .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA3HC8DI7W .row .card {
  justify-content: flex-end;
}
.cid-uA3HC8DI7W .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA3HC8DI7W .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA3HC8DI7W .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA3HC8DI7W .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA3HC8DI7W .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA3HC8DI7W .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA3HC8DI7W .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA3HC8DI7W .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA3HC8DI7W .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA3HC8DI7W .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA3HC8DI7W .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA3HC8DI7W .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA3HC8DI7W .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3HC8DI7W .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA3HC8DI7W .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3HC8DI7W .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA3HC8DI7W .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA3HC8DI7W .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA3HC8DI7W .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA3HC8DI7W .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA3HC8DI7W .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3HC8DI7W .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA3HC8DI7W .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA3HC8DI7W .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA3HC8DI7W .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA3HC8DI7W .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3HC8DI7W .mbr-section-title {
  color: #000000;
}
.cid-uA3HC8DI7W .mbr-section-subtitle {
  color: #000000;
}
.cid-uA3HC8DI7W .mbr-text {
  color: #000000;
}
.cid-uA3HC8DI7W .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA3HC8DI7W .list {
  color: #000000;
}
.cid-uA3HC8DI7W .mbr-contact {
  color: #000000;
}
.cid-uA3HC8DI7W .list,
.cid-uA3HC8DI7W .item-wrap {
  color: #000000;
}
.cid-uA931tEKvw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA931tEKvw nav.navbar {
  position: fixed;
}
.cid-uA931tEKvw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA931tEKvw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA931tEKvw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA931tEKvw .dropdown-item:hover,
.cid-uA931tEKvw .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA931tEKvw .dropdown-item:hover span {
  color: white;
}
.cid-uA931tEKvw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA931tEKvw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA931tEKvw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA931tEKvw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA931tEKvw .nav-link {
  position: relative;
}
.cid-uA931tEKvw .container {
  display: flex;
  margin: auto;
}
.cid-uA931tEKvw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA931tEKvw .dropdown-menu,
.cid-uA931tEKvw .navbar.opened {
  background: #fafafa !important;
}
.cid-uA931tEKvw .nav-item:focus,
.cid-uA931tEKvw .nav-link:focus {
  outline: none;
}
.cid-uA931tEKvw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA931tEKvw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA931tEKvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA931tEKvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA931tEKvw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA931tEKvw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA931tEKvw .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA931tEKvw .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA931tEKvw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA931tEKvw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA931tEKvw .navbar.opened {
  transition: all 0.3s;
}
.cid-uA931tEKvw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA931tEKvw .navbar .navbar-logo img {
  width: auto;
}
.cid-uA931tEKvw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA931tEKvw .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA931tEKvw .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA931tEKvw .navbar.collapsed {
  justify-content: center;
}
.cid-uA931tEKvw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA931tEKvw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA931tEKvw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA931tEKvw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA931tEKvw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA931tEKvw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA931tEKvw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA931tEKvw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA931tEKvw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA931tEKvw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA931tEKvw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA931tEKvw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA931tEKvw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA931tEKvw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA931tEKvw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA931tEKvw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA931tEKvw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA931tEKvw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA931tEKvw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA931tEKvw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA931tEKvw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA931tEKvw .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA931tEKvw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA931tEKvw .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA931tEKvw .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA931tEKvw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA931tEKvw .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA931tEKvw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA931tEKvw .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA931tEKvw .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA931tEKvw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA931tEKvw .dropdown-item.active,
.cid-uA931tEKvw .dropdown-item:active {
  background-color: transparent;
}
.cid-uA931tEKvw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA931tEKvw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA931tEKvw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA931tEKvw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA931tEKvw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA931tEKvw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA931tEKvw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA931tEKvw ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA931tEKvw .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA931tEKvw .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA931tEKvw .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA931tEKvw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA931tEKvw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA931tEKvw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA931tEKvw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA931tEKvw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA931tEKvw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA931tEKvw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA931tEKvw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA931tEKvw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA931tEKvw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA931tEKvw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA931tEKvw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA931tEKvw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA931tEKvw .navbar {
    height: 100px;
  }
  .cid-uA931tEKvw .navbar.opened {
    height: auto;
  }
  .cid-uA931tEKvw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA931tEKvw .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA931tEKvw .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA931tEKvw .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uA94MZGsKJ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uA94MZGsKJ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uA94MZGsKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA94MZGsKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA94MZGsKJ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uA94MZGsKJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA94MZGsKJ .container {
    padding: 0 16px;
  }
}
.cid-uA94MZGsKJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uA94MZGsKJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA94MZGsKJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA94MZGsKJ .mbr-section-title {
  color: #000000;
}
.cid-uA94MZGsKJ .mbr-text {
  color: #000000;
}
.cid-uA94MZGsKJ .mbr-text,
.cid-uA94MZGsKJ .icon-wrapper {
  text-align: justify;
  color: #222222;
}
.cid-uA94lcoWoZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uA94lcoWoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA94lcoWoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA94lcoWoZ .card {
  justify-content: center;
}
.cid-uA94lcoWoZ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA94lcoWoZ .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uA94lcoWoZ .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uA94lcoWoZ .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uA94lcoWoZ .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA94lcoWoZ .item {
    margin-bottom: 35px;
  }
}
.cid-uA94lcoWoZ .item:hover .item-wrapper .item-img img,
.cid-uA94lcoWoZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uA94lcoWoZ .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uA94lcoWoZ .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uA94lcoWoZ .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uA94lcoWoZ .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uA94lcoWoZ .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uA94lcoWoZ .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uA94lcoWoZ .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uA94lcoWoZ .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uA94lcoWoZ .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uA94lcoWoZ .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uA94lcoWoZ .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA94lcoWoZ .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uA94lcoWoZ .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uA94lcoWoZ .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uA94lcoWoZ .mbr-section-title {
  color: #000000;
}
.cid-uA94lcoWoZ .item-desc {
  color: #000000;
}
.cid-uA94lcoWoZ .item-text {
  color: #5e1437;
}
.cid-uA94lcoWoZ .item-date {
  color: #000000;
}
.cid-uA94lcoWoZ .item-date,
.cid-uA94lcoWoZ .date-wrapper {
  color: #000000;
}
.cid-uA99l0zXVW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uA99l0zXVW::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uA99l0zXVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA99l0zXVW .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-uA99l0zXVW .container {
    padding: 0 16px;
  }
}
.cid-uA99l0zXVW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uA99l0zXVW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA99l0zXVW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA99l0zXVW .mbr-section-title {
  color: #5e1437;
}
.cid-uA99l0zXVW .mbr-text {
  color: #000000;
}
.cid-uPx4hKFPai {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx4hKFPai::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #cba058 -10%, transparent 80%);
  z-index: 1;
}
.cid-uPx4hKFPai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx4hKFPai .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-uPx4hKFPai .container {
    padding: 0 16px;
  }
}
.cid-uPx4hKFPai .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPx4hKFPai .row .card {
  justify-content: space-between;
}
.cid-uPx4hKFPai .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPx4hKFPai .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPx4hKFPai .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uPx4hKFPai .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx4hKFPai .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uPx4hKFPai .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uPx4hKFPai .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPx4hKFPai .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPx4hKFPai .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uPx4hKFPai .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uPx4hKFPai .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uPx4hKFPai .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPx4hKFPai .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPx4hKFPai .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uPx4hKFPai .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uPx4hKFPai .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uPx4hKFPai .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uPx4hKFPai .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uPx4hKFPai .dragArea.row .form-group .form-control:hover,
.cid-uPx4hKFPai .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPx4hKFPai .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uPx4hKFPai .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uPx4hKFPai .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPx4hKFPai .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uPx4hKFPai .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPx4hKFPai .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uPx4hKFPai .mbr-section-title {
  color: #000000;
}
.cid-uPx4hKFPai .mbr-text {
  color: #6f6f6f;
}
.cid-uPx4hKFPai .mbr-contact {
  color: #000000;
}
.cid-uPx4hKFPai label {
  color: #000000;
}
.cid-uA931vBwau {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA931vBwau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA931vBwau .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-uA931vBwau .container {
    padding: 0 16px;
  }
}
.cid-uA931vBwau .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA931vBwau .row .card {
  justify-content: flex-end;
}
.cid-uA931vBwau .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA931vBwau .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA931vBwau .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA931vBwau .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA931vBwau .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA931vBwau .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA931vBwau .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA931vBwau .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA931vBwau .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA931vBwau .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA931vBwau .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA931vBwau .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA931vBwau .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA931vBwau .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA931vBwau .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA931vBwau .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA931vBwau .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA931vBwau .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA931vBwau .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA931vBwau .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA931vBwau .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA931vBwau .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA931vBwau .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA931vBwau .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA931vBwau .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA931vBwau .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA931vBwau .mbr-section-title {
  color: #000000;
}
.cid-uA931vBwau .mbr-section-subtitle {
  color: #000000;
}
.cid-uA931vBwau .mbr-text {
  color: #000000;
}
.cid-uA931vBwau .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA931vBwau .list {
  color: #000000;
}
.cid-uA931vBwau .mbr-contact {
  color: #000000;
}
.cid-uA931vBwau .list,
.cid-uA931vBwau .item-wrap {
  color: #000000;
}
.cid-uA9lC7XOIB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA9lC7XOIB nav.navbar {
  position: fixed;
}
.cid-uA9lC7XOIB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9lC7XOIB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9lC7XOIB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9lC7XOIB .dropdown-item:hover,
.cid-uA9lC7XOIB .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA9lC7XOIB .dropdown-item:hover span {
  color: white;
}
.cid-uA9lC7XOIB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9lC7XOIB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9lC7XOIB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9lC7XOIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9lC7XOIB .nav-link {
  position: relative;
}
.cid-uA9lC7XOIB .container {
  display: flex;
  margin: auto;
}
.cid-uA9lC7XOIB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9lC7XOIB .dropdown-menu,
.cid-uA9lC7XOIB .navbar.opened {
  background: #fafafa !important;
}
.cid-uA9lC7XOIB .nav-item:focus,
.cid-uA9lC7XOIB .nav-link:focus {
  outline: none;
}
.cid-uA9lC7XOIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9lC7XOIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9lC7XOIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9lC7XOIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9lC7XOIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9lC7XOIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9lC7XOIB .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA9lC7XOIB .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA9lC7XOIB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA9lC7XOIB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA9lC7XOIB .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9lC7XOIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9lC7XOIB .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9lC7XOIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA9lC7XOIB .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA9lC7XOIB .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA9lC7XOIB .navbar.collapsed {
  justify-content: center;
}
.cid-uA9lC7XOIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9lC7XOIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9lC7XOIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA9lC7XOIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9lC7XOIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9lC7XOIB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA9lC7XOIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA9lC7XOIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9lC7XOIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9lC7XOIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9lC7XOIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9lC7XOIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9lC7XOIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9lC7XOIB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA9lC7XOIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9lC7XOIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9lC7XOIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9lC7XOIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9lC7XOIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9lC7XOIB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9lC7XOIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9lC7XOIB .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA9lC7XOIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA9lC7XOIB .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA9lC7XOIB .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA9lC7XOIB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA9lC7XOIB .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA9lC7XOIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA9lC7XOIB .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA9lC7XOIB .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA9lC7XOIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9lC7XOIB .dropdown-item.active,
.cid-uA9lC7XOIB .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9lC7XOIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9lC7XOIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9lC7XOIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9lC7XOIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA9lC7XOIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9lC7XOIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9lC7XOIB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA9lC7XOIB ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA9lC7XOIB .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA9lC7XOIB .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA9lC7XOIB .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA9lC7XOIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA9lC7XOIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA9lC7XOIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9lC7XOIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA9lC7XOIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA9lC7XOIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA9lC7XOIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9lC7XOIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA9lC7XOIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA9lC7XOIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9lC7XOIB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9lC7XOIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9lC7XOIB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9lC7XOIB .navbar {
    height: 100px;
  }
  .cid-uA9lC7XOIB .navbar.opened {
    height: auto;
  }
  .cid-uA9lC7XOIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9lC7XOIB .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA9lC7XOIB .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA9lC7XOIB .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uA9mhSy0wY {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uA9mhSy0wY::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uA9mhSy0wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9mhSy0wY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9mhSy0wY .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uA9mhSy0wY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA9mhSy0wY .container {
    padding: 0 16px;
  }
}
.cid-uA9mhSy0wY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uA9mhSy0wY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uA9mhSy0wY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9mhSy0wY .mbr-section-title {
  color: #000000;
}
.cid-uA9mhSy0wY .mbr-text {
  color: #000000;
}
.cid-uA9mhSy0wY .mbr-text,
.cid-uA9mhSy0wY .icon-wrapper {
  text-align: justify;
}
.cid-uA9nYTORGj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
@media (max-width: 767px) {
  .cid-uA9nYTORGj .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-uA9nYTORGj .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uA9nYTORGj .people {
    padding: 0;
  }
}
.cid-uA9nYTORGj .mbr-section-title {
  color: #d38224;
  margin: 0;
}
.cid-uA9nYTORGj .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-uA9nYTORGj .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
  text-align: left;
}
.cid-uA9nYTORGj .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uA9nYTORGj h3 {
  margin: 0;
}
.cid-uA9nYTORGj .occupation {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uA9nYTORGj .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uA9nYTORGj .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-uA9nYTORGj .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-uA9nYTORGj .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(203, 160, 88, 0.8);
  --qodef-gradient-color-2: rgba(203, 160, 88, 0.44);
  --qodef-gradient-color-3: rgba(93, 19, 54, 0);
  --qodef-gradient-color-4: #CBA058;
  --qodef-gradient-color-5: rgba(93, 19, 54, 0);
  --qodef-gradient-color-6: #5d1336;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 33.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uA9nYTORGj .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA9nYTORGj .item:hover {
  cursor: pointer;
}
.cid-uA9nYTORGj .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-uA9lCaE9fo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA9lCaE9fo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9lCaE9fo .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-uA9lCaE9fo .container {
    padding: 0 16px;
  }
}
.cid-uA9lCaE9fo .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA9lCaE9fo .row .card {
  justify-content: flex-end;
}
.cid-uA9lCaE9fo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9lCaE9fo .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA9lCaE9fo .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA9lCaE9fo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA9lCaE9fo .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA9lCaE9fo .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA9lCaE9fo .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA9lCaE9fo .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA9lCaE9fo .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA9lCaE9fo .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA9lCaE9fo .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA9lCaE9fo .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA9lCaE9fo .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA9lCaE9fo .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA9lCaE9fo .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9lCaE9fo .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA9lCaE9fo .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA9lCaE9fo .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA9lCaE9fo .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA9lCaE9fo .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA9lCaE9fo .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA9lCaE9fo .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA9lCaE9fo .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA9lCaE9fo .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA9lCaE9fo .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA9lCaE9fo .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA9lCaE9fo .mbr-section-title {
  color: #000000;
}
.cid-uA9lCaE9fo .mbr-section-subtitle {
  color: #000000;
}
.cid-uA9lCaE9fo .mbr-text {
  color: #000000;
}
.cid-uA9lCaE9fo .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA9lCaE9fo .list {
  color: #000000;
}
.cid-uA9lCaE9fo .mbr-contact {
  color: #000000;
}
.cid-uA9lCaE9fo .list,
.cid-uA9lCaE9fo .item-wrap {
  color: #000000;
}
.cid-uA9Dy690Ev {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uA9Dy690Ev nav.navbar {
  position: fixed;
}
.cid-uA9Dy690Ev .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9Dy690Ev .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9Dy690Ev .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9Dy690Ev .dropdown-item:hover,
.cid-uA9Dy690Ev .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uA9Dy690Ev .dropdown-item:hover span {
  color: white;
}
.cid-uA9Dy690Ev .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9Dy690Ev .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9Dy690Ev .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9Dy690Ev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9Dy690Ev .nav-link {
  position: relative;
}
.cid-uA9Dy690Ev .container {
  display: flex;
  margin: auto;
}
.cid-uA9Dy690Ev .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9Dy690Ev .dropdown-menu,
.cid-uA9Dy690Ev .navbar.opened {
  background: #fafafa !important;
}
.cid-uA9Dy690Ev .nav-item:focus,
.cid-uA9Dy690Ev .nav-link:focus {
  outline: none;
}
.cid-uA9Dy690Ev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9Dy690Ev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9Dy690Ev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9Dy690Ev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9Dy690Ev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9Dy690Ev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9Dy690Ev .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA9Dy690Ev .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uA9Dy690Ev .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uA9Dy690Ev .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uA9Dy690Ev .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9Dy690Ev .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9Dy690Ev .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9Dy690Ev .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uA9Dy690Ev .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uA9Dy690Ev .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uA9Dy690Ev .navbar.collapsed {
  justify-content: center;
}
.cid-uA9Dy690Ev .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9Dy690Ev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9Dy690Ev .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uA9Dy690Ev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9Dy690Ev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9Dy690Ev .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA9Dy690Ev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uA9Dy690Ev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9Dy690Ev .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9Dy690Ev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9Dy690Ev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9Dy690Ev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9Dy690Ev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9Dy690Ev .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uA9Dy690Ev .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9Dy690Ev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9Dy690Ev .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9Dy690Ev .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9Dy690Ev .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9Dy690Ev .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9Dy690Ev .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9Dy690Ev .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uA9Dy690Ev .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uA9Dy690Ev .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uA9Dy690Ev .navbar {
    padding: 0 50px !important;
  }
}
.cid-uA9Dy690Ev .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uA9Dy690Ev .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uA9Dy690Ev .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uA9Dy690Ev .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uA9Dy690Ev .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uA9Dy690Ev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9Dy690Ev .dropdown-item.active,
.cid-uA9Dy690Ev .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9Dy690Ev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9Dy690Ev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9Dy690Ev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9Dy690Ev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uA9Dy690Ev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9Dy690Ev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9Dy690Ev ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uA9Dy690Ev ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uA9Dy690Ev .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uA9Dy690Ev .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uA9Dy690Ev .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uA9Dy690Ev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uA9Dy690Ev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uA9Dy690Ev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9Dy690Ev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA9Dy690Ev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uA9Dy690Ev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uA9Dy690Ev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9Dy690Ev nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA9Dy690Ev nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uA9Dy690Ev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9Dy690Ev .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9Dy690Ev a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9Dy690Ev .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9Dy690Ev .navbar {
    height: 100px;
  }
  .cid-uA9Dy690Ev .navbar.opened {
    height: auto;
  }
  .cid-uA9Dy690Ev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9Dy690Ev .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uA9Dy690Ev .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uA9Dy690Ev .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx2UraYpT {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx2UraYpT::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx2UraYpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx2UraYpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx2UraYpT .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx2UraYpT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx2UraYpT .container {
    padding: 0 16px;
  }
}
.cid-uPx2UraYpT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx2UraYpT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx2UraYpT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx2UraYpT .mbr-section-title {
  color: #000000;
}
.cid-uPx2UraYpT .mbr-text {
  color: #000000;
}
.cid-uPx2UraYpT .mbr-text,
.cid-uPx2UraYpT .icon-wrapper {
  text-align: justify;
}
.cid-uA9Dy7EDJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uA9Dy7EDJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Dy7EDJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Dy7EDJF .items-wrapper {
  justify-content: flex-end;
}
.cid-uA9Dy7EDJF .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA9Dy7EDJF .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA9Dy7EDJF .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uA9Dy7EDJF .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uA9Dy7EDJF .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9Dy7EDJF .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA9Dy7EDJF .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9Dy7EDJF .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uA9Dy7EDJF .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA9Dy7EDJF .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uA9Dy7EDJF .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA9Dy7EDJF .content-wrapper {
    padding-left: 0;
  }
}
.cid-uA9Dy7EDJF .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA9Dy7EDJF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9Dy7EDJF .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uA9Dy7EDJF .mbr-desc {
  color: #5d1336;
}
.cid-uA9Dy7EDJF .mbr-section-title {
  color: #272b2e;
}
.cid-uA9Dy7EDJF .mbr-text,
.cid-uA9Dy7EDJF .text-wrapper {
  color: #272b2e;
}
.cid-uA9Dy7EDJF .mbr-text {
  text-align: justify;
}
.cid-uA9Dy7EDJF .mbr-section-title,
.cid-uA9Dy7EDJF .mbr-section-btn {
  color: #cba058;
}
.cid-uA9Dy7XE2t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uA9Dy7XE2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Dy7XE2t .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-uA9Dy7XE2t .container {
    padding: 0 16px;
  }
}
.cid-uA9Dy7XE2t .row {
  position: relative;
  justify-content: space-between;
}
.cid-uA9Dy7XE2t .row .card {
  justify-content: flex-end;
}
.cid-uA9Dy7XE2t .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9Dy7XE2t .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uA9Dy7XE2t .content-wrapper {
  margin-bottom: 24px;
}
.cid-uA9Dy7XE2t .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uA9Dy7XE2t .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uA9Dy7XE2t .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uA9Dy7XE2t .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uA9Dy7XE2t .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uA9Dy7XE2t .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uA9Dy7XE2t .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uA9Dy7XE2t .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uA9Dy7XE2t .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uA9Dy7XE2t .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA9Dy7XE2t .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uA9Dy7XE2t .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9Dy7XE2t .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uA9Dy7XE2t .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uA9Dy7XE2t .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uA9Dy7XE2t .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uA9Dy7XE2t .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uA9Dy7XE2t .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA9Dy7XE2t .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uA9Dy7XE2t .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uA9Dy7XE2t .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uA9Dy7XE2t .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uA9Dy7XE2t .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA9Dy7XE2t .mbr-section-title {
  color: #000000;
}
.cid-uA9Dy7XE2t .mbr-section-subtitle {
  color: #000000;
}
.cid-uA9Dy7XE2t .mbr-text {
  color: #000000;
}
.cid-uA9Dy7XE2t .mbr-list-title {
  color: #6f6f6f;
}
.cid-uA9Dy7XE2t .list {
  color: #000000;
}
.cid-uA9Dy7XE2t .mbr-contact {
  color: #000000;
}
.cid-uA9Dy7XE2t .list,
.cid-uA9Dy7XE2t .item-wrap {
  color: #000000;
}
.cid-uBQ9oU4Vyw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBQ9oU4Vyw nav.navbar {
  position: fixed;
}
.cid-uBQ9oU4Vyw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQ9oU4Vyw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBQ9oU4Vyw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBQ9oU4Vyw .dropdown-item:hover,
.cid-uBQ9oU4Vyw .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uBQ9oU4Vyw .dropdown-item:hover span {
  color: white;
}
.cid-uBQ9oU4Vyw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBQ9oU4Vyw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBQ9oU4Vyw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQ9oU4Vyw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQ9oU4Vyw .nav-link {
  position: relative;
}
.cid-uBQ9oU4Vyw .container {
  display: flex;
  margin: auto;
}
.cid-uBQ9oU4Vyw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQ9oU4Vyw .dropdown-menu,
.cid-uBQ9oU4Vyw .navbar.opened {
  background: #fafafa !important;
}
.cid-uBQ9oU4Vyw .nav-item:focus,
.cid-uBQ9oU4Vyw .nav-link:focus {
  outline: none;
}
.cid-uBQ9oU4Vyw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQ9oU4Vyw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQ9oU4Vyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQ9oU4Vyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQ9oU4Vyw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQ9oU4Vyw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQ9oU4Vyw .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBQ9oU4Vyw .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uBQ9oU4Vyw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uBQ9oU4Vyw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uBQ9oU4Vyw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQ9oU4Vyw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQ9oU4Vyw .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQ9oU4Vyw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uBQ9oU4Vyw .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uBQ9oU4Vyw .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uBQ9oU4Vyw .navbar.collapsed {
  justify-content: center;
}
.cid-uBQ9oU4Vyw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQ9oU4Vyw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQ9oU4Vyw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uBQ9oU4Vyw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQ9oU4Vyw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQ9oU4Vyw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBQ9oU4Vyw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uBQ9oU4Vyw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQ9oU4Vyw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQ9oU4Vyw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQ9oU4Vyw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQ9oU4Vyw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQ9oU4Vyw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQ9oU4Vyw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uBQ9oU4Vyw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQ9oU4Vyw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQ9oU4Vyw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQ9oU4Vyw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQ9oU4Vyw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQ9oU4Vyw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQ9oU4Vyw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQ9oU4Vyw .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uBQ9oU4Vyw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uBQ9oU4Vyw .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uBQ9oU4Vyw .navbar {
    padding: 0 50px !important;
  }
}
.cid-uBQ9oU4Vyw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uBQ9oU4Vyw .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uBQ9oU4Vyw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uBQ9oU4Vyw .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uBQ9oU4Vyw .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uBQ9oU4Vyw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQ9oU4Vyw .dropdown-item.active,
.cid-uBQ9oU4Vyw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQ9oU4Vyw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQ9oU4Vyw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQ9oU4Vyw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQ9oU4Vyw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uBQ9oU4Vyw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQ9oU4Vyw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQ9oU4Vyw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBQ9oU4Vyw ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uBQ9oU4Vyw .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBQ9oU4Vyw .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uBQ9oU4Vyw .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uBQ9oU4Vyw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uBQ9oU4Vyw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uBQ9oU4Vyw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQ9oU4Vyw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQ9oU4Vyw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQ9oU4Vyw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uBQ9oU4Vyw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ9oU4Vyw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQ9oU4Vyw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQ9oU4Vyw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQ9oU4Vyw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBQ9oU4Vyw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQ9oU4Vyw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQ9oU4Vyw .navbar {
    height: 100px;
  }
  .cid-uBQ9oU4Vyw .navbar.opened {
    height: auto;
  }
  .cid-uBQ9oU4Vyw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQ9oU4Vyw .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uBQ9oU4Vyw .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uBQ9oU4Vyw .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx32G4a2E {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx32G4a2E::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx32G4a2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx32G4a2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx32G4a2E .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx32G4a2E .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx32G4a2E .container {
    padding: 0 16px;
  }
}
.cid-uPx32G4a2E .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx32G4a2E .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx32G4a2E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx32G4a2E .mbr-section-title {
  color: #000000;
}
.cid-uPx32G4a2E .mbr-text {
  color: #000000;
}
.cid-uPx32G4a2E .mbr-text,
.cid-uPx32G4a2E .icon-wrapper {
  text-align: justify;
}
.cid-uBQ9oVhyqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uBQ9oVhyqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQ9oVhyqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQ9oVhyqJ .items-wrapper {
  justify-content: flex-end;
}
.cid-uBQ9oVhyqJ .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBQ9oVhyqJ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBQ9oVhyqJ .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uBQ9oVhyqJ .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uBQ9oVhyqJ .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uBQ9oVhyqJ .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uBQ9oVhyqJ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uBQ9oVhyqJ .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uBQ9oVhyqJ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBQ9oVhyqJ .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uBQ9oVhyqJ .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uBQ9oVhyqJ .content-wrapper {
    padding-left: 0;
  }
}
.cid-uBQ9oVhyqJ .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uBQ9oVhyqJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBQ9oVhyqJ .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uBQ9oVhyqJ .mbr-desc {
  color: #5d1336;
}
.cid-uBQ9oVhyqJ .mbr-section-title {
  color: #272b2e;
}
.cid-uBQ9oVhyqJ .mbr-text,
.cid-uBQ9oVhyqJ .text-wrapper {
  color: #272b2e;
}
.cid-uBQ9oVhyqJ .mbr-text {
  text-align: justify;
}
.cid-uBQ9oVhyqJ .mbr-section-title,
.cid-uBQ9oVhyqJ .mbr-section-btn {
  color: #cba058;
}
.cid-uBQ9oVvSQ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uBQ9oVvSQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQ9oVvSQ9 .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-uBQ9oVvSQ9 .container {
    padding: 0 16px;
  }
}
.cid-uBQ9oVvSQ9 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uBQ9oVvSQ9 .row .card {
  justify-content: flex-end;
}
.cid-uBQ9oVvSQ9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBQ9oVvSQ9 .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uBQ9oVvSQ9 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uBQ9oVvSQ9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uBQ9oVvSQ9 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uBQ9oVvSQ9 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBQ9oVvSQ9 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBQ9oVvSQ9 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uBQ9oVvSQ9 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uBQ9oVvSQ9 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBQ9oVvSQ9 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uBQ9oVvSQ9 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uBQ9oVvSQ9 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBQ9oVvSQ9 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBQ9oVvSQ9 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBQ9oVvSQ9 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBQ9oVvSQ9 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uBQ9oVvSQ9 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uBQ9oVvSQ9 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uBQ9oVvSQ9 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBQ9oVvSQ9 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQ9oVvSQ9 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uBQ9oVvSQ9 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uBQ9oVvSQ9 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uBQ9oVvSQ9 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBQ9oVvSQ9 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uBQ9oVvSQ9 .mbr-section-title {
  color: #000000;
}
.cid-uBQ9oVvSQ9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ9oVvSQ9 .mbr-text {
  color: #000000;
}
.cid-uBQ9oVvSQ9 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uBQ9oVvSQ9 .list {
  color: #000000;
}
.cid-uBQ9oVvSQ9 .mbr-contact {
  color: #000000;
}
.cid-uBQ9oVvSQ9 .list,
.cid-uBQ9oVvSQ9 .item-wrap {
  color: #000000;
}
.cid-uBQa0CXIlb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBQa0CXIlb nav.navbar {
  position: fixed;
}
.cid-uBQa0CXIlb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQa0CXIlb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBQa0CXIlb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBQa0CXIlb .dropdown-item:hover,
.cid-uBQa0CXIlb .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uBQa0CXIlb .dropdown-item:hover span {
  color: white;
}
.cid-uBQa0CXIlb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBQa0CXIlb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBQa0CXIlb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQa0CXIlb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQa0CXIlb .nav-link {
  position: relative;
}
.cid-uBQa0CXIlb .container {
  display: flex;
  margin: auto;
}
.cid-uBQa0CXIlb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQa0CXIlb .dropdown-menu,
.cid-uBQa0CXIlb .navbar.opened {
  background: #fafafa !important;
}
.cid-uBQa0CXIlb .nav-item:focus,
.cid-uBQa0CXIlb .nav-link:focus {
  outline: none;
}
.cid-uBQa0CXIlb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQa0CXIlb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQa0CXIlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQa0CXIlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQa0CXIlb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQa0CXIlb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQa0CXIlb .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBQa0CXIlb .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uBQa0CXIlb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uBQa0CXIlb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uBQa0CXIlb .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQa0CXIlb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQa0CXIlb .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQa0CXIlb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uBQa0CXIlb .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uBQa0CXIlb .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uBQa0CXIlb .navbar.collapsed {
  justify-content: center;
}
.cid-uBQa0CXIlb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQa0CXIlb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQa0CXIlb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uBQa0CXIlb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQa0CXIlb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQa0CXIlb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBQa0CXIlb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uBQa0CXIlb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQa0CXIlb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQa0CXIlb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQa0CXIlb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQa0CXIlb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQa0CXIlb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQa0CXIlb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uBQa0CXIlb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQa0CXIlb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQa0CXIlb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQa0CXIlb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQa0CXIlb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQa0CXIlb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQa0CXIlb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQa0CXIlb .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uBQa0CXIlb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uBQa0CXIlb .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uBQa0CXIlb .navbar {
    padding: 0 50px !important;
  }
}
.cid-uBQa0CXIlb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uBQa0CXIlb .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uBQa0CXIlb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uBQa0CXIlb .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uBQa0CXIlb .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uBQa0CXIlb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQa0CXIlb .dropdown-item.active,
.cid-uBQa0CXIlb .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQa0CXIlb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQa0CXIlb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQa0CXIlb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQa0CXIlb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uBQa0CXIlb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQa0CXIlb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQa0CXIlb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBQa0CXIlb ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uBQa0CXIlb .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBQa0CXIlb .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uBQa0CXIlb .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uBQa0CXIlb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uBQa0CXIlb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uBQa0CXIlb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQa0CXIlb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQa0CXIlb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQa0CXIlb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uBQa0CXIlb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQa0CXIlb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQa0CXIlb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQa0CXIlb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQa0CXIlb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBQa0CXIlb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQa0CXIlb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQa0CXIlb .navbar {
    height: 100px;
  }
  .cid-uBQa0CXIlb .navbar.opened {
    height: auto;
  }
  .cid-uBQa0CXIlb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQa0CXIlb .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uBQa0CXIlb .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uBQa0CXIlb .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uPx35ssZx7 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx35ssZx7::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx35ssZx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx35ssZx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx35ssZx7 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx35ssZx7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx35ssZx7 .container {
    padding: 0 16px;
  }
}
.cid-uPx35ssZx7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx35ssZx7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx35ssZx7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx35ssZx7 .mbr-section-title {
  color: #000000;
}
.cid-uPx35ssZx7 .mbr-text {
  color: #000000;
}
.cid-uPx35ssZx7 .mbr-text,
.cid-uPx35ssZx7 .icon-wrapper {
  text-align: justify;
}
.cid-uBQa0ElKdH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uBQa0ElKdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQa0ElKdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQa0ElKdH .items-wrapper {
  justify-content: flex-end;
}
.cid-uBQa0ElKdH .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBQa0ElKdH .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBQa0ElKdH .image-wrapper img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uBQa0ElKdH .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uBQa0ElKdH .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uBQa0ElKdH .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uBQa0ElKdH .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uBQa0ElKdH .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uBQa0ElKdH .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBQa0ElKdH .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uBQa0ElKdH .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uBQa0ElKdH .content-wrapper {
    padding-left: 0;
  }
}
.cid-uBQa0ElKdH .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uBQa0ElKdH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBQa0ElKdH .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uBQa0ElKdH .mbr-desc {
  color: #5d1336;
}
.cid-uBQa0ElKdH .mbr-section-title {
  color: #272b2e;
}
.cid-uBQa0ElKdH .mbr-text,
.cid-uBQa0ElKdH .text-wrapper {
  color: #272b2e;
}
.cid-uBQa0ElKdH .mbr-text {
  text-align: justify;
}
.cid-uBQa0ElKdH .mbr-section-title,
.cid-uBQa0ElKdH .mbr-section-btn {
  color: #cba058;
}
.cid-uBQa0EAKzO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uBQa0EAKzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQa0EAKzO .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-uBQa0EAKzO .container {
    padding: 0 16px;
  }
}
.cid-uBQa0EAKzO .row {
  position: relative;
  justify-content: space-between;
}
.cid-uBQa0EAKzO .row .card {
  justify-content: flex-end;
}
.cid-uBQa0EAKzO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBQa0EAKzO .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uBQa0EAKzO .content-wrapper {
  margin-bottom: 24px;
}
.cid-uBQa0EAKzO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uBQa0EAKzO .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uBQa0EAKzO .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBQa0EAKzO .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBQa0EAKzO .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uBQa0EAKzO .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uBQa0EAKzO .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBQa0EAKzO .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uBQa0EAKzO .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uBQa0EAKzO .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBQa0EAKzO .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBQa0EAKzO .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBQa0EAKzO .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBQa0EAKzO .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uBQa0EAKzO .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uBQa0EAKzO .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uBQa0EAKzO .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBQa0EAKzO .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQa0EAKzO .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uBQa0EAKzO .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uBQa0EAKzO .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uBQa0EAKzO .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBQa0EAKzO .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uBQa0EAKzO .mbr-section-title {
  color: #000000;
}
.cid-uBQa0EAKzO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQa0EAKzO .mbr-text {
  color: #000000;
}
.cid-uBQa0EAKzO .mbr-list-title {
  color: #6f6f6f;
}
.cid-uBQa0EAKzO .list {
  color: #000000;
}
.cid-uBQa0EAKzO .mbr-contact {
  color: #000000;
}
.cid-uBQa0EAKzO .list,
.cid-uBQa0EAKzO .item-wrap {
  color: #000000;
}
.cid-uPx3531gHJ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uPx3531gHJ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uPx3531gHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx3531gHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx3531gHJ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPx3531gHJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPx3531gHJ .container {
    padding: 0 16px;
  }
}
.cid-uPx3531gHJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPx3531gHJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPx3531gHJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx3531gHJ .mbr-section-title {
  color: #000000;
}
.cid-uPx3531gHJ .mbr-text {
  color: #000000;
}
.cid-uPx3531gHJ .mbr-text,
.cid-uPx3531gHJ .icon-wrapper {
  text-align: justify;
}
.cid-uBQgLgw6UH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBQgLgw6UH nav.navbar {
  position: fixed;
}
.cid-uBQgLgw6UH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQgLgw6UH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBQgLgw6UH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBQgLgw6UH .dropdown-item:hover,
.cid-uBQgLgw6UH .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uBQgLgw6UH .dropdown-item:hover span {
  color: white;
}
.cid-uBQgLgw6UH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBQgLgw6UH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBQgLgw6UH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQgLgw6UH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQgLgw6UH .nav-link {
  position: relative;
}
.cid-uBQgLgw6UH .container {
  display: flex;
  margin: auto;
}
.cid-uBQgLgw6UH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQgLgw6UH .dropdown-menu,
.cid-uBQgLgw6UH .navbar.opened {
  background: #fafafa !important;
}
.cid-uBQgLgw6UH .nav-item:focus,
.cid-uBQgLgw6UH .nav-link:focus {
  outline: none;
}
.cid-uBQgLgw6UH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQgLgw6UH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQgLgw6UH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQgLgw6UH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQgLgw6UH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQgLgw6UH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQgLgw6UH .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBQgLgw6UH .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uBQgLgw6UH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uBQgLgw6UH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uBQgLgw6UH .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQgLgw6UH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQgLgw6UH .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQgLgw6UH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uBQgLgw6UH .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uBQgLgw6UH .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uBQgLgw6UH .navbar.collapsed {
  justify-content: center;
}
.cid-uBQgLgw6UH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQgLgw6UH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQgLgw6UH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uBQgLgw6UH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQgLgw6UH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQgLgw6UH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBQgLgw6UH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uBQgLgw6UH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQgLgw6UH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQgLgw6UH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQgLgw6UH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQgLgw6UH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQgLgw6UH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQgLgw6UH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uBQgLgw6UH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQgLgw6UH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQgLgw6UH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQgLgw6UH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQgLgw6UH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQgLgw6UH .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQgLgw6UH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQgLgw6UH .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uBQgLgw6UH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uBQgLgw6UH .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uBQgLgw6UH .navbar {
    padding: 0 50px !important;
  }
}
.cid-uBQgLgw6UH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uBQgLgw6UH .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uBQgLgw6UH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uBQgLgw6UH .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uBQgLgw6UH .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uBQgLgw6UH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQgLgw6UH .dropdown-item.active,
.cid-uBQgLgw6UH .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQgLgw6UH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQgLgw6UH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQgLgw6UH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQgLgw6UH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uBQgLgw6UH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQgLgw6UH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQgLgw6UH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBQgLgw6UH ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uBQgLgw6UH .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBQgLgw6UH .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uBQgLgw6UH .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uBQgLgw6UH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uBQgLgw6UH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uBQgLgw6UH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQgLgw6UH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQgLgw6UH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQgLgw6UH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uBQgLgw6UH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQgLgw6UH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQgLgw6UH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQgLgw6UH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQgLgw6UH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBQgLgw6UH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQgLgw6UH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQgLgw6UH .navbar {
    height: 100px;
  }
  .cid-uBQgLgw6UH .navbar.opened {
    height: auto;
  }
  .cid-uBQgLgw6UH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQgLgw6UH .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uBQgLgw6UH .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uBQgLgw6UH .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uBQgLhtdBb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uBQgLhtdBb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uBQgLhtdBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQgLhtdBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQgLhtdBb .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uBQgLhtdBb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBQgLhtdBb .container {
    padding: 0 16px;
  }
}
.cid-uBQgLhtdBb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uBQgLhtdBb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uBQgLhtdBb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBQgLhtdBb .mbr-section-title {
  color: #000000;
}
.cid-uBQgLhtdBb .mbr-text {
  color: #000000;
}
.cid-uBQgLhtdBb .mbr-text,
.cid-uBQgLhtdBb .icon-wrapper {
  text-align: justify;
}
.cid-uBQhh0zosw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uBQhh0zosw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQhh0zosw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQhh0zosw .card {
  justify-content: center;
}
.cid-uBQhh0zosw .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBQhh0zosw .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uBQhh0zosw .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBQhh0zosw .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uBQhh0zosw .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBQhh0zosw .item {
    margin-bottom: 35px;
  }
}
.cid-uBQhh0zosw .item:hover .item-wrapper .item-img img,
.cid-uBQhh0zosw .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uBQhh0zosw .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 250px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uBQhh0zosw .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uBQhh0zosw .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uBQhh0zosw .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBQhh0zosw .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uBQhh0zosw .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uBQhh0zosw .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uBQhh0zosw .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uBQhh0zosw .item .item-wrapper .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uBQhh0zosw .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uBQhh0zosw .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQhh0zosw .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uBQhh0zosw .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uBQhh0zosw .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uBQhh0zosw .mbr-section-title {
  color: #000000;
}
.cid-uBQhh0zosw .item-desc {
  color: #000000;
}
.cid-uBQhh0zosw .item-text {
  color: #5e1437;
}
.cid-uBQhh0zosw .item-date {
  color: #000000;
}
.cid-uBQhh0zosw .item-date,
.cid-uBQhh0zosw .date-wrapper {
  color: #000000;
}
.cid-uBQgLigsDp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uBQgLigsDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQgLigsDp .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-uBQgLigsDp .container {
    padding: 0 16px;
  }
}
.cid-uBQgLigsDp .row {
  position: relative;
  justify-content: space-between;
}
.cid-uBQgLigsDp .row .card {
  justify-content: flex-end;
}
.cid-uBQgLigsDp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBQgLigsDp .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uBQgLigsDp .content-wrapper {
  margin-bottom: 24px;
}
.cid-uBQgLigsDp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uBQgLigsDp .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uBQgLigsDp .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBQgLigsDp .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBQgLigsDp .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uBQgLigsDp .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uBQgLigsDp .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBQgLigsDp .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uBQgLigsDp .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uBQgLigsDp .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBQgLigsDp .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBQgLigsDp .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBQgLigsDp .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBQgLigsDp .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uBQgLigsDp .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uBQgLigsDp .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uBQgLigsDp .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBQgLigsDp .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQgLigsDp .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uBQgLigsDp .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uBQgLigsDp .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uBQgLigsDp .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBQgLigsDp .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uBQgLigsDp .mbr-section-title {
  color: #000000;
}
.cid-uBQgLigsDp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQgLigsDp .mbr-text {
  color: #000000;
}
.cid-uBQgLigsDp .mbr-list-title {
  color: #6f6f6f;
}
.cid-uBQgLigsDp .list {
  color: #000000;
}
.cid-uBQgLigsDp .mbr-contact {
  color: #000000;
}
.cid-uBQgLigsDp .list,
.cid-uBQgLigsDp .item-wrap {
  color: #000000;
}
.cid-uBQUSY9nUg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBQUSY9nUg nav.navbar {
  position: fixed;
}
.cid-uBQUSY9nUg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQUSY9nUg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBQUSY9nUg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBQUSY9nUg .dropdown-item:hover,
.cid-uBQUSY9nUg .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uBQUSY9nUg .dropdown-item:hover span {
  color: white;
}
.cid-uBQUSY9nUg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBQUSY9nUg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBQUSY9nUg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQUSY9nUg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQUSY9nUg .nav-link {
  position: relative;
}
.cid-uBQUSY9nUg .container {
  display: flex;
  margin: auto;
}
.cid-uBQUSY9nUg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQUSY9nUg .dropdown-menu,
.cid-uBQUSY9nUg .navbar.opened {
  background: #fafafa !important;
}
.cid-uBQUSY9nUg .nav-item:focus,
.cid-uBQUSY9nUg .nav-link:focus {
  outline: none;
}
.cid-uBQUSY9nUg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQUSY9nUg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQUSY9nUg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQUSY9nUg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQUSY9nUg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQUSY9nUg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQUSY9nUg .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBQUSY9nUg .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uBQUSY9nUg .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uBQUSY9nUg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uBQUSY9nUg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQUSY9nUg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQUSY9nUg .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQUSY9nUg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uBQUSY9nUg .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uBQUSY9nUg .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uBQUSY9nUg .navbar.collapsed {
  justify-content: center;
}
.cid-uBQUSY9nUg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQUSY9nUg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQUSY9nUg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uBQUSY9nUg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQUSY9nUg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQUSY9nUg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBQUSY9nUg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uBQUSY9nUg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQUSY9nUg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQUSY9nUg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQUSY9nUg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQUSY9nUg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQUSY9nUg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQUSY9nUg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uBQUSY9nUg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQUSY9nUg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQUSY9nUg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQUSY9nUg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQUSY9nUg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQUSY9nUg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQUSY9nUg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQUSY9nUg .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uBQUSY9nUg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uBQUSY9nUg .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uBQUSY9nUg .navbar {
    padding: 0 50px !important;
  }
}
.cid-uBQUSY9nUg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uBQUSY9nUg .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uBQUSY9nUg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uBQUSY9nUg .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uBQUSY9nUg .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uBQUSY9nUg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQUSY9nUg .dropdown-item.active,
.cid-uBQUSY9nUg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQUSY9nUg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQUSY9nUg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQUSY9nUg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQUSY9nUg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uBQUSY9nUg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQUSY9nUg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQUSY9nUg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBQUSY9nUg ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uBQUSY9nUg .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBQUSY9nUg .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uBQUSY9nUg .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uBQUSY9nUg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uBQUSY9nUg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uBQUSY9nUg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQUSY9nUg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQUSY9nUg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQUSY9nUg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uBQUSY9nUg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQUSY9nUg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQUSY9nUg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQUSY9nUg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQUSY9nUg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBQUSY9nUg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQUSY9nUg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQUSY9nUg .navbar {
    height: 100px;
  }
  .cid-uBQUSY9nUg .navbar.opened {
    height: auto;
  }
  .cid-uBQUSY9nUg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQUSY9nUg .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uBQUSY9nUg .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uBQUSY9nUg .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uBQUSZ29v9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uBQUSZ29v9::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uBQUSZ29v9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQUSZ29v9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQUSZ29v9 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uBQUSZ29v9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBQUSZ29v9 .container {
    padding: 0 16px;
  }
}
.cid-uBQUSZ29v9 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uBQUSZ29v9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uBQUSZ29v9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBQUSZ29v9 .mbr-section-title {
  color: #000000;
}
.cid-uBQUSZ29v9 .mbr-text {
  color: #000000;
}
.cid-uBQUSZ29v9 .mbr-text,
.cid-uBQUSZ29v9 .icon-wrapper {
  text-align: justify;
}
.cid-uBQUSZgwGk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uBQUSZgwGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQUSZgwGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQUSZgwGk .card {
  justify-content: center;
}
.cid-uBQUSZgwGk .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBQUSZgwGk .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uBQUSZgwGk .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBQUSZgwGk .mbr-section-btn {
    margin-bottom: 35px;
    text-align: left;
  }
}
.cid-uBQUSZgwGk .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBQUSZgwGk .item {
    margin-bottom: 35px;
  }
}
.cid-uBQUSZgwGk .item:hover .item-wrapper .item-img img,
.cid-uBQUSZgwGk .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uBQUSZgwGk .item .item-wrapper {
  display: grid;
  grid-template-columns: 25px 370px 1fr;
  gap: 62px;
  padding-bottom: 40px;
  border-radius: 0 !important;
  border-bottom: 1px solid #a4a4a1;
}
@media (max-width: 1200px) {
  .cid-uBQUSZgwGk .item .item-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uBQUSZgwGk .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uBQUSZgwGk .item .item-wrapper .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBQUSZgwGk .item .item-wrapper .desc-wrapper .item-desc {
  display: inline-flex;
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(-180deg);
}
@media (max-width: 992px) {
  .cid-uBQUSZgwGk .item .item-wrapper .desc-wrapper .item-desc {
    display: block;
    writing-mode: inherit;
    white-space: inherit;
    transform: none;
    margin-bottom: 0;
  }
}
.cid-uBQUSZgwGk .item .item-wrapper .item-img {
  border-radius: 2rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uBQUSZgwGk .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uBQUSZgwGk .item .item-wrapper .item-img img {
  height: 190px;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uBQUSZgwGk .item .item-wrapper .item-content .item-text {
  margin-bottom: 15px;
}
.cid-uBQUSZgwGk .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQUSZgwGk .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper {
  margin-right: 10px;
}
.cid-uBQUSZgwGk .item .item-wrapper .item-content .date-wrapper .date-wrap .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
}
.cid-uBQUSZgwGk .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-uBQUSZgwGk .mbr-section-title {
  color: #000000;
}
.cid-uBQUSZgwGk .item-desc {
  color: #000000;
}
.cid-uBQUSZgwGk .item-text {
  color: #5e1437;
}
.cid-uBQUSZgwGk .item-date {
  color: #000000;
}
.cid-uBQUSZgwGk .item-date,
.cid-uBQUSZgwGk .date-wrapper {
  color: #000000;
}
.cid-uBQUSZx1eQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uBQUSZx1eQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQUSZx1eQ .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-uBQUSZx1eQ .container {
    padding: 0 16px;
  }
}
.cid-uBQUSZx1eQ .row {
  position: relative;
  justify-content: space-between;
}
.cid-uBQUSZx1eQ .row .card {
  justify-content: flex-end;
}
.cid-uBQUSZx1eQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBQUSZx1eQ .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uBQUSZx1eQ .content-wrapper {
  margin-bottom: 24px;
}
.cid-uBQUSZx1eQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uBQUSZx1eQ .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uBQUSZx1eQ .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBQUSZx1eQ .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBQUSZx1eQ .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uBQUSZx1eQ .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uBQUSZx1eQ .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBQUSZx1eQ .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uBQUSZx1eQ .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uBQUSZx1eQ .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBQUSZx1eQ .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBQUSZx1eQ .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBQUSZx1eQ .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBQUSZx1eQ .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uBQUSZx1eQ .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uBQUSZx1eQ .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uBQUSZx1eQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBQUSZx1eQ .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQUSZx1eQ .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uBQUSZx1eQ .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uBQUSZx1eQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uBQUSZx1eQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBQUSZx1eQ .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uBQUSZx1eQ .mbr-section-title {
  color: #000000;
}
.cid-uBQUSZx1eQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQUSZx1eQ .mbr-text {
  color: #000000;
}
.cid-uBQUSZx1eQ .mbr-list-title {
  color: #6f6f6f;
}
.cid-uBQUSZx1eQ .list {
  color: #000000;
}
.cid-uBQUSZx1eQ .mbr-contact {
  color: #000000;
}
.cid-uBQUSZx1eQ .list,
.cid-uBQUSZx1eQ .item-wrap {
  color: #000000;
}
.cid-uBQZpeZfK2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBQZpeZfK2 nav.navbar {
  position: fixed;
}
.cid-uBQZpeZfK2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQZpeZfK2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBQZpeZfK2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBQZpeZfK2 .dropdown-item:hover,
.cid-uBQZpeZfK2 .dropdown-item:focus {
  background: #5d1336 !important;
  color: white !important;
}
.cid-uBQZpeZfK2 .dropdown-item:hover span {
  color: white;
}
.cid-uBQZpeZfK2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBQZpeZfK2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBQZpeZfK2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBQZpeZfK2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBQZpeZfK2 .nav-link {
  position: relative;
}
.cid-uBQZpeZfK2 .container {
  display: flex;
  margin: auto;
}
.cid-uBQZpeZfK2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBQZpeZfK2 .dropdown-menu,
.cid-uBQZpeZfK2 .navbar.opened {
  background: #fafafa !important;
}
.cid-uBQZpeZfK2 .nav-item:focus,
.cid-uBQZpeZfK2 .nav-link:focus {
  outline: none;
}
.cid-uBQZpeZfK2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBQZpeZfK2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBQZpeZfK2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBQZpeZfK2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBQZpeZfK2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBQZpeZfK2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBQZpeZfK2 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBQZpeZfK2 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uBQZpeZfK2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uBQZpeZfK2 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 12px !important;
}
.cid-uBQZpeZfK2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBQZpeZfK2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBQZpeZfK2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBQZpeZfK2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uBQZpeZfK2 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uBQZpeZfK2 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uBQZpeZfK2 .navbar.collapsed {
  justify-content: center;
}
.cid-uBQZpeZfK2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBQZpeZfK2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBQZpeZfK2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uBQZpeZfK2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBQZpeZfK2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBQZpeZfK2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBQZpeZfK2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uBQZpeZfK2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBQZpeZfK2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBQZpeZfK2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBQZpeZfK2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBQZpeZfK2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBQZpeZfK2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBQZpeZfK2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 60%;
  }
  .cid-uBQZpeZfK2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBQZpeZfK2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBQZpeZfK2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBQZpeZfK2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBQZpeZfK2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBQZpeZfK2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBQZpeZfK2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBQZpeZfK2 .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-uBQZpeZfK2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uBQZpeZfK2 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uBQZpeZfK2 .navbar {
    padding: 0 50px !important;
  }
}
.cid-uBQZpeZfK2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uBQZpeZfK2 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uBQZpeZfK2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uBQZpeZfK2 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uBQZpeZfK2 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uBQZpeZfK2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBQZpeZfK2 .dropdown-item.active,
.cid-uBQZpeZfK2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBQZpeZfK2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBQZpeZfK2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBQZpeZfK2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBQZpeZfK2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uBQZpeZfK2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBQZpeZfK2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBQZpeZfK2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uBQZpeZfK2 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uBQZpeZfK2 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBQZpeZfK2 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uBQZpeZfK2 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uBQZpeZfK2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uBQZpeZfK2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #5e1437;
}
.cid-uBQZpeZfK2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBQZpeZfK2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQZpeZfK2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uBQZpeZfK2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uBQZpeZfK2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQZpeZfK2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQZpeZfK2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uBQZpeZfK2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBQZpeZfK2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBQZpeZfK2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBQZpeZfK2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBQZpeZfK2 .navbar {
    height: 100px;
  }
  .cid-uBQZpeZfK2 .navbar.opened {
    height: auto;
  }
  .cid-uBQZpeZfK2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBQZpeZfK2 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uBQZpeZfK2 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uBQZpeZfK2 .nav-link:before {
  content: '';
  position: absolute;
  color: #5d1336;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uBQZpfU8ip {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uBQZpfU8ip::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cba058 -10%, transparent 70%);
}
.cid-uBQZpfU8ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQZpfU8ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQZpfU8ip .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uBQZpfU8ip .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBQZpfU8ip .container {
    padding: 0 16px;
  }
}
.cid-uBQZpfU8ip .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uBQZpfU8ip .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uBQZpfU8ip .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBQZpfU8ip .mbr-section-title {
  color: #000000;
}
.cid-uBQZpfU8ip .mbr-text {
  color: #000000;
}
.cid-uBQZpfU8ip .mbr-text,
.cid-uBQZpfU8ip .icon-wrapper {
  text-align: justify;
}
.cid-uBR2uExZg9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-uBR2uExZg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR2uExZg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBR2uExZg9 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBR2uExZg9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBR2uExZg9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBR2uExZg9 .container {
    padding: 0 20px;
  }
  .cid-uBR2uExZg9 .container .row {
    padding: 0;
  }
}
.cid-uBR2uExZg9 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uBR2uExZg9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBR2uExZg9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBR2uExZg9 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBR2uExZg9 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uBR2uExZg9 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBR2uExZg9 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uBR2uExZg9 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-uBR2uExZg9 .mbr-section-title {
  color: #222222;
}
.cid-uBR2uExZg9 .mbr-text {
  color: #222222;
}
.cid-uBR2uExZg9 .mbr-section-title,
.cid-uBR2uExZg9 .mbr-section-btn {
  color: #5e1437;
}
.cid-uBR3aNx1h7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-uBR3aNx1h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR3aNx1h7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBR3aNx1h7 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBR3aNx1h7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBR3aNx1h7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBR3aNx1h7 .container {
    padding: 0 20px;
  }
  .cid-uBR3aNx1h7 .container .row {
    padding: 0;
  }
}
.cid-uBR3aNx1h7 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uBR3aNx1h7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBR3aNx1h7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBR3aNx1h7 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBR3aNx1h7 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uBR3aNx1h7 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBR3aNx1h7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uBR3aNx1h7 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-uBR3aNx1h7 .mbr-section-title {
  color: #222222;
}
.cid-uBR3aNx1h7 .mbr-text {
  color: #222222;
}
.cid-uBR3aNx1h7 .mbr-section-title,
.cid-uBR3aNx1h7 .mbr-section-btn {
  color: #5e1437;
}
.cid-uBQZph3C5D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uBQZph3C5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQZph3C5D .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-uBQZph3C5D .container {
    padding: 0 16px;
  }
}
.cid-uBQZph3C5D .row {
  position: relative;
  justify-content: space-between;
}
.cid-uBQZph3C5D .row .card {
  justify-content: flex-end;
}
.cid-uBQZph3C5D .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBQZph3C5D .title-wrapper .mbr-section-title span {
  color: #cba058;
}
.cid-uBQZph3C5D .content-wrapper {
  margin-bottom: 24px;
}
.cid-uBQZph3C5D .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uBQZph3C5D .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uBQZph3C5D .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBQZph3C5D .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBQZph3C5D .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uBQZph3C5D .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uBQZph3C5D .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBQZph3C5D .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uBQZph3C5D .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uBQZph3C5D .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBQZph3C5D .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBQZph3C5D .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBQZph3C5D .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uBQZph3C5D .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #cba058;
}
.cid-uBQZph3C5D .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uBQZph3C5D .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uBQZph3C5D .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBQZph3C5D .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBQZph3C5D .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uBQZph3C5D .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #cba058;
}
.cid-uBQZph3C5D .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #cba058;
  margin-right: 20px;
}
.cid-uBQZph3C5D .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uBQZph3C5D .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uBQZph3C5D .mbr-section-title {
  color: #000000;
}
.cid-uBQZph3C5D .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQZph3C5D .mbr-text {
  color: #000000;
}
.cid-uBQZph3C5D .mbr-list-title {
  color: #6f6f6f;
}
.cid-uBQZph3C5D .list {
  color: #000000;
}
.cid-uBQZph3C5D .mbr-contact {
  color: #000000;
}
.cid-uBQZph3C5D .list,
.cid-uBQZph3C5D .item-wrap {
  color: #000000;
}
