body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cinzel Decorative', display;
  font-size: 4.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.125rem;
}
.display-2 {
  font-family: 'Cinzel Decorative', display;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.87rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #995b5b !important;
}
.bg-success {
  background-color: #949494 !important;
}
.bg-info {
  background-color: #545454 !important;
}
.bg-warning {
  background-color: #f7b3f7 !important;
}
.bg-danger {
  background-color: #d0b9ac !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #995b5b !important;
  border-color: #995b5b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #633b3b !important;
  border-color: #633b3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #633b3b !important;
  border-color: #633b3b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #545454 !important;
  border-color: #545454 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-success,
.btn-success:active {
  background-color: #949494 !important;
  border-color: #949494 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #696969 !important;
  border-color: #696969 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #696969 !important;
  border-color: #696969 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7b3f7 !important;
  border-color: #f7b3f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ef65ef !important;
  border-color: #ef65ef !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ef65ef !important;
  border-color: #ef65ef !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d0b9ac !important;
  border-color: #d0b9ac !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b18a75 !important;
  border-color: #b18a75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b18a75 !important;
  border-color: #b18a75 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #995b5b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #633b3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #995b5b !important;
  border-color: #995b5b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #545454;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #292929 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #545454 !important;
  border-color: #545454 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #949494;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #696969 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #949494 !important;
  border-color: #949494 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7b3f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ef65ef !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b3f7 !important;
  border-color: #f7b3f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d0b9ac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b18a75 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d0b9ac !important;
  border-color: #d0b9ac !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #995b5b !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #949494 !important;
}
.text-info {
  color: #545454 !important;
}
.text-warning {
  color: #f7b3f7 !important;
}
.text-danger {
  color: #d0b9ac !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #593535 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #616161 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #212121 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ed57ed !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab826b !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: #995b5b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #545454;
}
.alert-warning {
  background-color: #f7b3f7;
}
.alert-danger {
  background-color: #d0b9ac;
}
.mbr-gallery-filter li.active .btn {
  background-color: #995b5b;
  border-color: #995b5b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #995b5b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cba8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4d4d4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7c7c7;
}
.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*/
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #995b5b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #995b5b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #995b5b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #995b5b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #995b5b;
  border-bottom-color: #995b5b;
}
.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: #995b5b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23995b5b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uz5ORMaWhT {
  z-index: 1000;
  width: 100%;
}
.cid-uz5ORMaWhT .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uz5ORMaWhT .menu_box .navbar.opened,
  .cid-uz5ORMaWhT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz5ORMaWhT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uz5ORMaWhT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uz5ORMaWhT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uz5ORMaWhT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uz5ORMaWhT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uz5ORMaWhT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uz5ORMaWhT .offcanvas-body .mbr-text,
  .cid-uz5ORMaWhT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uz5ORMaWhT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uz5ORMaWhT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uz5ORMaWhT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uz5ORMaWhT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uz5ORMaWhT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uz5ORMaWhT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uz5ORMaWhT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uz5ORMaWhT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uz5ORMaWhT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz5ORMaWhT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uz5ORMaWhT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uz5ORMaWhT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uz5ORMaWhT li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uz5ORMaWhT li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uz5ORMaWhT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uz5ORMaWhT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz5ORMaWhT .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uz5ORMaWhT .nav-item {
    margin: 0 !important;
  }
}
.cid-uz5ORMaWhT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz5ORMaWhT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uz5ORMaWhT .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz5ORMaWhT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz5ORMaWhT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz5ORMaWhT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz5ORMaWhT .offcanvas_box {
    display: none;
  }
}
.cid-uz5ORMaWhT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uz5ORMaWhT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz5ORMaWhT .dropdown .dropdown-item:hover {
  color: #995b5b !important;
}
.cid-uz5ORMaWhT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz5ORMaWhT .nav-link {
  position: relative;
}
.cid-uz5ORMaWhT .container {
  display: flex;
  margin: auto;
}
.cid-uz5ORMaWhT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz5ORMaWhT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz5ORMaWhT .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uz5ORMaWhT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uz5ORMaWhT .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uz5ORMaWhT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uz5ORMaWhT .dropdown-menu,
.cid-uz5ORMaWhT .navbar.opened {
  background: #ffffff !important;
}
.cid-uz5ORMaWhT .nav-item:focus,
.cid-uz5ORMaWhT .nav-link:focus {
  outline: none;
}
.cid-uz5ORMaWhT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz5ORMaWhT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz5ORMaWhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz5ORMaWhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz5ORMaWhT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz5ORMaWhT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz5ORMaWhT .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uz5ORMaWhT .navbar.opened {
  transition: all 0.3s;
}
.cid-uz5ORMaWhT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz5ORMaWhT .navbar .navbar-logo img {
  width: auto;
}
.cid-uz5ORMaWhT .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uz5ORMaWhT .navbar.collapsed {
  justify-content: center;
}
.cid-uz5ORMaWhT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz5ORMaWhT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz5ORMaWhT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uz5ORMaWhT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz5ORMaWhT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz5ORMaWhT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz5ORMaWhT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz5ORMaWhT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz5ORMaWhT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz5ORMaWhT .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uz5ORMaWhT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz5ORMaWhT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz5ORMaWhT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz5ORMaWhT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz5ORMaWhT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz5ORMaWhT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz5ORMaWhT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz5ORMaWhT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz5ORMaWhT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz5ORMaWhT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz5ORMaWhT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz5ORMaWhT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz5ORMaWhT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz5ORMaWhT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz5ORMaWhT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz5ORMaWhT .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-uz5ORMaWhT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz5ORMaWhT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz5ORMaWhT .dropdown-item.active,
.cid-uz5ORMaWhT .dropdown-item:active {
  background-color: transparent;
}
.cid-uz5ORMaWhT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz5ORMaWhT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz5ORMaWhT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz5ORMaWhT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz5ORMaWhT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz5ORMaWhT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz5ORMaWhT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uz5ORMaWhT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz5ORMaWhT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uz5ORMaWhT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uz5ORMaWhT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz5ORMaWhT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz5ORMaWhT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz5ORMaWhT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz5ORMaWhT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz5ORMaWhT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz5ORMaWhT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz5ORMaWhT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz5ORMaWhT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz5ORMaWhT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz5ORMaWhT .navbar {
    height: 70px;
  }
  .cid-uz5ORMaWhT .navbar.opened {
    height: auto;
  }
  .cid-uz5ORMaWhT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz5ORMaWhT .mbr-section-subtitle {
  color: #202020;
}
.cid-uz5Q2nXFHr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/27336946-1805534872851528-7486313183056869801-n-sb.webp");
}
.cid-uz5Q2nXFHr .mbr-text,
.cid-uz5Q2nXFHr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uz5Q2nXFHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz5Q2nXFHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz5Q2nXFHr .mbr-section-title {
  color: #f7b3f7;
  text-align: left;
}
.cid-uz5Q2nXFHr .mbr-section-subtitle {
  text-align: left;
}
.cid-uz5S7uNOn1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz5S7uNOn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz5S7uNOn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz5S7uNOn1 .mbr-section-title {
  color: #995b5b;
}
.cid-uz5UeJNbYh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz5UeJNbYh .row {
  flex-direction: row-reverse;
}
.cid-uz5UeJNbYh .mbr-section-title {
  color: #995b5b;
  text-align: center;
}
.cid-uz5UeJNbYh .mbr-text,
.cid-uz5UeJNbYh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uz5UeJNbYh .mbr-section-subtitle {
  color: #545454;
  text-align: center;
}
.cid-uz5UeJNbYh img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uz5UeJNbYh .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uz5UeJNbYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz5UeJNbYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6AC0XrNs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uz6AC0XrNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6AC0XrNs .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-uz6AC0XrNs .container {
    padding: 0 30px;
  }
}
.cid-uz6AC0XrNs .items-wrapper .item:first-child {
  position: relative;
}
.cid-uz6AC0XrNs .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #949494;
  opacity: .9;
}
.cid-uz6AC0XrNs .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uz6AC0XrNs .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f7b3f7;
}
.cid-uz6AC0XrNs .items-wrapper .item:last-child {
  position: relative;
}
.cid-uz6AC0XrNs .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #d0b9ac;
  opacity: .9;
}
.cid-uz6AC0XrNs .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uz6AC0XrNs .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uz6AC0XrNs .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uz6AC0XrNs .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uz6AC0XrNs .item-title {
  color: #144031;
}
.cid-uz6AC0XrNs .item-text {
  color: #144031;
  text-align: center;
}
.cid-uz6AC0XrNs .item-title,
.cid-uz6AC0XrNs .mbr-section-btn {
  text-align: center;
  color: #995b5b;
}
.cid-uz6BZ65egb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uz6BZ65egb .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #545454;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uz6BZ65egb .main_header {
    padding-top: 66px;
  }
  .cid-uz6BZ65egb .main_header > .row {
    flex-direction: column;
  }
  .cid-uz6BZ65egb .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uz6BZ65egb .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uz6BZ65egb .mbr-section-title {
    text-align: center;
  }
}
.cid-uz6BZ65egb .mbr-text {
  margin: 25px 0;
}
.cid-uz6BZ65egb .bgImage {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uz6BZ65egb .bgImage {
    height: 65vh;
  }
}
.cid-uz6BZ65egb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uz6BZ65egb .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uz6BZ65egb .linkBtn a:after,
.cid-uz6BZ65egb .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uz6BZ65egb .linkBtn a:before {
  left: 0;
}
.cid-uz6BZ65egb .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uz6BZ65egb .linkBtn a:hover:before,
.cid-uz6BZ65egb .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uz6BZ65egb .mbr-text,
.cid-uz6BZ65egb .linkBtn {
  color: #ffffff;
}
.cid-uz6F6wrQUy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-uz6F6wrQUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6F6wrQUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6F6wrQUy .mbr-section-title {
  text-align: center;
}
.cid-uz6F6wrQUy .mbr-text,
.cid-uz6F6wrQUy .mbr-section-btn {
  text-align: center;
}
.cid-uz6E5DyiLe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uz6E5DyiLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6E5DyiLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6E5DyiLe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz6E5DyiLe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uz6E5DyiLe .row {
    text-align: center;
  }
  .cid-uz6E5DyiLe .row > div {
    margin: auto;
  }
  .cid-uz6E5DyiLe .social-row {
    justify-content: center;
  }
}
.cid-uz6E5DyiLe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uz6E5DyiLe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uz6E5DyiLe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uz6E5DyiLe .list {
    margin-bottom: 0rem;
  }
}
.cid-uz6E5DyiLe .mbr-text {
  color: #ffffff;
}
.cid-uz6E5DyiLe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uz6E5DyiLe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uz6E5DyiLe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uz6E5DyiLe .copyright {
  color: #ffffff;
}
.cid-uz6Rhz9JaA {
  z-index: 1000;
  width: 100%;
}
.cid-uz6Rhz9JaA .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uz6Rhz9JaA .menu_box .navbar.opened,
  .cid-uz6Rhz9JaA .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uz6Rhz9JaA nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uz6Rhz9JaA .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uz6Rhz9JaA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uz6Rhz9JaA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uz6Rhz9JaA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uz6Rhz9JaA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uz6Rhz9JaA .offcanvas-body .mbr-text,
  .cid-uz6Rhz9JaA .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uz6Rhz9JaA .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uz6Rhz9JaA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uz6Rhz9JaA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uz6Rhz9JaA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uz6Rhz9JaA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uz6Rhz9JaA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uz6Rhz9JaA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uz6Rhz9JaA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uz6Rhz9JaA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz6Rhz9JaA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uz6Rhz9JaA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uz6Rhz9JaA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uz6Rhz9JaA li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uz6Rhz9JaA li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uz6Rhz9JaA .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uz6Rhz9JaA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uz6Rhz9JaA .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uz6Rhz9JaA .nav-item {
    margin: 0 !important;
  }
}
.cid-uz6Rhz9JaA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uz6Rhz9JaA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uz6Rhz9JaA .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uz6Rhz9JaA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uz6Rhz9JaA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uz6Rhz9JaA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uz6Rhz9JaA .offcanvas_box {
    display: none;
  }
}
.cid-uz6Rhz9JaA .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uz6Rhz9JaA .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uz6Rhz9JaA .dropdown .dropdown-item:hover {
  color: #995b5b !important;
}
.cid-uz6Rhz9JaA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz6Rhz9JaA .nav-link {
  position: relative;
}
.cid-uz6Rhz9JaA .container {
  display: flex;
  margin: auto;
}
.cid-uz6Rhz9JaA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uz6Rhz9JaA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uz6Rhz9JaA .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uz6Rhz9JaA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uz6Rhz9JaA .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uz6Rhz9JaA .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uz6Rhz9JaA .dropdown-menu,
.cid-uz6Rhz9JaA .navbar.opened {
  background: #ffffff !important;
}
.cid-uz6Rhz9JaA .nav-item:focus,
.cid-uz6Rhz9JaA .nav-link:focus {
  outline: none;
}
.cid-uz6Rhz9JaA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz6Rhz9JaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz6Rhz9JaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz6Rhz9JaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz6Rhz9JaA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz6Rhz9JaA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz6Rhz9JaA .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uz6Rhz9JaA .navbar.opened {
  transition: all 0.3s;
}
.cid-uz6Rhz9JaA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uz6Rhz9JaA .navbar .navbar-logo img {
  width: auto;
}
.cid-uz6Rhz9JaA .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uz6Rhz9JaA .navbar.collapsed {
  justify-content: center;
}
.cid-uz6Rhz9JaA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz6Rhz9JaA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz6Rhz9JaA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uz6Rhz9JaA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz6Rhz9JaA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz6Rhz9JaA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz6Rhz9JaA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uz6Rhz9JaA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz6Rhz9JaA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uz6Rhz9JaA .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uz6Rhz9JaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz6Rhz9JaA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz6Rhz9JaA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uz6Rhz9JaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz6Rhz9JaA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz6Rhz9JaA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz6Rhz9JaA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uz6Rhz9JaA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uz6Rhz9JaA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uz6Rhz9JaA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz6Rhz9JaA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz6Rhz9JaA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uz6Rhz9JaA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz6Rhz9JaA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz6Rhz9JaA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz6Rhz9JaA .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-uz6Rhz9JaA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz6Rhz9JaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz6Rhz9JaA .dropdown-item.active,
.cid-uz6Rhz9JaA .dropdown-item:active {
  background-color: transparent;
}
.cid-uz6Rhz9JaA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz6Rhz9JaA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz6Rhz9JaA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz6Rhz9JaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz6Rhz9JaA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz6Rhz9JaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz6Rhz9JaA ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uz6Rhz9JaA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz6Rhz9JaA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uz6Rhz9JaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uz6Rhz9JaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz6Rhz9JaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6Rhz9JaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz6Rhz9JaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz6Rhz9JaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6Rhz9JaA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz6Rhz9JaA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz6Rhz9JaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz6Rhz9JaA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uz6Rhz9JaA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uz6Rhz9JaA .navbar {
    height: 70px;
  }
  .cid-uz6Rhz9JaA .navbar.opened {
    height: auto;
  }
  .cid-uz6Rhz9JaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz6Rhz9JaA .mbr-section-subtitle {
  color: #202020;
}
.cid-uz6RhAxD5j {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/home-32.webp");
}
.cid-uz6RhAxD5j .mbr-text,
.cid-uz6RhAxD5j .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uz6RhAxD5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6RhAxD5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6RhAxD5j .mbr-section-title {
  color: #f7b3f7;
  text-align: left;
}
.cid-uz6RhAxD5j .mbr-section-subtitle {
  text-align: left;
}
.cid-uz6RhBt53e {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz6RhBt53e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6RhBt53e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6RhBt53e .mbr-section-title {
  color: #995b5b;
}
.cid-uz6SRG4M5z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uz6SRG4M5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6SRG4M5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6SRG4M5z .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uz6SRG4M5z .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uz6SRG4M5z .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uz6SRG4M5z .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uz6SRG4M5z .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uz6SRG4M5z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uz6SRG4M5z .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uz6SRG4M5z .image-wrapper img {
    height: 350px;
  }
}
.cid-uz6SRG4M5z .mbr-section-title {
  color: #ffffff;
}
.cid-uz6SRG4M5z .mbr-text,
.cid-uz6SRG4M5z .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uz6SRG4M5z .mbr-section-title,
.cid-uz6SRG4M5z .mbr-section-btn {
  color: #995b5b;
  text-align: center;
}
.cid-uz6UIjTqWu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uz6UIjTqWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6UIjTqWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6UIjTqWu .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uz6UIjTqWu .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz6UIjTqWu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uz6UIjTqWu .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uz6UIjTqWu .container {
    padding: 0 16px;
  }
}
.cid-uz6UIjTqWu .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uz6UIjTqWu .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uz6UIjTqWu .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uz6UIjTqWu .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uz6UIjTqWu .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uz6UIjTqWu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uz6UIjTqWu .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uz6UIjTqWu .cards-wrapper {
    display: block;
  }
}
.cid-uz6UIjTqWu .cards-wrapper .item {
  padding: 32px;
  background-color: #d0b9ac;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uz6UIjTqWu .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uz6UIjTqWu .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uz6UIjTqWu .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uz6UIjTqWu .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uz6UIjTqWu .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uz6UIjTqWu .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uz6UIjTqWu .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uz6UIjTqWu .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-uz6UIjTqWu .mbr-section-title {
  color: #995b5b;
  text-align: center;
}
.cid-uz6UIjTqWu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uz6UIjTqWu .card-title {
  color: #000000;
}
.cid-uz6UIjTqWu .card-text {
  color: #000000;
  text-align: center;
}
.cid-uz6UIjTqWu .card-title,
.cid-uz6UIjTqWu .icon-wrapper,
.cid-uz6UIjTqWu .link-wrapper {
  text-align: center;
}
.cid-uz6VJXgyBq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uz6VJXgyBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6VJXgyBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6VJXgyBq .mbr-section-title,
.cid-uz6VJXgyBq .mbr-section-subtitle {
  text-align: center;
}
.cid-uz6VJXgyBq .cost {
  word-break: normal;
}
.cid-uz6VJXgyBq .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uz6VJXgyBq .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uz6VJXgyBq .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uz6VJXgyBq .card-wrapper {
    padding: 1rem;
  }
}
.cid-uz6VJXgyBq .mbr-section-title {
  color: #995b5b;
}
.cid-uz6VJXgyBq .card-title {
  text-align: left;
}
.cid-uz6VJXgyBq P {
  text-align: left;
}
.cid-uzKxh2d2GI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzKxh2d2GI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzKxh2d2GI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzKxh2d2GI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzKxh2d2GI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzKxh2d2GI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzKxh2d2GI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzKxh2d2GI .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uzKxh2d2GI .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uzKxh2d2GI .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uzKxh2d2GI .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uzKxh2d2GI .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uzKxh2d2GI .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uzKxh2d2GI .mbr-gallery-filter ul {
  display: block;
}
.cid-uzKxh2d2GI .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uzKxh2d2GI .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uzKxh2d2GI .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uzKxh2d2GI .mbr-gallery-filter li.active::after,
.cid-uzKxh2d2GI .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uzKxh2d2GI .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzKxh2d2GI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uzKxh2d2GI .icon-focus:before {
  content: '\e95e';
}
.cid-uzKxh2d2GI .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uzKxh2d2GI .mbr-section-title {
  margin: 0;
}
.cid-uzKxh2d2GI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uzKxh2d2GI .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uzKxh2d2GI .mbr-section-title,
.cid-uzKxh2d2GI .underline {
  color: #995b5b;
}
.cid-uzSSiwsJQu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uzSSiwsJQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSSiwsJQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzSSiwsJQu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uzSSiwsJQu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uzSSiwsJQu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uzSSiwsJQu [class^="socicon-"]:before,
.cid-uzSSiwsJQu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uz6RhFeU4J {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-uz6RhFeU4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6RhFeU4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6RhFeU4J .mbr-section-title {
  text-align: center;
}
.cid-uz6RhFeU4J .mbr-text,
.cid-uz6RhFeU4J .mbr-section-btn {
  text-align: center;
}
.cid-uz6RhGal0n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uz6RhGal0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz6RhGal0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz6RhGal0n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uz6RhGal0n .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uz6RhGal0n .row {
    text-align: center;
  }
  .cid-uz6RhGal0n .row > div {
    margin: auto;
  }
  .cid-uz6RhGal0n .social-row {
    justify-content: center;
  }
}
.cid-uz6RhGal0n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uz6RhGal0n .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uz6RhGal0n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uz6RhGal0n .list {
    margin-bottom: 0rem;
  }
}
.cid-uz6RhGal0n .mbr-text {
  color: #ffffff;
}
.cid-uz6RhGal0n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uz6RhGal0n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uz6RhGal0n div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uz6RhGal0n .copyright {
  color: #ffffff;
}
.cid-uzbZfNdMtQ {
  z-index: 1000;
  width: 100%;
}
.cid-uzbZfNdMtQ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uzbZfNdMtQ .menu_box .navbar.opened,
  .cid-uzbZfNdMtQ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzbZfNdMtQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzbZfNdMtQ .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uzbZfNdMtQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzbZfNdMtQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzbZfNdMtQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzbZfNdMtQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzbZfNdMtQ .offcanvas-body .mbr-text,
  .cid-uzbZfNdMtQ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uzbZfNdMtQ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uzbZfNdMtQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzbZfNdMtQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uzbZfNdMtQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzbZfNdMtQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzbZfNdMtQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzbZfNdMtQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzbZfNdMtQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzbZfNdMtQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzbZfNdMtQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzbZfNdMtQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzbZfNdMtQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uzbZfNdMtQ li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uzbZfNdMtQ li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uzbZfNdMtQ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzbZfNdMtQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzbZfNdMtQ .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uzbZfNdMtQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uzbZfNdMtQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzbZfNdMtQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uzbZfNdMtQ .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzbZfNdMtQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzbZfNdMtQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzbZfNdMtQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzbZfNdMtQ .offcanvas_box {
    display: none;
  }
}
.cid-uzbZfNdMtQ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uzbZfNdMtQ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzbZfNdMtQ .dropdown .dropdown-item:hover {
  color: #995b5b !important;
}
.cid-uzbZfNdMtQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzbZfNdMtQ .nav-link {
  position: relative;
}
.cid-uzbZfNdMtQ .container {
  display: flex;
  margin: auto;
}
.cid-uzbZfNdMtQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzbZfNdMtQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzbZfNdMtQ .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uzbZfNdMtQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uzbZfNdMtQ .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uzbZfNdMtQ .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uzbZfNdMtQ .dropdown-menu,
.cid-uzbZfNdMtQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uzbZfNdMtQ .nav-item:focus,
.cid-uzbZfNdMtQ .nav-link:focus {
  outline: none;
}
.cid-uzbZfNdMtQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzbZfNdMtQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzbZfNdMtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzbZfNdMtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzbZfNdMtQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzbZfNdMtQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzbZfNdMtQ .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uzbZfNdMtQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uzbZfNdMtQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzbZfNdMtQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uzbZfNdMtQ .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uzbZfNdMtQ .navbar.collapsed {
  justify-content: center;
}
.cid-uzbZfNdMtQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzbZfNdMtQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzbZfNdMtQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uzbZfNdMtQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzbZfNdMtQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzbZfNdMtQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzbZfNdMtQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzbZfNdMtQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzbZfNdMtQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzbZfNdMtQ .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uzbZfNdMtQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzbZfNdMtQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzbZfNdMtQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzbZfNdMtQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzbZfNdMtQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzbZfNdMtQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzbZfNdMtQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzbZfNdMtQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzbZfNdMtQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzbZfNdMtQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzbZfNdMtQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzbZfNdMtQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzbZfNdMtQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzbZfNdMtQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzbZfNdMtQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzbZfNdMtQ .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-uzbZfNdMtQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzbZfNdMtQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzbZfNdMtQ .dropdown-item.active,
.cid-uzbZfNdMtQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uzbZfNdMtQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzbZfNdMtQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzbZfNdMtQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzbZfNdMtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzbZfNdMtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzbZfNdMtQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzbZfNdMtQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uzbZfNdMtQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzbZfNdMtQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uzbZfNdMtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uzbZfNdMtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzbZfNdMtQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzbZfNdMtQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzbZfNdMtQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzbZfNdMtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzbZfNdMtQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzbZfNdMtQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzbZfNdMtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzbZfNdMtQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzbZfNdMtQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzbZfNdMtQ .navbar {
    height: 70px;
  }
  .cid-uzbZfNdMtQ .navbar.opened {
    height: auto;
  }
  .cid-uzbZfNdMtQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzbZfNdMtQ .mbr-section-subtitle {
  color: #202020;
}
.cid-uzbZfNG4Jq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home-33-2000x1124.webp");
}
.cid-uzbZfNG4Jq .mbr-text,
.cid-uzbZfNG4Jq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uzbZfNG4Jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbZfNG4Jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbZfNG4Jq .mbr-section-title {
  color: #f7b3f7;
  text-align: left;
}
.cid-uzbZfNG4Jq .mbr-section-subtitle {
  text-align: left;
}
.cid-uzbZfOf7uq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzbZfOf7uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbZfOf7uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbZfOf7uq .mbr-section-title {
  color: #995b5b;
}
.cid-uzcvUsXHTX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #fafafa;
}
.cid-uzcvUsXHTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcvUsXHTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcvUsXHTX .main-row {
  row-gap: 32px;
}
.cid-uzcvUsXHTX .mbr-section-head .mbr-section-btn {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-uzcvUsXHTX .mbr-section-head {
    text-align: center;
  }
}
.cid-uzcvUsXHTX .mbr-section-title {
  color: #545454;
}
.cid-uzcvUsXHTX .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
@media (min-width: 1400px) {
  .cid-uzcvUsXHTX .col-form {
    padding-left: 8rem !important;
  }
}
.cid-uzcvUsXHTX .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uzcvUsXHTX form {
  width: 100%;
}
.cid-uzcvUsXHTX form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uzcvUsXHTX form .dragArea.row {
    justify-content: center;
  }
}
.cid-uzcvUsXHTX form p {
  color: #24262b;
}
.cid-uzcvUsXHTX form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uzcvUsXHTX form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uzcvUsXHTX form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uzcvUsXHTX form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uzcvUsXHTX form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uzcvUsXHTX form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uzcvUsXHTX form select {
  color: #24262b !important;
}
.cid-uzcvUsXHTX form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uzcvUsXHTX form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form input,
.cid-uzcvUsXHTX form textarea {
  transition: .3s all;
}
.cid-uzcvUsXHTX form input:active,
.cid-uzcvUsXHTX form textarea:active,
.cid-uzcvUsXHTX form input:focus,
.cid-uzcvUsXHTX form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uzcvUsXHTX form input:active::-webkit-input-placeholder,
.cid-uzcvUsXHTX form textarea:active::-webkit-input-placeholder,
.cid-uzcvUsXHTX form input:focus::-webkit-input-placeholder,
.cid-uzcvUsXHTX form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form input:active::-moz-placeholder,
.cid-uzcvUsXHTX form textarea:active::-moz-placeholder,
.cid-uzcvUsXHTX form input:focus::-moz-placeholder,
.cid-uzcvUsXHTX form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form input:active:-moz-placeholder,
.cid-uzcvUsXHTX form textarea:active:-moz-placeholder,
.cid-uzcvUsXHTX form input:focus:-moz-placeholder,
.cid-uzcvUsXHTX form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form input:active:-ms-input-placeholder,
.cid-uzcvUsXHTX form textarea:active:-ms-input-placeholder,
.cid-uzcvUsXHTX form input:focus:-ms-input-placeholder,
.cid-uzcvUsXHTX form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uzcvUsXHTX form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uzcvUsXHTX form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uzcvUsXHTX form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uzcvUsXHTX form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uzcvUsXHTX form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uzcvUsXHTX form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uzcvUsXHTX form .form-check label {
  color: #24262b;
}
.cid-uzcvUsXHTX form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uzcvUsXHTX form .form-check-input:focus,
.cid-uzcvUsXHTX form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uzcvUsXHTX form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uzcvUsXHTX .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uzcvUsXHTX .form-text-wrap {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uzcvUsXHTX .form-text-wrap {
    text-align: center;
  }
}
.cid-uzcvUsXHTX .form-title {
  color: #545454;
}
.cid-uzcvUsXHTX .form-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uzcvUsXHTX .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uzcvUsXHTX .form-text {
    text-align: center;
  }
}
.cid-uzbZfPAdhN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-uzbZfPAdhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbZfPAdhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbZfPAdhN .mbr-section-title {
  text-align: center;
}
.cid-uzbZfPAdhN .mbr-text,
.cid-uzbZfPAdhN .mbr-section-btn {
  text-align: center;
}
.cid-uzbZfPPw28 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uzbZfPPw28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzbZfPPw28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzbZfPPw28 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzbZfPPw28 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uzbZfPPw28 .row {
    text-align: center;
  }
  .cid-uzbZfPPw28 .row > div {
    margin: auto;
  }
  .cid-uzbZfPPw28 .social-row {
    justify-content: center;
  }
}
.cid-uzbZfPPw28 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uzbZfPPw28 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uzbZfPPw28 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzbZfPPw28 .list {
    margin-bottom: 0rem;
  }
}
.cid-uzbZfPPw28 .mbr-text {
  color: #ffffff;
}
.cid-uzbZfPPw28 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uzbZfPPw28 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uzbZfPPw28 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uzbZfPPw28 .copyright {
  color: #ffffff;
}
