.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((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: 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 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #491414 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #dfdbd7 !important;
}
.bg-danger {
  background-color: #ecede8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #491414 !important;
  border-color: #491414 !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: #050101 !important;
  border-color: #050101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #050101 !important;
  border-color: #050101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #29ac4a !important;
  border-color: #29ac4a !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: #18662c !important;
  border-color: #18662c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18662c !important;
  border-color: #18662c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dfdbd7 !important;
  border-color: #dfdbd7 !important;
  color: #665b51 !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: #b8b0a7 !important;
  border-color: #b8b0a7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #665b51 !important;
  background-color: #b8b0a7 !important;
  border-color: #b8b0a7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ecede8 !important;
  border-color: #ecede8 !important;
  color: #73785e !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: #c4c7b7 !important;
  border-color: #c4c7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #73785e !important;
  background-color: #c4c7b7 !important;
  border-color: #c4c7b7 !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: #491414;
  color: #491414;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050101 !important;
  background-color: transparent !important;
  border-color: #050101 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #491414 !important;
  border-color: #491414 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #29ac4a;
  color: #29ac4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #18662c !important;
  background-color: transparent !important;
  border-color: #18662c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #29ac4a !important;
  border-color: #29ac4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dfdbd7;
  color: #dfdbd7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b8b0a7 !important;
  background-color: transparent !important;
  border-color: #b8b0a7 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #665b51 !important;
  background-color: #dfdbd7 !important;
  border-color: #dfdbd7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ecede8;
  color: #ecede8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4c7b7 !important;
  background-color: transparent !important;
  border-color: #c4c7b7 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #73785e !important;
  background-color: #ecede8 !important;
  border-color: #ecede8 !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: #491414 !important;
}
.text-secondary {
  color: #29ac4a !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #dfdbd7 !important;
}
.text-danger {
  color: #ecede8 !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: #155a27 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b2a89e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bdc0af !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;
}
.nav-tabs .nav-link.active {
  color: #491414;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #dfdbd7;
}
.alert-danger {
  background-color: #ecede8;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #491414;
  border-color: #491414;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #491414;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d76c6c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #491414 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #491414;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #491414;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #491414;
}
.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: #491414;
  border-bottom-color: #491414;
}
.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: #491414 !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: #29ac4a !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='%23491414' %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-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ffffff !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toEkoxVW1G {
  background-image: url("../../../assets/images/can-you-please-make-me-a-big-picture-1920x1080-px-of-a-car-and-something-digital.-the-colors-are-29ac4a-and-black-and-gray-1.jpg-1472x832.jpg");
}
.cid-toEkoxVW1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEkoxVW1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkoxVW1G .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-toEkoxVW1G .col {
    width: 45%;
  }
}
.cid-toEkoxVW1G .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-toEkoxVW1G .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-toEkoxVW1G .card-wrapper h1,
.cid-toEkoxVW1G .card-wrapper h2,
.cid-toEkoxVW1G .card-wrapper p,
.cid-toEkoxVW1G .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-toEkoxVW1G .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #29ac4a;
  opacity: 0.8;
}
.cid-toEkoxVW1G .mbr-section-title {
  color: #ffffff;
}
.cid-toEkoxVW1G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toEkoxVW1G .mbr-text,
.cid-toEkoxVW1G .mbr-section-btn {
  color: #ffffff;
}
.cid-toEmRuwj7k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-toEmRuwj7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmRuwj7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmRuwj7k .text-wrapper {
  border-left: 4px solid #29ac4a;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-toEmRuwj7k .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-toEmRuwj7k .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-toEmRuwj7k .image-wrapper {
    padding: 1rem;
  }
}
.cid-toEmRuwj7k .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #29ac4a;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-toEmRuwj7k .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-toEmRuwj7k .row {
  flex-direction: row-reverse;
}
.cid-toEmRuwj7k .row {
  align-items: center;
}
.cid-toEmRuwj7k .mbr-section-title {
  color: #000000;
}
.cid-toEmRuwj7k .mbr-text,
.cid-toEmRuwj7k .mbr-section-btn {
  color: #000000;
}
.cid-toEmRuwj7k .mbr-section-subtitle {
  color: #491414;
}
.cid-uOgkrw6p2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29ac4a;
}
.cid-uOgkrw6p2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgkrw6p2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgkrw6p2l .card {
  justify-content: flex-end;
}
.cid-uOgkrw6p2l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgkrw6p2l .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOgkrw6p2l .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOgkrw6p2l .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOgkrw6p2l .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOgkrw6p2l .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uOgkrw6p2l .items-wrapper .item {
  padding: 0 15px;
}
.cid-uOgkrw6p2l .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOgkrw6p2l .item {
    margin-bottom: 15px;
  }
}
.cid-uOgkrw6p2l .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOgkrw6p2l .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOgkrw6p2l .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #000000;
}
.cid-uOgkrw6p2l .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uOgkrw6p2l .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #29ac4a;
}
.cid-uOgkrw6p2l .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uOgkrw6p2l .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOgkrw6p2l .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #29ac4a;
  transition: all .6s ease;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOgkrw6p2l .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOgkrw6p2l .mbr-section-title {
  color: #ffffff;
}
.cid-uOgkrw6p2l .card-title {
  color: #ffffff;
}
.cid-uOgkrw6p2l .card-text {
  color: #ffffff;
}
.cid-uOh1umgLaT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uOh1umgLaT .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uOh1umgLaT .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #29ac4a;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uOh1umgLaT .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uOh1umgLaT img,
.cid-uOh1umgLaT .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uOh1umgLaT .item:focus,
.cid-uOh1umgLaT span:focus {
  outline: none;
}
.cid-uOh1umgLaT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOh1umgLaT .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOh1umgLaT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOh1umgLaT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOh1umgLaT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOh1umgLaT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOh1umgLaT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOh1umgLaT .mbr-section-title {
  color: #000000;
}
.cid-uOh1umgLaT .mbr-text,
.cid-uOh1umgLaT .mbr-section-btn {
  text-align: center;
}
.cid-uOh1umgLaT .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOh1umgLaT .item-subtitle {
  text-align: center;
}
.cid-uOm8YeOr5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOm8YeOr5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm8YeOr5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm8YeOr5d .card {
  justify-content: flex-end;
}
.cid-uOm8YeOr5d .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOm8YeOr5d .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOm8YeOr5d .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOm8YeOr5d .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOm8YeOr5d .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOm8YeOr5d .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOm8YeOr5d .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOm8YeOr5d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uOm8YeOr5d .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOm8YeOr5d .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uOm8YeOr5d .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-uOm8YeOr5d .embla__button--next,
.cid-uOm8YeOr5d .embla__button--prev {
  display: flex;
}
.cid-uOm8YeOr5d .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOm8YeOr5d .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uOm8YeOr5d .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOm8YeOr5d .embla__button.embla__button--next {
  right: 0;
}
.cid-uOm8YeOr5d .embla {
  position: relative;
  width: 100%;
}
.cid-uOm8YeOr5d .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOm8YeOr5d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOm8YeOr5d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOm8YeOr5d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOm8YeOr5d .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOm8YeOr5d .mbr-label,
.cid-uOm8YeOr5d .label-wrapper {
  color: #000000;
}
.cid-uOm8YeOr5d .mbr-section-title,
.cid-uOm8YeOr5d .title-wrapper {
  color: #000000;
}
.cid-uOm8YeOr5d .card-label {
  color: #000000;
}
.cid-uOm8YeOr5d .card-date {
  color: #8a8a8a;
}
.cid-uOm8YeOr5d .card-title {
  color: #000000;
}
.cid-uOm8YeOr5d .card-desc {
  color: #8a8a8a;
}
.cid-uOmuQeBjyW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #29ac4a;
}
.cid-uOmuQeBjyW .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uOmuQeBjyW img,
.cid-uOmuQeBjyW .item-img {
  width: 100%;
}
.cid-uOmuQeBjyW .item:focus,
.cid-uOmuQeBjyW span:focus {
  outline: none;
}
.cid-uOmuQeBjyW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOmuQeBjyW .item {
    margin-bottom: 1rem;
  }
}
.cid-uOmuQeBjyW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOmuQeBjyW .mbr-section-title {
  color: #ffffff;
}
.cid-uOmuQeBjyW .mbr-text,
.cid-uOmuQeBjyW .mbr-section-btn {
  color: #232323;
}
.cid-uOmuQeBjyW .item-title {
  color: #232323;
  text-align: center;
}
.cid-uOmuQeBjyW .content-head {
  max-width: 800px;
}
.cid-uOmfiJPEHc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uOmfiJPEHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmfiJPEHc .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-uOmfiJPEHc .container {
    padding: 0 24px;
  }
}
.cid-uOmfiJPEHc .form-wrapper {
  display: flex;
  padding: 110px 115px;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uOmfiJPEHc .form-wrapper {
    display: block;
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uOmfiJPEHc .form-wrapper {
    padding: 0.5rem;
  }
}
.cid-uOmfiJPEHc .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uOmfiJPEHc .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uOmfiJPEHc .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uOmfiJPEHc .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOmfiJPEHc .form-wrapper .form-wrap {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uOmfiJPEHc .form-wrapper .form-wrap {
    padding: 0;
  }
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  color: #fdfde1;
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #fdfde1 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uOmfiJPEHc .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fdfde1;
  border-color: #fdfde1;
}
.cid-uOmfiJPEHc .mbr-desc {
  color: #fdfde1;
}
.cid-uOmfiJPEHc .mbr-section-title,
.cid-uOmfiJPEHc .mbr-section-btn {
  color: #fdfde1;
}
.cid-uOhhfvaIZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOhhfvaIZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhhfvaIZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhhfvaIZi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container {
    padding: 0 26px;
  }
}
.cid-uOhhfvaIZi .row {
  justify-content: center;
}
.cid-uOhhfvaIZi .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOhhfvaIZi .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOhhfvaIZi .mbr-section-title {
  color: #ffffff;
}
.cid-uOhhfvaIZi .mbr-text {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list,
.cid-uOhhfvaIZi .nav-wrapper,
.cid-uOhhfvaIZi .social-wrapper {
  text-align: right;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ffffff !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOysls9flS {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uOysls9flS::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #29ac4a -10%, transparent 80%);
}
.cid-uOysls9flS::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #29ac4a -10%, transparent 80%);
}
.cid-uOysls9flS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOysls9flS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uOysls9flS .container {
    padding: 0 16px;
  }
}
.cid-uOysls9flS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uOysls9flS .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uOysls9flS .content-wrapper {
  margin-bottom: 80px;
}
.cid-uOysls9flS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOysls9flS .content-wrapper .mbr-section-title span {
  color: #29ac4a;
}
.cid-uOysls9flS .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uOysls9flS .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uOysls9flS .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uOysls9flS .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uOysls9flS .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uOysls9flS .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uOysls9flS .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOysls9flS .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uOysls9flS .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uOysls9flS .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #29ac4a;
}
.cid-uOysls9flS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOysls9flS .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uOysls9flS .mbr-section-title {
  color: #000000;
}
.cid-uOysls9flS .mbr-text,
.cid-uOysls9flS .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uOysls9flS .item-title {
  color: #000000;
}
.cid-uOysls9flS .item-text {
  color: #6f6f6f;
}
.cid-uOysls9flS .mbr-section-title,
.cid-uOysls9flS .mbr-section-btn {
  text-align: center;
  color: #29ac4a;
}
.cid-uOrS0YloRn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #29ac4a;
}
.cid-uOrS0YloRn .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uOrS0YloRn img,
.cid-uOrS0YloRn .item-img {
  width: 100%;
}
.cid-uOrS0YloRn .item:focus,
.cid-uOrS0YloRn span:focus {
  outline: none;
}
.cid-uOrS0YloRn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOrS0YloRn .item {
    margin-bottom: 1rem;
  }
}
.cid-uOrS0YloRn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOrS0YloRn .mbr-section-title {
  color: #ffffff;
}
.cid-uOrS0YloRn .mbr-text,
.cid-uOrS0YloRn .mbr-section-btn {
  color: #232323;
}
.cid-uOrS0YloRn .item-title {
  color: #232323;
  text-align: center;
}
.cid-uOrS0YloRn .content-head {
  max-width: 800px;
}
.cid-uOhhfvaIZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOhhfvaIZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhhfvaIZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhhfvaIZi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container {
    padding: 0 26px;
  }
}
.cid-uOhhfvaIZi .row {
  justify-content: center;
}
.cid-uOhhfvaIZi .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOhhfvaIZi .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOhhfvaIZi .mbr-section-title {
  color: #ffffff;
}
.cid-uOhhfvaIZi .mbr-text {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list,
.cid-uOhhfvaIZi .nav-wrapper,
.cid-uOhhfvaIZi .social-wrapper {
  text-align: right;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ffffff !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOs9xEKZRH {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uOs9xEKZRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOs9xEKZRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOs9xEKZRH .card {
  justify-content: flex-end;
}
.cid-uOs9xEKZRH .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOs9xEKZRH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOs9xEKZRH .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOs9xEKZRH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOs9xEKZRH .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOs9xEKZRH .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOs9xEKZRH .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOs9xEKZRH .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uOs9xEKZRH .items-wrapper .item {
  padding: 0 15px;
}
.cid-uOs9xEKZRH .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOs9xEKZRH .item {
    margin-bottom: 15px;
  }
}
.cid-uOs9xEKZRH .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
.cid-uOs9xEKZRH .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uOs9xEKZRH .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #29ac4a;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uOs9xEKZRH .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uOs9xEKZRH .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uOs9xEKZRH .item .item-wrapper .item-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.cid-uOs9xEKZRH .item .item-wrapper .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uOs9xEKZRH .item .item-wrapper .item-content {
    padding: 30px;
  }
}
.cid-uOs9xEKZRH .item .item-wrapper .item-content .card-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uOs9xEKZRH .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uOs9xEKZRH .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uOs9xEKZRH .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uOs9xEKZRH .mbr-label,
.cid-uOs9xEKZRH .label-wrapper {
  color: #000000;
}
.cid-uOs9xEKZRH .mbr-section-title,
.cid-uOs9xEKZRH .title-wrapper {
  color: #000000;
}
.cid-uOs9xEKZRH .card-text {
  color: #000000;
}
.cid-uOs9xEKZRH .card-name {
  color: #000000;
}
.cid-uOs9xEKZRH .card-role {
  color: #8a8a8a;
}
.cid-uOshvjiqHd {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uOshvjiqHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOshvjiqHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOshvjiqHd .card {
  justify-content: flex-end;
}
.cid-uOshvjiqHd .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOshvjiqHd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOshvjiqHd .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOshvjiqHd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOshvjiqHd .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOshvjiqHd .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOshvjiqHd .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOshvjiqHd .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uOshvjiqHd .items-wrapper .item {
  padding: 0 15px;
}
.cid-uOshvjiqHd .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOshvjiqHd .item {
    margin-bottom: 15px;
  }
}
.cid-uOshvjiqHd .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
.cid-uOshvjiqHd .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uOshvjiqHd .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #29ac4a;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uOshvjiqHd .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uOshvjiqHd .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uOshvjiqHd .item .item-wrapper .item-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.cid-uOshvjiqHd .item .item-wrapper .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uOshvjiqHd .item .item-wrapper .item-content {
    padding: 30px;
  }
}
.cid-uOshvjiqHd .item .item-wrapper .item-content .card-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uOshvjiqHd .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uOshvjiqHd .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uOshvjiqHd .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uOshvjiqHd .mbr-label,
.cid-uOshvjiqHd .label-wrapper {
  color: #000000;
}
.cid-uOshvjiqHd .mbr-section-title,
.cid-uOshvjiqHd .title-wrapper {
  color: #000000;
}
.cid-uOshvjiqHd .card-text {
  color: #000000;
}
.cid-uOshvjiqHd .card-name {
  color: #000000;
}
.cid-uOshvjiqHd .card-role {
  color: #8a8a8a;
}
.cid-uOsi0yGbM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uOsi0yGbM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsi0yGbM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsi0yGbM4 .card {
  justify-content: flex-end;
}
.cid-uOsi0yGbM4 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOsi0yGbM4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsi0yGbM4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsi0yGbM4 .mbr-section-btn {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsi0yGbM4 .mbr-section-btn {
    text-align: left;
    margin-bottom: 32px;
  }
}
.cid-uOsi0yGbM4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOsi0yGbM4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px dashed #29ac4a;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOsi0yGbM4 .items-wrapper {
    display: block;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 3px dashed #29ac4a;
  border-bottom: 3px dashed #29ac4a;
}
@media (max-width: 1200px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-img {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-img img {
  height: 210px;
  width: 155px;
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #29ac4a;
}
@media (max-width: 1200px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content .title-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
  margin-bottom: 0;
  padding-left: 22px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
    padding-left: 0;
    margin-bottom: 22px;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
    margin-bottom: 22px;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOsi0yGbM4 .items-wrapper .item .card_1 .item-img img {
  transform: rotate(6deg);
}
@media (max-width: 1200px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uOsi0yGbM4 .items-wrapper .item .card_2 .item-img img {
  transform: rotate(-6deg);
}
@media (max-width: 1200px) {
  .cid-uOsi0yGbM4 .items-wrapper .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uOsi0yGbM4 .mbr-label {
  color: #c10b02;
}
.cid-uOsi0yGbM4 .mbr-section-title {
  color: #c10b02;
}
.cid-uOsi0yGbM4 .item-number {
  color: #c10b02;
}
.cid-uOsi0yGbM4 .item-title {
  color: #c10b02;
}
.cid-uOsi0yGbM4 .item-text {
  color: #4b4949;
}
.cid-uOsi0yGbM4 .mbr-section-title,
.cid-uOsi0yGbM4 .mbr-section-btn {
  color: #29ac4a;
}
.cid-uOhhfvaIZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOhhfvaIZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhhfvaIZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhhfvaIZi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container {
    padding: 0 26px;
  }
}
.cid-uOhhfvaIZi .row {
  justify-content: center;
}
.cid-uOhhfvaIZi .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOhhfvaIZi .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOhhfvaIZi .mbr-section-title {
  color: #ffffff;
}
.cid-uOhhfvaIZi .mbr-text {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list,
.cid-uOhhfvaIZi .nav-wrapper,
.cid-uOhhfvaIZi .social-wrapper {
  text-align: right;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ffffff !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOrVsIDwP7 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uOrVsIDwP7 .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uOrVsIDwP7 .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #29ac4a;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uOrVsIDwP7 .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uOrVsIDwP7 img,
.cid-uOrVsIDwP7 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uOrVsIDwP7 .item:focus,
.cid-uOrVsIDwP7 span:focus {
  outline: none;
}
.cid-uOrVsIDwP7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOrVsIDwP7 .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOrVsIDwP7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOrVsIDwP7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOrVsIDwP7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOrVsIDwP7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOrVsIDwP7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOrVsIDwP7 .mbr-section-title {
  color: #000000;
}
.cid-uOrVsIDwP7 .mbr-text,
.cid-uOrVsIDwP7 .mbr-section-btn {
  text-align: center;
}
.cid-uOrVsIDwP7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOrVsIDwP7 .item-subtitle {
  text-align: center;
}
.cid-uOhhfvaIZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOhhfvaIZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhhfvaIZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhhfvaIZi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container {
    padding: 0 26px;
  }
}
.cid-uOhhfvaIZi .row {
  justify-content: center;
}
.cid-uOhhfvaIZi .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOhhfvaIZi .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOhhfvaIZi .mbr-section-title {
  color: #ffffff;
}
.cid-uOhhfvaIZi .mbr-text {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list,
.cid-uOhhfvaIZi .nav-wrapper,
.cid-uOhhfvaIZi .social-wrapper {
  text-align: right;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #491414 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #3C3C3C !important;
  font-size: 1.3rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ffffff !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOrXaUQdBW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ecede8;
}
.cid-uOrXaUQdBW .mbr-text,
.cid-uOrXaUQdBW .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uOrXaUQdBW .mbr-text,
  .cid-uOrXaUQdBW .mbr-section-title {
    text-align: center;
  }
}
.cid-uOrXaUQdBW img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uOrXaUQdBW .mbr-form {
    padding-right: 1.5rem;
  }
}
.cid-uOrXaUQdBW .btn {
  padding: 1rem 3rem;
  border-radius: 3rem;
}
.cid-uOrXaUQdBW input,
.cid-uOrXaUQdBW textarea {
  background: transparent;
  border: none !important;
  border-bottom: 2px solid white !important;
  box-shadow: none;
  padding: 1rem;
  border-radius: 0;
  color: white;
}
.cid-uOrXaUQdBW input:hover,
.cid-uOrXaUQdBW textarea:hover,
.cid-uOrXaUQdBW input:active,
.cid-uOrXaUQdBW textarea:active,
.cid-uOrXaUQdBW input:focus-within,
.cid-uOrXaUQdBW textarea:focus-within {
  border: none !important;
  box-shadow: none;
  color: white;
  background: transparent;
  border-bottom: 2px solid white !important;
}
.cid-uOrXaUQdBW input::placeholder,
.cid-uOrXaUQdBW textarea::placeholder {
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uOrXaUQdBW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOrXaUQdBW .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uOrXaUQdBW .justify-content-center {
  align-items: center;
}
.cid-uOrXaUQdBW H1 {
  color: #000000;
}
.cid-uOrZBXa3vZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uOrZBXa3vZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrZBXa3vZ .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-uOrZBXa3vZ .container {
    padding: 0 24px;
  }
}
.cid-uOrZBXa3vZ .form-wrapper {
  display: flex;
  padding: 110px 115px;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uOrZBXa3vZ .form-wrapper {
    display: block;
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uOrZBXa3vZ .form-wrapper {
    padding: 0.5rem;
  }
}
.cid-uOrZBXa3vZ .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uOrZBXa3vZ .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uOrZBXa3vZ .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uOrZBXa3vZ .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOrZBXa3vZ .form-wrapper .form-wrap {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uOrZBXa3vZ .form-wrapper .form-wrap {
    padding: 0;
  }
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  color: #fdfde1;
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #fdfde1 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uOrZBXa3vZ .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fdfde1;
  border-color: #fdfde1;
}
.cid-uOrZBXa3vZ .mbr-desc {
  color: #fdfde1;
}
.cid-uOrZBXa3vZ .mbr-section-title,
.cid-uOrZBXa3vZ .mbr-section-btn {
  color: #fdfde1;
}
.cid-uOhhfvaIZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOhhfvaIZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhhfvaIZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhhfvaIZi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .container {
    padding: 0 26px;
  }
}
.cid-uOhhfvaIZi .row {
  justify-content: center;
}
.cid-uOhhfvaIZi .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOhhfvaIZi .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uOhhfvaIZi .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uOhhfvaIZi .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhhfvaIZi .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOhhfvaIZi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uOhhfvaIZi .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-uOhhfvaIZi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOhhfvaIZi .mbr-section-title {
  color: #ffffff;
}
.cid-uOhhfvaIZi .mbr-text {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list {
  color: #ffffff;
}
.cid-uOhhfvaIZi .list,
.cid-uOhhfvaIZi .nav-wrapper,
.cid-uOhhfvaIZi .social-wrapper {
  text-align: right;
}
