.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4.6rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 1rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Instrument Serif', serif;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #dcd4cb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffdfc7 !important;
}
.bg-danger {
  background-color: #e6b4ce !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
  color: #aa8631 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #aa8631 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
  color: #645544 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #645544 !important;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
  color: #c75500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c75500 !important;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7f1e3;
  color: #f7f1e3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e4cfa0 !important;
  background-color: transparent !important;
  border-color: #e4cfa0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #aa8631 !important;
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dcd4cb;
  color: #dcd4cb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b9a997 !important;
  background-color: transparent !important;
  border-color: #b9a997 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #645544 !important;
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdfc7;
  color: #ffdfc7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffad70 !important;
  background-color: transparent !important;
  border-color: #ffad70 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c75500 !important;
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6b4ce;
  color: #e6b4ce;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d073a4 !important;
  background-color: transparent !important;
  border-color: #d073a4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #f7f1e3 !important;
}
.text-success {
  color: #dcd4cb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffdfc7 !important;
}
.text-danger {
  color: #e6b4ce !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e0c994 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b3a28e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffa561 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc689c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffdfc7;
}
.alert-danger {
  background-color: #e6b4ce;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7f1e3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #f7f1e3 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #dcd4cb !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ffdfc7 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #e6b4ce !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #f7f1e3 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #dcd4cb !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffdfc7 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #e6b4ce !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.cid-u6kyoksNxH {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u6kyoksNxH .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}
.cid-u6kyoksNxH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-u6kyoksNxH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6kyoksNxH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u6kyoksNxH .menu_box .navbar.opened,
  .cid-u6kyoksNxH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u6kyoksNxH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u6kyoksNxH .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-u6kyoksNxH .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-u6kyoksNxH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u6kyoksNxH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-u6kyoksNxH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u6kyoksNxH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u6kyoksNxH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u6kyoksNxH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u6kyoksNxH .offcanvas-body .mbr-text,
  .cid-u6kyoksNxH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u6kyoksNxH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u6kyoksNxH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u6kyoksNxH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u6kyoksNxH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kyoksNxH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u6kyoksNxH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u6kyoksNxH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u6kyoksNxH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u6kyoksNxH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u6kyoksNxH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u6kyoksNxH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .nav-item {
    margin: 0 !important;
  }
}
.cid-u6kyoksNxH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u6kyoksNxH .nav-item .nav-link:hover,
.cid-u6kyoksNxH .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-u6kyoksNxH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u6kyoksNxH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u6kyoksNxH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u6kyoksNxH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u6kyoksNxH .offcanvas_box {
    display: none;
  }
}
.cid-u6kyoksNxH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u6kyoksNxH .dropdown-item:hover,
.cid-u6kyoksNxH .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-u6kyoksNxH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-u6kyoksNxH .container {
  display: flex;
  margin: auto;
}
.cid-u6kyoksNxH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u6kyoksNxH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u6kyoksNxH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u6kyoksNxH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .navbar-nav {
    margin: 0;
  }
}
.cid-u6kyoksNxH .dropdown-menu,
.cid-u6kyoksNxH .navbar.opened {
  background-color: true !important;
}
.cid-u6kyoksNxH .nav-item:focus,
.cid-u6kyoksNxH .nav-link:focus {
  outline: none;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6kyoksNxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6kyoksNxH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6kyoksNxH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6kyoksNxH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u6kyoksNxH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u6kyoksNxH .navbar.opened {
  transition: all 0.3s;
}
.cid-u6kyoksNxH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u6kyoksNxH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-u6kyoksNxH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6kyoksNxH .navbar.collapsed {
  justify-content: center;
}
.cid-u6kyoksNxH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6kyoksNxH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6kyoksNxH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6kyoksNxH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u6kyoksNxH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6kyoksNxH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u6kyoksNxH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u6kyoksNxH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6kyoksNxH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u6kyoksNxH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6kyoksNxH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u6kyoksNxH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u6kyoksNxH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u6kyoksNxH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u6kyoksNxH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6kyoksNxH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u6kyoksNxH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6kyoksNxH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6kyoksNxH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6kyoksNxH .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-u6kyoksNxH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u6kyoksNxH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6kyoksNxH .dropdown-item.active,
.cid-u6kyoksNxH .dropdown-item:active {
  background-color: transparent;
}
.cid-u6kyoksNxH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6kyoksNxH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6kyoksNxH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6kyoksNxH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u6kyoksNxH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6kyoksNxH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6kyoksNxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6kyoksNxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6kyoksNxH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u6kyoksNxH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6kyoksNxH .navbar {
    height: 70px;
  }
  .cid-u6kyoksNxH .navbar.opened {
    height: auto;
  }
  .cid-u6kyoksNxH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6kyoksNxH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u6kyoksNxH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-u6kyoksNxH .mbr-section-btn-main {
  width: fit-content;
}
.cid-u6kyoksNxH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-u6kyoksNxH .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u6kyoksNxH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u6kyoksNxH .text_widget {
  margin-bottom: 32px;
}
.cid-u6kyoksNxH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u6kyoksNxH .text_widget a:hover,
.cid-u6kyoksNxH .text_widget a:focus {
  opacity: .8;
}
.cid-u6kyoksNxH .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-u6kyoksNxH .navbar-caption {
  color: #30262b;
}
.cid-u6kyoksNxH .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-u6kyoksNxH .mbr-section-subtitle,
.cid-u6kyoksNxH .text_widget,
.cid-u6kyoksNxH .mbr-section-btn {
  text-align: center;
}
.cid-u6kyoksNxH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u6kyorydA1 {
  background-image: url("../../../assets/images/piernas-depilbody-2000x1334.jpg");
}
.cid-u6kyorydA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyorydA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyorydA1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .container {
    padding: 0 26px;
  }
}
.cid-u6kyorydA1 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .content-wrapper {
    padding: 20px;
  }
}
.cid-u6kyorydA1 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u6kyorydA1 .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-u6kyorydA1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u6kyorydA1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kyorydA1 .mbr-section-title {
  color: #000000;
}
.cid-u6kyorydA1 .mbr-text,
.cid-u6kyorydA1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u6kyorydA1 .mbr-section-title,
.cid-u6kyorydA1 .mbr-section-btn {
  text-align: center;
}
.cid-uYKv5qoXKU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/arcane-oak-23914-800x1000.jpeg");
}
.cid-uYKv5qoXKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKv5qoXKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKv5qoXKU .row {
  flex-direction: row-reverse;
}
.cid-uYKv5qoXKU .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uYKv5qoXKU .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uYKv5qoXKU .container {
    padding: 0 25px;
  }
}
.cid-uYKv5qoXKU .title-wrapper {
  padding: 100px 0;
}
.cid-uYKv5qoXKU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYKv5qoXKU .mbr-section-title {
  color: #ffffff;
}
.cid-uYKv5qoXKU .mbr-section-title,
.cid-uYKv5qoXKU .mbr-section-btn {
  text-align: center;
  color: #dcd4cb;
}
.cid-u6kyDEioZ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dcd4cb;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .container {
    padding: 0 26px;
  }
}
.cid-u6kyDEioZ3 .row {
  justify-content: center;
}
.cid-u6kyDEioZ3 .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #dcd4cb;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-u6kyDEioZ3 .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-u6kyDEioZ3 .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-u6kyDEioZ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-u6kyDEioZ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6kyDEioZ3 .embla__slide .slide-content {
  width: 100%;
}
.cid-u6kyDEioZ3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u6kyDEioZ3 .embla__button--next,
.cid-u6kyDEioZ3 .embla__button--prev {
  display: flex;
}
.cid-u6kyDEioZ3 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u6kyDEioZ3 .embla__button:hover {
  opacity: .6 !important;
}
.cid-u6kyDEioZ3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-u6kyDEioZ3 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .embla__button {
    top: 0;
  }
}
.cid-u6kyDEioZ3 .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-u6kyDEioZ3 .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-u6kyDEioZ3 .embla {
    width: 100%;
  }
}
.cid-u6kyDEioZ3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6kyDEioZ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6kyDEioZ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6kyDEioZ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6kyDEioZ3 .mbr-section-title {
  color: #000000;
}
.cid-u6kyDEioZ3 .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kyDEioZ3 .mbr-text {
  color: #000000;
}
.cid-u6kyDEioZ3 .icon-wrapper {
  text-align: center;
}
.cid-uYFzAwPJ2W {
  background-color: #ffffff;
}
.cid-uYFzAwPJ2W .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uYFzAwPJ2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFzAwPJ2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFzAwPJ2W .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYFzAwPJ2W .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uYFzAwPJ2W .title {
  display: flex;
  align-items: center;
}
.cid-uYFzAwPJ2W .title-wrapper {
  width: 100%;
}
.cid-uYFzAwPJ2W .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYFzAwPJ2W .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uYFzAwPJ2W .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYFzAwPJ2W .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uYFzAwPJ2W .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYFzAwPJ2W .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uYFzAwPJ2W .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uYFzAwPJ2W .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFzAwPJ2W .mbr-section-subtitle {
  color: #181818;
}
.cid-uYFzAwPJ2W .mbr-section-title {
  color: #181818;
}
.cid-uYFzAwPJ2W .mbr-text {
  color: #454545;
}
.cid-uYFBlKsBxt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/arcane-oak-23913-800x1000.jpeg");
}
.cid-uYFBlKsBxt .container-fluid {
  padding-right: 0;
}
.cid-uYFBlKsBxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFBlKsBxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFBlKsBxt .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYFBlKsBxt .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uYFBlKsBxt .title {
  display: flex;
  align-items: center;
}
.cid-uYFBlKsBxt .title-wrapper {
  width: 100%;
}
.cid-uYFBlKsBxt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYFBlKsBxt .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uYFBlKsBxt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYFBlKsBxt .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uYFBlKsBxt .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYFBlKsBxt .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uYFBlKsBxt .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uYFBlKsBxt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFBlKsBxt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYFBlKsBxt .mbr-section-title {
  color: #181818;
}
.cid-uYFBlKsBxt .mbr-text {
  color: #ffffff;
}
.cid-uYFBlKsBxt .mbr-section-title,
.cid-uYFBlKsBxt .mbr-section-btn {
  color: #ffffff;
}
.cid-uYKf7HA9Rq {
  background-image: url("../../../assets/images/envejecimiento-desktop-1-1801x1000.png");
}
.cid-uYKf7HA9Rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKf7HA9Rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKf7HA9Rq .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYKf7HA9Rq .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uYKf7HA9Rq .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYKf7HA9Rq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uYKf7HA9Rq .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYKf7HA9Rq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYKf7HA9Rq .mbr-label {
  color: #ffffff;
}
.cid-uYKf7HA9Rq .mbr-section-title {
  color: #ffffff;
}
.cid-uYKf7HA9Rq .mbr-text {
  color: #ffffff;
}
.cid-uYKf7HA9Rq .mbr-section-title,
.cid-uYKf7HA9Rq .mbr-section-btn {
  color: #ffffff;
}
.cid-uYKf7HA9Rq .mbr-text,
.cid-uYKf7HA9Rq .text-wrapper {
  color: #ffffff;
}
.cid-uYKmqqtyAM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dcd4cb;
}
.cid-uYKmqqtyAM .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uYKmqqtyAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKmqqtyAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKmqqtyAM .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYKmqqtyAM .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uYKmqqtyAM .title {
  display: flex;
  align-items: center;
}
.cid-uYKmqqtyAM .title-wrapper {
  width: 100%;
}
.cid-uYKmqqtyAM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYKmqqtyAM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uYKmqqtyAM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYKmqqtyAM .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uYKmqqtyAM .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYKmqqtyAM .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uYKmqqtyAM .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uYKmqqtyAM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYKmqqtyAM .mbr-section-subtitle {
  color: #000000;
}
.cid-uYKmqqtyAM .mbr-section-title {
  color: #181818;
}
.cid-uYKmqqtyAM .mbr-text {
  color: #000000;
}
.cid-uYKmqqtyAM .mbr-section-title,
.cid-uYKmqqtyAM .mbr-section-btn {
  color: #000000;
}
.cid-uYQAfvQtNa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff -70%, #ffffff 100%);
}
.cid-uYQAfvQtNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQAfvQtNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQAfvQtNa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYQAfvQtNa .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYQAfvQtNa .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uYQAfvQtNa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYQAfvQtNa .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYQAfvQtNa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQAfvQtNa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYQAfvQtNa .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYQAfvQtNa .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uYQAfvQtNa .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff6d99;
  color: #ff6d99;
  font-size: 11px;
}
.cid-uYQAfvQtNa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYQAfvQtNa .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uYQAfvQtNa .list_2 {
    padding-left: 0;
  }
}
.cid-uYQAfvQtNa .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uYQAfvQtNa .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uYQAfvQtNa .mbr-text,
.cid-uYQAfvQtNa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYQAfvQtNa .list {
  color: #666666;
}
.cid-uYPjVWEl3G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYPjVWEl3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYPjVWEl3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYPjVWEl3G .row {
  justify-content: center;
}
.cid-uYPjVWEl3G .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYPjVWEl3G .row {
    padding: 0 12px;
  }
}
.cid-uYPjVWEl3G .item-wrap {
  z-index: 1;
}
.cid-uYPjVWEl3G .title-wrapper {
  max-width: 46.5rem;
  margin: 0 auto 34px;
}
@media (max-width: 992px) {
  .cid-uYPjVWEl3G .title-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uYPjVWEl3G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYPjVWEl3G .title-wrapper .mbr-section-title {
    margin-bottom: 13px;
    text-align: center;
  }
}
.cid-uYPjVWEl3G .mbr-text ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uYPjVWEl3G .mbr-text ul {
    display: block;
    text-align: center;
  }
}
.cid-uYPjVWEl3G .mbr-text ul li {
  margin: 0 12px 26px;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.cid-uYPjVWEl3G .mbr-text ul li::before {
  content: "✔";
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  padding-top: 3px;
}
@media (max-width: 992px) {
  .cid-uYPjVWEl3G .mbr-text ul li::before {
    display: none;
  }
}
.cid-uYPjVWEl3G .mbr-section-btn {
  max-width: 46.5rem;
  margin: 0 auto;
}
.cid-uYPjVWEl3G .mbr-section-title {
  color: #181818;
}
.cid-uYPjVWEl3G .mbr-text,
.cid-uYPjVWEl3G .mbr-iconfont {
  color: #454545;
}
.cid-uYPjVWEl3G .mbr-section-title,
.cid-uYPjVWEl3G .mbr-section-btn {
  text-align: center;
}
.cid-uYQG7T73Tk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYQG7T73Tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQG7T73Tk .col-12 {
  padding: 0;
}
.cid-uYQG7T73Tk .row {
  margin: 0;
}
.cid-uYQG7T73Tk .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uYQG7T73Tk .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYQG7T73Tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQG7T73Tk .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uYQG7T73Tk .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uYQG7T73Tk .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uYQG7T73Tk .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uYQG7T73Tk .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uYQG7T73Tk .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYQG7T73Tk .image-wrapper {
    padding: 1rem;
  }
}
.cid-uYQG7T73Tk .mbr-section-title {
  color: #221b35;
}
.cid-uYQG7T73Tk .mbr-text,
.cid-uYQG7T73Tk .mbr-section-btn {
  color: #221b35;
}
.cid-u6kyBRNcTB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6kyBRNcTB .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyBRNcTB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyBRNcTB .container {
    padding: 0 26px;
  }
}
.cid-u6kyBRNcTB .row {
  justify-content: center;
}
.cid-u6kyBRNcTB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-u6kyBRNcTB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6kyBRNcTB .embla__slide .slide-content {
  width: 100%;
}
.cid-u6kyBRNcTB .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6kyBRNcTB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-u6kyBRNcTB .embla__button--next,
.cid-u6kyBRNcTB .embla__button--prev {
  display: flex;
}
.cid-u6kyBRNcTB .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u6kyBRNcTB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6kyBRNcTB .embla__button:hover {
  opacity: .6 !important;
}
.cid-u6kyBRNcTB .embla__button.embla__button--prev {
  left: 0;
}
.cid-u6kyBRNcTB .embla__button.embla__button--next {
  right: 0;
}
.cid-u6kyBRNcTB .embla {
  position: relative;
  width: 100%;
}
.cid-u6kyBRNcTB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6kyBRNcTB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6kyBRNcTB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6kyBRNcTB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6kyx6blOo {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arcane-oak-23915-800x1000.jpeg");
}
.cid-u6kyx6blOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyx6blOo .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-u6kyx6blOo .container {
    padding: 0 26px;
  }
}
.cid-u6kyx6blOo .row {
  justify-content: center;
}
.cid-u6kyx6blOo .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u6kyx6blOo .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kyx6blOo .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kyx6blOo .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-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #69727d;
}
.cid-u6kyx6blOo .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-u6kyx6blOo .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-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-u6kyx6blOo .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6kyx6blOo .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u6kyx6blOo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-u6kyx6blOo .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-u6kyx6blOo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-u6kyx6blOo .mbr-section-title {
  color: #ffffff;
}
.cid-u6kyx6blOo .mbr-text {
  color: #ffffff;
}
.cid-u6kyx6blOo .list {
  color: #ffffff;
}
.cid-u6kyx6blOo .list,
.cid-u6kyx6blOo .nav-wrapper,
.cid-u6kyx6blOo .social-wrapper {
  text-align: right;
}
.cid-uYQKYLTykv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uYQKYLTykv .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}
.cid-uYQKYLTykv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-uYQKYLTykv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYQKYLTykv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYQKYLTykv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYQKYLTykv .menu_box .navbar.opened,
  .cid-uYQKYLTykv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYQKYLTykv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uYQKYLTykv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYQKYLTykv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYQKYLTykv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYQKYLTykv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYQKYLTykv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYQKYLTykv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYQKYLTykv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uYQKYLTykv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYQKYLTykv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYQKYLTykv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYQKYLTykv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYQKYLTykv .offcanvas-body .mbr-text,
  .cid-uYQKYLTykv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYQKYLTykv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYQKYLTykv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYQKYLTykv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYQKYLTykv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYQKYLTykv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYQKYLTykv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYQKYLTykv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYQKYLTykv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYQKYLTykv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYQKYLTykv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYQKYLTykv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYQKYLTykv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYQKYLTykv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYQKYLTykv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYQKYLTykv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYQKYLTykv .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uYQKYLTykv .nav-item {
    margin: 0 !important;
  }
}
.cid-uYQKYLTykv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uYQKYLTykv .nav-item .nav-link:hover,
.cid-uYQKYLTykv .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uYQKYLTykv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYQKYLTykv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYQKYLTykv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYQKYLTykv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYQKYLTykv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYQKYLTykv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYQKYLTykv .offcanvas_box {
    display: none;
  }
}
.cid-uYQKYLTykv .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYQKYLTykv .dropdown-item:hover,
.cid-uYQKYLTykv .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uYQKYLTykv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYQKYLTykv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uYQKYLTykv .container {
  display: flex;
  margin: auto;
}
.cid-uYQKYLTykv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYQKYLTykv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYQKYLTykv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYQKYLTykv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYQKYLTykv .navbar-nav {
    margin: 0;
  }
}
.cid-uYQKYLTykv .dropdown-menu,
.cid-uYQKYLTykv .navbar.opened {
  background-color: true !important;
}
.cid-uYQKYLTykv .nav-item:focus,
.cid-uYQKYLTykv .nav-link:focus {
  outline: none;
}
.cid-uYQKYLTykv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYQKYLTykv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYQKYLTykv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYQKYLTykv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYQKYLTykv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYQKYLTykv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYQKYLTykv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYQKYLTykv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYQKYLTykv .navbar.opened {
  transition: all 0.3s;
}
.cid-uYQKYLTykv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYQKYLTykv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uYQKYLTykv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYQKYLTykv .navbar.collapsed {
  justify-content: center;
}
.cid-uYQKYLTykv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYQKYLTykv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYQKYLTykv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYQKYLTykv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYQKYLTykv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYQKYLTykv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYQKYLTykv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYQKYLTykv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYQKYLTykv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYQKYLTykv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYQKYLTykv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYQKYLTykv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYQKYLTykv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYQKYLTykv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYQKYLTykv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYQKYLTykv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYQKYLTykv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYQKYLTykv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYQKYLTykv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYQKYLTykv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYQKYLTykv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYQKYLTykv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYQKYLTykv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYQKYLTykv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYQKYLTykv .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-uYQKYLTykv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYQKYLTykv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYQKYLTykv .dropdown-item.active,
.cid-uYQKYLTykv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYQKYLTykv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYQKYLTykv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYQKYLTykv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYQKYLTykv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYQKYLTykv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYQKYLTykv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYQKYLTykv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uYQKYLTykv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYQKYLTykv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYQKYLTykv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYQKYLTykv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYQKYLTykv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYQKYLTykv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYQKYLTykv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYQKYLTykv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYQKYLTykv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYQKYLTykv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYQKYLTykv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYQKYLTykv .navbar {
    height: 70px;
  }
  .cid-uYQKYLTykv .navbar.opened {
    height: auto;
  }
  .cid-uYQKYLTykv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYQKYLTykv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYQKYLTykv .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uYQKYLTykv .mbr-section-btn-main {
  width: fit-content;
}
.cid-uYQKYLTykv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uYQKYLTykv .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uYQKYLTykv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYQKYLTykv .text_widget {
  margin-bottom: 32px;
}
.cid-uYQKYLTykv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYQKYLTykv .text_widget a:hover,
.cid-uYQKYLTykv .text_widget a:focus {
  opacity: .8;
}
.cid-uYQKYLTykv .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uYQKYLTykv .navbar-caption {
  color: #30262b;
}
.cid-uYQKYLTykv .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uYQKYLTykv .mbr-section-subtitle,
.cid-uYQKYLTykv .text_widget,
.cid-uYQKYLTykv .mbr-section-btn {
  text-align: center;
}
.cid-uYQKYLTykv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYQS442lEA {
  display: flex;
  background-image: url("../../../assets/images/mano-de-la-mujer-que-sostiene-la-pantalla-en-blanco-del-telefono-elegante-copie-el-espacio-mano-que-sostiene-el-smartphone-aislado-en-el-fondo-blanco-2000x1333.jpg");
}
.cid-uYQS442lEA .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uYQS442lEA {
    align-items: flex-end;
  }
  .cid-uYQS442lEA .row {
    justify-content: center;
  }
  .cid-uYQS442lEA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYQS442lEA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYQS442lEA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYQS442lEA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYQS442lEA .content-wrap {
    width: 100%;
  }
}
.cid-uYQS442lEA .mbr-section-title,
.cid-uYQS442lEA .mbr-section-subtitle {
  text-align: center;
}
.cid-uYQS442lEA .mbr-text,
.cid-uYQS442lEA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYQS442lEA .mbr-section-title {
  color: #ffffff;
}
.cid-uYQXN401in {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uYQXN401in .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-uYQXN401in .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-uYQXN401in .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-uYQXN401in .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-uYQXN401in form .row {
  margin: 0;
  border: none !important;
}
.cid-uYQXN401in form .form-group {
  flex-grow: 1;
}
.cid-uYQXN401in form .form-group input,
.cid-uYQXN401in form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-uYQXN401in form .form-group input:hover,
.cid-uYQXN401in form .form-group textarea:hover,
.cid-uYQXN401in form .form-group input :focus,
.cid-uYQXN401in form .form-group textarea :focus,
.cid-uYQXN401in form .form-group input :active,
.cid-uYQXN401in form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-uYQXN401in .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-uYQXN401in .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-uYQXN401in .form-group {
  margin-bottom: 11px !important;
}
.cid-uYQXN401in .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uYQXN401in .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uYQXN401in .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uYQXN401in .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uYQXN401in .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-uYQXN401in a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-uYQXN401in .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-uYQXN401in .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uYQXN401in textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-uYQXN401in input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-uYQXN401in .container {
  max-width: 1140px;
}
.cid-uYQXN401in label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-uYQXN401in .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-uYQXN401in .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-uYQRZH6dxY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uYQRZH6dxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQRZH6dxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQRZH6dxY .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uYQRZH6dxY .content-container {
    flex-direction: column;
  }
}
.cid-uYQRZH6dxY .icons-menu {
  display: flex;
}
.cid-uYQRZH6dxY .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uYQRZH6dxY .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uYQRZH6dxY .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ffffff;
  transition: .3s all;
}
.cid-uYQRZH6dxY .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uYQRZH6dxY .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  transition: .3s all;
}
.cid-uYQRZH6dxY .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uYQRZH6dxY .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uYQKZ09g56 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYQKZ09g56 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uYQKZ09g56 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uYQKZ09g56 .container {
    padding: 0 26px;
  }
}
.cid-uYQKZ09g56 .row {
  justify-content: center;
}
.cid-uYQKZ09g56 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uYQKZ09g56 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYQKZ09g56 .embla__slide .slide-content {
  width: 100%;
}
.cid-uYQKZ09g56 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYQKZ09g56 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uYQKZ09g56 .embla__button--next,
.cid-uYQKZ09g56 .embla__button--prev {
  display: flex;
}
.cid-uYQKZ09g56 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYQKZ09g56 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYQKZ09g56 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uYQKZ09g56 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYQKZ09g56 .embla__button.embla__button--next {
  right: 0;
}
.cid-uYQKZ09g56 .embla {
  position: relative;
  width: 100%;
}
.cid-uYQKZ09g56 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYQKZ09g56 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYQKZ09g56 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYQKZ09g56 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYQKZ1ujiN {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arcane-oak-23915-800x1000.jpeg");
}
.cid-uYQKZ1ujiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQKZ1ujiN .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-uYQKZ1ujiN .container {
    padding: 0 26px;
  }
}
.cid-uYQKZ1ujiN .row {
  justify-content: center;
}
.cid-uYQKZ1ujiN .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYQKZ1ujiN .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYQKZ1ujiN .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYQKZ1ujiN .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYQKZ1ujiN .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYQKZ1ujiN .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYQKZ1ujiN .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uYQKZ1ujiN .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYQKZ1ujiN .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-uYQKZ1ujiN .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uYQKZ1ujiN .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYQKZ1ujiN .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #69727d;
}
.cid-uYQKZ1ujiN .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uYQKZ1ujiN .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYQKZ1ujiN .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uYQKZ1ujiN .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-uYQKZ1ujiN .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uYQKZ1ujiN .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uYQKZ1ujiN .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQKZ1ujiN .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uYQKZ1ujiN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYQKZ1ujiN .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uYQKZ1ujiN .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYQKZ1ujiN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYQKZ1ujiN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uYQKZ1ujiN .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-uYQKZ1ujiN .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYQKZ1ujiN .mbr-section-title {
  color: #ffffff;
}
.cid-uYQKZ1ujiN .mbr-text {
  color: #ffffff;
}
.cid-uYQKZ1ujiN .list {
  color: #ffffff;
}
.cid-uYQKZ1ujiN .list,
.cid-uYQKZ1ujiN .nav-wrapper,
.cid-uYQKZ1ujiN .social-wrapper {
  text-align: right;
}
.cid-uYRyxFoneS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uYRyxFoneS .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}
.cid-uYRyxFoneS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-uYRyxFoneS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYRyxFoneS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYRyxFoneS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYRyxFoneS .menu_box .navbar.opened,
  .cid-uYRyxFoneS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYRyxFoneS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uYRyxFoneS .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYRyxFoneS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYRyxFoneS .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYRyxFoneS .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYRyxFoneS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYRyxFoneS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYRyxFoneS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uYRyxFoneS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYRyxFoneS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYRyxFoneS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYRyxFoneS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYRyxFoneS .offcanvas-body .mbr-text,
  .cid-uYRyxFoneS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYRyxFoneS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYRyxFoneS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYRyxFoneS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYRyxFoneS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYRyxFoneS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYRyxFoneS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYRyxFoneS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYRyxFoneS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYRyxFoneS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYRyxFoneS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYRyxFoneS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYRyxFoneS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYRyxFoneS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYRyxFoneS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYRyxFoneS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYRyxFoneS .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uYRyxFoneS .nav-item {
    margin: 0 !important;
  }
}
.cid-uYRyxFoneS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uYRyxFoneS .nav-item .nav-link:hover,
.cid-uYRyxFoneS .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uYRyxFoneS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYRyxFoneS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYRyxFoneS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYRyxFoneS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYRyxFoneS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYRyxFoneS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYRyxFoneS .offcanvas_box {
    display: none;
  }
}
.cid-uYRyxFoneS .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYRyxFoneS .dropdown-item:hover,
.cid-uYRyxFoneS .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uYRyxFoneS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYRyxFoneS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uYRyxFoneS .container {
  display: flex;
  margin: auto;
}
.cid-uYRyxFoneS .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYRyxFoneS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYRyxFoneS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYRyxFoneS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYRyxFoneS .navbar-nav {
    margin: 0;
  }
}
.cid-uYRyxFoneS .dropdown-menu,
.cid-uYRyxFoneS .navbar.opened {
  background-color: true !important;
}
.cid-uYRyxFoneS .nav-item:focus,
.cid-uYRyxFoneS .nav-link:focus {
  outline: none;
}
.cid-uYRyxFoneS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYRyxFoneS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYRyxFoneS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYRyxFoneS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYRyxFoneS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYRyxFoneS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYRyxFoneS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYRyxFoneS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYRyxFoneS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYRyxFoneS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYRyxFoneS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uYRyxFoneS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYRyxFoneS .navbar.collapsed {
  justify-content: center;
}
.cid-uYRyxFoneS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYRyxFoneS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYRyxFoneS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYRyxFoneS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYRyxFoneS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYRyxFoneS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYRyxFoneS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYRyxFoneS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYRyxFoneS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYRyxFoneS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYRyxFoneS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYRyxFoneS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYRyxFoneS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYRyxFoneS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYRyxFoneS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYRyxFoneS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYRyxFoneS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYRyxFoneS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYRyxFoneS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYRyxFoneS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYRyxFoneS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYRyxFoneS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYRyxFoneS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYRyxFoneS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYRyxFoneS .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-uYRyxFoneS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYRyxFoneS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYRyxFoneS .dropdown-item.active,
.cid-uYRyxFoneS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYRyxFoneS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYRyxFoneS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYRyxFoneS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYRyxFoneS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYRyxFoneS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYRyxFoneS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYRyxFoneS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uYRyxFoneS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYRyxFoneS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYRyxFoneS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYRyxFoneS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYRyxFoneS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYRyxFoneS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYRyxFoneS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYRyxFoneS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYRyxFoneS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYRyxFoneS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYRyxFoneS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYRyxFoneS .navbar {
    height: 70px;
  }
  .cid-uYRyxFoneS .navbar.opened {
    height: auto;
  }
  .cid-uYRyxFoneS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYRyxFoneS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYRyxFoneS .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uYRyxFoneS .mbr-section-btn-main {
  width: fit-content;
}
.cid-uYRyxFoneS .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uYRyxFoneS .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uYRyxFoneS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYRyxFoneS .text_widget {
  margin-bottom: 32px;
}
.cid-uYRyxFoneS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYRyxFoneS .text_widget a:hover,
.cid-uYRyxFoneS .text_widget a:focus {
  opacity: .8;
}
.cid-uYRyxFoneS .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uYRyxFoneS .navbar-caption {
  color: #30262b;
}
.cid-uYRyxFoneS .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uYRyxFoneS .mbr-section-subtitle,
.cid-uYRyxFoneS .text_widget,
.cid-uYRyxFoneS .mbr-section-btn {
  text-align: center;
}
.cid-uYRyxFoneS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYRzknjF6C {
  display: flex;
  background-image: url("../../../assets/images/mujer-laser-depilbody-2000x1505.jpg");
}
.cid-uYRzknjF6C .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYRzknjF6C {
    align-items: flex-end;
  }
  .cid-uYRzknjF6C .row {
    justify-content: center;
  }
  .cid-uYRzknjF6C .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYRzknjF6C .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYRzknjF6C {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYRzknjF6C .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYRzknjF6C .content-wrap {
    width: 100%;
  }
}
.cid-uYRzknjF6C .mbr-section-title,
.cid-uYRzknjF6C .mbr-section-subtitle {
  text-align: center;
}
.cid-uYRzknjF6C .mbr-text,
.cid-uYRzknjF6C .mbr-section-btn {
  text-align: center;
}
.cid-uYRyxHVeoT {
  background-color: #ffffff;
}
.cid-uYRyxHVeoT .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uYRyxHVeoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRyxHVeoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRyxHVeoT .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYRyxHVeoT .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uYRyxHVeoT .title {
  display: flex;
  align-items: center;
}
.cid-uYRyxHVeoT .title-wrapper {
  width: 100%;
}
.cid-uYRyxHVeoT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYRyxHVeoT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uYRyxHVeoT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYRyxHVeoT .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uYRyxHVeoT .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYRyxHVeoT .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uYRyxHVeoT .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uYRyxHVeoT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYRyxHVeoT .mbr-section-subtitle {
  color: #181818;
}
.cid-uYRyxHVeoT .mbr-section-title {
  color: #181818;
}
.cid-uYRyxHVeoT .mbr-text {
  color: #454545;
}
.cid-uYTbo8MpZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYTbo8MpZa .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uYTbo8MpZa .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uYTbo8MpZa .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uYTbo8MpZa .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uYTbo8MpZa .mbr-media {
  width: 100%;
  position: relative;
}
.cid-uYTbo8MpZa .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-uYTbo8MpZa .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-uYTbo8MpZa .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uYTbo8MpZa .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uYTbo8MpZa .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-uYTbo8MpZa .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-uYTbo8MpZa .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-uYTbo8MpZa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYTbo8MpZa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYTbo8MpZa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYTbo8MpZa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYTbo8MpZa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYRyxKKyOI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uYRyxKKyOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRyxKKyOI .col-12 {
  padding: 0;
}
.cid-uYRyxKKyOI .row {
  margin: 0;
}
.cid-uYRyxKKyOI .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uYRyxKKyOI .card-wrapper {
    padding: 1rem;
  }
}
.cid-uYRyxKKyOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRyxKKyOI .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uYRyxKKyOI .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uYRyxKKyOI .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uYRyxKKyOI .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uYRyxKKyOI .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uYRyxKKyOI .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYRyxKKyOI .image-wrapper {
    padding: 1rem;
  }
}
.cid-uYRyxKKyOI .mbr-section-title {
  color: #221b35;
}
.cid-uYRyxKKyOI .mbr-text,
.cid-uYRyxKKyOI .mbr-section-btn {
  color: #221b35;
}
.cid-uYRyxLneLv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYRyxLneLv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uYRyxLneLv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uYRyxLneLv .container {
    padding: 0 26px;
  }
}
.cid-uYRyxLneLv .row {
  justify-content: center;
}
.cid-uYRyxLneLv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uYRyxLneLv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYRyxLneLv .embla__slide .slide-content {
  width: 100%;
}
.cid-uYRyxLneLv .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYRyxLneLv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uYRyxLneLv .embla__button--next,
.cid-uYRyxLneLv .embla__button--prev {
  display: flex;
}
.cid-uYRyxLneLv .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYRyxLneLv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYRyxLneLv .embla__button:hover {
  opacity: .6 !important;
}
.cid-uYRyxLneLv .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYRyxLneLv .embla__button.embla__button--next {
  right: 0;
}
.cid-uYRyxLneLv .embla {
  position: relative;
  width: 100%;
}
.cid-uYRyxLneLv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYRyxLneLv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYRyxLneLv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYRyxLneLv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYRyxNkmZR {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arcane-oak-23915-800x1000.jpeg");
}
.cid-uYRyxNkmZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRyxNkmZR .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-uYRyxNkmZR .container {
    padding: 0 26px;
  }
}
.cid-uYRyxNkmZR .row {
  justify-content: center;
}
.cid-uYRyxNkmZR .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYRyxNkmZR .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYRyxNkmZR .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYRyxNkmZR .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYRyxNkmZR .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYRyxNkmZR .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYRyxNkmZR .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uYRyxNkmZR .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYRyxNkmZR .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-uYRyxNkmZR .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uYRyxNkmZR .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYRyxNkmZR .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #69727d;
}
.cid-uYRyxNkmZR .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uYRyxNkmZR .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYRyxNkmZR .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uYRyxNkmZR .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-uYRyxNkmZR .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uYRyxNkmZR .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uYRyxNkmZR .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYRyxNkmZR .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uYRyxNkmZR .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYRyxNkmZR .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uYRyxNkmZR .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYRyxNkmZR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYRyxNkmZR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uYRyxNkmZR .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-uYRyxNkmZR .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYRyxNkmZR .mbr-section-title {
  color: #ffffff;
}
.cid-uYRyxNkmZR .mbr-text {
  color: #ffffff;
}
.cid-uYRyxNkmZR .list {
  color: #ffffff;
}
.cid-uYRyxNkmZR .list,
.cid-uYRyxNkmZR .nav-wrapper,
.cid-uYRyxNkmZR .social-wrapper {
  text-align: right;
}
.cid-uYSFH5HZGR {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uYSFH5HZGR .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}
.cid-uYSFH5HZGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-uYSFH5HZGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYSFH5HZGR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYSFH5HZGR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYSFH5HZGR .menu_box .navbar.opened,
  .cid-uYSFH5HZGR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYSFH5HZGR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uYSFH5HZGR .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYSFH5HZGR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYSFH5HZGR .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYSFH5HZGR .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYSFH5HZGR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYSFH5HZGR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYSFH5HZGR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uYSFH5HZGR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYSFH5HZGR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYSFH5HZGR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYSFH5HZGR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYSFH5HZGR .offcanvas-body .mbr-text,
  .cid-uYSFH5HZGR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYSFH5HZGR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYSFH5HZGR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYSFH5HZGR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYSFH5HZGR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYSFH5HZGR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYSFH5HZGR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYSFH5HZGR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYSFH5HZGR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYSFH5HZGR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYSFH5HZGR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYSFH5HZGR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYSFH5HZGR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYSFH5HZGR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYSFH5HZGR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYSFH5HZGR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYSFH5HZGR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uYSFH5HZGR .nav-item {
    margin: 0 !important;
  }
}
.cid-uYSFH5HZGR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uYSFH5HZGR .nav-item .nav-link:hover,
.cid-uYSFH5HZGR .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uYSFH5HZGR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYSFH5HZGR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYSFH5HZGR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYSFH5HZGR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYSFH5HZGR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYSFH5HZGR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYSFH5HZGR .offcanvas_box {
    display: none;
  }
}
.cid-uYSFH5HZGR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYSFH5HZGR .dropdown-item:hover,
.cid-uYSFH5HZGR .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uYSFH5HZGR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYSFH5HZGR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uYSFH5HZGR .container {
  display: flex;
  margin: auto;
}
.cid-uYSFH5HZGR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYSFH5HZGR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYSFH5HZGR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYSFH5HZGR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYSFH5HZGR .navbar-nav {
    margin: 0;
  }
}
.cid-uYSFH5HZGR .dropdown-menu,
.cid-uYSFH5HZGR .navbar.opened {
  background-color: true !important;
}
.cid-uYSFH5HZGR .nav-item:focus,
.cid-uYSFH5HZGR .nav-link:focus {
  outline: none;
}
.cid-uYSFH5HZGR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYSFH5HZGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYSFH5HZGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYSFH5HZGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYSFH5HZGR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYSFH5HZGR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYSFH5HZGR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYSFH5HZGR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYSFH5HZGR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYSFH5HZGR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYSFH5HZGR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uYSFH5HZGR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYSFH5HZGR .navbar.collapsed {
  justify-content: center;
}
.cid-uYSFH5HZGR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYSFH5HZGR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYSFH5HZGR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYSFH5HZGR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYSFH5HZGR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYSFH5HZGR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYSFH5HZGR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYSFH5HZGR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYSFH5HZGR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYSFH5HZGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYSFH5HZGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYSFH5HZGR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYSFH5HZGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYSFH5HZGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYSFH5HZGR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYSFH5HZGR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYSFH5HZGR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYSFH5HZGR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYSFH5HZGR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYSFH5HZGR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYSFH5HZGR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYSFH5HZGR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYSFH5HZGR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYSFH5HZGR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYSFH5HZGR .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-uYSFH5HZGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYSFH5HZGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYSFH5HZGR .dropdown-item.active,
.cid-uYSFH5HZGR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYSFH5HZGR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYSFH5HZGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYSFH5HZGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYSFH5HZGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYSFH5HZGR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYSFH5HZGR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYSFH5HZGR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uYSFH5HZGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYSFH5HZGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYSFH5HZGR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSFH5HZGR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSFH5HZGR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYSFH5HZGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSFH5HZGR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYSFH5HZGR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYSFH5HZGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSFH5HZGR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYSFH5HZGR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYSFH5HZGR .navbar {
    height: 70px;
  }
  .cid-uYSFH5HZGR .navbar.opened {
    height: auto;
  }
  .cid-uYSFH5HZGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYSFH5HZGR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYSFH5HZGR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uYSFH5HZGR .mbr-section-btn-main {
  width: fit-content;
}
.cid-uYSFH5HZGR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uYSFH5HZGR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uYSFH5HZGR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYSFH5HZGR .text_widget {
  margin-bottom: 32px;
}
.cid-uYSFH5HZGR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYSFH5HZGR .text_widget a:hover,
.cid-uYSFH5HZGR .text_widget a:focus {
  opacity: .8;
}
.cid-uYSFH5HZGR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uYSFH5HZGR .navbar-caption {
  color: #30262b;
}
.cid-uYSFH5HZGR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uYSFH5HZGR .mbr-section-subtitle,
.cid-uYSFH5HZGR .text_widget,
.cid-uYSFH5HZGR .mbr-section-btn {
  text-align: center;
}
.cid-uYSFH5HZGR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYSFH4qm4N {
  display: flex;
  background-image: url("../../../assets/images/6564387316d0ec6bd3f0d527-1139107.webp");
}
.cid-uYSFH4qm4N .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYSFH4qm4N {
    align-items: flex-end;
  }
  .cid-uYSFH4qm4N .row {
    justify-content: center;
  }
  .cid-uYSFH4qm4N .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYSFH4qm4N .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYSFH4qm4N {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYSFH4qm4N .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYSFH4qm4N .content-wrap {
    width: 100%;
  }
}
.cid-uYSFH4qm4N .mbr-section-title,
.cid-uYSFH4qm4N .mbr-section-subtitle {
  text-align: center;
}
.cid-uYSFH4qm4N .mbr-text,
.cid-uYSFH4qm4N .mbr-section-btn {
  text-align: center;
}
.cid-uYSFH6A8lw {
  background-color: #ffffff;
}
.cid-uYSFH6A8lw .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uYSFH6A8lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSFH6A8lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSFH6A8lw .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYSFH6A8lw .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uYSFH6A8lw .title {
  display: flex;
  align-items: center;
}
.cid-uYSFH6A8lw .title-wrapper {
  width: 100%;
}
.cid-uYSFH6A8lw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYSFH6A8lw .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uYSFH6A8lw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYSFH6A8lw .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uYSFH6A8lw .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYSFH6A8lw .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uYSFH6A8lw .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uYSFH6A8lw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYSFH6A8lw .mbr-section-subtitle {
  color: #181818;
}
.cid-uYSFH6A8lw .mbr-section-title {
  color: #181818;
}
.cid-uYSFH6A8lw .mbr-text {
  color: #454545;
}
.cid-uYT8vEQj91 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYT8vEQj91 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uYT8vEQj91 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uYT8vEQj91 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uYT8vEQj91 .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uYT8vEQj91 .mbr-media {
  width: 100%;
  position: relative;
}
.cid-uYT8vEQj91 .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-uYT8vEQj91 .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-uYT8vEQj91 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uYT8vEQj91 .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uYT8vEQj91 .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-uYT8vEQj91 .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-uYT8vEQj91 .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-uYT8vEQj91 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYT8vEQj91 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYT8vEQj91 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYT8vEQj91 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYT8vEQj91 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYSFH87gxU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYSFH87gxU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uYSFH87gxU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uYSFH87gxU .container {
    padding: 0 26px;
  }
}
.cid-uYSFH87gxU .row {
  justify-content: center;
}
.cid-uYSFH87gxU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uYSFH87gxU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYSFH87gxU .embla__slide .slide-content {
  width: 100%;
}
.cid-uYSFH87gxU .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYSFH87gxU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uYSFH87gxU .embla__button--next,
.cid-uYSFH87gxU .embla__button--prev {
  display: flex;
}
.cid-uYSFH87gxU .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYSFH87gxU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYSFH87gxU .embla__button:hover {
  opacity: .6 !important;
}
.cid-uYSFH87gxU .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYSFH87gxU .embla__button.embla__button--next {
  right: 0;
}
.cid-uYSFH87gxU .embla {
  position: relative;
  width: 100%;
}
.cid-uYSFH87gxU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYSFH87gxU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYSFH87gxU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYSFH87gxU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYSFH8X2vt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arcane-oak-23915-800x1000.jpeg");
}
.cid-uYSFH8X2vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSFH8X2vt .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-uYSFH8X2vt .container {
    padding: 0 26px;
  }
}
.cid-uYSFH8X2vt .row {
  justify-content: center;
}
.cid-uYSFH8X2vt .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSFH8X2vt .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSFH8X2vt .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYSFH8X2vt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYSFH8X2vt .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYSFH8X2vt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSFH8X2vt .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uYSFH8X2vt .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYSFH8X2vt .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-uYSFH8X2vt .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uYSFH8X2vt .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYSFH8X2vt .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #69727d;
}
.cid-uYSFH8X2vt .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uYSFH8X2vt .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSFH8X2vt .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uYSFH8X2vt .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-uYSFH8X2vt .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uYSFH8X2vt .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uYSFH8X2vt .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYSFH8X2vt .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uYSFH8X2vt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYSFH8X2vt .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uYSFH8X2vt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYSFH8X2vt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYSFH8X2vt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uYSFH8X2vt .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-uYSFH8X2vt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYSFH8X2vt .mbr-section-title {
  color: #ffffff;
}
.cid-uYSFH8X2vt .mbr-text {
  color: #ffffff;
}
.cid-uYSFH8X2vt .list {
  color: #ffffff;
}
.cid-uYSFH8X2vt .list,
.cid-uYSFH8X2vt .nav-wrapper,
.cid-uYSFH8X2vt .social-wrapper {
  text-align: right;
}
.cid-uYSGWw1p15 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uYSGWw1p15 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}
.cid-uYSGWw1p15 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-uYSGWw1p15 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYSGWw1p15 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYSGWw1p15 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYSGWw1p15 .menu_box .navbar.opened,
  .cid-uYSGWw1p15 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYSGWw1p15 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uYSGWw1p15 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYSGWw1p15 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYSGWw1p15 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYSGWw1p15 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYSGWw1p15 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYSGWw1p15 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYSGWw1p15 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uYSGWw1p15 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYSGWw1p15 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYSGWw1p15 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYSGWw1p15 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYSGWw1p15 .offcanvas-body .mbr-text,
  .cid-uYSGWw1p15 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYSGWw1p15 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYSGWw1p15 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYSGWw1p15 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYSGWw1p15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYSGWw1p15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYSGWw1p15 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYSGWw1p15 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYSGWw1p15 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYSGWw1p15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYSGWw1p15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYSGWw1p15 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYSGWw1p15 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYSGWw1p15 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYSGWw1p15 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYSGWw1p15 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYSGWw1p15 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uYSGWw1p15 .nav-item {
    margin: 0 !important;
  }
}
.cid-uYSGWw1p15 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uYSGWw1p15 .nav-item .nav-link:hover,
.cid-uYSGWw1p15 .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uYSGWw1p15 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYSGWw1p15 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYSGWw1p15 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYSGWw1p15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYSGWw1p15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYSGWw1p15 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYSGWw1p15 .offcanvas_box {
    display: none;
  }
}
.cid-uYSGWw1p15 .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYSGWw1p15 .dropdown-item:hover,
.cid-uYSGWw1p15 .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uYSGWw1p15 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYSGWw1p15 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uYSGWw1p15 .container {
  display: flex;
  margin: auto;
}
.cid-uYSGWw1p15 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYSGWw1p15 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYSGWw1p15 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYSGWw1p15 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYSGWw1p15 .navbar-nav {
    margin: 0;
  }
}
.cid-uYSGWw1p15 .dropdown-menu,
.cid-uYSGWw1p15 .navbar.opened {
  background-color: true !important;
}
.cid-uYSGWw1p15 .nav-item:focus,
.cid-uYSGWw1p15 .nav-link:focus {
  outline: none;
}
.cid-uYSGWw1p15 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYSGWw1p15 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYSGWw1p15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYSGWw1p15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYSGWw1p15 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYSGWw1p15 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYSGWw1p15 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYSGWw1p15 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYSGWw1p15 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYSGWw1p15 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYSGWw1p15 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uYSGWw1p15 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYSGWw1p15 .navbar.collapsed {
  justify-content: center;
}
.cid-uYSGWw1p15 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYSGWw1p15 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYSGWw1p15 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYSGWw1p15 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYSGWw1p15 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYSGWw1p15 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYSGWw1p15 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYSGWw1p15 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYSGWw1p15 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYSGWw1p15 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYSGWw1p15 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYSGWw1p15 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYSGWw1p15 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYSGWw1p15 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYSGWw1p15 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYSGWw1p15 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYSGWw1p15 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYSGWw1p15 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYSGWw1p15 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYSGWw1p15 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYSGWw1p15 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYSGWw1p15 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYSGWw1p15 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYSGWw1p15 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYSGWw1p15 .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-uYSGWw1p15 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYSGWw1p15 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYSGWw1p15 .dropdown-item.active,
.cid-uYSGWw1p15 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYSGWw1p15 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYSGWw1p15 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYSGWw1p15 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYSGWw1p15 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYSGWw1p15 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYSGWw1p15 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYSGWw1p15 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uYSGWw1p15 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYSGWw1p15 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYSGWw1p15 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSGWw1p15 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSGWw1p15 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYSGWw1p15 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSGWw1p15 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYSGWw1p15 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYSGWw1p15 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSGWw1p15 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYSGWw1p15 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYSGWw1p15 .navbar {
    height: 70px;
  }
  .cid-uYSGWw1p15 .navbar.opened {
    height: auto;
  }
  .cid-uYSGWw1p15 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYSGWw1p15 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYSGWw1p15 .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uYSGWw1p15 .mbr-section-btn-main {
  width: fit-content;
}
.cid-uYSGWw1p15 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uYSGWw1p15 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uYSGWw1p15 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYSGWw1p15 .text_widget {
  margin-bottom: 32px;
}
.cid-uYSGWw1p15 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYSGWw1p15 .text_widget a:hover,
.cid-uYSGWw1p15 .text_widget a:focus {
  opacity: .8;
}
.cid-uYSGWw1p15 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uYSGWw1p15 .navbar-caption {
  color: #30262b;
}
.cid-uYSGWw1p15 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uYSGWw1p15 .mbr-section-subtitle,
.cid-uYSGWw1p15 .text_widget,
.cid-uYSGWw1p15 .mbr-section-btn {
  text-align: center;
}
.cid-uYSGWw1p15 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYSGWu2efm {
  display: flex;
  background-image: url("../../../assets/images/rostro-mujer-sin-fondo-e1667321627950-1600x1600.png");
}
.cid-uYSGWu2efm .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYSGWu2efm {
    align-items: flex-end;
  }
  .cid-uYSGWu2efm .row {
    justify-content: center;
  }
  .cid-uYSGWu2efm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYSGWu2efm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYSGWu2efm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYSGWu2efm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYSGWu2efm .content-wrap {
    width: 100%;
  }
}
.cid-uYSGWu2efm .mbr-section-title,
.cid-uYSGWu2efm .mbr-section-subtitle {
  text-align: center;
}
.cid-uYSGWu2efm .mbr-text,
.cid-uYSGWu2efm .mbr-section-btn {
  text-align: center;
}
.cid-uYSGWxCB9H {
  background-color: #ffffff;
}
.cid-uYSGWxCB9H .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uYSGWxCB9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSGWxCB9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSGWxCB9H .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYSGWxCB9H .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uYSGWxCB9H .title {
  display: flex;
  align-items: center;
}
.cid-uYSGWxCB9H .title-wrapper {
  width: 100%;
}
.cid-uYSGWxCB9H .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYSGWxCB9H .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uYSGWxCB9H .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYSGWxCB9H .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uYSGWxCB9H .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYSGWxCB9H .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uYSGWxCB9H .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uYSGWxCB9H .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYSGWxCB9H .mbr-section-subtitle {
  color: #181818;
}
.cid-uYSGWxCB9H .mbr-section-title {
  color: #181818;
}
.cid-uYSGWxCB9H .mbr-text {
  color: #454545;
}
.cid-uYT9IvlOLa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYT9IvlOLa .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uYT9IvlOLa .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uYT9IvlOLa .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uYT9IvlOLa .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uYT9IvlOLa .mbr-media {
  width: 100%;
  position: relative;
}
.cid-uYT9IvlOLa .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-uYT9IvlOLa .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-uYT9IvlOLa .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uYT9IvlOLa .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uYT9IvlOLa .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-uYT9IvlOLa .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-uYT9IvlOLa .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-uYT9IvlOLa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYT9IvlOLa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYT9IvlOLa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYT9IvlOLa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYT9IvlOLa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYSGWAKuyX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYSGWAKuyX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uYSGWAKuyX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uYSGWAKuyX .container {
    padding: 0 26px;
  }
}
.cid-uYSGWAKuyX .row {
  justify-content: center;
}
.cid-uYSGWAKuyX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uYSGWAKuyX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYSGWAKuyX .embla__slide .slide-content {
  width: 100%;
}
.cid-uYSGWAKuyX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYSGWAKuyX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uYSGWAKuyX .embla__button--next,
.cid-uYSGWAKuyX .embla__button--prev {
  display: flex;
}
.cid-uYSGWAKuyX .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYSGWAKuyX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYSGWAKuyX .embla__button:hover {
  opacity: .6 !important;
}
.cid-uYSGWAKuyX .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYSGWAKuyX .embla__button.embla__button--next {
  right: 0;
}
.cid-uYSGWAKuyX .embla {
  position: relative;
  width: 100%;
}
.cid-uYSGWAKuyX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYSGWAKuyX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYSGWAKuyX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYSGWAKuyX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYSGWBZ1dy {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arcane-oak-23915-800x1000.jpeg");
}
.cid-uYSGWBZ1dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSGWBZ1dy .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-uYSGWBZ1dy .container {
    padding: 0 26px;
  }
}
.cid-uYSGWBZ1dy .row {
  justify-content: center;
}
.cid-uYSGWBZ1dy .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSGWBZ1dy .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSGWBZ1dy .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYSGWBZ1dy .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYSGWBZ1dy .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYSGWBZ1dy .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSGWBZ1dy .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uYSGWBZ1dy .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYSGWBZ1dy .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-uYSGWBZ1dy .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uYSGWBZ1dy .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYSGWBZ1dy .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #69727d;
}
.cid-uYSGWBZ1dy .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uYSGWBZ1dy .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSGWBZ1dy .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uYSGWBZ1dy .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-uYSGWBZ1dy .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uYSGWBZ1dy .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uYSGWBZ1dy .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYSGWBZ1dy .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uYSGWBZ1dy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYSGWBZ1dy .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uYSGWBZ1dy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYSGWBZ1dy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYSGWBZ1dy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uYSGWBZ1dy .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-uYSGWBZ1dy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYSGWBZ1dy .mbr-section-title {
  color: #ffffff;
}
.cid-uYSGWBZ1dy .mbr-text {
  color: #ffffff;
}
.cid-uYSGWBZ1dy .list {
  color: #ffffff;
}
.cid-uYSGWBZ1dy .list,
.cid-uYSGWBZ1dy .nav-wrapper,
.cid-uYSGWBZ1dy .social-wrapper {
  text-align: right;
}
.cid-uYSZ1DL1dU {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uYSZ1DL1dU .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}
.cid-uYSZ1DL1dU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-uYSZ1DL1dU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYSZ1DL1dU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYSZ1DL1dU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYSZ1DL1dU .menu_box .navbar.opened,
  .cid-uYSZ1DL1dU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYSZ1DL1dU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uYSZ1DL1dU .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYSZ1DL1dU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYSZ1DL1dU .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYSZ1DL1dU .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYSZ1DL1dU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYSZ1DL1dU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYSZ1DL1dU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uYSZ1DL1dU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYSZ1DL1dU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYSZ1DL1dU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYSZ1DL1dU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYSZ1DL1dU .offcanvas-body .mbr-text,
  .cid-uYSZ1DL1dU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYSZ1DL1dU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYSZ1DL1dU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYSZ1DL1dU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYSZ1DL1dU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYSZ1DL1dU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYSZ1DL1dU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYSZ1DL1dU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYSZ1DL1dU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYSZ1DL1dU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYSZ1DL1dU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYSZ1DL1dU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYSZ1DL1dU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYSZ1DL1dU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYSZ1DL1dU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYSZ1DL1dU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYSZ1DL1dU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uYSZ1DL1dU .nav-item {
    margin: 0 !important;
  }
}
.cid-uYSZ1DL1dU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uYSZ1DL1dU .nav-item .nav-link:hover,
.cid-uYSZ1DL1dU .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uYSZ1DL1dU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYSZ1DL1dU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYSZ1DL1dU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYSZ1DL1dU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYSZ1DL1dU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYSZ1DL1dU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYSZ1DL1dU .offcanvas_box {
    display: none;
  }
}
.cid-uYSZ1DL1dU .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYSZ1DL1dU .dropdown-item:hover,
.cid-uYSZ1DL1dU .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uYSZ1DL1dU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYSZ1DL1dU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uYSZ1DL1dU .container {
  display: flex;
  margin: auto;
}
.cid-uYSZ1DL1dU .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYSZ1DL1dU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYSZ1DL1dU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYSZ1DL1dU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYSZ1DL1dU .navbar-nav {
    margin: 0;
  }
}
.cid-uYSZ1DL1dU .dropdown-menu,
.cid-uYSZ1DL1dU .navbar.opened {
  background-color: true !important;
}
.cid-uYSZ1DL1dU .nav-item:focus,
.cid-uYSZ1DL1dU .nav-link:focus {
  outline: none;
}
.cid-uYSZ1DL1dU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYSZ1DL1dU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYSZ1DL1dU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYSZ1DL1dU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYSZ1DL1dU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYSZ1DL1dU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYSZ1DL1dU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYSZ1DL1dU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYSZ1DL1dU .navbar.opened {
  transition: all 0.3s;
}
.cid-uYSZ1DL1dU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYSZ1DL1dU .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uYSZ1DL1dU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYSZ1DL1dU .navbar.collapsed {
  justify-content: center;
}
.cid-uYSZ1DL1dU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYSZ1DL1dU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYSZ1DL1dU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYSZ1DL1dU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYSZ1DL1dU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYSZ1DL1dU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYSZ1DL1dU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYSZ1DL1dU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYSZ1DL1dU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYSZ1DL1dU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYSZ1DL1dU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYSZ1DL1dU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYSZ1DL1dU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYSZ1DL1dU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYSZ1DL1dU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYSZ1DL1dU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYSZ1DL1dU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYSZ1DL1dU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYSZ1DL1dU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYSZ1DL1dU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYSZ1DL1dU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYSZ1DL1dU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYSZ1DL1dU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYSZ1DL1dU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYSZ1DL1dU .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-uYSZ1DL1dU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYSZ1DL1dU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYSZ1DL1dU .dropdown-item.active,
.cid-uYSZ1DL1dU .dropdown-item:active {
  background-color: transparent;
}
.cid-uYSZ1DL1dU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYSZ1DL1dU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYSZ1DL1dU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYSZ1DL1dU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYSZ1DL1dU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYSZ1DL1dU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYSZ1DL1dU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uYSZ1DL1dU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYSZ1DL1dU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYSZ1DL1dU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSZ1DL1dU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSZ1DL1dU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYSZ1DL1dU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSZ1DL1dU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYSZ1DL1dU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYSZ1DL1dU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSZ1DL1dU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYSZ1DL1dU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYSZ1DL1dU .navbar {
    height: 70px;
  }
  .cid-uYSZ1DL1dU .navbar.opened {
    height: auto;
  }
  .cid-uYSZ1DL1dU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYSZ1DL1dU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYSZ1DL1dU .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uYSZ1DL1dU .mbr-section-btn-main {
  width: fit-content;
}
.cid-uYSZ1DL1dU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uYSZ1DL1dU .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uYSZ1DL1dU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYSZ1DL1dU .text_widget {
  margin-bottom: 32px;
}
.cid-uYSZ1DL1dU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYSZ1DL1dU .text_widget a:hover,
.cid-uYSZ1DL1dU .text_widget a:focus {
  opacity: .8;
}
.cid-uYSZ1DL1dU .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uYSZ1DL1dU .navbar-caption {
  color: #30262b;
}
.cid-uYSZ1DL1dU .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uYSZ1DL1dU .mbr-section-subtitle,
.cid-uYSZ1DL1dU .text_widget,
.cid-uYSZ1DL1dU .mbr-section-btn {
  text-align: center;
}
.cid-uYSZ1DL1dU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYSZ1C9C8s {
  display: flex;
  background-image: url("../../../assets/images/javier-zarzana-presoterapia-1512x891.png");
}
.cid-uYSZ1C9C8s .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uYSZ1C9C8s {
    align-items: flex-end;
  }
  .cid-uYSZ1C9C8s .row {
    justify-content: center;
  }
  .cid-uYSZ1C9C8s .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYSZ1C9C8s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYSZ1C9C8s {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYSZ1C9C8s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYSZ1C9C8s .content-wrap {
    width: 100%;
  }
}
.cid-uYSZ1C9C8s .mbr-section-title,
.cid-uYSZ1C9C8s .mbr-section-subtitle {
  text-align: center;
}
.cid-uYSZ1C9C8s .mbr-text,
.cid-uYSZ1C9C8s .mbr-section-btn {
  text-align: center;
}
.cid-uYSZ1F0aGz {
  background-color: #ffffff;
}
.cid-uYSZ1F0aGz .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-uYSZ1F0aGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSZ1F0aGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSZ1F0aGz .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uYSZ1F0aGz .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uYSZ1F0aGz .title {
  display: flex;
  align-items: center;
}
.cid-uYSZ1F0aGz .title-wrapper {
  width: 100%;
}
.cid-uYSZ1F0aGz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYSZ1F0aGz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uYSZ1F0aGz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYSZ1F0aGz .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uYSZ1F0aGz .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYSZ1F0aGz .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uYSZ1F0aGz .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uYSZ1F0aGz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYSZ1F0aGz .mbr-section-subtitle {
  color: #181818;
}
.cid-uYSZ1F0aGz .mbr-section-title {
  color: #181818;
}
.cid-uYSZ1F0aGz .mbr-text {
  color: #454545;
}
.cid-uYT532vUC9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYT532vUC9 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uYT532vUC9 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uYT532vUC9 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uYT532vUC9 .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uYT532vUC9 .mbr-media {
  width: 100%;
  position: relative;
}
.cid-uYT532vUC9 .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-uYT532vUC9 .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-uYT532vUC9 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uYT532vUC9 .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uYT532vUC9 .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-uYT532vUC9 .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-uYT532vUC9 .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-uYT532vUC9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYT532vUC9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYT532vUC9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYT532vUC9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYT532vUC9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYSZ1HT5Ic {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYSZ1HT5Ic .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uYSZ1HT5Ic .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uYSZ1HT5Ic .container {
    padding: 0 26px;
  }
}
.cid-uYSZ1HT5Ic .row {
  justify-content: center;
}
.cid-uYSZ1HT5Ic .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uYSZ1HT5Ic .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYSZ1HT5Ic .embla__slide .slide-content {
  width: 100%;
}
.cid-uYSZ1HT5Ic .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYSZ1HT5Ic .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uYSZ1HT5Ic .embla__button--next,
.cid-uYSZ1HT5Ic .embla__button--prev {
  display: flex;
}
.cid-uYSZ1HT5Ic .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYSZ1HT5Ic .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYSZ1HT5Ic .embla__button:hover {
  opacity: .6 !important;
}
.cid-uYSZ1HT5Ic .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYSZ1HT5Ic .embla__button.embla__button--next {
  right: 0;
}
.cid-uYSZ1HT5Ic .embla {
  position: relative;
  width: 100%;
}
.cid-uYSZ1HT5Ic .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYSZ1HT5Ic .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYSZ1HT5Ic .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYSZ1HT5Ic .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYSZ1IIpkG {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arcane-oak-23915-800x1000.jpeg");
}
.cid-uYSZ1IIpkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSZ1IIpkG .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-uYSZ1IIpkG .container {
    padding: 0 26px;
  }
}
.cid-uYSZ1IIpkG .row {
  justify-content: center;
}
.cid-uYSZ1IIpkG .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSZ1IIpkG .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSZ1IIpkG .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYSZ1IIpkG .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYSZ1IIpkG .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYSZ1IIpkG .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSZ1IIpkG .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uYSZ1IIpkG .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYSZ1IIpkG .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-uYSZ1IIpkG .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uYSZ1IIpkG .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYSZ1IIpkG .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #69727d;
}
.cid-uYSZ1IIpkG .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uYSZ1IIpkG .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYSZ1IIpkG .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uYSZ1IIpkG .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-uYSZ1IIpkG .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uYSZ1IIpkG .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uYSZ1IIpkG .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYSZ1IIpkG .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uYSZ1IIpkG .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYSZ1IIpkG .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uYSZ1IIpkG .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYSZ1IIpkG .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYSZ1IIpkG .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uYSZ1IIpkG .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-uYSZ1IIpkG .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYSZ1IIpkG .mbr-section-title {
  color: #ffffff;
}
.cid-uYSZ1IIpkG .mbr-text {
  color: #ffffff;
}
.cid-uYSZ1IIpkG .list {
  color: #ffffff;
}
.cid-uYSZ1IIpkG .list,
.cid-uYSZ1IIpkG .nav-wrapper,
.cid-uYSZ1IIpkG .social-wrapper {
  text-align: right;
}
.cid-uYVbz3J3bR {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uYVbz3J3bR .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}
.cid-uYVbz3J3bR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-uYVbz3J3bR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYVbz3J3bR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYVbz3J3bR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYVbz3J3bR .menu_box .navbar.opened,
  .cid-uYVbz3J3bR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYVbz3J3bR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uYVbz3J3bR .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYVbz3J3bR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYVbz3J3bR .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYVbz3J3bR .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYVbz3J3bR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYVbz3J3bR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYVbz3J3bR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uYVbz3J3bR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYVbz3J3bR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYVbz3J3bR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYVbz3J3bR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYVbz3J3bR .offcanvas-body .mbr-text,
  .cid-uYVbz3J3bR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYVbz3J3bR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYVbz3J3bR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYVbz3J3bR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYVbz3J3bR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYVbz3J3bR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYVbz3J3bR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYVbz3J3bR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYVbz3J3bR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYVbz3J3bR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYVbz3J3bR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYVbz3J3bR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYVbz3J3bR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYVbz3J3bR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYVbz3J3bR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYVbz3J3bR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYVbz3J3bR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uYVbz3J3bR .nav-item {
    margin: 0 !important;
  }
}
.cid-uYVbz3J3bR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uYVbz3J3bR .nav-item .nav-link:hover,
.cid-uYVbz3J3bR .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-uYVbz3J3bR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYVbz3J3bR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYVbz3J3bR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYVbz3J3bR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYVbz3J3bR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYVbz3J3bR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYVbz3J3bR .offcanvas_box {
    display: none;
  }
}
.cid-uYVbz3J3bR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYVbz3J3bR .dropdown-item:hover,
.cid-uYVbz3J3bR .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-uYVbz3J3bR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYVbz3J3bR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uYVbz3J3bR .container {
  display: flex;
  margin: auto;
}
.cid-uYVbz3J3bR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYVbz3J3bR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYVbz3J3bR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYVbz3J3bR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYVbz3J3bR .navbar-nav {
    margin: 0;
  }
}
.cid-uYVbz3J3bR .dropdown-menu,
.cid-uYVbz3J3bR .navbar.opened {
  background-color: true !important;
}
.cid-uYVbz3J3bR .nav-item:focus,
.cid-uYVbz3J3bR .nav-link:focus {
  outline: none;
}
.cid-uYVbz3J3bR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYVbz3J3bR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYVbz3J3bR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYVbz3J3bR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYVbz3J3bR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYVbz3J3bR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYVbz3J3bR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYVbz3J3bR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYVbz3J3bR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYVbz3J3bR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYVbz3J3bR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uYVbz3J3bR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYVbz3J3bR .navbar.collapsed {
  justify-content: center;
}
.cid-uYVbz3J3bR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYVbz3J3bR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYVbz3J3bR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYVbz3J3bR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYVbz3J3bR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYVbz3J3bR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYVbz3J3bR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYVbz3J3bR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYVbz3J3bR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYVbz3J3bR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYVbz3J3bR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYVbz3J3bR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYVbz3J3bR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYVbz3J3bR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYVbz3J3bR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYVbz3J3bR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYVbz3J3bR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYVbz3J3bR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYVbz3J3bR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYVbz3J3bR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYVbz3J3bR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYVbz3J3bR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYVbz3J3bR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYVbz3J3bR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYVbz3J3bR .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-uYVbz3J3bR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYVbz3J3bR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYVbz3J3bR .dropdown-item.active,
.cid-uYVbz3J3bR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYVbz3J3bR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYVbz3J3bR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYVbz3J3bR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYVbz3J3bR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYVbz3J3bR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYVbz3J3bR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYVbz3J3bR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uYVbz3J3bR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYVbz3J3bR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYVbz3J3bR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYVbz3J3bR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYVbz3J3bR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYVbz3J3bR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYVbz3J3bR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYVbz3J3bR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYVbz3J3bR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYVbz3J3bR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYVbz3J3bR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYVbz3J3bR .navbar {
    height: 70px;
  }
  .cid-uYVbz3J3bR .navbar.opened {
    height: auto;
  }
  .cid-uYVbz3J3bR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYVbz3J3bR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYVbz3J3bR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uYVbz3J3bR .mbr-section-btn-main {
  width: fit-content;
}
.cid-uYVbz3J3bR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uYVbz3J3bR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uYVbz3J3bR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYVbz3J3bR .text_widget {
  margin-bottom: 32px;
}
.cid-uYVbz3J3bR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYVbz3J3bR .text_widget a:hover,
.cid-uYVbz3J3bR .text_widget a:focus {
  opacity: .8;
}
.cid-uYVbz3J3bR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uYVbz3J3bR .navbar-caption {
  color: #30262b;
}
.cid-uYVbz3J3bR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uYVbz3J3bR .mbr-section-subtitle,
.cid-uYVbz3J3bR .text_widget,
.cid-uYVbz3J3bR .mbr-section-btn {
  text-align: center;
}
.cid-uYVbz3J3bR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYVbz6dK9J {
  display: flex;
  background-image: url("../../../assets/images/arcane-oak-23917-800x1000.jpeg");
}
.cid-uYVbz6dK9J .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uYVbz6dK9J {
    align-items: flex-end;
  }
  .cid-uYVbz6dK9J .row {
    justify-content: center;
  }
  .cid-uYVbz6dK9J .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYVbz6dK9J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYVbz6dK9J {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYVbz6dK9J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYVbz6dK9J .content-wrap {
    width: 100%;
  }
}
.cid-uYVbz6dK9J .mbr-section-title,
.cid-uYVbz6dK9J .mbr-section-subtitle {
  text-align: center;
}
.cid-uYVbz6dK9J .mbr-text,
.cid-uYVbz6dK9J .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYVbz6dK9J .mbr-section-title {
  color: #ffffff;
}
.cid-uYVd2ImrS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b2a482;
}
.cid-uYVd2ImrS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVd2ImrS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVd2ImrS2 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYVd2ImrS2 .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYVd2ImrS2 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYVd2ImrS2 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYVd2ImrS2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYVd2ImrS2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVd2ImrS2 .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-uYVd2ImrS2 .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .decor-wrap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.cid-uYVd2ImrS2 .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .decor-wrap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.cid-uYVd2ImrS2 .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .decor-wrap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.cid-uYVd2ImrS2 .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uYVd2ImrS2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYVd2ImrS2 .items-wrapper .gradient-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.cid-uYVd2ImrS2 .items-wrapper .gradient-wrap .gradient_1 {
  background-color: #ebfff5;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVd2ImrS2 .items-wrapper .gradient-wrap .gradient_2 {
  background-color: #e0e0ff;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVd2ImrS2 .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .item {
    margin-bottom: 16px;
  }
}
.cid-uYVd2ImrS2 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #b2a482;
  background-color: #f7f1e3;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYVd2ImrS2 .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #b2a482;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uYVd2ImrS2 .item .item-wrapper .card-box .item-date {
  margin-bottom: 52px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uYVd2ImrS2 .item .item-wrapper .card-box .item-date {
    margin-bottom: 24px;
  }
}
.cid-uYVd2ImrS2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uYVd2ImrS2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYVd2ImrS2 .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uYVd2ImrS2 .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYVd2ImrS2 .btn-wrapper {
  margin-top: -8%;
}
.cid-uYVd2ImrS2 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-uYVd2ImrS2 .mbr-section-title {
  color: #181824;
}
.cid-uYVd2ImrS2 .mbr-text,
.cid-uYVd2ImrS2 .text-wrapper {
  color: #d3c9b1;
  text-align: center;
}
.cid-uYVd2ImrS2 .mbr-section-title,
.cid-uYVd2ImrS2 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uYVd2ImrS2 .item-date {
  color: #000000;
  text-align: center;
}
.cid-uYVd2ImrS2 .item-title {
  color: #181824;
}
.cid-uYVd2ImrS2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYVd2ImrS2 .item-title,
.cid-uYVd2ImrS2 .mbr-section-btn {
  text-align: center;
}
.cid-uYVlbjoYe6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b2a482;
}
.cid-uYVlbjoYe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVlbjoYe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVlbjoYe6 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYVlbjoYe6 .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYVlbjoYe6 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYVlbjoYe6 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYVlbjoYe6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYVlbjoYe6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVlbjoYe6 .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-uYVlbjoYe6 .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .decor-wrap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.cid-uYVlbjoYe6 .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .decor-wrap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.cid-uYVlbjoYe6 .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .decor-wrap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.cid-uYVlbjoYe6 .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uYVlbjoYe6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYVlbjoYe6 .items-wrapper .gradient-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.cid-uYVlbjoYe6 .items-wrapper .gradient-wrap .gradient_1 {
  background-color: #ebfff5;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVlbjoYe6 .items-wrapper .gradient-wrap .gradient_2 {
  background-color: #e0e0ff;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVlbjoYe6 .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .item {
    margin-bottom: 16px;
  }
}
.cid-uYVlbjoYe6 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #b2a482;
  background-color: #f7f1e3;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYVlbjoYe6 .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #b2a482;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uYVlbjoYe6 .item .item-wrapper .card-box .item-date {
  margin-bottom: 52px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uYVlbjoYe6 .item .item-wrapper .card-box .item-date {
    margin-bottom: 24px;
  }
}
.cid-uYVlbjoYe6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uYVlbjoYe6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYVlbjoYe6 .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uYVlbjoYe6 .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYVlbjoYe6 .btn-wrapper {
  margin-top: -8%;
}
.cid-uYVlbjoYe6 .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-uYVlbjoYe6 .mbr-section-title {
  color: #181824;
}
.cid-uYVlbjoYe6 .mbr-text,
.cid-uYVlbjoYe6 .text-wrapper {
  color: #d3c9b1;
  text-align: center;
}
.cid-uYVlbjoYe6 .mbr-section-title,
.cid-uYVlbjoYe6 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uYVlbjoYe6 .item-date {
  color: #000000;
  text-align: center;
}
.cid-uYVlbjoYe6 .item-title {
  color: #181824;
}
.cid-uYVlbjoYe6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYVlbjoYe6 .item-title,
.cid-uYVlbjoYe6 .mbr-section-btn {
  text-align: center;
}
.cid-uYVohlJ3n9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d3c9b1;
}
.cid-uYVohlJ3n9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVohlJ3n9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVohlJ3n9 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYVohlJ3n9 .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYVohlJ3n9 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYVohlJ3n9 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYVohlJ3n9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYVohlJ3n9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVohlJ3n9 .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-uYVohlJ3n9 .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .decor-wrap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.cid-uYVohlJ3n9 .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .decor-wrap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.cid-uYVohlJ3n9 .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .decor-wrap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.cid-uYVohlJ3n9 .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uYVohlJ3n9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYVohlJ3n9 .items-wrapper .gradient-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.cid-uYVohlJ3n9 .items-wrapper .gradient-wrap .gradient_1 {
  background-color: #ebfff5;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVohlJ3n9 .items-wrapper .gradient-wrap .gradient_2 {
  background-color: #e0e0ff;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVohlJ3n9 .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .item {
    margin-bottom: 16px;
  }
}
.cid-uYVohlJ3n9 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #b2a482;
  background-color: #f7f1e3;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYVohlJ3n9 .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #b2a482;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uYVohlJ3n9 .item .item-wrapper .card-box .item-date {
  margin-bottom: 52px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uYVohlJ3n9 .item .item-wrapper .card-box .item-date {
    margin-bottom: 24px;
  }
}
.cid-uYVohlJ3n9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uYVohlJ3n9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYVohlJ3n9 .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uYVohlJ3n9 .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYVohlJ3n9 .btn-wrapper {
  margin-top: -8%;
}
.cid-uYVohlJ3n9 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uYVohlJ3n9 .mbr-section-title {
  color: #181824;
}
.cid-uYVohlJ3n9 .mbr-text,
.cid-uYVohlJ3n9 .text-wrapper {
  color: #d3c9b1;
  text-align: center;
}
.cid-uYVohlJ3n9 .mbr-section-title,
.cid-uYVohlJ3n9 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYVohlJ3n9 .item-date {
  color: #000000;
  text-align: center;
}
.cid-uYVohlJ3n9 .item-title {
  color: #181824;
}
.cid-uYVohlJ3n9 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYVohlJ3n9 .item-title,
.cid-uYVohlJ3n9 .mbr-section-btn {
  text-align: center;
}
.cid-uYVphlbdID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f1e3;
}
.cid-uYVphlbdID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVphlbdID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVphlbdID .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYVphlbdID .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYVphlbdID .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYVphlbdID .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYVphlbdID .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYVphlbdID .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVphlbdID .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-uYVphlbdID .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .decor-wrap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.cid-uYVphlbdID .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .decor-wrap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.cid-uYVphlbdID .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .decor-wrap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.cid-uYVphlbdID .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uYVphlbdID .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYVphlbdID .items-wrapper .gradient-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.cid-uYVphlbdID .items-wrapper .gradient-wrap .gradient_1 {
  background-color: #ebfff5;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVphlbdID .items-wrapper .gradient-wrap .gradient_2 {
  background-color: #e0e0ff;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVphlbdID .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .item {
    margin-bottom: 16px;
  }
}
.cid-uYVphlbdID .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #b2a482;
  background-color: #f7f1e3;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYVphlbdID .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #b2a482;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uYVphlbdID .item .item-wrapper .card-box .item-date {
  margin-bottom: 52px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uYVphlbdID .item .item-wrapper .card-box .item-date {
    margin-bottom: 24px;
  }
}
.cid-uYVphlbdID .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uYVphlbdID .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYVphlbdID .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uYVphlbdID .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYVphlbdID .btn-wrapper {
  margin-top: -8%;
}
.cid-uYVphlbdID .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uYVphlbdID .mbr-section-title {
  color: #181824;
}
.cid-uYVphlbdID .mbr-text,
.cid-uYVphlbdID .text-wrapper {
  color: #d3c9b1;
  text-align: center;
}
.cid-uYVphlbdID .mbr-section-title,
.cid-uYVphlbdID .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYVphlbdID .item-date {
  color: #000000;
  text-align: center;
}
.cid-uYVphlbdID .item-title {
  color: #181824;
}
.cid-uYVphlbdID .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYVphlbdID .item-title,
.cid-uYVphlbdID .mbr-section-btn {
  text-align: center;
}
.cid-uYVqh9viRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfbf7;
}
.cid-uYVqh9viRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVqh9viRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVqh9viRX .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYVqh9viRX .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYVqh9viRX .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYVqh9viRX .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYVqh9viRX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYVqh9viRX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVqh9viRX .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-uYVqh9viRX .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .decor-wrap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.cid-uYVqh9viRX .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .decor-wrap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.cid-uYVqh9viRX .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .decor-wrap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.cid-uYVqh9viRX .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uYVqh9viRX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uYVqh9viRX .items-wrapper .gradient-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.cid-uYVqh9viRX .items-wrapper .gradient-wrap .gradient_1 {
  background-color: #ebfff5;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVqh9viRX .items-wrapper .gradient-wrap .gradient_2 {
  background-color: #e0e0ff;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.cid-uYVqh9viRX .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .item {
    margin-bottom: 16px;
  }
}
.cid-uYVqh9viRX .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #b2a482;
  background-color: #f7f1e3;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uYVqh9viRX .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #b2a482;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uYVqh9viRX .item .item-wrapper .card-box .item-date {
  margin-bottom: 52px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cid-uYVqh9viRX .item .item-wrapper .card-box .item-date {
    margin-bottom: 24px;
  }
}
.cid-uYVqh9viRX .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uYVqh9viRX .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYVqh9viRX .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uYVqh9viRX .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYVqh9viRX .btn-wrapper {
  margin-top: -8%;
}
.cid-uYVqh9viRX .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uYVqh9viRX .mbr-section-title {
  color: #181824;
}
.cid-uYVqh9viRX .mbr-text,
.cid-uYVqh9viRX .text-wrapper {
  color: #d3c9b1;
  text-align: center;
}
.cid-uYVqh9viRX .mbr-section-title,
.cid-uYVqh9viRX .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYVqh9viRX .item-date {
  color: #000000;
  text-align: center;
}
.cid-uYVqh9viRX .item-title {
  color: #181824;
}
.cid-uYVqh9viRX .item-text {
  color: #000000;
  text-align: center;
}
.cid-uYVqh9viRX .item-title,
.cid-uYVqh9viRX .mbr-section-btn {
  text-align: center;
}
.cid-uYVbz7vuKK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uYVbz7vuKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVbz7vuKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVbz7vuKK .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uYVbz7vuKK .content-container {
    flex-direction: column;
  }
}
.cid-uYVbz7vuKK .icons-menu {
  display: flex;
}
.cid-uYVbz7vuKK .mbr-section-title {
  color: #ffffff;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-uYVbz7vuKK .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uYVbz7vuKK .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ffffff;
  transition: .3s all;
}
.cid-uYVbz7vuKK .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uYVbz7vuKK .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  transition: .3s all;
}
.cid-uYVbz7vuKK .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uYVbz7vuKK .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uYVbz82WVJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYVbz82WVJ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uYVbz82WVJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uYVbz82WVJ .container {
    padding: 0 26px;
  }
}
.cid-uYVbz82WVJ .row {
  justify-content: center;
}
.cid-uYVbz82WVJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uYVbz82WVJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYVbz82WVJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uYVbz82WVJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYVbz82WVJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uYVbz82WVJ .embla__button--next,
.cid-uYVbz82WVJ .embla__button--prev {
  display: flex;
}
.cid-uYVbz82WVJ .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uYVbz82WVJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYVbz82WVJ .embla__button:hover {
  opacity: .6 !important;
}
.cid-uYVbz82WVJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYVbz82WVJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uYVbz82WVJ .embla {
  position: relative;
  width: 100%;
}
.cid-uYVbz82WVJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYVbz82WVJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYVbz82WVJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYVbz82WVJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYVbz8Vn72 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arcane-oak-23915-800x1000.jpeg");
}
.cid-uYVbz8Vn72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVbz8Vn72 .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-uYVbz8Vn72 .container {
    padding: 0 26px;
  }
}
.cid-uYVbz8Vn72 .row {
  justify-content: center;
}
.cid-uYVbz8Vn72 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYVbz8Vn72 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYVbz8Vn72 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYVbz8Vn72 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYVbz8Vn72 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVbz8Vn72 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYVbz8Vn72 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uYVbz8Vn72 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYVbz8Vn72 .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-uYVbz8Vn72 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uYVbz8Vn72 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uYVbz8Vn72 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #69727d;
}
.cid-uYVbz8Vn72 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uYVbz8Vn72 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYVbz8Vn72 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uYVbz8Vn72 .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-uYVbz8Vn72 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uYVbz8Vn72 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uYVbz8Vn72 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYVbz8Vn72 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uYVbz8Vn72 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYVbz8Vn72 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uYVbz8Vn72 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYVbz8Vn72 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYVbz8Vn72 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uYVbz8Vn72 .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-uYVbz8Vn72 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uYVbz8Vn72 .mbr-section-title {
  color: #ffffff;
}
.cid-uYVbz8Vn72 .mbr-text {
  color: #ffffff;
}
.cid-uYVbz8Vn72 .list {
  color: #ffffff;
}
.cid-uYVbz8Vn72 .list,
.cid-uYVbz8Vn72 .nav-wrapper,
.cid-uYVbz8Vn72 .social-wrapper {
  text-align: right;
}
