.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'amatic-sc-v26-latin-regular';
  font-size: 8rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'amatic-sc-v26-latin-regular';
  font-size: 4.2rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'bubbler-one-v21-latin-regular';
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'amatic-sc-v26-latin-regular';
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'bubbler-one-v21-latin-regular';
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #000000 !important;
}
.bg-success {
  background-color: #dcd4cb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffdfc7 !important;
}
.bg-danger {
  background-color: #e6b4ce !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
  color: #aa8631 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #aa8631 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #dcd4cb !important;
  border-color: #dcd4cb !important;
  color: #645544 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #645544 !important;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
  color: #c75500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c75500 !important;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7f1e3;
  color: #f7f1e3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e4cfa0 !important;
  background-color: transparent !important;
  border-color: #e4cfa0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #aa8631 !important;
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !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: #dcd4cb;
  color: #dcd4cb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b9a997 !important;
  background-color: transparent !important;
  border-color: #b9a997 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #645544 !important;
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdfc7;
  color: #ffdfc7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffad70 !important;
  background-color: transparent !important;
  border-color: #ffad70 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c75500 !important;
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6b4ce;
  color: #e6b4ce;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d073a4 !important;
  background-color: transparent !important;
  border-color: #d073a4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !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: #000000 !important;
}
.text-secondary {
  color: #f7f1e3 !important;
}
.text-success {
  color: #dcd4cb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffdfc7 !important;
}
.text-danger {
  color: #e6b4ce !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e0c994 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b3a28e !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: #ffa561 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc689c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffdfc7;
}
.alert-danger {
  background-color: #e6b4ce;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'bubbler-one-v21-latin-regular';
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'bubbler-one-v21-latin-regular';
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7f1e3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.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: #000000 !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: #f7f1e3 !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: #dcd4cb !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: #ffdfc7 !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: #e6b4ce !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: #000000 !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: #f7f1e3 !important;
  color: #000000 !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: #dcd4cb !important;
  color: #000000 !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: #000000 !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: #ffdfc7 !important;
  color: #000000 !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: #e6b4ce !important;
  color: #000000 !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: 20px !important;
}
.cid-ujr8ON9AxW {
  z-index: 1000;
  width: 100%;
}
.cid-ujr8ON9AxW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .nav-item {
    margin: 0 !important;
  }
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujr8ON9AxW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujr8ON9AxW .nav-link {
  position: relative;
}
.cid-ujr8ON9AxW .container {
  display: flex;
  margin: auto;
}
.cid-ujr8ON9AxW .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown-menu,
.cid-ujr8ON9AxW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujr8ON9AxW .nav-item:focus,
.cid-ujr8ON9AxW .nav-link:focus {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujr8ON9AxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujr8ON9AxW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ujr8ON9AxW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujr8ON9AxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujr8ON9AxW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujr8ON9AxW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar.collapsed {
  justify-content: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujr8ON9AxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujr8ON9AxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ujr8ON9AxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujr8ON9AxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujr8ON9AxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujr8ON9AxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujr8ON9AxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujr8ON9AxW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujr8ON9AxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujr8ON9AxW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown-item.active,
.cid-ujr8ON9AxW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujr8ON9AxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujr8ON9AxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujr8ON9AxW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujr8ON9AxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujr8ON9AxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujr8ON9AxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar {
    height: 70px;
  }
  .cid-ujr8ON9AxW .navbar.opened {
    height: auto;
  }
  .cid-ujr8ON9AxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujrxbN8mEs {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-ujrxbN8mEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrxbN8mEs .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/trachtenliebe0724-1920x1080.jpg");
}
.cid-ujrxbN8mEs .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujrxbN8mEs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujrxbN8mEs .container {
    padding: 0 26px;
  }
}
.cid-ujrxbN8mEs .row {
  justify-content: center;
}
.cid-ujrxbN8mEs .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-ujrxbN8mEs .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-ujrxbN8mEs .content-wrapper {
    padding: 20px;
  }
}
.cid-ujrxbN8mEs .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ujrxbN8mEs .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-ujrxbN8mEs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujrxbN8mEs .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujrxbN8mEs .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujrxbN8mEs .mbr-section-title {
  color: #ffffff;
}
.cid-ujrxbN8mEs .mbr-text,
.cid-ujrxbN8mEs .text-wrapper {
  color: #ffffff;
}
.cid-upAE1s9UC3.popup-builder {
  background-color: #ffffff;
}
.cid-upAE1s9UC3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upAE1s9UC3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upAE1s9UC3 .modal-content,
.cid-upAE1s9UC3 .modal-dialog {
  height: auto;
}
.cid-upAE1s9UC3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upAE1s9UC3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upAE1s9UC3 .form-wrapper .mbr-form .form-group,
  .cid-upAE1s9UC3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upAE1s9UC3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upAE1s9UC3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAE1s9UC3 .mbr-text {
  text-align: center;
}
.cid-upAE1s9UC3 .pt-0 {
  padding-top: 0 !important;
}
.cid-upAE1s9UC3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upAE1s9UC3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upAE1s9UC3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upAE1s9UC3 .modal-open {
  overflow: hidden;
}
.cid-upAE1s9UC3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upAE1s9UC3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upAE1s9UC3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upAE1s9UC3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-upAE1s9UC3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upAE1s9UC3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upAE1s9UC3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upAE1s9UC3 .modal-content {
  background: #dcd4cb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-upAE1s9UC3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upAE1s9UC3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upAE1s9UC3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-upAE1s9UC3 .modal-backdrop.show {
  opacity: .5;
}
.cid-upAE1s9UC3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-upAE1s9UC3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upAE1s9UC3 .modal-header {
    padding: 1rem;
  }
}
.cid-upAE1s9UC3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upAE1s9UC3 .modal-header .close svg {
  fill: #353535;
}
.cid-upAE1s9UC3 .modal-header .close:hover {
  opacity: 1;
}
.cid-upAE1s9UC3 .modal-header .close:focus {
  outline: none;
}
.cid-upAE1s9UC3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-upAE1s9UC3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upAE1s9UC3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upAE1s9UC3 .modal-body {
    padding: 1rem;
  }
}
.cid-upAE1s9UC3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upAE1s9UC3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upAE1s9UC3 .modal-footer {
    padding: 1rem;
  }
}
.cid-upAE1s9UC3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upAE1s9UC3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upAE1s9UC3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upAE1s9UC3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upAE1s9UC3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upAE1s9UC3 .modal-lg,
  .cid-upAE1s9UC3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upAE1s9UC3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-upAE1s9UC3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upAE1s9UC3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-upAE1s9UC3 .form-group {
  margin-bottom: 1rem;
}
.cid-upAE1s9UC3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upAE1s9UC3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upAE1s9UC3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-upAE1s9UC3 .mbr-section-btn {
  margin: 0;
}
.cid-upAE1s9UC3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhsX5F58UT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f4f1f1;
}
.cid-uhsX5F58UT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhsX5F58UT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhsX5F58UT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhsX5F58UT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhsX5F58UT .container {
    padding: 0 26px;
  }
}
.cid-uhsX5F58UT .row {
  justify-content: center;
}
.cid-uhsX5F58UT .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd2d0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uhsX5F58UT .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uhsX5F58UT .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uhsX5F58UT .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uhsX5F58UT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uhsX5F58UT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhsX5F58UT .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uhsX5F58UT .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uhsX5F58UT .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uhsX5F58UT .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uhsX5F58UT .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uhsX5F58UT .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uhsX5F58UT .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhsX5F58UT .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uhsX5F58UT .mbr-section-title {
  color: #000000;
}
.cid-uhsX5F58UT .mbr-section-subtitle {
  color: #000000;
}
.cid-uhsX5F58UT .mbr-text {
  color: #000000;
}
.cid-uhgXvmndVK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f1f1;
}
.cid-uhgXvmndVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgXvmndVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgXvmndVK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .container {
    padding: 0 26px;
  }
}
.cid-uhgXvmndVK .row {
  justify-content: center;
}
.cid-uhgXvmndVK .content-wrapper {
  display: flex;
  padding: 100px 60px;
  background-color: #dcd2d0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uhgXvmndVK .content-wrapper .image-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uhgXvmndVK .content-wrapper .image-wrapper .image-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper .image-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uhgXvmndVK .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.cid-uhgXvmndVK .content-wrapper .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uhgXvmndVK .content-wrapper .content-wrap {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper .content-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card {
  border-radius: 0 !important;
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card {
    margin-bottom: 40px;
  }
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 10px;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 10px;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uhgXvmndVK .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uhgXvmndVK .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uhgXvmndVK .mbr-section-title {
  color: #000000;
}
.cid-uhgXvmndVK .mbr-text {
  color: #000000;
}
.cid-uhgXvmndVK .panel-title-edit {
  color: #000000;
}
.cid-uhgXvmndVK .panel-text {
  color: #000000;
}
.cid-uhgY4F08YJ {
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-color: #f4f1f1;
}
.cid-uhgY4F08YJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgY4F08YJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgY4F08YJ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .container {
    padding: 0 26px;
  }
}
.cid-uhgY4F08YJ .row {
  justify-content: center;
}
.cid-uhgY4F08YJ .tabs-wrapper {
  text-align: center;
}
.cid-uhgY4F08YJ .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uhgY4F08YJ .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uhgY4F08YJ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #362e2c;
  border: 1px solid #362e2c;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uhgY4F08YJ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f4f1f1;
  background-color: #362e2c;
}
.cid-uhgY4F08YJ .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd2d0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uhgY4F08YJ .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uhgY4F08YJ .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uhgY4F08YJ .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhgY4F08YJ .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uhgY4F08YJ .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhgY4F08YJ .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uhgY4F08YJ .item-title {
  color: #000000;
}
.cid-uhgY4F08YJ .item-text {
  color: #000000;
}
.cid-upACA4smsu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upACA4smsu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upACA4smsu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upACA4smsu .container {
    padding: 0 26px;
  }
}
.cid-upACA4smsu .row {
  justify-content: center;
}
.cid-upACA4smsu .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #f4f1f1;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upACA4smsu .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-upACA4smsu .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-upACA4smsu .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-upACA4smsu .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-upACA4smsu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-upACA4smsu .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-upACA4smsu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-upACA4smsu .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-upACA4smsu .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-upACA4smsu .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-upACA4smsu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-upACA4smsu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upACA4smsu .embla__slide .slide-content {
  width: 100%;
}
.cid-upACA4smsu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-upACA4smsu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-upACA4smsu .embla__button--next,
.cid-upACA4smsu .embla__button--prev {
  display: flex;
}
.cid-upACA4smsu .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !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-upACA4smsu .embla__button {
    display: none;
  }
}
.cid-upACA4smsu .embla__button:hover {
  opacity: .6 !important;
}
.cid-upACA4smsu .embla__button.embla__button--prev {
  left: 0;
}
.cid-upACA4smsu .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-upACA4smsu .embla__button {
    top: 0;
  }
}
.cid-upACA4smsu .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-upACA4smsu .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-upACA4smsu .embla {
    width: 100%;
  }
}
.cid-upACA4smsu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-upACA4smsu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upACA4smsu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upACA4smsu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upACA4smsu .mbr-section-title {
  color: #000000;
}
.cid-upACA4smsu .mbr-section-subtitle {
  color: #000000;
}
.cid-upACA4smsu .mbr-text {
  color: #000000;
}
.cid-upACA4smsu .icon-wrapper {
  text-align: center;
}
.cid-ujri0qN4OI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2322;
}
.cid-ujri0qN4OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujri0qN4OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujri0qN4OI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container {
    padding: 0 26px;
  }
}
.cid-ujri0qN4OI .row {
  justify-content: center;
}
.cid-ujri0qN4OI .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ujri0qN4OI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujri0qN4OI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-ujri0qN4OI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujri0qN4OI .mbr-section-title {
  color: #ffffff;
}
.cid-ujri0qN4OI .mbr-text {
  color: #ffffff;
}
.cid-ujri0qN4OI .list {
  color: #ffffff;
}
.cid-ujri0qN4OI .list,
.cid-ujri0qN4OI .nav-wrapper,
.cid-ujri0qN4OI .social-wrapper {
  text-align: right;
}
.cid-ujr8ON9AxW {
  z-index: 1000;
  width: 100%;
}
.cid-ujr8ON9AxW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .nav-item {
    margin: 0 !important;
  }
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujr8ON9AxW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujr8ON9AxW .nav-link {
  position: relative;
}
.cid-ujr8ON9AxW .container {
  display: flex;
  margin: auto;
}
.cid-ujr8ON9AxW .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown-menu,
.cid-ujr8ON9AxW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujr8ON9AxW .nav-item:focus,
.cid-ujr8ON9AxW .nav-link:focus {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujr8ON9AxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujr8ON9AxW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ujr8ON9AxW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujr8ON9AxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujr8ON9AxW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujr8ON9AxW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar.collapsed {
  justify-content: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujr8ON9AxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujr8ON9AxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ujr8ON9AxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujr8ON9AxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujr8ON9AxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujr8ON9AxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujr8ON9AxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujr8ON9AxW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujr8ON9AxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujr8ON9AxW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown-item.active,
.cid-ujr8ON9AxW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujr8ON9AxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujr8ON9AxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujr8ON9AxW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujr8ON9AxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujr8ON9AxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujr8ON9AxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar {
    height: 70px;
  }
  .cid-ujr8ON9AxW .navbar.opened {
    height: auto;
  }
  .cid-ujr8ON9AxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhnDuEADRL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhnDuEADRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnDuEADRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnDuEADRL .item {
  padding-bottom: 2rem;
}
.cid-uhnDuEADRL .item-wrapper {
  position: relative;
}
.cid-uhnDuEADRL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uhnDuEADRL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhnDuEADRL .carousel-control,
.cid-uhnDuEADRL .close {
  background: #1b1b1b;
}
.cid-uhnDuEADRL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhnDuEADRL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhnDuEADRL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhnDuEADRL .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhnDuEADRL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uhnDuEADRL .close::before {
  content: '\e91a';
}
.cid-uhnDuEADRL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhnDuEADRL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uhnDuEADRL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhnDuEADRL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnDuEADRL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhnDuEADRL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhnDuEADRL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uhnDuEADRL .carousel-indicators li.active,
.cid-uhnDuEADRL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhnDuEADRL .carousel-indicators li::after,
.cid-uhnDuEADRL .carousel-indicators li::before {
  content: none;
}
.cid-uhnDuEADRL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhnDuEADRL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhnDuEADRL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhnDuEADRL .carousel-indicators {
    display: none;
  }
}
.cid-uhnDuEADRL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhnDuEADRL .carousel-inner > .active {
  display: block;
}
.cid-uhnDuEADRL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhnDuEADRL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhnDuEADRL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhnDuEADRL .carousel-control,
  .cid-uhnDuEADRL .carousel-indicators,
  .cid-uhnDuEADRL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhnDuEADRL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhnDuEADRL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhnDuEADRL .carousel-indicators .active,
.cid-uhnDuEADRL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhnDuEADRL .carousel-indicators .active {
  background: #fff;
}
.cid-uhnDuEADRL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhnDuEADRL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhnDuEADRL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhnDuEADRL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhnDuEADRL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhnDuEADRL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhnDuEADRL .carousel {
  width: 100%;
}
.cid-uhnDuEADRL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhnDuEADRL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhnDuEADRL .modal.fade .modal-dialog,
.cid-uhnDuEADRL .modal.in .modal-dialog {
  transform: none;
}
.cid-uhnDuEADRL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhnDuEADRL H6 {
  text-align: center;
}
.cid-ujri0qN4OI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2322;
}
.cid-ujri0qN4OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujri0qN4OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujri0qN4OI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container {
    padding: 0 26px;
  }
}
.cid-ujri0qN4OI .row {
  justify-content: center;
}
.cid-ujri0qN4OI .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ujri0qN4OI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujri0qN4OI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-ujri0qN4OI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujri0qN4OI .mbr-section-title {
  color: #ffffff;
}
.cid-ujri0qN4OI .mbr-text {
  color: #ffffff;
}
.cid-ujri0qN4OI .list {
  color: #ffffff;
}
.cid-ujri0qN4OI .list,
.cid-ujri0qN4OI .nav-wrapper,
.cid-ujri0qN4OI .social-wrapper {
  text-align: right;
}
.cid-ujr8ON9AxW {
  z-index: 1000;
  width: 100%;
}
.cid-ujr8ON9AxW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .nav-item {
    margin: 0 !important;
  }
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujr8ON9AxW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujr8ON9AxW .nav-link {
  position: relative;
}
.cid-ujr8ON9AxW .container {
  display: flex;
  margin: auto;
}
.cid-ujr8ON9AxW .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown-menu,
.cid-ujr8ON9AxW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujr8ON9AxW .nav-item:focus,
.cid-ujr8ON9AxW .nav-link:focus {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujr8ON9AxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujr8ON9AxW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ujr8ON9AxW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujr8ON9AxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujr8ON9AxW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujr8ON9AxW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar.collapsed {
  justify-content: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujr8ON9AxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujr8ON9AxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ujr8ON9AxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujr8ON9AxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujr8ON9AxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujr8ON9AxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujr8ON9AxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujr8ON9AxW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujr8ON9AxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujr8ON9AxW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown-item.active,
.cid-ujr8ON9AxW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujr8ON9AxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujr8ON9AxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujr8ON9AxW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujr8ON9AxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujr8ON9AxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujr8ON9AxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar {
    height: 70px;
  }
  .cid-ujr8ON9AxW .navbar.opened {
    height: auto;
  }
  .cid-ujr8ON9AxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujrgu5wobL {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f4f1f1;
}
.cid-ujrgu5wobL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrgu5wobL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrgu5wobL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .container {
    padding: 0 26px;
  }
}
.cid-ujrgu5wobL .row {
  justify-content: center;
}
.cid-ujrgu5wobL .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #dcd2d0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-ujrgu5wobL .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ujrgu5wobL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ujrgu5wobL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ujrgu5wobL .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ujrgu5wobL .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-ujrgu5wobL .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ujrgu5wobL .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ujrgu5wobL .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujrgu5wobL .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujrgu5wobL .mbr-section-title {
  color: #000000;
}
.cid-ujrgu5wobL .mbr-section-subtitle {
  color: #000000;
}
.cid-ujrgu5wobL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ujrgu5wobL .mbr-section-title,
.cid-ujrgu5wobL .mbr-section-btn {
  text-align: left;
}
.cid-ujri0qN4OI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2322;
}
.cid-ujri0qN4OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujri0qN4OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujri0qN4OI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container {
    padding: 0 26px;
  }
}
.cid-ujri0qN4OI .row {
  justify-content: center;
}
.cid-ujri0qN4OI .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ujri0qN4OI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujri0qN4OI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-ujri0qN4OI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujri0qN4OI .mbr-section-title {
  color: #ffffff;
}
.cid-ujri0qN4OI .mbr-text {
  color: #ffffff;
}
.cid-ujri0qN4OI .list {
  color: #ffffff;
}
.cid-ujri0qN4OI .list,
.cid-ujri0qN4OI .nav-wrapper,
.cid-ujri0qN4OI .social-wrapper {
  text-align: right;
}
.cid-ujr8ON9AxW {
  z-index: 1000;
  width: 100%;
}
.cid-ujr8ON9AxW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .nav-item {
    margin: 0 !important;
  }
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujr8ON9AxW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujr8ON9AxW .nav-link {
  position: relative;
}
.cid-ujr8ON9AxW .container {
  display: flex;
  margin: auto;
}
.cid-ujr8ON9AxW .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown-menu,
.cid-ujr8ON9AxW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujr8ON9AxW .nav-item:focus,
.cid-ujr8ON9AxW .nav-link:focus {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujr8ON9AxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujr8ON9AxW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ujr8ON9AxW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujr8ON9AxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujr8ON9AxW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujr8ON9AxW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar.collapsed {
  justify-content: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujr8ON9AxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujr8ON9AxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ujr8ON9AxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujr8ON9AxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujr8ON9AxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujr8ON9AxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujr8ON9AxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujr8ON9AxW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujr8ON9AxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujr8ON9AxW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown-item.active,
.cid-ujr8ON9AxW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujr8ON9AxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujr8ON9AxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujr8ON9AxW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujr8ON9AxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujr8ON9AxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujr8ON9AxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar {
    height: 70px;
  }
  .cid-ujr8ON9AxW .navbar.opened {
    height: auto;
  }
  .cid-ujr8ON9AxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhmdQaqDe6 {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-color: #f4f1f1;
}
.cid-uhmdQaqDe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmdQaqDe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmdQaqDe6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .container {
    padding: 0 26px;
  }
}
.cid-uhmdQaqDe6 .row {
  justify-content: center;
}
.cid-uhmdQaqDe6 .content-wrapper {
  display: flex;
  padding: 100px 60px;
  background-color: #dcd2d0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .image-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .image-wrapper .image-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper .image-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper .content-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card {
  border-radius: 0 !important;
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card {
    margin-bottom: 40px;
  }
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 10px;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 10px;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uhmdQaqDe6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uhmdQaqDe6 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uhmdQaqDe6 .mbr-section-title {
  color: #000000;
}
.cid-uhmdQaqDe6 .mbr-text {
  color: #000000;
}
.cid-uhmdQaqDe6 .panel-title-edit {
  color: #000000;
}
.cid-uhmdQaqDe6 .panel-text {
  color: #000000;
}
.cid-ujri0qN4OI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2322;
}
.cid-ujri0qN4OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujri0qN4OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujri0qN4OI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container {
    padding: 0 26px;
  }
}
.cid-ujri0qN4OI .row {
  justify-content: center;
}
.cid-ujri0qN4OI .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ujri0qN4OI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujri0qN4OI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-ujri0qN4OI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujri0qN4OI .mbr-section-title {
  color: #ffffff;
}
.cid-ujri0qN4OI .mbr-text {
  color: #ffffff;
}
.cid-ujri0qN4OI .list {
  color: #ffffff;
}
.cid-ujri0qN4OI .list,
.cid-ujri0qN4OI .nav-wrapper,
.cid-ujri0qN4OI .social-wrapper {
  text-align: right;
}
.cid-ujr8ON9AxW {
  z-index: 1000;
  width: 100%;
}
.cid-ujr8ON9AxW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .nav-item {
    margin: 0 !important;
  }
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujr8ON9AxW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujr8ON9AxW .nav-link {
  position: relative;
}
.cid-ujr8ON9AxW .container {
  display: flex;
  margin: auto;
}
.cid-ujr8ON9AxW .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown-menu,
.cid-ujr8ON9AxW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujr8ON9AxW .nav-item:focus,
.cid-ujr8ON9AxW .nav-link:focus {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujr8ON9AxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujr8ON9AxW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ujr8ON9AxW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujr8ON9AxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujr8ON9AxW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujr8ON9AxW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar.collapsed {
  justify-content: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujr8ON9AxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujr8ON9AxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ujr8ON9AxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujr8ON9AxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujr8ON9AxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujr8ON9AxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujr8ON9AxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujr8ON9AxW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujr8ON9AxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujr8ON9AxW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown-item.active,
.cid-ujr8ON9AxW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujr8ON9AxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujr8ON9AxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujr8ON9AxW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujr8ON9AxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujr8ON9AxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujr8ON9AxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar {
    height: 70px;
  }
  .cid-ujr8ON9AxW .navbar.opened {
    height: auto;
  }
  .cid-ujr8ON9AxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujqVUonNqR {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ujqVUonNqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqVUonNqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujqVUonNqR .row {
  justify-content: space-between;
}
.cid-ujqVUonNqR .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #f4f1f1;
}
@media (max-width: 992px) {
  .cid-ujqVUonNqR .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-ujqVUonNqR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqVUonNqR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujqVUonNqR .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqVUonNqR .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ujqVUonNqR .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ujqVUonNqR .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ujqVUonNqR .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ujqVUonNqR .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ujqVUonNqR .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ujqVUonNqR .mbr-section-title {
  color: #000000;
}
.cid-ujqVUonNqR .mbr-section-subtitle {
  color: #000000;
}
.cid-ujqVUonNqR .mbr-desc {
  color: #000000;
}
.cid-ujqVUonNqR .mbr-text {
  color: #000000;
}
.cid-ujri0qN4OI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2322;
}
.cid-ujri0qN4OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujri0qN4OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujri0qN4OI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container {
    padding: 0 26px;
  }
}
.cid-ujri0qN4OI .row {
  justify-content: center;
}
.cid-ujri0qN4OI .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ujri0qN4OI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujri0qN4OI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-ujri0qN4OI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujri0qN4OI .mbr-section-title {
  color: #ffffff;
}
.cid-ujri0qN4OI .mbr-text {
  color: #ffffff;
}
.cid-ujri0qN4OI .list {
  color: #ffffff;
}
.cid-ujri0qN4OI .list,
.cid-ujri0qN4OI .nav-wrapper,
.cid-ujri0qN4OI .social-wrapper {
  text-align: right;
}
.cid-ujr8ON9AxW {
  z-index: 1000;
  width: 100%;
}
.cid-ujr8ON9AxW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .nav-item {
    margin: 0 !important;
  }
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ujr8ON9AxW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujr8ON9AxW .nav-link {
  position: relative;
}
.cid-ujr8ON9AxW .container {
  display: flex;
  margin: auto;
}
.cid-ujr8ON9AxW .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown-menu,
.cid-ujr8ON9AxW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujr8ON9AxW .nav-item:focus,
.cid-ujr8ON9AxW .nav-link:focus {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujr8ON9AxW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujr8ON9AxW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujr8ON9AxW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujr8ON9AxW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ujr8ON9AxW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujr8ON9AxW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujr8ON9AxW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujr8ON9AxW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar.collapsed {
  justify-content: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujr8ON9AxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujr8ON9AxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujr8ON9AxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujr8ON9AxW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujr8ON9AxW .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ujr8ON9AxW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujr8ON9AxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujr8ON9AxW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ujr8ON9AxW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujr8ON9AxW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujr8ON9AxW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujr8ON9AxW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujr8ON9AxW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujr8ON9AxW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujr8ON9AxW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujr8ON9AxW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujr8ON9AxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujr8ON9AxW .dropdown-item.active,
.cid-ujr8ON9AxW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujr8ON9AxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujr8ON9AxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujr8ON9AxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujr8ON9AxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujr8ON9AxW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ujr8ON9AxW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujr8ON9AxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr8ON9AxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujr8ON9AxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr8ON9AxW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujr8ON9AxW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujr8ON9AxW .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-ujr8ON9AxW .navbar {
    height: 70px;
  }
  .cid-ujr8ON9AxW .navbar.opened {
    height: auto;
  }
  .cid-ujr8ON9AxW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujqXNemNWx {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqXNemNWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqXNemNWx .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-ujqXNemNWx .container {
    padding: 0 30px;
  }
}
.cid-ujqXNemNWx .row {
  justify-content: center;
}
.cid-ujqXNemNWx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqXNemNWx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqXNemNWx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqXNemNWx .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqXNemNWx .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqXNemNWx .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqXNemNWx .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqXNemNWx .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqXNemNWx .mbr-section-title {
  color: #252525;
}
.cid-ujqXNemNWx .mbr-text {
  color: #252525;
}
.cid-ujqXNemNWx .list,
.cid-ujqXNemNWx .item-wrap {
  color: #252525;
}
.cid-ujqVmafqmi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f1f1;
}
.cid-ujqVmafqmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqVmafqmi .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-ujqVmafqmi .container {
    padding: 0 30px;
  }
}
.cid-ujqVmafqmi .row {
  justify-content: center;
}
.cid-ujqVmafqmi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqVmafqmi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqVmafqmi .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqVmafqmi .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqVmafqmi .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqVmafqmi .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqVmafqmi .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqVmafqmi .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqVmafqmi .mbr-section-title {
  color: #252525;
}
.cid-ujqVmafqmi .mbr-text {
  color: #252525;
}
.cid-ujqVmafqmi .list,
.cid-ujqVmafqmi .item-wrap {
  color: #252525;
}
.cid-ujqYbNRXVO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqYbNRXVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqYbNRXVO .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-ujqYbNRXVO .container {
    padding: 0 30px;
  }
}
.cid-ujqYbNRXVO .row {
  justify-content: center;
}
.cid-ujqYbNRXVO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYbNRXVO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqYbNRXVO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYbNRXVO .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqYbNRXVO .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqYbNRXVO .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqYbNRXVO .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqYbNRXVO .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqYbNRXVO .mbr-section-title {
  color: #252525;
}
.cid-ujqYbNRXVO .mbr-text {
  color: #252525;
}
.cid-ujqYbNRXVO .list,
.cid-ujqYbNRXVO .item-wrap {
  color: #252525;
}
.cid-ujqYwVEYPq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f1f1;
}
.cid-ujqYwVEYPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqYwVEYPq .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-ujqYwVEYPq .container {
    padding: 0 30px;
  }
}
.cid-ujqYwVEYPq .row {
  justify-content: center;
}
.cid-ujqYwVEYPq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYwVEYPq .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqYwVEYPq .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYwVEYPq .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqYwVEYPq .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqYwVEYPq .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqYwVEYPq .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqYwVEYPq .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqYwVEYPq .mbr-section-title {
  color: #252525;
}
.cid-ujqYwVEYPq .mbr-text {
  color: #252525;
}
.cid-ujqYwVEYPq .list,
.cid-ujqYwVEYPq .item-wrap {
  color: #252525;
}
.cid-ujqYL0uiFS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqYL0uiFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqYL0uiFS .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-ujqYL0uiFS .container {
    padding: 0 30px;
  }
}
.cid-ujqYL0uiFS .row {
  justify-content: center;
}
.cid-ujqYL0uiFS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYL0uiFS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqYL0uiFS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYL0uiFS .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqYL0uiFS .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqYL0uiFS .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqYL0uiFS .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqYL0uiFS .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqYL0uiFS .mbr-section-title {
  color: #252525;
}
.cid-ujqYL0uiFS .mbr-text {
  color: #252525;
}
.cid-ujqYL0uiFS .list,
.cid-ujqYL0uiFS .item-wrap {
  color: #252525;
}
.cid-ujqYRWpoUp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqYRWpoUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqYRWpoUp .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-ujqYRWpoUp .container {
    padding: 0 30px;
  }
}
.cid-ujqYRWpoUp .row {
  justify-content: center;
}
.cid-ujqYRWpoUp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYRWpoUp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqYRWpoUp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqYRWpoUp .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqYRWpoUp .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqYRWpoUp .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqYRWpoUp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqYRWpoUp .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqYRWpoUp .mbr-section-title {
  color: #252525;
}
.cid-ujqYRWpoUp .mbr-text {
  color: #252525;
}
.cid-ujqYRWpoUp .list,
.cid-ujqYRWpoUp .item-wrap {
  color: #252525;
}
.cid-ujqZ3Obfet {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqZ3Obfet .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqZ3Obfet .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-ujqZ3Obfet .container {
    padding: 0 30px;
  }
}
.cid-ujqZ3Obfet .row {
  justify-content: center;
}
.cid-ujqZ3Obfet .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZ3Obfet .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqZ3Obfet .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZ3Obfet .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqZ3Obfet .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqZ3Obfet .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqZ3Obfet .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqZ3Obfet .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqZ3Obfet .mbr-section-title {
  color: #252525;
}
.cid-ujqZ3Obfet .mbr-text {
  color: #252525;
}
.cid-ujqZ3Obfet .list,
.cid-ujqZ3Obfet .item-wrap {
  color: #252525;
}
.cid-ujqZglzUKK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqZglzUKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqZglzUKK .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-ujqZglzUKK .container {
    padding: 0 30px;
  }
}
.cid-ujqZglzUKK .row {
  justify-content: center;
}
.cid-ujqZglzUKK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZglzUKK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqZglzUKK .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZglzUKK .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqZglzUKK .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqZglzUKK .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqZglzUKK .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqZglzUKK .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqZglzUKK .mbr-section-title {
  color: #252525;
}
.cid-ujqZglzUKK .mbr-text {
  color: #252525;
}
.cid-ujqZglzUKK .list,
.cid-ujqZglzUKK .item-wrap {
  color: #252525;
}
.cid-ujqZolFC9l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqZolFC9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqZolFC9l .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-ujqZolFC9l .container {
    padding: 0 30px;
  }
}
.cid-ujqZolFC9l .row {
  justify-content: center;
}
.cid-ujqZolFC9l .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZolFC9l .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqZolFC9l .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZolFC9l .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqZolFC9l .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqZolFC9l .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqZolFC9l .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqZolFC9l .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqZolFC9l .mbr-section-title {
  color: #252525;
}
.cid-ujqZolFC9l .mbr-text {
  color: #252525;
}
.cid-ujqZolFC9l .list,
.cid-ujqZolFC9l .item-wrap {
  color: #252525;
}
.cid-ujqZA7Ry49 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f1f1;
}
.cid-ujqZA7Ry49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqZA7Ry49 .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-ujqZA7Ry49 .container {
    padding: 0 30px;
  }
}
.cid-ujqZA7Ry49 .row {
  justify-content: center;
}
.cid-ujqZA7Ry49 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZA7Ry49 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqZA7Ry49 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZA7Ry49 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqZA7Ry49 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqZA7Ry49 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqZA7Ry49 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqZA7Ry49 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqZA7Ry49 .mbr-section-title {
  color: #252525;
}
.cid-ujqZA7Ry49 .mbr-text {
  color: #252525;
}
.cid-ujqZA7Ry49 .list,
.cid-ujqZA7Ry49 .item-wrap {
  color: #252525;
}
.cid-ujqZGhrL9j {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #f4f1f1;
}
.cid-ujqZGhrL9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqZGhrL9j .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-ujqZGhrL9j .container {
    padding: 0 30px;
  }
}
.cid-ujqZGhrL9j .row {
  justify-content: center;
}
.cid-ujqZGhrL9j .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZGhrL9j .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujqZGhrL9j .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujqZGhrL9j .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujqZGhrL9j .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujqZGhrL9j .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujqZGhrL9j .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujqZGhrL9j .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #252525;
}
.cid-ujqZGhrL9j .mbr-section-title {
  color: #252525;
}
.cid-ujqZGhrL9j .mbr-text {
  color: #252525;
}
.cid-ujqZGhrL9j .list,
.cid-ujqZGhrL9j .item-wrap {
  color: #252525;
}
.cid-ujri0qN4OI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2322;
}
.cid-ujri0qN4OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujri0qN4OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujri0qN4OI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .container {
    padding: 0 26px;
  }
}
.cid-ujri0qN4OI .row {
  justify-content: center;
}
.cid-ujri0qN4OI .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ujri0qN4OI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujri0qN4OI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-ujri0qN4OI .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujri0qN4OI .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-ujri0qN4OI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-ujri0qN4OI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ujri0qN4OI .mbr-section-title {
  color: #ffffff;
}
.cid-ujri0qN4OI .mbr-text {
  color: #ffffff;
}
.cid-ujri0qN4OI .list {
  color: #ffffff;
}
.cid-ujri0qN4OI .list,
.cid-ujri0qN4OI .nav-wrapper,
.cid-ujri0qN4OI .social-wrapper {
  text-align: right;
}
