.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Cinzel', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cinzel', serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Cinzel', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #9a8152 !important;
}
.bg-success {
  background-color: #7a6b4e !important;
}
.bg-info {
  background-color: #b71c1c !important;
}
.bg-warning {
  background-color: #f8f6f2 !important;
}
.bg-danger {
  background-color: #fafaf8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9a8152 !important;
  border-color: #9a8152 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b29a6d !important;
  border-color: #b29a6d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b29a6d !important;
  border-color: #b29a6d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b71c1c !important;
  border-color: #b71c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #de2828 !important;
  border-color: #de2828 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #de2828 !important;
  border-color: #de2828 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7a6b4e !important;
  border-color: #7a6b4e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #998662 !important;
  border-color: #998662 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #998662 !important;
  border-color: #998662 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f8f6f2 !important;
  border-color: #f8f6f2 !important;
  color: #998152 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #998152 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fafaf8 !important;
  border-color: #fafaf8 !important;
  color: #8e8e65 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #8e8e65 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #9a8152;
  color: #9a8152;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #615234 !important;
  background-color: transparent !important;
  border-color: #615234 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a8152 !important;
  border-color: #9a8152 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d4af37;
  color: #d4af37;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #947920 !important;
  background-color: transparent !important;
  border-color: #947920 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b71c1c;
  color: #b71c1c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6c1010 !important;
  background-color: transparent !important;
  border-color: #6c1010 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b71c1c !important;
  border-color: #b71c1c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7a6b4e;
  color: #7a6b4e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #453d2c !important;
  background-color: transparent !important;
  border-color: #453d2c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7a6b4e !important;
  border-color: #7a6b4e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f8f6f2;
  color: #f8f6f2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dacfba !important;
  background-color: transparent !important;
  border-color: #dacfba !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #998152 !important;
  background-color: #f8f6f2 !important;
  border-color: #f8f6f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fafaf8;
  color: #fafaf8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6d6c5 !important;
  background-color: transparent !important;
  border-color: #d6d6c5 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #8e8e65 !important;
  background-color: #fafaf8 !important;
  border-color: #fafaf8 !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: #9a8152 !important;
}
.text-secondary {
  color: #d4af37 !important;
}
.text-success {
  color: #7a6b4e !important;
}
.text-info {
  color: #b71c1c !important;
}
.text-warning {
  color: #f8f6f2 !important;
}
.text-danger {
  color: #fafaf8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #57492f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #886f1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c3426 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5f0e0e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d4c8b0 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cfcfbc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9a8152;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b71c1c;
}
.alert-warning {
  background-color: #f8f6f2;
}
.alert-danger {
  background-color: #fafaf8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9a8152;
  border-color: #9a8152;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9a8152;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccbd9f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b8aa90;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e86a6a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #9a8152 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #9a8152;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9a8152;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9a8152;
}
.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: #9a8152;
  border-bottom-color: #9a8152;
}
.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: #9a8152 !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: #d4af37 !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='%239a8152' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v6tYlYCl6T {
  z-index: 1000;
  width: 100%;
}
.cid-v6tYlYCl6T nav.navbar {
  position: fixed;
}
.cid-v6tYlYCl6T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6tYlYCl6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6tYlYCl6T .dropdown-item:hover,
.cid-v6tYlYCl6T .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6tYlYCl6T .dropdown-item:hover span {
  color: white;
}
.cid-v6tYlYCl6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6tYlYCl6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6tYlYCl6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6tYlYCl6T .nav-link {
  position: relative;
}
.cid-v6tYlYCl6T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown-menu,
.cid-v6tYlYCl6T .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6tYlYCl6T .nav-item:focus,
.cid-v6tYlYCl6T .nav-link:focus {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6tYlYCl6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6tYlYCl6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6tYlYCl6T .navbar.opened {
  transition: all 0.3s;
}
.cid-v6tYlYCl6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6tYlYCl6T .navbar .navbar-logo img {
  width: auto;
}
.cid-v6tYlYCl6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6tYlYCl6T .navbar.collapsed {
  justify-content: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6tYlYCl6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6tYlYCl6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6tYlYCl6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6tYlYCl6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6tYlYCl6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6tYlYCl6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6tYlYCl6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6tYlYCl6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6tYlYCl6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6tYlYCl6T .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-v6tYlYCl6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6tYlYCl6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown-item.active,
.cid-v6tYlYCl6T .dropdown-item:active {
  background-color: transparent;
}
.cid-v6tYlYCl6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6tYlYCl6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6tYlYCl6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6tYlYCl6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6tYlYCl6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6tYlYCl6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6tYlYCl6T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6tYlYCl6T .navbar {
    height: 70px;
  }
  .cid-v6tYlYCl6T .navbar.opened {
    height: auto;
  }
  .cid-v6tYlYCl6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6pTqSRtEd {
  background-image: url("../../../assets/images/hotel-appartement-paris-pavillon92-reservation-81b-1024x1536.webp");
}
.cid-v6pTqSRtEd .mbr-text,
.cid-v6pTqSRtEd .typed-text,
.cid-v6pTqSRtEd .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-v6pTqSRtEd .btn {
  margin-left: 4px !important;
}
.cid-v6pTqSRtEd .animated-element {
  color: #9a8152;
}
.cid-v6pTqSRtEd .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #9a8152;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-v6pTqSRtEd .mbr-section-title {
  text-align: justify;
}
.cid-v6q8Pwpftl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/designarena-image-a02c7eqt-1.webp");
}
.cid-v6q8Pwpftl .mbr-overlay {
  background: #232323;
  opacity: 1;
}
.cid-v6q8Pwpftl .item:focus,
.cid-v6q8Pwpftl span:focus {
  outline: none;
}
.cid-v6q8Pwpftl .item {
  cursor: pointer;
}
.cid-v6q8Pwpftl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v6q8Pwpftl .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v6q8Pwpftl .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-v6q8Pwpftl .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 37s;
}
.cid-v6q8Pwpftl .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #f7f7f7;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v6q8Pwpftl .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 37s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v6q8Pwpftl .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 32s;
}
.cid-v6q8Pwpftl .mbr-section-title,
.cid-v6q8Pwpftl .mbr-section-subtitle {
  color: #000000;
}
.cid-v6qcwU8Ubp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/benefit-bg.webp");
}
.cid-v6qcwU8Ubp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qcwU8Ubp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qcwU8Ubp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6qcwU8Ubp .row {
    flex-direction: column-reverse;
  }
  .cid-v6qcwU8Ubp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v6qcwU8Ubp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6qcwU8Ubp .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6qcwU8Ubp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6qcwU8Ubp .card-title {
  color: #9a8152;
}
.cid-v6qcwU8Ubp .mbr-text,
.cid-v6qcwU8Ubp .mbr-section-btn {
  color: #232323;
}
.cid-v6qvGrhMqW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6qvGrhMqW .mbr-text {
  position: relative;
}
.cid-v6qvGrhMqW .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-v6qvGrhMqW img {
  object-fit: contain;
}
.cid-v6qvGrhMqW .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-v6qvGrhMqW .mbr-text:after,
  .cid-v6qvGrhMqW .mbr-text:before {
    display: none;
  }
}
.cid-v6qvGrhMqW .mbr-section-title,
.cid-v6qvGrhMqW .logo {
  color: #9a8152;
}
.cid-v6qkKBmi1x {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v6qkKBmi1x .card-icon {
  font-size: 56px;
  color: #9a8152;
  transition: color 0.3s;
}
.cid-v6qkKBmi1x .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v6qkKBmi1x .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v6qkKBmi1x .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #9a8152;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v6qkKBmi1x .card {
  padding: 0!important;
}
.cid-v6qkKBmi1x .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v6qkKBmi1x .card-wrapper:hover {
  background: #9a8152;
}
.cid-v6qkKBmi1x .card-wrapper:hover .card-icon {
  color: #f8f6f2;
}
.cid-v6qkKBmi1x .card-wrapper:hover .line {
  background: #f8f6f2;
}
.cid-v6qkKBmi1x .card1 {
  background: #f8f6f2;
}
.cid-v6qkKBmi1x .card2 {
  background: #fcfbf9;
}
.cid-v6qkKBmi1x .card3 {
  background: #ffffff;
}
.cid-v6qkKBmi1x .card4 {
  background: #ffffff;
}
.cid-v6qkKBmi1x .card5 {
  background: #ffffff;
}
.cid-v6qkKBmi1x .card6 {
  background: #ffffff;
}
.cid-v6qkKBmi1x .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v6qkKBmi1x .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6qkKBmi1x .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v6qkKBmi1x .mbr-text,
.cid-v6qkKBmi1x .card-link {
  color: #3a341c;
}
.cid-v6qkKBmi1x .card-title,
.cid-v6qkKBmi1x .card-ico,
.cid-v6qkKBmi1x .line-wrap {
  color: #3a341c;
}
.cid-v7i127HbOt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v7i127HbOt h6 {
  line-height: 1.2;
}
.cid-v7i127HbOt img,
.cid-v7i127HbOt .item-img {
  width: 100%;
  height: 100%;
}
.cid-v7i127HbOt .item:focus,
.cid-v7i127HbOt span:focus {
  outline: none;
}
.cid-v7i127HbOt .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v7i127HbOt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v7i127HbOt .mbr-section-title {
  color: #000000;
}
.cid-v7i127HbOt .mbr-text,
.cid-v7i127HbOt .mbr-section-btn {
  color: #000000;
}
.cid-v7i127HbOt .item-title {
  color: #000000;
  text-align: center;
}
.cid-v7i127HbOt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7i127HbOt .item-text {
  color: #000000;
  text-align: center;
}
.cid-v7i127HbOt .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v7i127HbOt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7i14zRIGV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-v7i14zRIGV .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7i14zRIGV .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-v7i14zRIGV .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-v7i14zRIGV .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-v7i14zRIGV .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-v7i14zRIGV .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-v7i14zRIGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7i14zRIGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7i14zRIGV .mbr-description {
  text-align: left;
}
.cid-v7i14zRIGV .card-title,
.cid-v7i14zRIGV .iconfont-wrapper {
  color: #000000;
}
.cid-v7i14zRIGV .card-text {
  color: #000000;
}
.cid-v7i14zRIGV .mbr-section-title {
  color: #9a8152;
  text-align: center;
}
.cid-v7i14zRIGV .mbr-number {
  color: #9fe870;
}
.cid-v7i14zRIGV .mbr-text,
.cid-v7i14zRIGV .mbr-section-btn {
  text-align: center;
}
.cid-v7i14zRIGV .card-text,
.cid-v7i14zRIGV .item .mbr-section-btn {
  text-align: left;
}
.cid-v7i14zRIGV .smallImage {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7i14zRIGV .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-v7i14zRIGV .largeImage {
  width: 100%;
  height: 432px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7i14zRIGV .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-v7i14zRIGV .row {
  flex-direction: row-reverse;
}
.cid-v6qNghIUU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/inner-banner7-1920x400.webp");
}
.cid-v6qNghIUU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qNghIUU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qNghIUU0 .card-wrapper {
  background: #fafaf8;
}
@media (max-width: 767px) {
  .cid-v6qNghIUU0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6qNghIUU0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v6qNghIUU0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v6qNghIUU0 .mbr-text,
.cid-v6qNghIUU0 .mbr-section-btn {
  color: #7a6b4e;
}
.cid-v6qNghIUU0 .card-title,
.cid-v6qNghIUU0 .card-box {
  text-align: center;
  color: #7a6b4e;
}
.cid-v6qzScbeTs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6qzScbeTs .mbr-text {
  position: relative;
}
.cid-v6qzScbeTs .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-v6qzScbeTs img {
  object-fit: contain;
}
.cid-v6qzScbeTs .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-v6qzScbeTs .mbr-text:after,
  .cid-v6qzScbeTs .mbr-text:before {
    display: none;
  }
}
.cid-v6qzScbeTs .mbr-section-title,
.cid-v6qzScbeTs .logo {
  color: #9a8152;
}
.cid-v6qu3SDpPy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v6qu3SDpPy .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-v6qu3SDpPy .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-v6qu3SDpPy .card {
  height: fit-content;
}
.cid-v6qu3SDpPy h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v6qu3SDpPy .card1 {
  background: #f8f6f2;
}
.cid-v6qu3SDpPy .card2 {
  background: #9a8152;
}
.cid-v6qu3SDpPy .card3 {
  background: #f8f6f2;
}
.cid-v6qu3SDpPy .card4 {
  background: #232323;
}
.cid-v6qu3SDpPy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6qu3SDpPy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v6qu3SDpPy .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-v6qu3SDpPy .card-subtitle1 {
  text-align: center;
}
.cid-v6qu3SDpPy .card-title1 {
  text-align: center;
}
.cid-v6qu3SDpPy .mbr-text1 {
  text-align: center;
}
.cid-v6qu3SDpPy .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-v6qu3SDpPy .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-v6qu3SDpPy .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-v6qu3SDpPy .card-title3 {
  text-align: center;
}
.cid-v6qu3SDpPy .mbr-text3 {
  text-align: center;
}
.cid-v6qu3SDpPy .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-v6qu3SDpPy .card-title4 {
  text-align: center;
}
.cid-v6qu3SDpPy .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-v6qu3SDpPy .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-v6qu3SDpPy .card-title2,
.cid-v6qu3SDpPy .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-v6qu3SDpPy .card-title3,
.cid-v6qu3SDpPy .title-wrap3 {
  text-align: center;
  color: #9a8152;
}
.cid-v6qu3SDpPy .card-title4,
.cid-v6qu3SDpPy .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-v6qu3SDpPy .card-title1,
.cid-v6qu3SDpPy .title-wrap1 {
  text-align: center;
  color: #9a8152;
}
.cid-v6qu3SDpPy .title {
  text-align: center;
}
.cid-v6qH3JjQPF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1.webp");
}
.cid-v6qH3JjQPF .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
.cid-v6qH3JjQPF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6qH3JjQPF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v6qH3JjQPF .item-head {
  background: #9a8152;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6qH3JjQPF .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6qH3JjQPF .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v6qH3JjQPF .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6qH3JjQPF .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6qH3JjQPF .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v6qH3JjQPF .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v6qH3JjQPF .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6qH3JjQPF .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v6qH3JjQPF .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v6qH3JjQPF .btn {
  width: -webkit-fill-available;
}
.cid-v6qH3JjQPF .item:focus,
.cid-v6qH3JjQPF span:focus {
  outline: none;
}
.cid-v6qH3JjQPF .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v6qH3JjQPF .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6qH3JjQPF .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v6qH3JjQPF .mbr-section-title {
  color: #ffffff;
}
.cid-v6qH3JjQPF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6qH3JjQPF .mbr-text,
.cid-v6qH3JjQPF .mbr-section-btn {
  text-align: left;
}
.cid-v6qH3JjQPF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v6qH3JjQPF .item-subtitle {
  text-align: left;
  color: #f7f7f7;
}
.cid-v6qH3JjQPF .content-head {
  max-width: 800px;
}
.cid-v6qH3JjQPF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v6qH3JjQPF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v6qH3JjQPF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9a8152;
  background-color: #9a8152;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v6qH3JjQPF .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v6qH3JjQPF .mbr-text UL {
  text-align: left;
}
.cid-v6qNDwK561 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f6f2;
}
.cid-v6qNDwK561 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v6qNDwK561 .panel-group {
  border: none;
}
.cid-v6qNDwK561 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v6qNDwK561 .card-header {
    padding: 0rem;
  }
}
.cid-v6qNDwK561 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v6qNDwK561 .img-col {
  padding: 0;
}
.cid-v6qNDwK561 .img-item {
  height: 100%;
}
.cid-v6qNDwK561 img {
  height: 100%;
  object-fit: cover;
}
.cid-v6qNDwK561 .collapsed span {
  transform: rotate(0deg);
}
.cid-v6qNDwK561 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6qNDwK561 p {
  margin-bottom: 0.3rem;
}
.cid-v6qNDwK561 .panel-title-edit {
  color: #9a8152;
  text-align: left;
}
.cid-v6qNDwK561 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v6qNDwK561 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v6qNDwK561 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6qNDwK561 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v6qNDwK561 .panel-text {
  color: #000000;
}
.cid-v6qNDwK561 .mbr-section-title {
  text-align: center;
  color: #9a8152;
}
.cid-v6qNDwK561 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v6qNDwK561 .panel-title-edit,
.cid-v6qNDwK561 .mbr-iconfont {
  color: #000000;
}
.cid-v6qRVvTZQ1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/benefit-bg.webp");
}
.cid-v6qRVvTZQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qRVvTZQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qRVvTZQ1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6qRVvTZQ1 .row {
    flex-direction: column-reverse;
  }
  .cid-v6qRVvTZQ1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v6qRVvTZQ1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6qRVvTZQ1 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-v6qRVvTZQ1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6qRVvTZQ1 .card-title {
  color: #a0875d;
}
.cid-v6qSUq6Avy {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/home-1.webp");
}
.cid-v6qSUq6Avy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qSUq6Avy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qSUq6Avy .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v6qSUq6Avy .card-title,
.cid-v6qSUq6Avy .iconfont-wrapper {
  color: #ffffff;
}
.cid-v6qSUq6Avy .card-text {
  color: #ffffff;
}
.cid-v6qSUq6Avy .mbr-section-title {
  color: #f8f6f2;
}
.cid-v6qSUq6Avy .mbr-section-subtitle {
  color: #232323;
}
.cid-v6qSUq6Avy .content-head {
  max-width: 800px;
}
.cid-v6r74VMsqr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f6f2;
}
.cid-v6r74VMsqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6r74VMsqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6r74VMsqr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6r74VMsqr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6r74VMsqr .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-v6r74VMsqr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v6r74VMsqr .mbr-section-title {
  color: #9a8152;
}
.cid-v6r74VMsqr .mbr-text,
.cid-v6r74VMsqr .mbr-section-btn {
  color: #000000;
}
.cid-v6r05edaTU {
  overflow-x: hidden !important;
}
.cid-v6r05edaTU,
.cid-v6r05edaTU .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-v6r05edaTU .mbr-section-title {
  color: #9a8152;
}
.cid-v6r05edaTU .mbr-section-title span {
  color: #9a8152;
}
.cid-v6r05edaTU .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-v6r05edaTU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 25s !important;
  animation-duration: 25s;
  background-image: url("../../../assets/images/mbr-1-1920x489.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-v6r05edaTU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-v6r05edaTU .mbr-overlay {
  z-index: 1;
}
.cid-v6r05edaTU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-v6r1m5TWhY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v6r1m5TWhY .mbr-text {
  color: #000000;
}
.cid-v6r1m5TWhY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v6r1m5TWhY .mbr-section-title {
  color: #7a6b4e;
  text-align: left;
}
.cid-v6r1m5TWhY .mbr-section-subtitle,
.cid-v6r1m5TWhY .main-button {
  text-align: left;
  color: #3a341c;
}
.cid-v6r1m5TWhY .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6r1m5TWhY .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v6r1m5TWhY .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v6r1m5TWhY .panel-group {
  border: none;
}
.cid-v6r1m5TWhY .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v6r1m5TWhY .card-header {
    padding: 0rem;
  }
}
.cid-v6r1m5TWhY .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v6r1m5TWhY .collapsed span {
  transform: rotate(0deg);
}
.cid-v6r1m5TWhY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v6r1m5TWhY p {
  margin-bottom: 0.3rem;
}
.cid-v6r1m5TWhY .panel-title-edit {
  color: #000000;
}
.cid-v6r1m5TWhY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v6r1m5TWhY .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v6r1m5TWhY .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6r1m5TWhY .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v6r1m5TWhY .panel-text {
  color: #000000;
}
.cid-v6r1m5TWhY .panel-title-edit,
.cid-v6r1m5TWhY .mbr-iconfont {
  color: #9a8152;
}
.cid-v6r8Stgy1D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/2.webp");
}
.cid-v6r8Stgy1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6r8Stgy1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6r8Stgy1D .card-wrapper {
  overflow: hidden;
  background: #f8f6f2;
}
.cid-v6r8Stgy1D .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6r8Stgy1D .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v6r8Stgy1D .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v6r8Stgy1D .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v6r8Stgy1D .row {
  flex-direction: row-reverse;
}
.cid-v6r8Stgy1D .image-wrapper {
  padding: 0 1rem;
}
.cid-v6r8Stgy1D img,
.cid-v6r8Stgy1D .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v6r8Stgy1D img,
  .cid-v6r8Stgy1D .image-wrapper {
    max-height: 350px;
  }
}
.cid-v6r8Stgy1D .mbr-section-title {
  color: #7a6b4e;
  text-align: center;
}
.cid-v6r8Stgy1D .mbr-text {
  color: #000000;
}
.cid-v6r8Stgy1D .mbr-text,
.cid-v6r8Stgy1D .mbr-section-btn {
  color: #9a8152;
  text-align: center;
}
.cid-v6ZK0hDpim .google-map {
  height: 25rem;
  position: relative;
}
.cid-v6ZK0hDpim .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v6ZK0hDpim .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v6ZK0hDpim .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v6ZK0hDpim .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v6ZKShJHAM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/designarena-image-gv5pd8fs-1.webp");
}
.cid-v6ZKShJHAM .title {
  padding-bottom: 2.5rem;
}
.cid-v6ZKShJHAM .mbr-text {
  color: #d6d1c6;
  margin: 0;
  padding-top: 0.5rem;
  text-align: justify;
}
.cid-v6ZKShJHAM .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .cid-v6ZKShJHAM .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-v6ZKShJHAM .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
}
.cid-v6ZKShJHAM .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6ZKShJHAM .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-v6ZKShJHAM .wrapper {
    flex-wrap: wrap;
  }
  .cid-v6ZKShJHAM .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6ZKShJHAM .wrapper .b-info {
  width: 100%;
}
.cid-v6ZKShJHAM H6 {
  color: #d6d1c6;
}
.cid-v6ZKShJHAM H4 {
  color: #edefeb;
  text-align: justify;
}
.cid-v6tJjrh6u8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6tJjrh6u8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6tYlYCl6T {
  z-index: 1000;
  width: 100%;
}
.cid-v6tYlYCl6T nav.navbar {
  position: fixed;
}
.cid-v6tYlYCl6T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6tYlYCl6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6tYlYCl6T .dropdown-item:hover,
.cid-v6tYlYCl6T .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6tYlYCl6T .dropdown-item:hover span {
  color: white;
}
.cid-v6tYlYCl6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6tYlYCl6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6tYlYCl6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6tYlYCl6T .nav-link {
  position: relative;
}
.cid-v6tYlYCl6T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown-menu,
.cid-v6tYlYCl6T .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6tYlYCl6T .nav-item:focus,
.cid-v6tYlYCl6T .nav-link:focus {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6tYlYCl6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6tYlYCl6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6tYlYCl6T .navbar.opened {
  transition: all 0.3s;
}
.cid-v6tYlYCl6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6tYlYCl6T .navbar .navbar-logo img {
  width: auto;
}
.cid-v6tYlYCl6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6tYlYCl6T .navbar.collapsed {
  justify-content: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6tYlYCl6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6tYlYCl6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6tYlYCl6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6tYlYCl6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6tYlYCl6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6tYlYCl6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6tYlYCl6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6tYlYCl6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6tYlYCl6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6tYlYCl6T .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-v6tYlYCl6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6tYlYCl6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown-item.active,
.cid-v6tYlYCl6T .dropdown-item:active {
  background-color: transparent;
}
.cid-v6tYlYCl6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6tYlYCl6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6tYlYCl6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6tYlYCl6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6tYlYCl6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6tYlYCl6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6tYlYCl6T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6tYlYCl6T .navbar {
    height: 70px;
  }
  .cid-v6tYlYCl6T .navbar.opened {
    height: auto;
  }
  .cid-v6tYlYCl6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6ubFlEbvM {
  background-image: url("../../../assets/images/home2.webp");
  background-position: right;
}
.cid-v6ubFlEbvM .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-v6ubFlEbvM .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-v6ubFlEbvM .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-v6ubFlEbvM img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-v6ubFlEbvM .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-v6v30yza8r {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v6v30yza8r .card-wrapper {
  z-index: 3;
}
.cid-v6v30yza8r .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-v6v30yza8r:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-v6v30yza8r .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v6v30yza8r .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v6v30yza8r H2 {
  color: #d6d1c6;
}
.cid-v7nvBUh8rI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7nvBUh8rI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7nvBUh8rI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7nvBUh8rI .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-v7nvBUh8rI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7nvBUh8rI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7nvBUh8rI .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v7nvBUh8rI .mbr-text,
.cid-v7nvBUh8rI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7nvBUh8rI .card-title,
.cid-v7nvBUh8rI .card-box {
  text-align: center;
  color: #9a8152;
}
.cid-v7nsOP3O2d {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7nsOP3O2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7nsOP3O2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7nsOP3O2d .row-reverse {
  flex-direction: row-reverse;
}
.cid-v7nsOP3O2d .row {
  flex-direction: row-reverse;
}
.cid-v7nsOP3O2d .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-v7nsOP3O2d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7nsOP3O2d .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v7nsOP3O2d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7nsOP3O2d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7nsOP3O2d .mbr-section-title {
  color: #9a8152;
}
.cid-v7nsOP3O2d .mbr-text,
.cid-v7nsOP3O2d .mbr-section-btn {
  color: #000000;
}
.cid-v7nsOP3O2d img {
  width: 100%;
  height: 100%;
}
.cid-v6viraIMW9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f6f2;
}
.cid-v6viraIMW9 .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-v6viraIMW9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6viraIMW9 p {
  color: #767676;
  text-align: left;
}
.cid-v6viraIMW9 .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v6viraIMW9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v6viraIMW9 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v6viraIMW9 h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-v6viraIMW9 h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-v6viraIMW9 h3:hover:after {
  margin-left: -15px;
}
.cid-v6viraIMW9 P {
  text-align: center;
}
.cid-v6viraIMW9 .card-title {
  text-align: center;
  color: #9a8152;
}
.cid-v6viraIMW9 H3 {
  text-align: center;
}
.cid-v6viraIMW9 .number {
  text-align: center;
  color: #9a8152;
}
.cid-v6viraIMW9 H1 {
  text-align: center;
  color: #7a6b4e;
}
.cid-v6viraIMW9 H2 {
  text-align: center;
  color: #9a8152;
}
.cid-v6vd8cEbD2 {
  overflow-x: hidden !important;
}
.cid-v6vd8cEbD2,
.cid-v6vd8cEbD2 .scroll-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-v6vd8cEbD2 .mbr-section-title {
  color: #ffffff;
}
.cid-v6vd8cEbD2 .mbr-section-title span {
  color: #9a8152;
}
.cid-v6vd8cEbD2 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-v6vd8cEbD2 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/background10.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-v6vd8cEbD2 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-v6vd8cEbD2 .mbr-overlay {
  z-index: 1;
}
.cid-v6vd8cEbD2 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-v6vc7c25DZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v6vc7c25DZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6vc7c25DZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6vc7c25DZ .card-wrapper {
  overflow: hidden;
  background: #f8f6f2;
}
.cid-v6vc7c25DZ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v6vc7c25DZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v6vc7c25DZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v6vc7c25DZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v6vc7c25DZ .image-wrapper {
  padding: 0 1rem;
}
.cid-v6vc7c25DZ img,
.cid-v6vc7c25DZ .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v6vc7c25DZ img,
  .cid-v6vc7c25DZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-v6vc7c25DZ .mbr-section-title {
  color: #9a8152;
}
.cid-v6vc7c25DZ .mbr-text {
  color: #000000;
}
.cid-v6vkjK6Hnu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f8f6f2;
}
.cid-v6vkjK6Hnu .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-v6vkjK6Hnu .container {
  max-width: 1500px;
}
.cid-v6vkjK6Hnu .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-v6vkjK6Hnu .container {
    padding: 0 4rem;
  }
}
.cid-v6vkjK6Hnu .mbr-text,
.cid-v6vkjK6Hnu .mbr-section-btn {
  color: #9a8152;
  text-align: justify;
}
.cid-v6vkjK6Hnu .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-v6vkjK6Hnu .btn .mbr-iconfont {
  order: 2;
}
.cid-v6vkjK6Hnu .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-v6vkjK6Hnu .align-left {
    text-align: center;
  }
  .cid-v6vkjK6Hnu .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-v6vkjK6Hnu H1 {
  color: #9a8152;
}
.cid-v6vkjK6Hnu H2 {
  color: #9a8152;
}
.cid-v6tJjrh6u8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6tJjrh6u8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6vlqTA48z {
  z-index: 1000;
  width: 100%;
}
.cid-v6vlqTA48z nav.navbar {
  position: fixed;
}
.cid-v6vlqTA48z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6vlqTA48z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6vlqTA48z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6vlqTA48z .dropdown-item:hover,
.cid-v6vlqTA48z .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6vlqTA48z .dropdown-item:hover span {
  color: white;
}
.cid-v6vlqTA48z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6vlqTA48z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6vlqTA48z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6vlqTA48z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6vlqTA48z .nav-link {
  position: relative;
}
.cid-v6vlqTA48z .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6vlqTA48z .container {
    flex-wrap: wrap;
  }
}
.cid-v6vlqTA48z .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6vlqTA48z .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6vlqTA48z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6vlqTA48z .dropdown-menu,
.cid-v6vlqTA48z .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6vlqTA48z .nav-item:focus,
.cid-v6vlqTA48z .nav-link:focus {
  outline: none;
}
.cid-v6vlqTA48z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6vlqTA48z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6vlqTA48z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6vlqTA48z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6vlqTA48z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6vlqTA48z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6vlqTA48z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6vlqTA48z .navbar.opened {
  transition: all 0.3s;
}
.cid-v6vlqTA48z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6vlqTA48z .navbar .navbar-logo img {
  width: auto;
}
.cid-v6vlqTA48z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6vlqTA48z .navbar.collapsed {
  justify-content: center;
}
.cid-v6vlqTA48z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6vlqTA48z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6vlqTA48z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6vlqTA48z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6vlqTA48z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6vlqTA48z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6vlqTA48z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6vlqTA48z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6vlqTA48z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6vlqTA48z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6vlqTA48z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6vlqTA48z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6vlqTA48z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6vlqTA48z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6vlqTA48z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6vlqTA48z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6vlqTA48z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6vlqTA48z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6vlqTA48z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6vlqTA48z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6vlqTA48z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6vlqTA48z .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6vlqTA48z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6vlqTA48z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6vlqTA48z .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-v6vlqTA48z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6vlqTA48z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6vlqTA48z .dropdown-item.active,
.cid-v6vlqTA48z .dropdown-item:active {
  background-color: transparent;
}
.cid-v6vlqTA48z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6vlqTA48z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6vlqTA48z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6vlqTA48z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6vlqTA48z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6vlqTA48z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6vlqTA48z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6vlqTA48z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6vlqTA48z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6vlqTA48z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6vlqTA48z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6vlqTA48z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6vlqTA48z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6vlqTA48z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6vlqTA48z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6vlqTA48z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6vlqTA48z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6vlqTA48z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6vlqTA48z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6vlqTA48z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6vlqTA48z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6vlqTA48z .navbar {
    height: 70px;
  }
  .cid-v6vlqTA48z .navbar.opened {
    height: auto;
  }
  .cid-v6vlqTA48z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6vpHqa3Ss {
  background-image: url("../../../assets/images/hotel-la-garenne-colombe-pavillon92-reservation-22.webp");
}
.cid-v6vpHqa3Ss .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-v6vpHqa3Ss .mbr-section-title {
  color: #9a8152;
}
.cid-v6vpHqa3Ss .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6vpHqa3Ss .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v6vlqV5t35 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/inner-banner1.webp");
}
.cid-v6vlqV5t35 .card-wrapper {
  z-index: 3;
}
.cid-v6vlqV5t35 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-v6vlqV5t35:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-v6vlqV5t35 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v6vlqV5t35 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v6vlqV5t35 H2 {
  color: #d6d1c6;
}
.cid-v7syRCZW0y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-v7syRCZW0y img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v7syRCZW0y img:hover {
  transform: scale(1.1);
}
.cid-v7syRCZW0y .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v7syRCZW0y h2 {
  padding: 0;
  margin: 0;
}
.cid-v7syRCZW0y .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7syRCZW0y .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v7syRCZW0y .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v7syRCZW0y .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v7syRCZW0y .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v7syRCZW0y .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v7syRCZW0y .mbr-iconfont {
  margin: 0!important;
}
.cid-v7syRCZW0y .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v7syRCZW0y .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v7syRCZW0y .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v7syRCZW0y .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v7syRCZW0y .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v7syRCZW0y H2 {
  color: #333333;
}
.cid-v7syRCZW0y .mbr-text {
  color: #767676;
}
.cid-v7syRCZW0y H1 {
  color: #9a8152;
}
.cid-v7v7suxmAT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v7v7suxmAT img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v7v7suxmAT img:hover {
  transform: scale(1.1);
}
.cid-v7v7suxmAT .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v7v7suxmAT h2 {
  padding: 0;
  margin: 0;
}
.cid-v7v7suxmAT .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7v7suxmAT .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v7v7suxmAT .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v7v7suxmAT .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v7v7suxmAT .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v7v7suxmAT .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v7v7suxmAT .mbr-iconfont {
  margin: 0!important;
}
.cid-v7v7suxmAT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v7v7suxmAT .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v7v7suxmAT .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v7v7suxmAT .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v7v7suxmAT .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v7v7suxmAT H2 {
  color: #333333;
}
.cid-v7v7suxmAT .mbr-text {
  color: #767676;
}
.cid-v7v7suxmAT H1 {
  color: #9a8152;
}
.cid-v7vam993Mi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v7vam993Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vam993Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vam993Mi .mbr-text {
  color: #000000;
}
.cid-v7vam993Mi .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7vam993Mi .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7vam993Mi .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7vam993Mi .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7vam993Mi .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7vam993Mi .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7vam993Mi .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7vam993Mi .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7vam993Mi .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9a8152;
  background-color: #9a8152;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7vam993Mi .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v7vam993Mi .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v7vam993Mi .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9a8152;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7vam993Mi .mbr-text UL {
  text-align: left;
}
.cid-v7vam993Mi .mbr-section-subtitle,
.cid-v7vam993Mi .main-button {
  color: #9a8152;
}
.cid-v6vlqXAg3b {
  overflow-x: hidden !important;
}
.cid-v6vlqXAg3b,
.cid-v6vlqXAg3b .scroll-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-v6vlqXAg3b .mbr-section-title {
  color: #ffffff;
}
.cid-v6vlqXAg3b .mbr-section-title span {
  color: #9a8152;
}
.cid-v6vlqXAg3b .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-v6vlqXAg3b .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/hotel-la-garenne-colombe-pavillon92-reservation-28.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-v6vlqXAg3b .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-v6vlqXAg3b .mbr-overlay {
  z-index: 1;
}
.cid-v6vlqXAg3b .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-v7vcAGpMii {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v7vcAGpMii .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vcAGpMii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vcAGpMii .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v7vcAGpMii .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7vcAGpMii .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7vcAGpMii .card-wrapper {
    padding: 4rem;
  }
}
.cid-v7vcAGpMii .wrap {
  background: url("../../../assets/images/background1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-v7vcAGpMii .wrap .inner-wrap {
  padding: 40px;
}
.cid-v7vcAGpMii .card-title {
  color: #9a8152;
  text-align: center;
}
.cid-v7vcAGpMii .mbr-text,
.cid-v7vcAGpMii .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7Ul9SQLJ2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/designarena-image-gv5pd8fs-1.webp");
}
.cid-v7Ul9SQLJ2 .title {
  padding-bottom: 2.5rem;
}
.cid-v7Ul9SQLJ2 .mbr-text {
  color: #d6d1c6;
  margin: 0;
  padding-top: 0.5rem;
  text-align: justify;
}
.cid-v7Ul9SQLJ2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .cid-v7Ul9SQLJ2 .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-v7Ul9SQLJ2 .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
}
.cid-v7Ul9SQLJ2 .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Ul9SQLJ2 .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-v7Ul9SQLJ2 .wrapper {
    flex-wrap: wrap;
  }
  .cid-v7Ul9SQLJ2 .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Ul9SQLJ2 .wrapper .b-info {
  width: 100%;
}
.cid-v7Ul9SQLJ2 H6 {
  color: #d6d1c6;
}
.cid-v7Ul9SQLJ2 H4 {
  color: #edefeb;
  text-align: justify;
}
.cid-v6vlqZaL2Y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6vlqZaL2Y .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6tYlYCl6T {
  z-index: 1000;
  width: 100%;
}
.cid-v6tYlYCl6T nav.navbar {
  position: fixed;
}
.cid-v6tYlYCl6T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6tYlYCl6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6tYlYCl6T .dropdown-item:hover,
.cid-v6tYlYCl6T .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6tYlYCl6T .dropdown-item:hover span {
  color: white;
}
.cid-v6tYlYCl6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6tYlYCl6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6tYlYCl6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6tYlYCl6T .nav-link {
  position: relative;
}
.cid-v6tYlYCl6T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown-menu,
.cid-v6tYlYCl6T .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6tYlYCl6T .nav-item:focus,
.cid-v6tYlYCl6T .nav-link:focus {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6tYlYCl6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6tYlYCl6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6tYlYCl6T .navbar.opened {
  transition: all 0.3s;
}
.cid-v6tYlYCl6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6tYlYCl6T .navbar .navbar-logo img {
  width: auto;
}
.cid-v6tYlYCl6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6tYlYCl6T .navbar.collapsed {
  justify-content: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6tYlYCl6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6tYlYCl6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6tYlYCl6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6tYlYCl6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6tYlYCl6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6tYlYCl6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6tYlYCl6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6tYlYCl6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6tYlYCl6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6tYlYCl6T .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-v6tYlYCl6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6tYlYCl6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown-item.active,
.cid-v6tYlYCl6T .dropdown-item:active {
  background-color: transparent;
}
.cid-v6tYlYCl6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6tYlYCl6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6tYlYCl6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6tYlYCl6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6tYlYCl6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6tYlYCl6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6tYlYCl6T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6tYlYCl6T .navbar {
    height: 70px;
  }
  .cid-v6tYlYCl6T .navbar.opened {
    height: auto;
  }
  .cid-v6tYlYCl6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7bLfjGYmU {
  background-image: url("../../../assets/images/designarena-image-loxyhumy-2.webp");
}
.cid-v7bLfjGYmU .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #232323;
}
.cid-v7bLfjGYmU .block {
  background-color: #d6d1c6;
}
.cid-v7bLfjGYmU img {
  width: 100%;
}
.cid-v7bLfjGYmU .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-v7bLfjGYmU .content {
  max-width: 600px;
}
.cid-v7bLfjGYmU h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v7bLfjGYmU .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v7bLfjGYmU h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7bLfjGYmU .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v7bLfjGYmU h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-v7bLfjGYmU .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-v7bLfjGYmU H1 {
  color: #9a8152;
}
.cid-v7bKRPknto {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7bKRPknto .item:focus,
.cid-v7bKRPknto span:focus {
  outline: none;
}
.cid-v7bKRPknto .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v7bKRPknto .content-head {
  max-width: 800px;
}
.cid-v7bKRPknto .item {
  color: #9a8152;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v7bKRPknto .item {
    min-height: 45px;
  }
}
.cid-v7gz1eccB0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7gz1eccB0 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-v7gz1eccB0 .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-v7gz1eccB0 .card-wrap:hover h4,
.cid-v7gz1eccB0 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-v7gz1eccB0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-v7gz1eccB0 h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-v7gz1eccB0 img {
  width: 100%;
}
.cid-v7gz1eccB0 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v7gz1eccB0 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v7gz1eccB0 .card-title1,
.cid-v7gz1eccB0 .title-wrap1 {
  color: #ffffff;
}
.cid-v7gz1eccB0 .card-title,
.cid-v7gz1eccB0 .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7gz1eccB0 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-v7gz1eccB0 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-v7gz1eccB0 H3 {
  color: #ffffff;
}
.cid-v7fOQ5SzY1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7fOQ5SzY1 .mbr-text {
  color: #767676;
}
.cid-v7fOQ5SzY1 .mbr-section-subtitle {
  color: #767676;
}
.cid-v7fOQ5SzY1 .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7fOQ5SzY1 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 2.8rem;
}
.cid-v7fOQ5SzY1 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-v7fOQ5SzY1 .card-text {
  margin-top: 2rem;
}
.cid-v7fOQ5SzY1 .card-box {
  margin-bottom: 1rem;
}
.cid-v7fOQ5SzY1 .num {
  color: #d6d1c6;
}
@media (max-width: 767px) {
  .cid-v7fOQ5SzY1 .num,
  .cid-v7fOQ5SzY1 .card-title,
  .cid-v7fOQ5SzY1 .mbr-text,
  .cid-v7fOQ5SzY1 .mbr-title,
  .cid-v7fOQ5SzY1 .mbr-section-subtitle,
  .cid-v7fOQ5SzY1 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-v7fOQ5SzY1 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v7flws0XhG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7flws0XhG .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-v7flws0XhG img {
    width: 90%;
  }
}
.cid-v7flws0XhG .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-v7flws0XhG .items {
  margin-bottom: 0;
}
.cid-v7flws0XhG .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-v7flws0XhG .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-v7flws0XhG .soc-item:hover span {
  color: #9a8152 !important;
}
.cid-v7flws0XhG .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7flws0XhG .social-list {
    justify-content: center;
  }
}
.cid-v7flws0XhG .mbr-text,
.cid-v7flws0XhG .mbr-section-btn {
  color: #656565;
}
.cid-v7flws0XhG .card-title {
  color: #9a8152;
}
.cid-v7fPWWcXua {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v7fPWWcXua .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7fPWWcXua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7fPWWcXua .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v7fPWWcXua .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v7fPWWcXua .mbr-iconfont {
  font-size: 2rem;
  color: #9a8152;
  padding-right: 1.5rem;
}
.cid-v7fPYuKZXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7fPYuKZXo blockquote {
  border-color: #9a8152;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v7fPYuKZXo .mbr-section-title {
  color: #9a8152;
}
.cid-v7fPYuKZXo .mbr-text {
  color: #656565;
}
.cid-v7vrM6Tqsl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f6f2;
}
.cid-v7vrM6Tqsl .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-v7vrM6Tqsl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v7vrM6Tqsl p {
  color: #767676;
  text-align: left;
}
.cid-v7vrM6Tqsl .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v7vrM6Tqsl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v7vrM6Tqsl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v7vrM6Tqsl h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-v7vrM6Tqsl h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-v7vrM6Tqsl h3:hover:after {
  margin-left: -15px;
}
.cid-v7vrM6Tqsl P {
  text-align: center;
}
.cid-v7vrM6Tqsl .card-title {
  text-align: center;
  color: #9a8152;
}
.cid-v7vrM6Tqsl H3 {
  text-align: center;
}
.cid-v7vrM6Tqsl .number {
  text-align: center;
  color: #9a8152;
}
.cid-v7vrM6Tqsl H1 {
  text-align: center;
  color: #7a6b4e;
}
.cid-v7vrM6Tqsl H2 {
  text-align: center;
  color: #9a8152;
}
.cid-v7g5xEuT9j {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7g5xEuT9j .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-v7g5xEuT9j img {
    width: 90%;
  }
}
.cid-v7g5xEuT9j .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-v7g5xEuT9j .items {
  margin-bottom: 0;
}
.cid-v7g5xEuT9j .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-v7g5xEuT9j .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-v7g5xEuT9j .soc-item:hover span {
  color: #9a8152 !important;
}
.cid-v7g5xEuT9j .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7g5xEuT9j .social-list {
    justify-content: center;
  }
}
.cid-v7g5xEuT9j .mbr-text,
.cid-v7g5xEuT9j .mbr-section-btn {
  color: #656565;
}
.cid-v7g5xEuT9j .card-title {
  color: #9a8152;
}
.cid-v7hSmVoE5s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7hSmVoE5s li {
  list-style: none;
}
.cid-v7hSmVoE5s .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7hSmVoE5s .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7hSmVoE5s h4 {
  margin: 0;
}
.cid-v7hSmVoE5s .item {
  color: #57468b;
}
.cid-v7hSmVoE5s ul {
  padding: 0;
  margin: 0;
}
.cid-v7hSmVoE5s .col-title {
  color: #57468b;
}
.cid-v7hSmVoE5s .col-title1 {
  color: #656565;
}
.cid-v7hSmVoE5s .col-title2 {
  color: #656565;
}
.cid-v7hSmVoE5s .col-title3 {
  color: #656565;
}
.cid-v7hSmVoE5s .col-title4 {
  color: #656565;
}
.cid-v7hSmVoE5s .item1 {
  color: #000000;
}
.cid-v7hSmVoE5s .item2 {
  color: #232323;
}
.cid-v7hSmVoE5s .item3 {
  color: #232323;
}
.cid-v7hSmVoE5s .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7hSmVoE5s .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7hOwxZe1m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7hOwxZe1m li {
  list-style: none;
}
.cid-v7hOwxZe1m .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7hOwxZe1m .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7hOwxZe1m h4 {
  margin: 0;
}
.cid-v7hOwxZe1m .item {
  color: #57468b;
}
.cid-v7hOwxZe1m ul {
  padding: 0;
  margin: 0;
}
.cid-v7hOwxZe1m .col-title {
  color: #57468b;
}
.cid-v7hOwxZe1m .col-title1 {
  color: #9a8152;
}
.cid-v7hOwxZe1m .col-title2 {
  color: #9a8152;
}
.cid-v7hOwxZe1m .col-title3 {
  color: #9a8152;
}
.cid-v7hOwxZe1m .col-title4 {
  color: #9a8152;
}
.cid-v7hOwxZe1m .item1 {
  color: #232323;
}
.cid-v7hOwxZe1m .item2 {
  color: #232323;
}
.cid-v7hOwxZe1m .item3 {
  color: #232323;
}
.cid-v7hOwxZe1m .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7hOwxZe1m .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7hUZAhMa9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7hUZAhMa9 li {
  list-style: none;
}
.cid-v7hUZAhMa9 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7hUZAhMa9 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7hUZAhMa9 h4 {
  margin: 0;
}
.cid-v7hUZAhMa9 .item {
  color: #57468b;
}
.cid-v7hUZAhMa9 ul {
  padding: 0;
  margin: 0;
}
.cid-v7hUZAhMa9 .col-title {
  color: #57468b;
}
.cid-v7hUZAhMa9 .col-title1 {
  color: #9a8152;
}
.cid-v7hUZAhMa9 .col-title2 {
  color: #9a8152;
}
.cid-v7hUZAhMa9 .col-title3 {
  color: #9a8152;
}
.cid-v7hUZAhMa9 .col-title4 {
  color: #9a8152;
}
.cid-v7hUZAhMa9 .item1 {
  color: #232323;
}
.cid-v7hUZAhMa9 .item2 {
  color: #232323;
}
.cid-v7hUZAhMa9 .item3 {
  color: #232323;
}
.cid-v7hUZAhMa9 .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7hUZAhMa9 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7hS2iBEni {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7hS2iBEni li {
  list-style: none;
}
.cid-v7hS2iBEni .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7hS2iBEni .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7hS2iBEni h4 {
  margin: 0;
}
.cid-v7hS2iBEni .item {
  color: #57468b;
}
.cid-v7hS2iBEni ul {
  padding: 0;
  margin: 0;
}
.cid-v7hS2iBEni .col-title {
  color: #57468b;
}
.cid-v7hS2iBEni .col-title1 {
  color: #9a8152;
}
.cid-v7hS2iBEni .col-title2 {
  color: #9a8152;
}
.cid-v7hS2iBEni .col-title3 {
  color: #9a8152;
}
.cid-v7hS2iBEni .col-title4 {
  color: #9a8152;
}
.cid-v7hS2iBEni .item1 {
  color: #232323;
}
.cid-v7hS2iBEni .item2 {
  color: #232323;
}
.cid-v7hS2iBEni .item3 {
  color: #232323;
}
.cid-v7hS2iBEni .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7hS2iBEni .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7hStFebOj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7hStFebOj li {
  list-style: none;
}
.cid-v7hStFebOj .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7hStFebOj .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7hStFebOj h4 {
  margin: 0;
}
.cid-v7hStFebOj .item {
  color: #57468b;
}
.cid-v7hStFebOj ul {
  padding: 0;
  margin: 0;
}
.cid-v7hStFebOj .col-title {
  color: #57468b;
}
.cid-v7hStFebOj .col-title1 {
  color: #9a8152;
}
.cid-v7hStFebOj .col-title2 {
  color: #9a8152;
}
.cid-v7hStFebOj .col-title3 {
  color: #9a8152;
}
.cid-v7hStFebOj .col-title4 {
  color: #9a8152;
}
.cid-v7hStFebOj .item1 {
  color: #232323;
}
.cid-v7hStFebOj .item2 {
  color: #232323;
}
.cid-v7hStFebOj .item3 {
  color: #232323;
}
.cid-v7hStFebOj .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7hStFebOj .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7hSiB0U2T {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7hSiB0U2T li {
  list-style: none;
}
.cid-v7hSiB0U2T .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7hSiB0U2T .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7hSiB0U2T h4 {
  margin: 0;
}
.cid-v7hSiB0U2T .item {
  color: #57468b;
}
.cid-v7hSiB0U2T ul {
  padding: 0;
  margin: 0;
}
.cid-v7hSiB0U2T .col-title {
  color: #57468b;
}
.cid-v7hSiB0U2T .col-title1 {
  color: #9a8152;
}
.cid-v7hSiB0U2T .col-title2 {
  color: #9a8152;
}
.cid-v7hSiB0U2T .col-title3 {
  color: #9a8152;
}
.cid-v7hSiB0U2T .col-title4 {
  color: #9a8152;
}
.cid-v7hSiB0U2T .item1 {
  color: #232323;
}
.cid-v7hSiB0U2T .item2 {
  color: #232323;
}
.cid-v7hSiB0U2T .item3 {
  color: #232323;
}
.cid-v7hSiB0U2T .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7hSiB0U2T .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7UkOs65LA {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/designarena-image-gv5pd8fs-1.webp");
}
.cid-v7UkOs65LA .title {
  padding-bottom: 2.5rem;
}
.cid-v7UkOs65LA .mbr-text {
  color: #d6d1c6;
  margin: 0;
  padding-top: 0.5rem;
  text-align: justify;
}
.cid-v7UkOs65LA .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .cid-v7UkOs65LA .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-v7UkOs65LA .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
}
.cid-v7UkOs65LA .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7UkOs65LA .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-v7UkOs65LA .wrapper {
    flex-wrap: wrap;
  }
  .cid-v7UkOs65LA .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7UkOs65LA .wrapper .b-info {
  width: 100%;
}
.cid-v7UkOs65LA H6 {
  color: #d6d1c6;
}
.cid-v7UkOs65LA H4 {
  color: #edefeb;
  text-align: justify;
}
.cid-v6tJjrh6u8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6tJjrh6u8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6tYlYCl6T {
  z-index: 1000;
  width: 100%;
}
.cid-v6tYlYCl6T nav.navbar {
  position: fixed;
}
.cid-v6tYlYCl6T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6tYlYCl6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6tYlYCl6T .dropdown-item:hover,
.cid-v6tYlYCl6T .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6tYlYCl6T .dropdown-item:hover span {
  color: white;
}
.cid-v6tYlYCl6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6tYlYCl6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6tYlYCl6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6tYlYCl6T .nav-link {
  position: relative;
}
.cid-v6tYlYCl6T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown-menu,
.cid-v6tYlYCl6T .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6tYlYCl6T .nav-item:focus,
.cid-v6tYlYCl6T .nav-link:focus {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6tYlYCl6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6tYlYCl6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6tYlYCl6T .navbar.opened {
  transition: all 0.3s;
}
.cid-v6tYlYCl6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6tYlYCl6T .navbar .navbar-logo img {
  width: auto;
}
.cid-v6tYlYCl6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6tYlYCl6T .navbar.collapsed {
  justify-content: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6tYlYCl6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6tYlYCl6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6tYlYCl6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6tYlYCl6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6tYlYCl6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6tYlYCl6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6tYlYCl6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6tYlYCl6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6tYlYCl6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6tYlYCl6T .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-v6tYlYCl6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6tYlYCl6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown-item.active,
.cid-v6tYlYCl6T .dropdown-item:active {
  background-color: transparent;
}
.cid-v6tYlYCl6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6tYlYCl6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6tYlYCl6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6tYlYCl6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6tYlYCl6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6tYlYCl6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6tYlYCl6T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6tYlYCl6T .navbar {
    height: 70px;
  }
  .cid-v6tYlYCl6T .navbar.opened {
    height: auto;
  }
  .cid-v6tYlYCl6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7lZJLPW8S {
  background-color: #edefeb;
}
.cid-v7lZJLPW8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lZJLPW8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v7lZJLPW8S .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v7lZJLPW8S .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7lZJLPW8S .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v7lZJLPW8S .card-wrapper {
  background: #ffffff;
}
.cid-v7lZJLPW8S .mbr-text,
.cid-v7lZJLPW8S .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-v7lZJLPW8S .card-title,
.cid-v7lZJLPW8S .card-box {
  text-align: center;
  color: #000000;
}
.cid-v7lZJLPW8S .image-wrapper img {
  width: 100%;
}
.cid-v7lZJLPW8S .mbr-section-subtitle {
  color: #9a8152;
  text-align: justify;
}
.cid-v6tJjrh6u8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6tJjrh6u8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v7n0U8IKbB {
  z-index: 1000;
  width: 100%;
}
.cid-v7n0U8IKbB nav.navbar {
  position: fixed;
}
.cid-v7n0U8IKbB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7n0U8IKbB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7n0U8IKbB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7n0U8IKbB .dropdown-item:hover,
.cid-v7n0U8IKbB .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v7n0U8IKbB .dropdown-item:hover span {
  color: white;
}
.cid-v7n0U8IKbB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7n0U8IKbB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7n0U8IKbB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7n0U8IKbB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7n0U8IKbB .nav-link {
  position: relative;
}
.cid-v7n0U8IKbB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7n0U8IKbB .container {
    flex-wrap: wrap;
  }
}
.cid-v7n0U8IKbB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7n0U8IKbB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7n0U8IKbB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7n0U8IKbB .dropdown-menu,
.cid-v7n0U8IKbB .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v7n0U8IKbB .nav-item:focus,
.cid-v7n0U8IKbB .nav-link:focus {
  outline: none;
}
.cid-v7n0U8IKbB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7n0U8IKbB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7n0U8IKbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7n0U8IKbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7n0U8IKbB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7n0U8IKbB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7n0U8IKbB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v7n0U8IKbB .navbar.opened {
  transition: all 0.3s;
}
.cid-v7n0U8IKbB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7n0U8IKbB .navbar .navbar-logo img {
  width: auto;
}
.cid-v7n0U8IKbB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7n0U8IKbB .navbar.collapsed {
  justify-content: center;
}
.cid-v7n0U8IKbB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7n0U8IKbB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7n0U8IKbB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7n0U8IKbB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7n0U8IKbB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7n0U8IKbB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7n0U8IKbB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7n0U8IKbB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7n0U8IKbB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7n0U8IKbB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7n0U8IKbB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7n0U8IKbB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7n0U8IKbB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7n0U8IKbB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7n0U8IKbB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7n0U8IKbB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7n0U8IKbB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7n0U8IKbB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7n0U8IKbB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7n0U8IKbB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7n0U8IKbB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7n0U8IKbB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7n0U8IKbB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7n0U8IKbB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7n0U8IKbB .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-v7n0U8IKbB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7n0U8IKbB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7n0U8IKbB .dropdown-item.active,
.cid-v7n0U8IKbB .dropdown-item:active {
  background-color: transparent;
}
.cid-v7n0U8IKbB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7n0U8IKbB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7n0U8IKbB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7n0U8IKbB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v7n0U8IKbB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7n0U8IKbB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7n0U8IKbB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7n0U8IKbB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7n0U8IKbB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7n0U8IKbB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7n0U8IKbB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7n0U8IKbB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7n0U8IKbB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7n0U8IKbB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7n0U8IKbB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7n0U8IKbB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7n0U8IKbB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7n0U8IKbB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7n0U8IKbB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7n0U8IKbB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7n0U8IKbB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7n0U8IKbB .navbar {
    height: 70px;
  }
  .cid-v7n0U8IKbB .navbar.opened {
    height: auto;
  }
  .cid-v7n0U8IKbB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7n0U9Bz7W {
  background-color: #edefeb;
}
.cid-v7n0U9Bz7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7n0U9Bz7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v7n0U9Bz7W .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v7n0U9Bz7W .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7n0U9Bz7W .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v7n0U9Bz7W .card-wrapper {
  background: #ffffff;
}
.cid-v7n0U9Bz7W .mbr-text,
.cid-v7n0U9Bz7W .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-v7n0U9Bz7W .card-title,
.cid-v7n0U9Bz7W .card-box {
  text-align: center;
  color: #000000;
}
.cid-v7n0U9Bz7W .image-wrapper img {
  width: 100%;
}
.cid-v7n0U9Bz7W .mbr-section-subtitle {
  color: #9a8152;
  text-align: justify;
}
.cid-v7n0U9Bz7W P {
  text-align: justify;
}
.cid-v7n0UbfgSU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v7n0UbfgSU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v7ncZjvagY {
  z-index: 1000;
  width: 100%;
}
.cid-v7ncZjvagY nav.navbar {
  position: fixed;
}
.cid-v7ncZjvagY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7ncZjvagY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7ncZjvagY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7ncZjvagY .dropdown-item:hover,
.cid-v7ncZjvagY .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v7ncZjvagY .dropdown-item:hover span {
  color: white;
}
.cid-v7ncZjvagY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7ncZjvagY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7ncZjvagY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7ncZjvagY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7ncZjvagY .nav-link {
  position: relative;
}
.cid-v7ncZjvagY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7ncZjvagY .container {
    flex-wrap: wrap;
  }
}
.cid-v7ncZjvagY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7ncZjvagY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7ncZjvagY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7ncZjvagY .dropdown-menu,
.cid-v7ncZjvagY .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v7ncZjvagY .nav-item:focus,
.cid-v7ncZjvagY .nav-link:focus {
  outline: none;
}
.cid-v7ncZjvagY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7ncZjvagY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7ncZjvagY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7ncZjvagY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7ncZjvagY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7ncZjvagY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7ncZjvagY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v7ncZjvagY .navbar.opened {
  transition: all 0.3s;
}
.cid-v7ncZjvagY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7ncZjvagY .navbar .navbar-logo img {
  width: auto;
}
.cid-v7ncZjvagY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7ncZjvagY .navbar.collapsed {
  justify-content: center;
}
.cid-v7ncZjvagY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7ncZjvagY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7ncZjvagY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7ncZjvagY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7ncZjvagY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7ncZjvagY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7ncZjvagY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7ncZjvagY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7ncZjvagY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7ncZjvagY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7ncZjvagY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7ncZjvagY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7ncZjvagY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7ncZjvagY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7ncZjvagY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7ncZjvagY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7ncZjvagY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7ncZjvagY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7ncZjvagY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7ncZjvagY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7ncZjvagY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7ncZjvagY .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7ncZjvagY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7ncZjvagY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7ncZjvagY .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-v7ncZjvagY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7ncZjvagY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7ncZjvagY .dropdown-item.active,
.cid-v7ncZjvagY .dropdown-item:active {
  background-color: transparent;
}
.cid-v7ncZjvagY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7ncZjvagY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7ncZjvagY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7ncZjvagY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v7ncZjvagY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7ncZjvagY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7ncZjvagY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7ncZjvagY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7ncZjvagY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7ncZjvagY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7ncZjvagY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7ncZjvagY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7ncZjvagY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7ncZjvagY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7ncZjvagY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ncZjvagY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7ncZjvagY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7ncZjvagY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ncZjvagY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7ncZjvagY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7ncZjvagY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7ncZjvagY .navbar {
    height: 70px;
  }
  .cid-v7ncZjvagY .navbar.opened {
    height: auto;
  }
  .cid-v7ncZjvagY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7ncZkl9bX {
  background-color: #edefeb;
}
.cid-v7ncZkl9bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ncZkl9bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v7ncZkl9bX .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v7ncZkl9bX .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7ncZkl9bX .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v7ncZkl9bX .card-wrapper {
  background: #ffffff;
}
.cid-v7ncZkl9bX .mbr-text,
.cid-v7ncZkl9bX .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-v7ncZkl9bX .card-title,
.cid-v7ncZkl9bX .card-box {
  text-align: center;
  color: #000000;
}
.cid-v7ncZkl9bX .image-wrapper img {
  width: 100%;
}
.cid-v7ncZkl9bX .mbr-section-subtitle {
  color: #9a8152;
  text-align: justify;
}
.cid-v7ncZkl9bX P {
  text-align: justify;
}
.cid-v7ncZl6IR2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v7ncZl6IR2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v7lYo3fDDS {
  z-index: 1000;
  width: 100%;
}
.cid-v7lYo3fDDS nav.navbar {
  position: fixed;
}
.cid-v7lYo3fDDS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7lYo3fDDS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7lYo3fDDS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7lYo3fDDS .dropdown-item:hover,
.cid-v7lYo3fDDS .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v7lYo3fDDS .dropdown-item:hover span {
  color: white;
}
.cid-v7lYo3fDDS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7lYo3fDDS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7lYo3fDDS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7lYo3fDDS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7lYo3fDDS .nav-link {
  position: relative;
}
.cid-v7lYo3fDDS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7lYo3fDDS .container {
    flex-wrap: wrap;
  }
}
.cid-v7lYo3fDDS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7lYo3fDDS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7lYo3fDDS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7lYo3fDDS .dropdown-menu,
.cid-v7lYo3fDDS .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v7lYo3fDDS .nav-item:focus,
.cid-v7lYo3fDDS .nav-link:focus {
  outline: none;
}
.cid-v7lYo3fDDS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7lYo3fDDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7lYo3fDDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7lYo3fDDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7lYo3fDDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7lYo3fDDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7lYo3fDDS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v7lYo3fDDS .navbar.opened {
  transition: all 0.3s;
}
.cid-v7lYo3fDDS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7lYo3fDDS .navbar .navbar-logo img {
  width: auto;
}
.cid-v7lYo3fDDS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7lYo3fDDS .navbar.collapsed {
  justify-content: center;
}
.cid-v7lYo3fDDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7lYo3fDDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7lYo3fDDS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7lYo3fDDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7lYo3fDDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7lYo3fDDS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7lYo3fDDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7lYo3fDDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7lYo3fDDS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7lYo3fDDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7lYo3fDDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7lYo3fDDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7lYo3fDDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7lYo3fDDS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7lYo3fDDS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7lYo3fDDS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7lYo3fDDS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7lYo3fDDS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7lYo3fDDS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7lYo3fDDS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7lYo3fDDS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7lYo3fDDS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7lYo3fDDS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7lYo3fDDS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7lYo3fDDS .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-v7lYo3fDDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7lYo3fDDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7lYo3fDDS .dropdown-item.active,
.cid-v7lYo3fDDS .dropdown-item:active {
  background-color: transparent;
}
.cid-v7lYo3fDDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7lYo3fDDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7lYo3fDDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7lYo3fDDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v7lYo3fDDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7lYo3fDDS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7lYo3fDDS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7lYo3fDDS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7lYo3fDDS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7lYo3fDDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7lYo3fDDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7lYo3fDDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7lYo3fDDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7lYo3fDDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7lYo3fDDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7lYo3fDDS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7lYo3fDDS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7lYo3fDDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7lYo3fDDS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7lYo3fDDS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7lYo3fDDS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7lYo3fDDS .navbar {
    height: 70px;
  }
  .cid-v7lYo3fDDS .navbar.opened {
    height: auto;
  }
  .cid-v7lYo3fDDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7lYo4aHeo {
  background-image: url("../../../assets/images/2.webp");
}
.cid-v7lYo4aHeo .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #232323;
}
.cid-v7lYo4aHeo .block {
  background-color: #d6d1c6;
}
.cid-v7lYo4aHeo img {
  width: 100%;
}
.cid-v7lYo4aHeo .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-v7lYo4aHeo .content {
  max-width: 600px;
}
.cid-v7lYo4aHeo h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v7lYo4aHeo .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v7lYo4aHeo h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7lYo4aHeo .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v7lYo4aHeo h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-v7lYo4aHeo .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-v7lYo4aHeo H1 {
  color: #9a8152;
}
.cid-v7lYo4PhLC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7lYo4PhLC .item:focus,
.cid-v7lYo4PhLC span:focus {
  outline: none;
}
.cid-v7lYo4PhLC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v7lYo4PhLC .content-head {
  max-width: 800px;
}
.cid-v7lYo4PhLC .item {
  color: #9a8152;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v7lYo4PhLC .item {
    min-height: 45px;
  }
}
.cid-v7lYo5myAj {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7lYo5myAj .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-v7lYo5myAj .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-v7lYo5myAj .card-wrap:hover h4,
.cid-v7lYo5myAj .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-v7lYo5myAj h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-v7lYo5myAj h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-v7lYo5myAj img {
  width: 100%;
}
.cid-v7lYo5myAj h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v7lYo5myAj h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v7lYo5myAj .card-title1,
.cid-v7lYo5myAj .title-wrap1 {
  color: #ffffff;
}
.cid-v7lYo5myAj .card-title,
.cid-v7lYo5myAj .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7lYo5myAj .mdpb {
    padding-bottom: 2rem;
  }
  .cid-v7lYo5myAj .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-v7lYo5myAj H3 {
  color: #ffffff;
}
.cid-v7lYo5YgWQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lYo5YgWQ .mbr-text {
  color: #767676;
}
.cid-v7lYo5YgWQ .mbr-section-subtitle {
  color: #767676;
}
.cid-v7lYo5YgWQ .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7lYo5YgWQ .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 2.8rem;
}
.cid-v7lYo5YgWQ .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-v7lYo5YgWQ .card-text {
  margin-top: 2rem;
}
.cid-v7lYo5YgWQ .card-box {
  margin-bottom: 1rem;
}
.cid-v7lYo5YgWQ .num {
  color: #d6d1c6;
}
@media (max-width: 767px) {
  .cid-v7lYo5YgWQ .num,
  .cid-v7lYo5YgWQ .card-title,
  .cid-v7lYo5YgWQ .mbr-text,
  .cid-v7lYo5YgWQ .mbr-title,
  .cid-v7lYo5YgWQ .mbr-section-subtitle,
  .cid-v7lYo5YgWQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-v7lYo5YgWQ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v7lYo71Gb7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7lYo71Gb7 .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-v7lYo71Gb7 img {
    width: 90%;
  }
}
.cid-v7lYo71Gb7 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-v7lYo71Gb7 .items {
  margin-bottom: 0;
}
.cid-v7lYo71Gb7 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-v7lYo71Gb7 .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-v7lYo71Gb7 .soc-item:hover span {
  color: #9a8152 !important;
}
.cid-v7lYo71Gb7 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7lYo71Gb7 .social-list {
    justify-content: center;
  }
}
.cid-v7lYo71Gb7 .mbr-text,
.cid-v7lYo71Gb7 .mbr-section-btn {
  color: #656565;
}
.cid-v7lYo71Gb7 .card-title {
  color: #9a8152;
}
.cid-v7wDa4KyGr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-v7wDa4KyGr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v7wDa4KyGr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7wDa4KyGr .mbr-section-title {
  text-align: left;
  color: #9a8152;
}
.cid-v7wDa4KyGr .mbr-card-title {
  color: #9a8152;
  text-align: left;
}
.cid-v7wDa4KyGr .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v7wDa4KyGr .mbr-text,
.cid-v7wDa4KyGr .item .mbr-section-btn {
  text-align: left;
}
.cid-v7lYo7SYom {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v7lYo7SYom .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lYo7SYom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lYo7SYom .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v7lYo7SYom .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v7lYo7SYom .mbr-iconfont {
  font-size: 2rem;
  color: #9a8152;
  padding-right: 1.5rem;
}
.cid-v7lYo8xC9y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v7lYo8xC9y blockquote {
  border-color: #9a8152;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v7lYo8xC9y .mbr-section-title {
  color: #9a8152;
}
.cid-v7lYo8xC9y .mbr-text {
  color: #656565;
}
.cid-v7lYo97qSV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lYo97qSV .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-v7lYo97qSV img {
    width: 90%;
  }
}
.cid-v7lYo97qSV .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-v7lYo97qSV .items {
  margin-bottom: 0;
}
.cid-v7lYo97qSV .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-v7lYo97qSV .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-v7lYo97qSV .soc-item:hover span {
  color: #9a8152 !important;
}
.cid-v7lYo97qSV .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7lYo97qSV .social-list {
    justify-content: center;
  }
}
.cid-v7lYo97qSV .mbr-text,
.cid-v7lYo97qSV .mbr-section-btn {
  color: #656565;
}
.cid-v7lYo97qSV .card-title {
  color: #9a8152;
}
.cid-v7lYo9SxfT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lYo9SxfT li {
  list-style: none;
}
.cid-v7lYo9SxfT .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lYo9SxfT .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lYo9SxfT h4 {
  margin: 0;
}
.cid-v7lYo9SxfT .item {
  color: #57468b;
}
.cid-v7lYo9SxfT ul {
  padding: 0;
  margin: 0;
}
.cid-v7lYo9SxfT .col-title {
  color: #57468b;
}
.cid-v7lYo9SxfT .col-title1 {
  color: #656565;
}
.cid-v7lYo9SxfT .col-title2 {
  color: #656565;
}
.cid-v7lYo9SxfT .col-title3 {
  color: #656565;
}
.cid-v7lYo9SxfT .col-title4 {
  color: #656565;
}
.cid-v7lYo9SxfT .item1 {
  color: #000000;
}
.cid-v7lYo9SxfT .item2 {
  color: #232323;
}
.cid-v7lYo9SxfT .item3 {
  color: #232323;
}
.cid-v7lYo9SxfT .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lYo9SxfT .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lYoaVMU7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lYoaVMU7 li {
  list-style: none;
}
.cid-v7lYoaVMU7 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lYoaVMU7 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lYoaVMU7 h4 {
  margin: 0;
}
.cid-v7lYoaVMU7 .item {
  color: #57468b;
}
.cid-v7lYoaVMU7 ul {
  padding: 0;
  margin: 0;
}
.cid-v7lYoaVMU7 .col-title {
  color: #57468b;
}
.cid-v7lYoaVMU7 .col-title1 {
  color: #9a8152;
}
.cid-v7lYoaVMU7 .col-title2 {
  color: #9a8152;
}
.cid-v7lYoaVMU7 .col-title3 {
  color: #9a8152;
}
.cid-v7lYoaVMU7 .col-title4 {
  color: #9a8152;
}
.cid-v7lYoaVMU7 .item1 {
  color: #232323;
}
.cid-v7lYoaVMU7 .item2 {
  color: #232323;
}
.cid-v7lYoaVMU7 .item3 {
  color: #232323;
}
.cid-v7lYoaVMU7 .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lYoaVMU7 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lYoc0EHL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lYoc0EHL li {
  list-style: none;
}
.cid-v7lYoc0EHL .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lYoc0EHL .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lYoc0EHL h4 {
  margin: 0;
}
.cid-v7lYoc0EHL .item {
  color: #57468b;
}
.cid-v7lYoc0EHL ul {
  padding: 0;
  margin: 0;
}
.cid-v7lYoc0EHL .col-title {
  color: #57468b;
}
.cid-v7lYoc0EHL .col-title1 {
  color: #9a8152;
}
.cid-v7lYoc0EHL .col-title2 {
  color: #9a8152;
}
.cid-v7lYoc0EHL .col-title3 {
  color: #9a8152;
}
.cid-v7lYoc0EHL .col-title4 {
  color: #9a8152;
}
.cid-v7lYoc0EHL .item1 {
  color: #232323;
}
.cid-v7lYoc0EHL .item2 {
  color: #232323;
}
.cid-v7lYoc0EHL .item3 {
  color: #232323;
}
.cid-v7lYoc0EHL .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lYoc0EHL .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lYod1RcA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lYod1RcA li {
  list-style: none;
}
.cid-v7lYod1RcA .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lYod1RcA .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lYod1RcA h4 {
  margin: 0;
}
.cid-v7lYod1RcA .item {
  color: #57468b;
}
.cid-v7lYod1RcA ul {
  padding: 0;
  margin: 0;
}
.cid-v7lYod1RcA .col-title {
  color: #57468b;
}
.cid-v7lYod1RcA .col-title1 {
  color: #9a8152;
}
.cid-v7lYod1RcA .col-title2 {
  color: #9a8152;
}
.cid-v7lYod1RcA .col-title3 {
  color: #9a8152;
}
.cid-v7lYod1RcA .col-title4 {
  color: #9a8152;
}
.cid-v7lYod1RcA .item1 {
  color: #232323;
}
.cid-v7lYod1RcA .item2 {
  color: #232323;
}
.cid-v7lYod1RcA .item3 {
  color: #232323;
}
.cid-v7lYod1RcA .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lYod1RcA .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lYodXgqR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lYodXgqR li {
  list-style: none;
}
.cid-v7lYodXgqR .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lYodXgqR .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lYodXgqR h4 {
  margin: 0;
}
.cid-v7lYodXgqR .item {
  color: #57468b;
}
.cid-v7lYodXgqR ul {
  padding: 0;
  margin: 0;
}
.cid-v7lYodXgqR .col-title {
  color: #57468b;
}
.cid-v7lYodXgqR .col-title1 {
  color: #9a8152;
}
.cid-v7lYodXgqR .col-title2 {
  color: #9a8152;
}
.cid-v7lYodXgqR .col-title3 {
  color: #9a8152;
}
.cid-v7lYodXgqR .col-title4 {
  color: #9a8152;
}
.cid-v7lYodXgqR .item1 {
  color: #232323;
}
.cid-v7lYodXgqR .item2 {
  color: #232323;
}
.cid-v7lYodXgqR .item3 {
  color: #232323;
}
.cid-v7lYodXgqR .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lYodXgqR .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lYoeZbxA {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7lYoeZbxA li {
  list-style: none;
}
.cid-v7lYoeZbxA .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lYoeZbxA .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lYoeZbxA h4 {
  margin: 0;
}
.cid-v7lYoeZbxA .item {
  color: #57468b;
}
.cid-v7lYoeZbxA ul {
  padding: 0;
  margin: 0;
}
.cid-v7lYoeZbxA .col-title {
  color: #57468b;
}
.cid-v7lYoeZbxA .col-title1 {
  color: #9a8152;
}
.cid-v7lYoeZbxA .col-title2 {
  color: #9a8152;
}
.cid-v7lYoeZbxA .col-title3 {
  color: #9a8152;
}
.cid-v7lYoeZbxA .col-title4 {
  color: #9a8152;
}
.cid-v7lYoeZbxA .item1 {
  color: #232323;
}
.cid-v7lYoeZbxA .item2 {
  color: #232323;
}
.cid-v7lYoeZbxA .item3 {
  color: #232323;
}
.cid-v7lYoeZbxA .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lYoeZbxA .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7wFhcZpkd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v7wFhcZpkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wFhcZpkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wFhcZpkd .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7wFhcZpkd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7wFhcZpkd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7wFhcZpkd .card-wrapper {
    padding: 4rem;
  }
}
.cid-v7wFhcZpkd .mbr-text,
.cid-v7wFhcZpkd .mbr-section-btn {
  color: #232323;
}
.cid-v7wFhcZpkd .card-title,
.cid-v7wFhcZpkd .card-box {
  text-align: center;
  color: #9a8152;
}
.cid-v7UkXE5vC0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/designarena-image-gv5pd8fs-1.webp");
}
.cid-v7UkXE5vC0 .title {
  padding-bottom: 2.5rem;
}
.cid-v7UkXE5vC0 .mbr-text {
  color: #d6d1c6;
  margin: 0;
  padding-top: 0.5rem;
  text-align: justify;
}
.cid-v7UkXE5vC0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .cid-v7UkXE5vC0 .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-v7UkXE5vC0 .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
}
.cid-v7UkXE5vC0 .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7UkXE5vC0 .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-v7UkXE5vC0 .wrapper {
    flex-wrap: wrap;
  }
  .cid-v7UkXE5vC0 .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7UkXE5vC0 .wrapper .b-info {
  width: 100%;
}
.cid-v7UkXE5vC0 H6 {
  color: #d6d1c6;
}
.cid-v7UkXE5vC0 H4 {
  color: #edefeb;
  text-align: justify;
}
.cid-v7lYogFb7I {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v7lYogFb7I .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v7lXiZS8JV {
  z-index: 1000;
  width: 100%;
}
.cid-v7lXiZS8JV nav.navbar {
  position: fixed;
}
.cid-v7lXiZS8JV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7lXiZS8JV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7lXiZS8JV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7lXiZS8JV .dropdown-item:hover,
.cid-v7lXiZS8JV .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v7lXiZS8JV .dropdown-item:hover span {
  color: white;
}
.cid-v7lXiZS8JV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7lXiZS8JV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7lXiZS8JV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7lXiZS8JV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7lXiZS8JV .nav-link {
  position: relative;
}
.cid-v7lXiZS8JV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7lXiZS8JV .container {
    flex-wrap: wrap;
  }
}
.cid-v7lXiZS8JV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7lXiZS8JV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7lXiZS8JV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7lXiZS8JV .dropdown-menu,
.cid-v7lXiZS8JV .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v7lXiZS8JV .nav-item:focus,
.cid-v7lXiZS8JV .nav-link:focus {
  outline: none;
}
.cid-v7lXiZS8JV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7lXiZS8JV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7lXiZS8JV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7lXiZS8JV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7lXiZS8JV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7lXiZS8JV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7lXiZS8JV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v7lXiZS8JV .navbar.opened {
  transition: all 0.3s;
}
.cid-v7lXiZS8JV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7lXiZS8JV .navbar .navbar-logo img {
  width: auto;
}
.cid-v7lXiZS8JV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7lXiZS8JV .navbar.collapsed {
  justify-content: center;
}
.cid-v7lXiZS8JV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7lXiZS8JV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7lXiZS8JV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7lXiZS8JV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7lXiZS8JV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7lXiZS8JV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7lXiZS8JV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7lXiZS8JV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7lXiZS8JV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7lXiZS8JV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7lXiZS8JV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7lXiZS8JV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7lXiZS8JV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7lXiZS8JV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7lXiZS8JV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7lXiZS8JV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7lXiZS8JV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7lXiZS8JV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7lXiZS8JV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7lXiZS8JV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7lXiZS8JV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7lXiZS8JV .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7lXiZS8JV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7lXiZS8JV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7lXiZS8JV .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-v7lXiZS8JV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7lXiZS8JV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7lXiZS8JV .dropdown-item.active,
.cid-v7lXiZS8JV .dropdown-item:active {
  background-color: transparent;
}
.cid-v7lXiZS8JV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7lXiZS8JV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7lXiZS8JV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7lXiZS8JV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v7lXiZS8JV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7lXiZS8JV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7lXiZS8JV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7lXiZS8JV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7lXiZS8JV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7lXiZS8JV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7lXiZS8JV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7lXiZS8JV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7lXiZS8JV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7lXiZS8JV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7lXiZS8JV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7lXiZS8JV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7lXiZS8JV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7lXiZS8JV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7lXiZS8JV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7lXiZS8JV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7lXiZS8JV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7lXiZS8JV .navbar {
    height: 70px;
  }
  .cid-v7lXiZS8JV .navbar.opened {
    height: auto;
  }
  .cid-v7lXiZS8JV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7lXj0YeZV {
  background-image: url("../../../assets/images/wal.webp");
}
.cid-v7lXj0YeZV .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #232323;
}
.cid-v7lXj0YeZV .block {
  background-color: #d6d1c6;
}
.cid-v7lXj0YeZV img {
  width: 100%;
}
.cid-v7lXj0YeZV .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-v7lXj0YeZV .content {
  max-width: 600px;
}
.cid-v7lXj0YeZV h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v7lXj0YeZV .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v7lXj0YeZV h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7lXj0YeZV .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v7lXj0YeZV h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-v7lXj0YeZV .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-v7lXj0YeZV H1 {
  color: #9a8152;
}
.cid-v7lXj1vAbT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7lXj1vAbT .item:focus,
.cid-v7lXj1vAbT span:focus {
  outline: none;
}
.cid-v7lXj1vAbT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v7lXj1vAbT .content-head {
  max-width: 800px;
}
.cid-v7lXj1vAbT .item {
  color: #9a8152;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v7lXj1vAbT .item {
    min-height: 45px;
  }
}
.cid-v7lXj1Sd1R {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v7lXj1Sd1R .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-v7lXj1Sd1R .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-v7lXj1Sd1R .card-wrap:hover h4,
.cid-v7lXj1Sd1R .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-v7lXj1Sd1R h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-v7lXj1Sd1R h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-v7lXj1Sd1R img {
  width: 100%;
}
.cid-v7lXj1Sd1R h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v7lXj1Sd1R h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-v7lXj1Sd1R .card-title1,
.cid-v7lXj1Sd1R .title-wrap1 {
  color: #ffffff;
}
.cid-v7lXj1Sd1R .card-title,
.cid-v7lXj1Sd1R .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7lXj1Sd1R .mdpb {
    padding-bottom: 2rem;
  }
  .cid-v7lXj1Sd1R .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-v7lXj1Sd1R H3 {
  color: #ffffff;
}
.cid-v7wsMHTPRo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7wsMHTPRo .mbr-text {
  color: #767676;
}
.cid-v7wsMHTPRo .mbr-section-subtitle {
  color: #767676;
}
.cid-v7wsMHTPRo .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v7wsMHTPRo .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 2.8rem;
}
.cid-v7wsMHTPRo .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-v7wsMHTPRo .card-text {
  margin-top: 2rem;
}
.cid-v7wsMHTPRo .card-box {
  margin-bottom: 1rem;
}
.cid-v7wsMHTPRo .num {
  color: #d6d1c6;
}
@media (max-width: 767px) {
  .cid-v7wsMHTPRo .num,
  .cid-v7wsMHTPRo .card-title,
  .cid-v7wsMHTPRo .mbr-text,
  .cid-v7wsMHTPRo .mbr-title,
  .cid-v7wsMHTPRo .mbr-section-subtitle,
  .cid-v7wsMHTPRo .mbr-section-btn {
    text-align: center !important;
  }
  .cid-v7wsMHTPRo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v7lXj3js4s {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7lXj3js4s .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-v7lXj3js4s img {
    width: 90%;
  }
}
.cid-v7lXj3js4s .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-v7lXj3js4s .items {
  margin-bottom: 0;
}
.cid-v7lXj3js4s .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-v7lXj3js4s .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-v7lXj3js4s .soc-item:hover span {
  color: #9a8152 !important;
}
.cid-v7lXj3js4s .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7lXj3js4s .social-list {
    justify-content: center;
  }
}
.cid-v7lXj3js4s .mbr-text,
.cid-v7lXj3js4s .mbr-section-btn {
  color: #656565;
}
.cid-v7lXj3js4s .card-title {
  color: #9a8152;
}
.cid-v7wlby0V8g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-v7wlby0V8g .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v7wlby0V8g .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7wlby0V8g .mbr-section-title {
  text-align: left;
  color: #9a8152;
}
.cid-v7wlby0V8g .mbr-card-title {
  color: #9a8152;
  text-align: left;
}
.cid-v7wlby0V8g .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v7wlby0V8g .mbr-text,
.cid-v7wlby0V8g .item .mbr-section-btn {
  text-align: left;
}
.cid-v7OYwatMg3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v7OYwatMg3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v7OYwatMg3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7OYwatMg3 .mbr-section-title {
  text-align: left;
  color: #9a8152;
}
.cid-v7OYwatMg3 .mbr-card-title {
  color: #9a8152;
  text-align: left;
}
.cid-v7OYwatMg3 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v7OYwatMg3 .mbr-text,
.cid-v7OYwatMg3 .item .mbr-section-btn {
  text-align: left;
}
.cid-v7lXj3X4wG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v7lXj3X4wG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lXj3X4wG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lXj3X4wG .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v7lXj3X4wG .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v7lXj3X4wG .mbr-iconfont {
  font-size: 2rem;
  color: #9a8152;
  padding-right: 1.5rem;
}
.cid-v7lXj4z388 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v7lXj4z388 blockquote {
  border-color: #9a8152;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v7lXj4z388 .mbr-section-title {
  color: #9a8152;
}
.cid-v7lXj4z388 .mbr-text {
  color: #656565;
}
.cid-v7lXj50vLJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lXj50vLJ .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-v7lXj50vLJ img {
    width: 90%;
  }
}
.cid-v7lXj50vLJ .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-v7lXj50vLJ .items {
  margin-bottom: 0;
}
.cid-v7lXj50vLJ .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-v7lXj50vLJ .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-v7lXj50vLJ .soc-item:hover span {
  color: #9a8152 !important;
}
.cid-v7lXj50vLJ .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7lXj50vLJ .social-list {
    justify-content: center;
  }
}
.cid-v7lXj50vLJ .mbr-text,
.cid-v7lXj50vLJ .mbr-section-btn {
  color: #656565;
}
.cid-v7lXj50vLJ .card-title {
  color: #9a8152;
}
.cid-v7lXj5MqxJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lXj5MqxJ li {
  list-style: none;
}
.cid-v7lXj5MqxJ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lXj5MqxJ .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lXj5MqxJ h4 {
  margin: 0;
}
.cid-v7lXj5MqxJ .item {
  color: #57468b;
}
.cid-v7lXj5MqxJ ul {
  padding: 0;
  margin: 0;
}
.cid-v7lXj5MqxJ .col-title {
  color: #57468b;
}
.cid-v7lXj5MqxJ .col-title1 {
  color: #656565;
}
.cid-v7lXj5MqxJ .col-title2 {
  color: #656565;
}
.cid-v7lXj5MqxJ .col-title3 {
  color: #656565;
}
.cid-v7lXj5MqxJ .col-title4 {
  color: #656565;
}
.cid-v7lXj5MqxJ .item1 {
  color: #000000;
}
.cid-v7lXj5MqxJ .item2 {
  color: #232323;
}
.cid-v7lXj5MqxJ .item3 {
  color: #232323;
}
.cid-v7lXj5MqxJ .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lXj5MqxJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lXj7xM5i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lXj7xM5i li {
  list-style: none;
}
.cid-v7lXj7xM5i .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lXj7xM5i .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lXj7xM5i h4 {
  margin: 0;
}
.cid-v7lXj7xM5i .item {
  color: #57468b;
}
.cid-v7lXj7xM5i ul {
  padding: 0;
  margin: 0;
}
.cid-v7lXj7xM5i .col-title {
  color: #57468b;
}
.cid-v7lXj7xM5i .col-title1 {
  color: #9a8152;
}
.cid-v7lXj7xM5i .col-title2 {
  color: #9a8152;
}
.cid-v7lXj7xM5i .col-title3 {
  color: #9a8152;
}
.cid-v7lXj7xM5i .col-title4 {
  color: #9a8152;
}
.cid-v7lXj7xM5i .item1 {
  color: #232323;
}
.cid-v7lXj7xM5i .item2 {
  color: #232323;
}
.cid-v7lXj7xM5i .item3 {
  color: #232323;
}
.cid-v7lXj7xM5i .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lXj7xM5i .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lXj8zV9R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lXj8zV9R li {
  list-style: none;
}
.cid-v7lXj8zV9R .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lXj8zV9R .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lXj8zV9R h4 {
  margin: 0;
}
.cid-v7lXj8zV9R .item {
  color: #57468b;
}
.cid-v7lXj8zV9R ul {
  padding: 0;
  margin: 0;
}
.cid-v7lXj8zV9R .col-title {
  color: #57468b;
}
.cid-v7lXj8zV9R .col-title1 {
  color: #9a8152;
}
.cid-v7lXj8zV9R .col-title2 {
  color: #9a8152;
}
.cid-v7lXj8zV9R .col-title3 {
  color: #9a8152;
}
.cid-v7lXj8zV9R .col-title4 {
  color: #9a8152;
}
.cid-v7lXj8zV9R .item1 {
  color: #232323;
}
.cid-v7lXj8zV9R .item2 {
  color: #232323;
}
.cid-v7lXj8zV9R .item3 {
  color: #232323;
}
.cid-v7lXj8zV9R .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lXj8zV9R .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lXj9zpnH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lXj9zpnH li {
  list-style: none;
}
.cid-v7lXj9zpnH .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lXj9zpnH .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lXj9zpnH h4 {
  margin: 0;
}
.cid-v7lXj9zpnH .item {
  color: #57468b;
}
.cid-v7lXj9zpnH ul {
  padding: 0;
  margin: 0;
}
.cid-v7lXj9zpnH .col-title {
  color: #57468b;
}
.cid-v7lXj9zpnH .col-title1 {
  color: #9a8152;
}
.cid-v7lXj9zpnH .col-title2 {
  color: #9a8152;
}
.cid-v7lXj9zpnH .col-title3 {
  color: #9a8152;
}
.cid-v7lXj9zpnH .col-title4 {
  color: #9a8152;
}
.cid-v7lXj9zpnH .item1 {
  color: #232323;
}
.cid-v7lXj9zpnH .item2 {
  color: #232323;
}
.cid-v7lXj9zpnH .item3 {
  color: #232323;
}
.cid-v7lXj9zpnH .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lXj9zpnH .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lXjaqRi2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7lXjaqRi2 li {
  list-style: none;
}
.cid-v7lXjaqRi2 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lXjaqRi2 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lXjaqRi2 h4 {
  margin: 0;
}
.cid-v7lXjaqRi2 .item {
  color: #57468b;
}
.cid-v7lXjaqRi2 ul {
  padding: 0;
  margin: 0;
}
.cid-v7lXjaqRi2 .col-title {
  color: #57468b;
}
.cid-v7lXjaqRi2 .col-title1 {
  color: #9a8152;
}
.cid-v7lXjaqRi2 .col-title2 {
  color: #9a8152;
}
.cid-v7lXjaqRi2 .col-title3 {
  color: #9a8152;
}
.cid-v7lXjaqRi2 .col-title4 {
  color: #9a8152;
}
.cid-v7lXjaqRi2 .item1 {
  color: #232323;
}
.cid-v7lXjaqRi2 .item2 {
  color: #232323;
}
.cid-v7lXjaqRi2 .item3 {
  color: #232323;
}
.cid-v7lXjaqRi2 .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lXjaqRi2 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7lXjbv7pK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7lXjbv7pK li {
  list-style: none;
}
.cid-v7lXjbv7pK .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-v7lXjbv7pK .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-v7lXjbv7pK h4 {
  margin: 0;
}
.cid-v7lXjbv7pK .item {
  color: #57468b;
}
.cid-v7lXjbv7pK ul {
  padding: 0;
  margin: 0;
}
.cid-v7lXjbv7pK .col-title {
  color: #57468b;
}
.cid-v7lXjbv7pK .col-title1 {
  color: #9a8152;
}
.cid-v7lXjbv7pK .col-title2 {
  color: #9a8152;
}
.cid-v7lXjbv7pK .col-title3 {
  color: #9a8152;
}
.cid-v7lXjbv7pK .col-title4 {
  color: #9a8152;
}
.cid-v7lXjbv7pK .item1 {
  color: #232323;
}
.cid-v7lXjbv7pK .item2 {
  color: #232323;
}
.cid-v7lXjbv7pK .item3 {
  color: #232323;
}
.cid-v7lXjbv7pK .item4 {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-v7lXjbv7pK .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-v7UkSL0OY7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/designarena-image-gv5pd8fs-1.webp");
}
.cid-v7UkSL0OY7 .title {
  padding-bottom: 2.5rem;
}
.cid-v7UkSL0OY7 .mbr-text {
  color: #d6d1c6;
  margin: 0;
  padding-top: 0.5rem;
  text-align: justify;
}
.cid-v7UkSL0OY7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .cid-v7UkSL0OY7 .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-v7UkSL0OY7 .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
}
.cid-v7UkSL0OY7 .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7UkSL0OY7 .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-v7UkSL0OY7 .wrapper {
    flex-wrap: wrap;
  }
  .cid-v7UkSL0OY7 .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7UkSL0OY7 .wrapper .b-info {
  width: 100%;
}
.cid-v7UkSL0OY7 H6 {
  color: #d6d1c6;
}
.cid-v7UkSL0OY7 H4 {
  color: #edefeb;
  text-align: justify;
}
.cid-v7lXjcxtIs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v7lXjcxtIs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6tYlYCl6T {
  z-index: 1000;
  width: 100%;
}
.cid-v6tYlYCl6T nav.navbar {
  position: fixed;
}
.cid-v6tYlYCl6T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6tYlYCl6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6tYlYCl6T .dropdown-item:hover,
.cid-v6tYlYCl6T .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6tYlYCl6T .dropdown-item:hover span {
  color: white;
}
.cid-v6tYlYCl6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6tYlYCl6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6tYlYCl6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6tYlYCl6T .nav-link {
  position: relative;
}
.cid-v6tYlYCl6T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown-menu,
.cid-v6tYlYCl6T .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6tYlYCl6T .nav-item:focus,
.cid-v6tYlYCl6T .nav-link:focus {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6tYlYCl6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6tYlYCl6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6tYlYCl6T .navbar.opened {
  transition: all 0.3s;
}
.cid-v6tYlYCl6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6tYlYCl6T .navbar .navbar-logo img {
  width: auto;
}
.cid-v6tYlYCl6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6tYlYCl6T .navbar.collapsed {
  justify-content: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6tYlYCl6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6tYlYCl6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6tYlYCl6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6tYlYCl6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6tYlYCl6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6tYlYCl6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6tYlYCl6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6tYlYCl6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6tYlYCl6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6tYlYCl6T .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-v6tYlYCl6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6tYlYCl6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown-item.active,
.cid-v6tYlYCl6T .dropdown-item:active {
  background-color: transparent;
}
.cid-v6tYlYCl6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6tYlYCl6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6tYlYCl6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6tYlYCl6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6tYlYCl6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6tYlYCl6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6tYlYCl6T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6tYlYCl6T .navbar {
    height: 70px;
  }
  .cid-v6tYlYCl6T .navbar.opened {
    height: auto;
  }
  .cid-v6tYlYCl6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6wjRnBLwu {
  display: flex;
  background-image: url("../../../assets/images/hotel-la-garenne-colombe-pavillon92-reservation-62-1200x675.webp");
}
.cid-v6wjRnBLwu .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-v6wjRnBLwu {
    align-items: center;
  }
  .cid-v6wjRnBLwu .row {
    justify-content: center;
  }
  .cid-v6wjRnBLwu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6wjRnBLwu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6wjRnBLwu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6wjRnBLwu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v6wjRnBLwu .content-wrap {
    width: 100%;
  }
}
.cid-v6wjRnBLwu .mbr-section-title,
.cid-v6wjRnBLwu .mbr-section-subtitle {
  text-align: center;
}
.cid-v6wjRnBLwu .mbr-text,
.cid-v6wjRnBLwu .mbr-section-btn {
  text-align: center;
}
.cid-v6wjRnBLwu .mbr-section-title {
  color: #ffffff;
}
.cid-v7Ph5iQm7N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v7Ph5iQm7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Ph5iQm7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Ph5iQm7N .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v7Ph5iQm7N .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v7Ph5iQm7N .mbr-iconfont {
  font-size: 2rem;
  color: #9a8152;
  padding-right: 1.5rem;
}
.cid-v7Pbvo4kNF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-2000x1121.webp");
}
.cid-v7Pbvo4kNF .container-fluid {
  padding: 0 3rem;
}
.cid-v7Pbvo4kNF .mbr-section-title {
  margin-bottom: 1.5em;
  color: #ffffff;
}
.cid-v7Pbvo4kNF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7Pbvo4kNF .form-control {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0;
}
.cid-v7Pbvo4kNF textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-v7Pbvo4kNF .text-block {
  background: #edefeb;
  padding: 2rem;
  outline: 1px dashed #9a8152;
  outline-offset: -15px;
}
.cid-v7Pbvo4kNF .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-v7Pbvo4kNF .time-block-title {
  color: #9a8152;
  text-align: center;
}
.cid-v7Pbvo4kNF .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-v7Pbvo4kNF .container-fluid {
    padding: 0 1rem;
  }
  .cid-v7Pbvo4kNF .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-v7Pbvo4kNF .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Pbvo4kNF .text-block {
    border: 1px dashed #9a8152;
    outline: 15px solid #edefeb;
  }
}
.cid-v7Pbvo4kNF LABEL {
  color: #ffffff;
}
.cid-v7Pbvo4kNF H3 {
  color: #232323;
}
.cid-v7Pbvo4kNF UL {
  color: #656565;
  text-align: center;
}
.cid-v7Pbvo4kNF H2 {
  color: #3a341c;
}
.cid-v7Pbvo4kNF H4 {
  color: #163300;
}
.cid-v7xIZsoIvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v7xIZsoIvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xIZsoIvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xIZsoIvH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7xIZsoIvH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7xIZsoIvH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xIZsoIvH .card-wrapper {
    padding: 4rem;
  }
}
.cid-v7xIZsoIvH .mbr-text,
.cid-v7xIZsoIvH .mbr-section-btn {
  color: #232323;
}
.cid-v7xIZsoIvH .card-title,
.cid-v7xIZsoIvH .card-box {
  text-align: center;
  color: #9a8152;
}
.cid-v7Uljd3Eb1 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/designarena-image-gv5pd8fs-1.webp");
}
.cid-v7Uljd3Eb1 .title {
  padding-bottom: 2.5rem;
}
.cid-v7Uljd3Eb1 .mbr-text {
  color: #d6d1c6;
  margin: 0;
  padding-top: 0.5rem;
  text-align: justify;
}
.cid-v7Uljd3Eb1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .cid-v7Uljd3Eb1 .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-v7Uljd3Eb1 .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
}
.cid-v7Uljd3Eb1 .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Uljd3Eb1 .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-v7Uljd3Eb1 .wrapper {
    flex-wrap: wrap;
  }
  .cid-v7Uljd3Eb1 .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Uljd3Eb1 .wrapper .b-info {
  width: 100%;
}
.cid-v7Uljd3Eb1 H6 {
  color: #d6d1c6;
}
.cid-v7Uljd3Eb1 H4 {
  color: #edefeb;
  text-align: justify;
}
.cid-v6tJjrh6u8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6tJjrh6u8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6tYlYCl6T {
  z-index: 1000;
  width: 100%;
}
.cid-v6tYlYCl6T nav.navbar {
  position: fixed;
}
.cid-v6tYlYCl6T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6tYlYCl6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6tYlYCl6T .dropdown-item:hover,
.cid-v6tYlYCl6T .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6tYlYCl6T .dropdown-item:hover span {
  color: white;
}
.cid-v6tYlYCl6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6tYlYCl6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6tYlYCl6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6tYlYCl6T .nav-link {
  position: relative;
}
.cid-v6tYlYCl6T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown-menu,
.cid-v6tYlYCl6T .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6tYlYCl6T .nav-item:focus,
.cid-v6tYlYCl6T .nav-link:focus {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6tYlYCl6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6tYlYCl6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6tYlYCl6T .navbar.opened {
  transition: all 0.3s;
}
.cid-v6tYlYCl6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6tYlYCl6T .navbar .navbar-logo img {
  width: auto;
}
.cid-v6tYlYCl6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6tYlYCl6T .navbar.collapsed {
  justify-content: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6tYlYCl6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6tYlYCl6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6tYlYCl6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6tYlYCl6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6tYlYCl6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6tYlYCl6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6tYlYCl6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6tYlYCl6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6tYlYCl6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6tYlYCl6T .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-v6tYlYCl6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6tYlYCl6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown-item.active,
.cid-v6tYlYCl6T .dropdown-item:active {
  background-color: transparent;
}
.cid-v6tYlYCl6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6tYlYCl6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6tYlYCl6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6tYlYCl6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6tYlYCl6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6tYlYCl6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6tYlYCl6T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6tYlYCl6T .navbar {
    height: 70px;
  }
  .cid-v6tYlYCl6T .navbar.opened {
    height: auto;
  }
  .cid-v6tYlYCl6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7wKu9J47L {
  background-image: url("../../../assets/images/1.webp");
}
.cid-v7wKu9J47L .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-v7wKu9J47L .mbr-section-title {
  color: #9a8152;
}
.cid-v7wKu9J47L .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7wKu9J47L .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v7wLcxtjcl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v7wLcxtjcl .card-wrapper {
  z-index: 3;
}
.cid-v7wLcxtjcl .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-v7wLcxtjcl:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-v7wLcxtjcl .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v7wLcxtjcl .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v7wMS4L3ae {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7wMS4L3ae .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-v7wMS4L3ae .mbr-text {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7wMS4L3ae .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-v7wMS4L3ae .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7wMS4L3ae .mbr-section-title {
  text-align: center;
  color: #9a8152;
}
.cid-v7wMS4L3ae .content-head {
  max-width: 800px;
}
.cid-v7wMS4L3ae .mbr-card-subtitle {
  color: #9a8152;
  text-align: left;
}
.cid-v7wMS4L3ae .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-v7wMS4L3ae .image-wrapper img {
  width: 100%;
}
.cid-v7wXkGUXiJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v7wXkGUXiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wXkGUXiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wXkGUXiJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7wXkGUXiJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7wXkGUXiJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7wXkGUXiJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-v7wXkGUXiJ .mbr-text,
.cid-v7wXkGUXiJ .mbr-section-btn {
  color: #232323;
}
.cid-v7wXkGUXiJ .card-title,
.cid-v7wXkGUXiJ .card-box {
  text-align: center;
  color: #9a8152;
}
.cid-v7Ulem002W {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/designarena-image-gv5pd8fs-1.webp");
}
.cid-v7Ulem002W .title {
  padding-bottom: 2.5rem;
}
.cid-v7Ulem002W .mbr-text {
  color: #d6d1c6;
  margin: 0;
  padding-top: 0.5rem;
  text-align: justify;
}
.cid-v7Ulem002W .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .cid-v7Ulem002W .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-v7Ulem002W .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
}
.cid-v7Ulem002W .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Ulem002W .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-v7Ulem002W .wrapper {
    flex-wrap: wrap;
  }
  .cid-v7Ulem002W .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Ulem002W .wrapper .b-info {
  width: 100%;
}
.cid-v7Ulem002W H6 {
  color: #d6d1c6;
}
.cid-v7Ulem002W H4 {
  color: #edefeb;
  text-align: justify;
}
.cid-v6tJjrh6u8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6tJjrh6u8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v6tYlYCl6T {
  z-index: 1000;
  width: 100%;
}
.cid-v6tYlYCl6T nav.navbar {
  position: fixed;
}
.cid-v6tYlYCl6T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6tYlYCl6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6tYlYCl6T .dropdown-item:hover,
.cid-v6tYlYCl6T .dropdown-item:focus {
  background: #9a8152 !important;
  color: white !important;
}
.cid-v6tYlYCl6T .dropdown-item:hover span {
  color: white;
}
.cid-v6tYlYCl6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6tYlYCl6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6tYlYCl6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6tYlYCl6T .nav-link {
  position: relative;
}
.cid-v6tYlYCl6T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v6tYlYCl6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown-menu,
.cid-v6tYlYCl6T .navbar.opened {
  background: #1d1d1d !important;
}
.cid-v6tYlYCl6T .nav-item:focus,
.cid-v6tYlYCl6T .nav-link:focus {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6tYlYCl6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6tYlYCl6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6tYlYCl6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6tYlYCl6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 29, 29, 0.7);
}
.cid-v6tYlYCl6T .navbar.opened {
  transition: all 0.3s;
}
.cid-v6tYlYCl6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6tYlYCl6T .navbar .navbar-logo img {
  width: auto;
}
.cid-v6tYlYCl6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6tYlYCl6T .navbar.collapsed {
  justify-content: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6tYlYCl6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6tYlYCl6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6tYlYCl6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6tYlYCl6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6tYlYCl6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6tYlYCl6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6tYlYCl6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6tYlYCl6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6tYlYCl6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6tYlYCl6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6tYlYCl6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6tYlYCl6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6tYlYCl6T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v6tYlYCl6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6tYlYCl6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6tYlYCl6T .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-v6tYlYCl6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6tYlYCl6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6tYlYCl6T .dropdown-item.active,
.cid-v6tYlYCl6T .dropdown-item:active {
  background-color: transparent;
}
.cid-v6tYlYCl6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6tYlYCl6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1d1d;
}
.cid-v6tYlYCl6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6tYlYCl6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6tYlYCl6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6tYlYCl6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6tYlYCl6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6tYlYCl6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6tYlYCl6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6tYlYCl6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6tYlYCl6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6tYlYCl6T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6tYlYCl6T .navbar {
    height: 70px;
  }
  .cid-v6tYlYCl6T .navbar.opened {
    height: auto;
  }
  .cid-v6tYlYCl6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7xsooyhv8 {
  display: flex;
  background-image: url("../../../assets/images/hotel-appartement-paris-pavillon92-reservation-28.webp");
}
.cid-v7xsooyhv8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-v7xsooyhv8 {
    align-items: center;
  }
  .cid-v7xsooyhv8 .row {
    justify-content: center;
  }
  .cid-v7xsooyhv8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v7xsooyhv8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v7xsooyhv8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v7xsooyhv8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7xsooyhv8 .content-wrap {
    width: 100%;
  }
}
.cid-v7xsooyhv8 .mbr-section-title,
.cid-v7xsooyhv8 .mbr-section-subtitle {
  text-align: center;
}
.cid-v7xsooyhv8 .mbr-text,
.cid-v7xsooyhv8 .mbr-section-btn {
  text-align: center;
}
.cid-v7xsooyhv8 .mbr-section-title {
  color: #9a8152;
}
.cid-v7xoyNtzNg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7xoyNtzNg .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  line-height: 1.6;
}
.cid-v7xoyNtzNg .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-v7xoyNtzNg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v7xoyNtzNg .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-v7xoyNtzNg .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-v7xoyNtzNg .image-element:hover .card-overlay {
    opacity: 0.6;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xoyNtzNg .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xoyNtzNg .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xoyNtzNg .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xoyNtzNg .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xoyNtzNg .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xoyNtzNg .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xoyNtzNg .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xoyNtzNg .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-v7xoyNtzNg .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-v7xoyNtzNg .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-v7xoyNtzNg .card-title,
  .cid-v7xoyNtzNg .underline,
  .cid-v7xoyNtzNg .mbr-text,
  .cid-v7xoyNtzNg .mbr-section-btn,
  .cid-v7xoyNtzNg .mbr-section-subtitle,
  .cid-v7xoyNtzNg .mbr-section-title {
    text-align: center !important;
  }
  .cid-v7xoyNtzNg .wrapper {
    background-color: #000000;
  }
}
.cid-v7xoyNtzNg .mbr-section-title {
  text-align: left;
}
.cid-v7xoyNtzNg .mbr-section-title,
.cid-v7xoyNtzNg .underline {
  color: #9a8152;
  text-align: center;
}
.cid-v7xgw3H4c7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7xgw3H4c7 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  line-height: 1.6;
}
.cid-v7xgw3H4c7 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-v7xgw3H4c7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v7xgw3H4c7 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-v7xgw3H4c7 .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-v7xgw3H4c7 .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xgw3H4c7 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xgw3H4c7 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xgw3H4c7 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xgw3H4c7 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xgw3H4c7 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xgw3H4c7 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xgw3H4c7 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xgw3H4c7 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-v7xgw3H4c7 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-v7xgw3H4c7 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-v7xgw3H4c7 .card-title,
  .cid-v7xgw3H4c7 .underline,
  .cid-v7xgw3H4c7 .mbr-text,
  .cid-v7xgw3H4c7 .mbr-section-btn,
  .cid-v7xgw3H4c7 .mbr-section-subtitle,
  .cid-v7xgw3H4c7 .mbr-section-title {
    text-align: center !important;
  }
  .cid-v7xgw3H4c7 .wrapper {
    background-color: #000000;
  }
}
.cid-v7xgw3H4c7 .mbr-section-title {
  text-align: left;
}
.cid-v7xgw3H4c7 .mbr-section-title,
.cid-v7xgw3H4c7 .underline {
  color: #9a8152;
  text-align: center;
}
.cid-v7xv2HZLz0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v7xv2HZLz0 .mbr-text {
  color: #ffffff;
}
.cid-v7xv2HZLz0 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v7xv2HZLz0 .mbr-section-title {
  color: #f7f7f7;
}
.cid-v7xd2QGYJH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-v7xd2QGYJH .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  line-height: 1.6;
}
.cid-v7xd2QGYJH .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-v7xd2QGYJH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v7xd2QGYJH .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-v7xd2QGYJH .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-v7xd2QGYJH .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xd2QGYJH .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xd2QGYJH .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xd2QGYJH .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xd2QGYJH .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xd2QGYJH .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xd2QGYJH .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xd2QGYJH .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xd2QGYJH .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-v7xd2QGYJH .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-v7xd2QGYJH .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-v7xd2QGYJH .card-title,
  .cid-v7xd2QGYJH .underline,
  .cid-v7xd2QGYJH .mbr-text,
  .cid-v7xd2QGYJH .mbr-section-btn,
  .cid-v7xd2QGYJH .mbr-section-subtitle,
  .cid-v7xd2QGYJH .mbr-section-title {
    text-align: center !important;
  }
  .cid-v7xd2QGYJH .wrapper {
    background-color: #000000;
  }
}
.cid-v7xd2QGYJH .mbr-section-title {
  text-align: left;
}
.cid-v7xd2QGYJH .mbr-section-title,
.cid-v7xd2QGYJH .underline {
  color: #9a8152;
  text-align: center;
}
.cid-v7xd2QGYJH H3 {
  color: #ffffff;
}
.cid-v7xqJBoanY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-v7xqJBoanY .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  line-height: 1.6;
}
.cid-v7xqJBoanY .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-v7xqJBoanY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v7xqJBoanY .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-v7xqJBoanY .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-v7xqJBoanY .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xqJBoanY .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xqJBoanY .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xqJBoanY .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-v7xqJBoanY .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xqJBoanY .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xqJBoanY .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xqJBoanY .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-v7xqJBoanY .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-v7xqJBoanY .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-v7xqJBoanY .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-v7xqJBoanY .card-title,
  .cid-v7xqJBoanY .underline,
  .cid-v7xqJBoanY .mbr-text,
  .cid-v7xqJBoanY .mbr-section-btn,
  .cid-v7xqJBoanY .mbr-section-subtitle,
  .cid-v7xqJBoanY .mbr-section-title {
    text-align: center !important;
  }
  .cid-v7xqJBoanY .wrapper {
    background-color: #000000;
  }
}
.cid-v7xqJBoanY .mbr-section-title {
  text-align: left;
}
.cid-v7xqJBoanY .mbr-section-title,
.cid-v7xqJBoanY .underline {
  color: #9a8152;
  text-align: center;
}
.cid-v7xiBgZYG4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7xiBgZYG4 .row {
  flex-direction: row-reverse;
}
.cid-v7xiBgZYG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xiBgZYG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xiBgZYG4 .mbr-description {
  text-align: left;
}
.cid-v7xiBgZYG4 .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7xiBgZYG4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7xiBgZYG4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7xiBgZYG4 .card-title,
.cid-v7xiBgZYG4 .iconfont-wrapper {
  color: #000000;
}
.cid-v7xiBgZYG4 .card-text {
  color: #000000;
}
.cid-v7xiBgZYG4 .mbr-section-title {
  color: #9a8152;
  text-align: center;
}
.cid-v7xiBgZYG4 .mbr-text,
.cid-v7xiBgZYG4 .mbr-section-btn {
  text-align: center;
}
.cid-v7xiBgZYG4 .card-text,
.cid-v7xiBgZYG4 .item .mbr-section-btn {
  text-align: left;
}
.cid-v7xiBgZYG4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7xiBgZYG4 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7xiBgZYG4 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9a8152;
  background-color: #9a8152;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7xiBgZYG4 .mbr-text UL {
  text-align: left;
}
.cid-v7xlWeRHZY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v7xlWeRHZY .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-v7xlWeRHZY .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-v7xlWeRHZY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v7xlWeRHZY p {
  line-height: 1.6;
}
.cid-v7xlWeRHZY .rev,
.cid-v7xlWeRHZY .mbr-iconfont {
  display: inline-block;
}
.cid-v7xlWeRHZY .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v7xlWeRHZY .card-title {
  color: #9a8152;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-v7xlWeRHZY .card-box {
  padding: 1.5rem;
}
.cid-v7xlWeRHZY .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-v7xlWeRHZY .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-v7xlWeRHZY .mbr-section-title,
.cid-v7xlWeRHZY .line-wrap {
  text-align: center;
  color: #9a8152;
}
.cid-v7xlWeRHZY .rev {
  color: #0a1c44;
}
.cid-v7xlWeRHZY .card-text,
.cid-v7xlWeRHZY .mbr-section-btn,
.cid-v7xlWeRHZY .ico-line {
  color: #232323;
}
.cid-v6tJjrh6u8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-v6tJjrh6u8 .media-container-row .mbr-text {
  color: #ffffff;
}
